diff --git a/data/schema-changes.json b/data/schema-changes.json index d8e5ea6..ff05170 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,7 +1,12 @@ [ { "diff": "field_new", - "type": "Checkout", - "field": "voucher" + "type": "Fulfillment", + "field": "shippingRefundedAmount" + }, + { + "diff": "field_new", + "type": "Fulfillment", + "field": "totalRefundedAmount" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 3dbda27..5f5d226 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -18180,6 +18180,13 @@ } } }, + "shippingRefundedAmount": { + "type": "Money", + "description": "Amount of refunded shipping price.\n\nAdded in Saleor 3.14.", + "deprecated": null, + "message": null, + "arguments": {} + }, "status": { "type": "FulfillmentStatus!", "description": null, @@ -18194,6 +18201,13 @@ "message": null, "arguments": {} }, + "totalRefundedAmount": { + "type": "Money", + "description": "Total refunded amount assigned to this fulfillment.\n\nAdded in Saleor 3.14.", + "deprecated": null, + "message": null, + "arguments": {} + }, "trackingNumber": { "type": "String!", "description": null, diff --git a/index.html b/index.html index 92b8631..31e50cf 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-11-02 14:01:00

+

Generated on 2023-11-03 14:00:59

Summary