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 Nov 22, 2023
1 parent 9c0ce9e commit c93f06b
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 10 deletions.
19 changes: 16 additions & 3 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
[
{
"diff": "enum_value_new",
"enum": "ProductVariantBulkErrorCode",
"value": "STOCK_ALREADY_EXISTS"
"diff": "field_deprecated",
"type": "Query",
"field": "homepageEvents",
"version": "4.0"
},
{
"diff": "field_deprecated",
"type": "Query",
"field": "ordersTotal",
"version": "4.0"
},
{
"diff": "field_deprecated",
"type": "Query",
"field": "reportProductSales",
"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 @@ -55663,8 +55663,8 @@
"homepageEvents": {
"type": "OrderEventCountableConnection",
"description": "List of activity events to display on homepage (at the moment it only contains order-events).\n\nRequires one of the following permissions: MANAGE_ORDERS.",
"deprecated": null,
"message": null,
"deprecated": "4.0",
"message": "This field will be removed in Saleor 4.0.",
"arguments": {
"after": {
"type": "String",
Expand Down Expand Up @@ -55979,8 +55979,8 @@
"ordersTotal": {
"type": "TaxedMoney",
"description": "Return the total sales amount from a specific period.\n\nRequires one of the following permissions: MANAGE_ORDERS.",
"deprecated": null,
"message": null,
"deprecated": "4.0",
"message": "This field will be removed in Saleor 4.0.",
"arguments": {
"channel": {
"type": "String",
Expand Down Expand Up @@ -56670,8 +56670,8 @@
"reportProductSales": {
"type": "ProductVariantCountableConnection",
"description": "List of top selling products.\n\nRequires one of the following permissions: MANAGE_PRODUCTS.",
"deprecated": null,
"message": null,
"deprecated": "4.0",
"message": "This field will be removed in Saleor 4.0.",
"arguments": {
"after": {
"type": "String",
Expand Down
98 changes: 97 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-11-21 14:01:07</p>
<p class="m-0">Generated on 2023-11-22 14:00:58</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down Expand Up @@ -50,6 +50,39 @@ <h2 class="fs-4 mb-3">Summary</h2>
<td>4.0</td>
</tr>

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

<td>Query</td>
<td colspan="2">reportProductSales</td>

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

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

<td>Query</td>
<td colspan="2">homepageEvents</td>

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

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

<td>Query</td>
<td colspan="2">ordersTotal</td>

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

<tr>
<td>
<a href="#Query-orderByToken" class="btn btn-primary btn-sm py-0 px-2">...</a>
Expand Down Expand Up @@ -5387,6 +5420,69 @@ <h2 class="fs-4 mb-3">
</div>
</div>

<div id="Query-reportProductSales" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#Query-reportProductSales" class="text-reset">
Field <strong class="text-danger">reportProductSales</strong> of type <strong class="text-danger">Query</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 4.0</strong></p>
<p>This field will be removed in Saleor 4.0.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong>Query</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">reportProductSales</strong>( <span class="text-secondary">...</span> ): ProductVariantCountableConnection<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="Query-homepageEvents" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#Query-homepageEvents" class="text-reset">
Field <strong class="text-danger">homepageEvents</strong> of type <strong class="text-danger">Query</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 4.0</strong></p>
<p>This field will be removed in Saleor 4.0.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong>Query</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">homepageEvents</strong>( <span class="text-secondary">...</span> ): OrderEventCountableConnection<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="Query-ordersTotal" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#Query-ordersTotal" class="text-reset">
Field <strong class="text-danger">ordersTotal</strong> of type <strong class="text-danger">Query</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 4.0</strong></p>
<p>This field will be removed in Saleor 4.0.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong>Query</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">ordersTotal</strong>( <span class="text-secondary">...</span> ): TaxedMoney<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

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

0 comments on commit c93f06b

Please sign in to comment.