@epilot/pricing-client 3.35.9 → 3.35.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi.d.ts +3 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -784,6 +784,7 @@ declare namespace Components {
|
|
|
784
784
|
*/
|
|
785
785
|
ExternalFeeMappings;
|
|
786
786
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
787
|
+
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
787
788
|
/**
|
|
788
789
|
* The ids of the coupons applicable to the price item
|
|
789
790
|
*/
|
|
@@ -1627,6 +1628,7 @@ declare namespace Components {
|
|
|
1627
1628
|
*/
|
|
1628
1629
|
ExternalFeeMappings;
|
|
1629
1630
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
1631
|
+
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
1630
1632
|
/**
|
|
1631
1633
|
* The ids of the coupons applicable to the price item
|
|
1632
1634
|
*/
|
|
@@ -3809,6 +3811,7 @@ declare namespace Components {
|
|
|
3809
3811
|
*/
|
|
3810
3812
|
ExternalFeeMappings;
|
|
3811
3813
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
3814
|
+
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
3812
3815
|
/**
|
|
3813
3816
|
* The ids of the coupons applicable to the price item
|
|
3814
3817
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -3472,6 +3472,10 @@
|
|
|
3472
3472
|
"description": "External fees metadata information required to compute totals, for some pricing models",
|
|
3473
3473
|
"$ref": "#/components/schemas/ExternalFeeMetadata"
|
|
3474
3474
|
},
|
|
3475
|
+
"_immutable_pricing_details": {
|
|
3476
|
+
"description": "Immutable pricing details for external products/prices",
|
|
3477
|
+
"$ref": "#/components/schemas/PricingDetails"
|
|
3478
|
+
},
|
|
3475
3479
|
"coupon_ids": {
|
|
3476
3480
|
"type": "array",
|
|
3477
3481
|
"description": "The ids of the coupons applicable to the price item",
|