chore(docs): Generated DML JSON files (automated) (#11026)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-17 18:07:05 +02:00
committed by GitHub
parent 2c966490f4
commit e50d0ff369
2 changed files with 2 additions and 5 deletions

View File

@@ -32,7 +32,6 @@
"authorized_amount": "The authorized amount of the payment collection",
"captured_amount": "The captured amount of the payment collection",
"refunded_amount": "The refunded amount of the payment collection",
"region_id": "The ID of the payment collection's region.",
"completed_at": "The date the payment collection was completed",
"status": "The status of the payment collection",
"metadata": "Holds custom data in key-value pairs.",
@@ -70,9 +69,6 @@
"amount": "The amount of the payment",
"currency_code": "The currency code of the payment.\n\n@example usd",
"provider_id": "The ID of the Payment Module Provider used to process the payment.",
"cart_id": "The ID of the cart this payment was created for",
"order_id": "The ID of the order this payment was created for.",
"customer_id": "The ID of the customer making the payment",
"data": "The data of the payment that's useful for processing with third-party services. Learn more in [this documentation](https://docs.medusajs.com/resources/commerce-modules/payment/payment-session#data-property)",
"metadata": "Holds custom data in key-value pairs.",
"captured_at": "The date that the payment was captured.",

View File

@@ -53,7 +53,8 @@
"type": "The type of the promotion",
"campaign": "The associated campaign.\n\n@expandable",
"application_method": "The associated application method.\n\n@expandable",
"rules": "The associated rules.\n\n@expandable"
"rules": "The associated rules.\n\n@expandable",
"status": "The status of the promotion"
}
},
"ApplicationMethod": {