@epilot/pricing-client 3.35.8 → 3.35.10-alpha.0
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 +31 -28
- package/dist/openapi.json +8 -4
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -90,13 +90,13 @@ declare namespace Components {
|
|
|
90
90
|
*/
|
|
91
91
|
discount_amount_decimal?: string;
|
|
92
92
|
/**
|
|
93
|
-
* The
|
|
93
|
+
* The cashback amount.
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
cashback_amount?: number;
|
|
96
96
|
/**
|
|
97
|
-
* The
|
|
97
|
+
* The cashback amount as a string with all the decimal places.
|
|
98
98
|
*/
|
|
99
|
-
|
|
99
|
+
cashback_amount_decimal?: string;
|
|
100
100
|
/**
|
|
101
101
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
102
102
|
*/
|
|
@@ -237,13 +237,13 @@ declare namespace Components {
|
|
|
237
237
|
*/
|
|
238
238
|
discount_amount_decimal?: string;
|
|
239
239
|
/**
|
|
240
|
-
* The
|
|
240
|
+
* The cashback amount.
|
|
241
241
|
*/
|
|
242
|
-
|
|
242
|
+
cashback_amount?: number;
|
|
243
243
|
/**
|
|
244
|
-
* The
|
|
244
|
+
* The cashback amount as a string with all the decimal places.
|
|
245
245
|
*/
|
|
246
|
-
|
|
246
|
+
cashback_amount_decimal?: string;
|
|
247
247
|
/**
|
|
248
248
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
249
249
|
*/
|
|
@@ -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
|
*/
|
|
@@ -884,13 +885,13 @@ declare namespace Components {
|
|
|
884
885
|
*/
|
|
885
886
|
discount_amount_decimal?: string;
|
|
886
887
|
/**
|
|
887
|
-
* The
|
|
888
|
+
* The cashback amount.
|
|
888
889
|
*/
|
|
889
|
-
|
|
890
|
+
cashback_amount?: number;
|
|
890
891
|
/**
|
|
891
|
-
* The
|
|
892
|
+
* The cashback amount as a string with all the decimal places.
|
|
892
893
|
*/
|
|
893
|
-
|
|
894
|
+
cashback_amount_decimal?: string;
|
|
894
895
|
/**
|
|
895
896
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
896
897
|
*/
|
|
@@ -1208,13 +1209,13 @@ declare namespace Components {
|
|
|
1208
1209
|
*/
|
|
1209
1210
|
discount_amount_decimal?: string;
|
|
1210
1211
|
/**
|
|
1211
|
-
* The
|
|
1212
|
+
* The cashback amount.
|
|
1212
1213
|
*/
|
|
1213
|
-
|
|
1214
|
+
cashback_amount?: number;
|
|
1214
1215
|
/**
|
|
1215
|
-
* The
|
|
1216
|
+
* The cashback amount as a string with all the decimal places.
|
|
1216
1217
|
*/
|
|
1217
|
-
|
|
1218
|
+
cashback_amount_decimal?: string;
|
|
1218
1219
|
/**
|
|
1219
1220
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
1220
1221
|
*/
|
|
@@ -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
|
*/
|
|
@@ -3382,13 +3384,13 @@ declare namespace Components {
|
|
|
3382
3384
|
*/
|
|
3383
3385
|
discount_amount_decimal?: string;
|
|
3384
3386
|
/**
|
|
3385
|
-
* The
|
|
3387
|
+
* The cashback amount.
|
|
3386
3388
|
*/
|
|
3387
|
-
|
|
3389
|
+
cashback_amount?: number;
|
|
3388
3390
|
/**
|
|
3389
|
-
* The
|
|
3391
|
+
* The cashback amount as a string with all the decimal places.
|
|
3390
3392
|
*/
|
|
3391
|
-
|
|
3393
|
+
cashback_amount_decimal?: string;
|
|
3392
3394
|
/**
|
|
3393
3395
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
3394
3396
|
*/
|
|
@@ -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
|
*/
|
|
@@ -4357,13 +4360,13 @@ declare namespace Components {
|
|
|
4357
4360
|
*/
|
|
4358
4361
|
discount_amount_decimal?: string;
|
|
4359
4362
|
/**
|
|
4360
|
-
* The
|
|
4363
|
+
* The cashback amount.
|
|
4361
4364
|
*/
|
|
4362
|
-
|
|
4365
|
+
cashback_amount?: number;
|
|
4363
4366
|
/**
|
|
4364
|
-
* The
|
|
4367
|
+
* The cashback amount as a string with all the decimal places.
|
|
4365
4368
|
*/
|
|
4366
|
-
|
|
4369
|
+
cashback_amount_decimal?: string;
|
|
4367
4370
|
/**
|
|
4368
4371
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4369
4372
|
*/
|
|
@@ -4434,13 +4437,13 @@ declare namespace Components {
|
|
|
4434
4437
|
*/
|
|
4435
4438
|
discount_amount_decimal?: string;
|
|
4436
4439
|
/**
|
|
4437
|
-
* The
|
|
4440
|
+
* The cashback amount.
|
|
4438
4441
|
*/
|
|
4439
|
-
|
|
4442
|
+
cashback_amount?: number;
|
|
4440
4443
|
/**
|
|
4441
|
-
* The
|
|
4444
|
+
* The cashback amount as a string with all the decimal places.
|
|
4442
4445
|
*/
|
|
4443
|
-
|
|
4446
|
+
cashback_amount_decimal?: string;
|
|
4444
4447
|
/**
|
|
4445
4448
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4446
4449
|
*/
|
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",
|
|
@@ -4059,14 +4063,14 @@
|
|
|
4059
4063
|
"description": "The discount amount as a string with all the decimal places.",
|
|
4060
4064
|
"readOnly": true
|
|
4061
4065
|
},
|
|
4062
|
-
"
|
|
4066
|
+
"cashback_amount": {
|
|
4063
4067
|
"type": "integer",
|
|
4064
|
-
"description": "The
|
|
4068
|
+
"description": "The cashback amount.",
|
|
4065
4069
|
"readOnly": true
|
|
4066
4070
|
},
|
|
4067
|
-
"
|
|
4071
|
+
"cashback_amount_decimal": {
|
|
4068
4072
|
"type": "string",
|
|
4069
|
-
"description": "The
|
|
4073
|
+
"description": "The cashback amount as a string with all the decimal places.",
|
|
4070
4074
|
"readOnly": true
|
|
4071
4075
|
},
|
|
4072
4076
|
"discount_percentage": {
|