From c93f06b292eeaa1ed879379a80b043625581c66e Mon Sep 17 00:00:00 2001 From: rafalp Date: Wed, 22 Nov 2023 14:00:59 +0000 Subject: [PATCH] Update gh-pages to output generated at 91aa745 --- data/schema-changes.json | 19 ++++++-- data/schema-previous.json | 12 ++--- index.html | 98 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 119 insertions(+), 10 deletions(-) diff --git a/data/schema-changes.json b/data/schema-changes.json index 8ea187c..5170b8e 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,7 +1,20 @@ [ { - "diff": "enum_value_new", - "enum": "ProductVariantBulkErrorCode", - "value": "STOCK_ALREADY_EXISTS" + "diff": "field_deprecated", + "type": "Query", + "field": "homepageEvents", + "version": "4.0" + }, + { + "diff": "field_deprecated", + "type": "Query", + "field": "ordersTotal", + "version": "4.0" + }, + { + "diff": "field_deprecated", + "type": "Query", + "field": "reportProductSales", + "version": "4.0" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 4340173..a8ce979 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -55663,8 +55663,8 @@ "homepageEvents": { "type": "OrderEventCountableConnection", "description": "List of activity events to display on homepage (at the moment it only contains order-events).\n\nRequires one of the following permissions: MANAGE_ORDERS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "after": { "type": "String", @@ -55979,8 +55979,8 @@ "ordersTotal": { "type": "TaxedMoney", "description": "Return the total sales amount from a specific period.\n\nRequires one of the following permissions: MANAGE_ORDERS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "channel": { "type": "String", @@ -56670,8 +56670,8 @@ "reportProductSales": { "type": "ProductVariantCountableConnection", "description": "List of top selling products.\n\nRequires one of the following permissions: MANAGE_PRODUCTS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "after": { "type": "String", diff --git a/index.html b/index.html index 2f685c0..37c8c9d 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-11-21 14:01:07

+

Generated on 2023-11-22 14:00:58

Summary

@@ -50,6 +50,39 @@

Summary

4.0 + + + ... + + + Query + reportProductSales + + 4.0 + + + + + ... + + + Query + homepageEvents + + 4.0 + + + + + ... + + + Query + ordersTotal + + 4.0 + + ... @@ -5387,6 +5420,69 @@

+
+
+
+

+ + Field reportProductSales of type Query + +

+

Removed in Saleor 4.0

+

This field will be removed in Saleor 4.0.

+
+
+
type Query {
+  ...
+  reportProductSales( ... ): ProductVariantCountableConnection
+  ...
+}
+
+
+
+ +
+
+
+

+ + Field homepageEvents of type Query + +

+

Removed in Saleor 4.0

+

This field will be removed in Saleor 4.0.

+
+
+
type Query {
+  ...
+  homepageEvents( ... ): OrderEventCountableConnection
+  ...
+}
+
+
+
+ +
+
+
+

+ + Field ordersTotal of type Query + +

+

Removed in Saleor 4.0

+

This field will be removed in Saleor 4.0.

+
+
+
type Query {
+  ...
+  ordersTotal( ... ): TaxedMoney
+  ...
+}
+
+
+
+