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 Nov 9, 2023
1 parent 991d064 commit a34983f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 96 deletions.
8 changes: 4 additions & 4 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
18 changes: 2 additions & 16 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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
Expand Down
77 changes: 1 addition & 76 deletions 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-11-08 14:00:58</p>
<p class="m-0">Generated on 2023-11-09 14:00:52</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down Expand Up @@ -274,17 +274,6 @@ <h2 class="fs-4 mb-3">Summary</h2>
<td>4.0</td>
</tr>

<tr>
<td>
<a href="#OrderSettings-defaultTransactionFlowStrategy" class="btn btn-primary btn-sm py-0 px-2">...</a>
</td>

<td>OrderSettings</td>
<td colspan="2">defaultTransactionFlowStrategy</td>

<td>3.17</td>
</tr>

<tr>
<td>
<a href="#CheckoutSettings-useLegacyErrorFlow" class="btn btn-primary btn-sm py-0 px-2">...</a>
Expand Down Expand Up @@ -4421,17 +4410,6 @@ <h2 class="fs-4 mb-3">Summary</h2>
<td>4.0</td>
</tr>

<tr>
<td>
<a href="#OrderSettingsInput-defaultTransactionFlowStrategy" class="btn btn-primary btn-sm py-0 px-2">...</a>
</td>

<td>OrderSettingsInput</td>
<td colspan="2">defaultTransactionFlowStrategy</td>

<td>3.17</td>
</tr>

<tr>
<td>
<a href="#CheckoutSettingsInput-useLegacyErrorFlow" class="btn btn-primary btn-sm py-0 px-2">...</a>
Expand Down Expand Up @@ -5865,31 +5843,6 @@ <h2 class="fs-4 mb-3">
</div>
</div>

<div id="OrderSettings-defaultTransactionFlowStrategy" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#OrderSettings-defaultTransactionFlowStrategy" class="text-reset">
Field <strong class="text-danger">defaultTransactionFlowStrategy</strong> of type <strong class="text-danger">OrderSettings</strong>
</a>
</h2>
<p>Removed in <strong>Saleor 3.17</strong></p>
<p>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 <strong class="text-danger font-monospace">PaymentSettings.defaultTransactionFlowStrategy</strong> instead.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">type</span> <strong>OrderSettings</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">defaultTransactionFlowStrategy</strong>: TransactionFlowStrategyEnum!<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="CheckoutSettings-useLegacyErrorFlow" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
Expand Down Expand Up @@ -14208,34 +14161,6 @@ <h2 class="fs-4 mb-3">
</div>
</div>

<div id="OrderSettingsInput-defaultTransactionFlowStrategy" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
<h2 class="fs-4 mb-3">
<a href="#OrderSettingsInput-defaultTransactionFlowStrategy" class="text-reset">
Field <strong class="text-danger">defaultTransactionFlowStrategy</strong> of input <strong class="text-danger">OrderSettingsInput</strong>

</a>
</h2>
<p>Removed in <strong>Saleor 3.17</strong></p>
<p>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 <strong class="text-danger font-monospace">PaymentSettingsInput.defaultTransactionFlowStrategy</strong> instead.</p>
</div>
<div class="col-12 col-md">
<div class="font-monospace"><span class="text-primary">input</span> <strong>OrderSettingsInput</strong> {<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
&nbsp;&nbsp;<strong class="text-danger">defaultTransactionFlowStrategy</strong>: TransactionFlowStrategyEnum<br />
&nbsp;&nbsp;<span class="text-secondary">...</span><br />
}</div>
</div>
</div>
</div>

<div id="CheckoutSettingsInput-useLegacyErrorFlow" class="border-bottom py-3 my-3">
<div class="row">
<div class="col-12 col-md">
Expand Down

0 comments on commit a34983f

Please sign in to comment.