diff --git a/data/schema-changes.json b/data/schema-changes.json index 9c3ad2d..10cb7ff 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,7 +1,13 @@ [ { - "diff": "field_new", - "type": "OrderLine", - "field": "undiscountedTotalPrice" + "diff": "type_deprecated", + "type": "ShopDomainUpdate", + "version": "4.0" + }, + { + "diff": "field_deprecated", + "type": "Mutation", + "field": "shopDomainUpdate", + "version": "4.0" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 8c4249a..6fe0a04 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -33192,9 +33192,9 @@ }, "shopDomainUpdate": { "type": "ShopDomainUpdate", - "description": "Updates site domain of the shop. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", - "deprecated": null, - "message": null, + "description": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", + "deprecated": "4.0", + "message": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", "arguments": { "input": { "type": "SiteDomainInput", @@ -58775,9 +58775,9 @@ "ShopDomainUpdate": { "type": "object", "interfaces": [], - "description": "Updates site domain of the shop. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", - "deprecated": null, - "message": null, + "description": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", + "deprecated": "4.0", + "message": "Updates site domain of the shop.\n\nDEPRECATED: this mutation will be removed in Saleor 4.0. Use `PUBLIC_URL` environment variable instead. \n\nRequires one of the following permissions: MANAGE_SETTINGS.", "fields": { "errors": { "type": "[ShopError!]!", diff --git a/index.html b/index.html index 2b9a199..31630cf 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-09-25 14:01:06

+

Generated on 2023-09-26 14:01:04

Summary

@@ -1202,6 +1202,17 @@

Summary

4.0 + + + ... + + + Mutation + shopDomainUpdate + + 4.0 + + ... @@ -1827,6 +1838,16 @@

Summary

4.0 + + + ... + + + ShopDomainUpdate + + 4.0 + + ... @@ -7374,6 +7395,31 @@

+
+
+
+

+ + Field shopDomainUpdate of type Mutation + +

+

Removed in Saleor 4.0

+

Updates site domain of the shop. + +DEPRECATED: this mutation will be removed in Saleor 4.0. Use PUBLIC_URL environment variable instead. + +Requires one of the following permissions: MANAGE_SETTINGS.

+
+
+
type Mutation {
+  ...
+  shopDomainUpdate( ... ): ShopDomainUpdate
+  ...
+}
+
+
+
+
@@ -8744,6 +8790,29 @@

+
+
+
+

+ + Type ShopDomainUpdate + +

+

Removed in Saleor 4.0

+

Updates site domain of the shop. + +DEPRECATED: this mutation will be removed in Saleor 4.0. Use PUBLIC_URL environment variable instead. + +Requires one of the following permissions: MANAGE_SETTINGS.

+
+
+
type ShopDomainUpdate {
+  ...
+}
+
+
+
+