diff --git a/data/schema-previous.json b/data/schema-previous.json index eb3c8a4..5eebb2b 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -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": { @@ -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.", @@ -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": { diff --git a/index.html b/index.html index a37e943..720b714 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2024-09-27 14:01:12

+

Generated on 2024-09-30 14:01:11

Summary