chore(docs): Generated DML JSON files (automated) (#14180)
This PR holds all generated DML JSON files for the upcoming release. --- > [!NOTE] > Updates generated DML JSONs with new fields and a renamed relation across fulfillment, notification, order, and promotion modules. > > - **Fulfillment**: > - `ShippingOptionType`: rename `shipping_option` to `shipping_options` (expandable). > - **Notification**: > - `Notification`: add `from` and `provider_data` fields. > - **Order**: > - `OrderLineItemAdjustment`: add `version`. > - `Order`: add `custom_display_id`. > - `OrderChange`: add `carry_over_promotions` (since v2.12.0). > - **Promotion**: > - `Promotion`: add `limit`, `used`, and `metadata` (since v2.12.0). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4494c93c2d7bc05cfec47fb1b77f7c4c16383f2b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
725b3991b2
commit
fa7bf50077
@@ -29,7 +29,9 @@
|
||||
"idempotency_key": "The idempotency key of the notification.",
|
||||
"external_id": "The id of the notification in the external system.",
|
||||
"provider": "The associated provider used to send the notification.\n\n@expandable",
|
||||
"status": "The status of the notification"
|
||||
"status": "The status of the notification",
|
||||
"from": "The address, number, or general user identifier to send the notification from",
|
||||
"provider_data": "Data relevant to the provider used to send the notification"
|
||||
},
|
||||
"deprecated": {
|
||||
"is_deprecated": false
|
||||
|
||||
Reference in New Issue
Block a user