From ce686a26a5f3f5a12027f4c75c13f70d7bc3e004 Mon Sep 17 00:00:00 2001 From: rafalp Date: Mon, 16 Sep 2024 14:01:02 +0000 Subject: [PATCH] Update gh-pages to output generated at 13fc1f9 --- data/schema-changes.json | 10 +++------- data/schema-previous.json | 9 +++++++-- index.html | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/data/schema-changes.json b/data/schema-changes.json index 9904864..a7a48f0 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,11 +1,7 @@ [ { - "diff": "type_new", - "type": "TaxableObjectDiscountTypeEnum" - }, - { - "diff": "field_new", - "type": "TaxableObjectDiscount", - "field": "type" + "diff": "enum_value_new", + "enum": "TransactionEventReportErrorCode", + "value": "REQUIRED" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index c696733..eb3c8a4 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -34305,8 +34305,8 @@ "message": null, "arguments": { "amount": { - "type": "PositiveDecimal!", - "description": "The amount of the event to report.", + "type": "PositiveDecimal", + "description": "The amount of the event to report. \n\nRequired for all `REQUEST`, `SUCCESS`, `ACTION_REQUIRED`, and `ADJUSTMENT` events. For other events, the amount will be calculated based on the previous events with the same pspReference. If not possible to calculate, the mutation will return an error.", "deprecated": null, "message": null, "default": null @@ -67063,6 +67063,11 @@ "description": null, "deprecated": null, "message": null + }, + "REQUIRED": { + "description": null, + "deprecated": null, + "message": null } } }, diff --git a/index.html b/index.html index f31a841..1e7b652 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2024-09-13 14:00:56

+

Generated on 2024-09-16 14:01:01

Summary