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 Oct 10, 2023
1 parent 280909c commit 1789fcf
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
22 changes: 18 additions & 4 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
[
{
"diff": "field_deprecated",
"type": "Invoice",
"field": "externalUrl",
"version": "4.0"
"diff": "field_new",
"type": "OrderLine",
"field": "saleId"
},
{
"diff": "field_new",
"type": "OrderLine",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "Payment",
"field": "partial"
},
{
"diff": "field_new",
"type": "Payment",
"field": "pspReference"
}
]
28 changes: 28 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -39078,6 +39078,13 @@
"message": null,
"arguments": {}
},
"saleId": {
"type": "ID",
"description": "Denormalized sale ID, set when order line is created for a product variant that is on sale.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
},
"taxClass": {
"type": "TaxClass",
"description": "Denormalized tax class of the product in this order line.\n\nAdded in Saleor 3.9.\n\nRequires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP.",
Expand Down Expand Up @@ -39218,6 +39225,13 @@
"deprecated": null,
"message": null,
"arguments": {}
},
"voucherCode": {
"type": "String",
"description": "Voucher code that was used for this order line.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
}
}
},
Expand Down Expand Up @@ -42625,6 +42639,13 @@
"message": null,
"arguments": {}
},
"partial": {
"type": "Boolean!",
"description": "Informs whether this is a partial payment.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
},
"paymentMethodType": {
"type": "String!",
"description": "Type of method used for payment.",
Expand Down Expand Up @@ -42669,6 +42690,13 @@
}
}
},
"pspReference": {
"type": "String",
"description": "PSP reference of the payment.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
},
"token": {
"type": "String!",
"description": "Unique token associated with a payment.",
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 2023-10-09 14:01:07</p>
<p class="m-0">Generated on 2023-10-10 14:01:05</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 1789fcf

Please sign in to comment.