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 6, 2023
1 parent 8152a79 commit d201002
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 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",
"type": "Fulfillment",
"field": "shippingRefundedAmount"
"type": "OrderSettings",
"field": "includeDraftOrderInVoucherUsage"
},
{
"diff": "field_new",
"type": "Fulfillment",
"field": "totalRefundedAmount"
"type": "OrderSettingsInput",
"field": "includeDraftOrderInVoucherUsage"
}
]
14 changes: 14 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
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 2023-11-03 14:00:59</p>
<p class="m-0">Generated on 2023-11-06 14:01:04</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit d201002

Please sign in to comment.