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:
github-actions[bot]
2025-12-02 06:50:03 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 725b3991b2
commit fa7bf50077
4 changed files with 14 additions and 6 deletions
@@ -69,7 +69,10 @@
"application_method": "The associated application method.\n\n@expandable",
"rules": "The associated rules.\n\n@expandable",
"status": "The status of the promotion",
"is_tax_inclusive": "Whether the promotion is tax inclusive."
"is_tax_inclusive": "Whether the promotion is tax inclusive.",
"limit": "The limit of the promotion\n\n@since v2.12.0",
"used": "How much of the limit has been used.\n\n@since v2.12.0",
"metadata": "Holds custom data in key-value pairs.\n\n@since v2.12.0"
},
"deprecated": {
"is_deprecated": false