From d5ac0c4c7630cd903e2e4167aca6b1bb4000ad6b Mon Sep 17 00:00:00 2001 From: rafalp Date: Thu, 29 Aug 2024 14:01:07 +0000 Subject: [PATCH] Update gh-pages to output generated at 13fc1f9 --- data/schema-changes.json | 76 ++++----------------------------------- data/schema-previous.json | 11 ++++-- index.html | 34 +++++++++++++++++- 3 files changed, 48 insertions(+), 73 deletions(-) diff --git a/data/schema-changes.json b/data/schema-changes.json index 5ebb4e5..22a74fe 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,77 +1,13 @@ [ { "diff": "field_new", - "type": "Subscription", - "field": "draftOrderCreated" + "type": "Checkout", + "field": "customerNote" }, { - "diff": "field_new", - "type": "Subscription", - "field": "draftOrderDeleted" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "draftOrderUpdated" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderBulkCreated" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderCancelled" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderConfirmed" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderCreated" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderExpired" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderFulfilled" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderFullyPaid" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderFullyRefunded" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderMetadataUpdated" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderPaid" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderRefunded" - }, - { - "diff": "field_new", - "type": "Subscription", - "field": "orderUpdated" + "diff": "field_deprecated", + "type": "Checkout", + "field": "note", + "version": "4.0" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 34f593e..6d4c642 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -9271,6 +9271,13 @@ "message": null, "arguments": {} }, + "customerNote": { + "type": "String!", + "description": "The customer note for the checkout. \n\nAdded in Saleor 3.21.", + "deprecated": null, + "message": null, + "arguments": {} + }, "deliveryMethod": { "type": "DeliveryMethod", "description": "The delivery method selected for this checkout.\n\nAdded in Saleor 3.1.\n\nTriggers the following webhook events:\n- SHIPPING_LIST_METHODS_FOR_CHECKOUT (sync): Optionally triggered when cached external shipping methods are invalid.\n- CHECKOUT_FILTER_SHIPPING_METHODS (sync): Optionally triggered when cached filtered shipping methods are invalid.", @@ -9388,8 +9395,8 @@ "note": { "type": "String!", "description": "The note for the checkout.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0. Use `customerNote` instead.", "arguments": {} }, "privateMetadata": { diff --git a/index.html b/index.html index 635cdca..5dbdd64 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2024-08-28 14:00:52

+

Generated on 2024-08-29 14:01:05

Summary

@@ -1032,6 +1032,17 @@

Summary

4.0 + + + ... + + + Checkout + note + + 4.0 + + ... @@ -7407,6 +7418,27 @@

+
+
+
+

+ + Field note of type Checkout + +

+

Removed in Saleor 4.0

+

This field will be removed in Saleor 4.0. Use customerNote instead.

+
+
+
type Checkout {
+  ...
+  note: String!
+  ...
+}
+
+
+
+