From d201002327e7fc7f724846eafb9c1a7529aaaadf Mon Sep 17 00:00:00 2001 From: rafalp Date: Mon, 6 Nov 2023 14:01:06 +0000 Subject: [PATCH] Update gh-pages to output generated at 91aa745 --- data/schema-changes.json | 8 ++++---- data/schema-previous.json | 14 ++++++++++++++ index.html | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/data/schema-changes.json b/data/schema-changes.json index ff05170..bd0532c 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,12 +1,12 @@ [ { "diff": "field_new", - "type": "Fulfillment", - "field": "shippingRefundedAmount" + "type": "OrderSettings", + "field": "includeDraftOrderInVoucherUsage" }, { "diff": "field_new", - "type": "Fulfillment", - "field": "totalRefundedAmount" + "type": "OrderSettingsInput", + "field": "includeDraftOrderInVoucherUsage" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 5f5d226..df98c6f 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -40266,6 +40266,13 @@ "message": null, "arguments": {} }, + "includeDraftOrderInVoucherUsage": { + "type": "Boolean!", + "description": "Determine if voucher applied on draft order should be count toward voucher usage.\n\nAdded in Saleor 3.18.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", + "deprecated": null, + "message": null, + "arguments": {} + }, "markAsPaidStrategy": { "type": "MarkAsPaidStrategyEnum!", "description": "Determine what strategy will be used to mark the order as paid. Based on the chosen option, the proper object will be created and attached to the order when it's manually marked as paid.\n`PAYMENT_FLOW` - [default option] creates the `Payment` object.\n`TRANSACTION_FLOW` - creates the `TransactionItem` object.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", @@ -40366,6 +40373,13 @@ "message": null, "default": null }, + "includeDraftOrderInVoucherUsage": { + "type": "Boolean", + "description": "Specify whether a coupon applied to draft orders will count toward voucher usage.\n\nWarning: when switching this setting from `false` to `true`, the vouchers will be disconnected from all draft orders.\n\nAdded in Saleor 3.18.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", + "deprecated": null, + "message": null, + "default": null + }, "markAsPaidStrategy": { "type": "MarkAsPaidStrategyEnum", "description": "Determine what strategy will be used to mark the order as paid. Based on the chosen option, the proper object will be created and attached to the order when it's manually marked as paid.\n`PAYMENT_FLOW` - [default option] creates the `Payment` object.\n`TRANSACTION_FLOW` - creates the `TransactionItem` object.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", diff --git a/index.html b/index.html index 31e50cf..9d97580 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-11-03 14:00:59

+

Generated on 2023-11-06 14:01:04

Summary