Skip to content

Commit

Permalink
Update gh-pages to output generated at 91aa745
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Sep 26, 2023
1 parent b98f5bb commit 87e4e3f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 10 deletions.
12 changes: 9 additions & 3 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[
{
"diff": "field_new",
"type": "OrderLine",
"field": "undiscountedTotalPrice"
"diff": "type_deprecated",
"type": "ShopDomainUpdate",
"version": "4.0"
},
{
"diff": "field_deprecated",
"type": "Mutation",
"field": "shopDomainUpdate",
"version": "4.0"
}
]
12 changes: 6 additions & 6 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -33192,9 +33192,9 @@
},
"shopDomainUpdate": {
"type": "ShopDomainUpdate",
"description": "Updates site domain of the shop. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"deprecated": null,
"message": null,
"description": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"deprecated": "4.0",
"message": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"arguments": {
"input": {
"type": "SiteDomainInput",
Expand Down Expand Up @@ -58775,9 +58775,9 @@
"ShopDomainUpdate": {
"type": "object",
"interfaces": [],
"description": "Updates site domain of the shop. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"deprecated": null,
"message": null,
"description": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"deprecated": "4.0",
"message": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.",
"fields": {
"errors": {
"type": "[ShopError!]!",
Expand Down
71 changes: 70 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container py-3">
<div class="border-bottom py-3 mb-3">
<h1>Saleor Deprecations Report</h1>
<p class="m-0">Generated on 2023-09-25 14:01:06</p>
<p class="m-0">Generated on 2023-09-26 14:01:04</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down Expand Up @@ -1202,6 +1202,17 @@ <h2 class="fs-4 mb-3">Summary</h2>
<td>4.0</td>
</tr>

<tr>
<td>
<a href="#Mutation-shopDomainUpdate" class="btn btn-primary btn-sm py-0 px-2">...</a>
</td>

<td>Mutation</td>
<td colspan="2">shopDomainUpdate</td>

<td>4.0</td>
</tr>

<tr>
<td>
<a href="#Mutation-shopFetchTaxRates" class="btn btn-primary btn-sm py-0 px-2">...</a>
Expand Down Expand Up @@ -1827,6 +1838,16 @@ <h2 class="fs-4 mb-3">Summary</h2>
<td>4.0</td>
</tr>

<tr>
<td>
<a href="#ShopDomainUpdate" class="btn btn-primary btn-sm py-0 px-2">...</a>
</td>

<td colspan="3">ShopDomainUpdate</td>

<td>4.0</td>
</tr>

<tr>
<td>
<a href="#ShopDomainUpdate-shopErrors" class="btn btn-primary btn-sm py-0 px-2">...</a>
Expand Down Expand Up @@ -7374,6 +7395,31 @@ <h2 class="fs-4 mb-3">
</div>
</div>

<div id="Mutation-shopDomainUpdate" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#Mutation-shopDomainUpdate" class="text-reset">
Field <strong class="text-danger">shopDomainUpdate</strong> of type <strong class="text-danger">Mutation</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 4.0</strong></p>
<p>Updates site domain of the shop.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use <strong class="text-danger font-monospace">PUBLIC_URL</strong> environment variable instead.

Requires one of the following permissions: MANAGE_SETTINGS.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong>Mutation</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">shopDomainUpdate</strong>( <span class="text-secondary">...</span> ): ShopDomainUpdate<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="Mutation-shopFetchTaxRates" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
Expand Down Expand Up @@ -8744,6 +8790,29 @@ <h2 class="fs-4 mb-3">
</div>
</div>

<div id="ShopDomainUpdate" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#ShopDomainUpdate" class="text-reset">
Type <strong class="text-danger">ShopDomainUpdate</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 4.0</strong></p>
<p>Updates site domain of the shop.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use <strong class="text-danger font-monospace">PUBLIC_URL</strong> environment variable instead.

Requires one of the following permissions: MANAGE_SETTINGS.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong class="text-danger">ShopDomainUpdate</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="ShopDomainUpdate-shopErrors" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
Expand Down

0 comments on commit 87e4e3f

Please sign in to comment.