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 Oct 14, 2024
1 parent 48d81f4 commit 7ff219e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 8 deletions.
19 changes: 12 additions & 7 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
[
{
"diff": "field_new",
"type": "CheckoutSettings",
"field": "automaticallyCompleteFullyPaidCheckouts"
"type": "OrderBulkCreateOrderLineInput",
"field": "productSku"
},
{
"diff": "field_new",
"type": "CheckoutSettingsInput",
"field": "automaticallyCompleteFullyPaidCheckouts"
"type": "OrderBulkCreateOrderLineInput",
"field": "unitDiscountReason"
},
{
"diff": "enum_value_new",
"enum": "OrderEventsEnum",
"value": "PLACED_AUTOMATICALLY_FROM_PAID_CHECKOUT"
"diff": "field_new",
"type": "OrderBulkCreateOrderLineInput",
"field": "unitDiscountType"
},
{
"diff": "field_new",
"type": "OrderBulkCreateOrderLineInput",
"field": "unitDiscountValue"
}
]
28 changes: 28 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -36550,6 +36550,13 @@
"message": null,
"default": null
},
"productSku": {
"type": "String",
"description": "The SKU of the product.\n\nAdded in Saleor 3.18.",
"deprecated": null,
"message": null,
"default": null
},
"quantity": {
"type": "Int!",
"description": "Number of items in the order line",
Expand Down Expand Up @@ -36620,6 +36627,27 @@
"message": null,
"default": null
},
"unitDiscountReason": {
"type": "String",
"description": "Reason of the discount on order line.\n\nAdded in Saleor 3.19.",
"deprecated": null,
"message": null,
"default": null
},
"unitDiscountType": {
"type": "DiscountValueTypeEnum",
"description": "Type of the discount: fixed or percent\n\nAdded in Saleor 3.19.",
"deprecated": null,
"message": null,
"default": null
},
"unitDiscountValue": {
"type": "PositiveDecimal",
"description": "Value of the discount. Can store fixed value or percent value\n\nAdded in Saleor 3.19.",
"deprecated": null,
"message": null,
"default": null
},
"variantExternalReference": {
"type": "String",
"description": "The external ID of the product variant.",
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-10-11 14:00:52</p>
<p class="m-0">Generated on 2024-10-14 14:01:11</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 7ff219e

Please sign in to comment.