Skip to content

Commit

Permalink
Update gh-pages to output generated at 13fc1f9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jun 21, 2024
1 parent 8508597 commit 1ab7d56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -56585,7 +56585,7 @@
"arguments": {
"externalReference": {
"type": "String",
"description": "External ID of an order. \n\nAdded in Saleor 3.10.",
"description": "External ID of an order. \n\nAdded in Saleor 3.10..\n\nRequires one of the following permissions: MANAGE_ORDERS.",
"deprecated": null,
"message": null,
"default": null
Expand Down Expand Up @@ -65677,7 +65677,7 @@
},
"shippingPrice": {
"type": "Money!",
"description": "The price of shipping method.",
"description": "The price of shipping method, includes shipping voucher discount if applied.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -65758,14 +65758,14 @@
},
"totalPrice": {
"type": "Money!",
"description": "Price of the order line.",
"description": "Price of the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitPrice": {
"type": "Money!",
"description": "Price of the single item in the order line.",
"description": "Price of the single item in the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down
2 changes: 1 addition & 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 2024-06-20 14:00:54</p>
<p class="m-0">Generated on 2024-06-21 14:01:06</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 1ab7d56

Please sign in to comment.