diff --git a/data/schema-changes.json b/data/schema-changes.json index bd0532c..f04f7eb 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,12 +1,12 @@ [ { - "diff": "field_new", + "diff": "field_deleted", "type": "OrderSettings", - "field": "includeDraftOrderInVoucherUsage" + "field": "defaultTransactionFlowStrategy" }, { - "diff": "field_new", + "diff": "field_deleted", "type": "OrderSettingsInput", - "field": "includeDraftOrderInVoucherUsage" + "field": "defaultTransactionFlowStrategy" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index df98c6f..24b27f8 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -34103,7 +34103,7 @@ "arguments": { "action": { "type": "TransactionFlowStrategyEnum", - "description": "The expected action called for the transaction. By default, the `channel.defaultTransactionFlowStrategy` will be used. The field can be used only by app that has `HANDLE_PAYMENTS` permission.", + "description": "The expected action called for the transaction. By default, the `channel.paymentSettings.defaultTransactionFlowStrategy` will be used.The field can be used only by app that has `HANDLE_PAYMENTS` permission.", "deprecated": null, "message": null, "default": null @@ -40245,13 +40245,6 @@ "message": null, "arguments": {} }, - "defaultTransactionFlowStrategy": { - "type": "TransactionFlowStrategyEnum!", - "description": "Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.This preview feature field will be removed in Saleor 3.17. Use `PaymentSettings.defaultTransactionFlowStrategy` instead.", - "deprecated": "3.17", - "message": "Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.This preview feature field will be removed in Saleor 3.17. Use `PaymentSettings.defaultTransactionFlowStrategy` instead.", - "arguments": {} - }, "deleteExpiredOrdersAfter": { "type": "Day!", "description": "The time in days after expired orders will be deleted.\n\nAdded in Saleor 3.14.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", @@ -40352,13 +40345,6 @@ "message": null, "default": null }, - "defaultTransactionFlowStrategy": { - "type": "TransactionFlowStrategyEnum", - "description": "Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.\n\nDEPRECATED: this preview feature field will be removed in Saleor 3.17. Use `PaymentSettingsInput.defaultTransactionFlowStrategy` instead.", - "deprecated": "3.17", - "message": "Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.\n\nDEPRECATED: this preview feature field will be removed in Saleor 3.17. Use `PaymentSettingsInput.defaultTransactionFlowStrategy` instead.", - "default": null - }, "deleteExpiredOrdersAfter": { "type": "Day", "description": "The time in days after expired orders will be deleted.Allowed range is from 1 to 120.\n\nAdded in Saleor 3.14.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point.", @@ -40434,7 +40420,7 @@ }, "automaticallyFulfillNonShippableGiftCard": { "type": "Boolean", - "description": "When enabled, all non-shippable gift card orders will be fulfilled automatically. By defualt set to True.", + "description": "When enabled, all non-shippable gift card orders will be fulfilled automatically. By default set to True.", "deprecated": null, "message": null, "default": null diff --git a/index.html b/index.html index 04ea96e..838cd3f 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-11-08 14:00:58

+

Generated on 2023-11-09 14:00:52

Summary

@@ -274,17 +274,6 @@

Summary

4.0 - - - ... - - - OrderSettings - defaultTransactionFlowStrategy - - 3.17 - - ... @@ -4421,17 +4410,6 @@

Summary

4.0 - - - ... - - - OrderSettingsInput - defaultTransactionFlowStrategy - - 3.17 - - ... @@ -5865,31 +5843,6 @@

-
-
-
-

- - Field defaultTransactionFlowStrategy of type OrderSettings - -

-

Removed in Saleor 3.17

-

Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction. - -Added in Saleor 3.13. - -Note: this API is currently in Feature Preview and can be subject to changes at later point.This preview feature field will be removed in Saleor 3.17. Use PaymentSettings.defaultTransactionFlowStrategy instead.

-
-
-
type OrderSettings {
-  ...
-  defaultTransactionFlowStrategy: TransactionFlowStrategyEnum!
-  ...
-}
-
-
-
-
@@ -14208,34 +14161,6 @@

-
-
-
-

- - Field defaultTransactionFlowStrategy of input OrderSettingsInput - - -

-

Removed in Saleor 3.17

-

Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction. - -Added in Saleor 3.13. - -Note: this API is currently in Feature Preview and can be subject to changes at later point. - -DEPRECATED: this preview feature field will be removed in Saleor 3.17. Use PaymentSettingsInput.defaultTransactionFlowStrategy instead.

-
-
-
input OrderSettingsInput {
-  ...
-  defaultTransactionFlowStrategy: TransactionFlowStrategyEnum
-  ...
-}
-
-
-
-