From 7ff219e6fdf5c2e64dd1ea29a79a1c6a4d79babb Mon Sep 17 00:00:00 2001 From: rafalp Date: Mon, 14 Oct 2024 14:01:13 +0000 Subject: [PATCH] Update gh-pages to output generated at 13fc1f9 --- data/schema-changes.json | 19 ++++++++++++------- data/schema-previous.json | 28 ++++++++++++++++++++++++++++ index.html | 2 +- 3 files changed, 41 insertions(+), 8 deletions(-) diff --git a/data/schema-changes.json b/data/schema-changes.json index 4eb5b87..d226172 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -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" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 8690532..410e583 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -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", @@ -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.", diff --git a/index.html b/index.html index d31e026..11bca83 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2024-10-11 14:00:52

+

Generated on 2024-10-14 14:01:11

Summary