diff --git a/www/utils/generated/dml-output/payment.json b/www/utils/generated/dml-output/payment.json index 5f757f7451..e416c4b860 100644 --- a/www/utils/generated/dml-output/payment.json +++ b/www/utils/generated/dml-output/payment.json @@ -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.", diff --git a/www/utils/generated/dml-output/promotion.json b/www/utils/generated/dml-output/promotion.json index 01ab874a88..c6005dd99d 100644 --- a/www/utils/generated/dml-output/promotion.json +++ b/www/utils/generated/dml-output/promotion.json @@ -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": {