Skip to content

Commit

Permalink
Update gh-pages to output generated at 13fc1f9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Sep 30, 2024
1 parent abcb8c1 commit cf867e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -34300,7 +34300,7 @@
},
"transactionEventReport": {
"type": "TransactionEventReport",
"description": "Report the event 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\nRequires the following permissions: OWNER and HANDLE_PAYMENTS for apps, HANDLE_PAYMENTS for staff users. Staff user cannot update a transaction that is owned by the app.",
"description": "Report the event 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\nRequires the following permissions: OWNER and HANDLE_PAYMENTS for apps, HANDLE_PAYMENTS for staff users. Staff user cannot update a transaction that is owned by the app.\n\nTriggers the following webhook events:\n- TRANSACTION_ITEM_METADATA_UPDATED (async): Optionally called when transaction's metadata was updated.\n- CHECKOUT_FULLY_PAID (async): Optionally called when the checkout charge status changed to `FULL` or `OVERCHARGED`.\n- ORDER_UPDATED (async): Optionally called when the transaction is related to the order and the order was updated.",
"deprecated": null,
"message": null,
"arguments": {
Expand Down Expand Up @@ -34360,6 +34360,20 @@
"message": null,
"default": null
},
"transactionMetadata": {
"type": "[MetadataInput!]",
"description": "Fields required to update the transaction metadata.\n\nAdded in Saleor 3.17.",
"deprecated": null,
"message": null,
"default": null
},
"transactionPrivateMetadata": {
"type": "[MetadataInput!]",
"description": "Fields required to update the transaction private metadata.\n\nAdded in Saleor 3.17.",
"deprecated": null,
"message": null,
"default": null
},
"type": {
"type": "TransactionEventTypeEnum!",
"description": "Current status of the event to report.",
Expand Down Expand Up @@ -66969,7 +66983,7 @@
"TransactionEventReport": {
"type": "object",
"interfaces": [],
"description": "Report the event 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\nRequires the following permissions: OWNER and HANDLE_PAYMENTS for apps, HANDLE_PAYMENTS for staff users. Staff user cannot update a transaction that is owned by the app.",
"description": "Report the event 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\nRequires the following permissions: OWNER and HANDLE_PAYMENTS for apps, HANDLE_PAYMENTS for staff users. Staff user cannot update a transaction that is owned by the app.\n\nTriggers the following webhook events:\n- TRANSACTION_ITEM_METADATA_UPDATED (async): Optionally called when transaction's metadata was updated.\n- CHECKOUT_FULLY_PAID (async): Optionally called when the checkout charge status changed to `FULL` or `OVERCHARGED`.\n- ORDER_UPDATED (async): Optionally called when the transaction is related to the order and the order was updated.",
"deprecated": null,
"message": null,
"fields": {
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 2024-09-27 14:01:12</p>
<p class="m-0">Generated on 2024-09-30 14:01:11</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit cf867e7

Please sign in to comment.