@epilot/pricing-client 3.35.8 → 3.35.9
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 +28 -28
- package/dist/openapi.json +4 -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
|
*/
|
|
@@ -884,13 +884,13 @@ declare namespace Components {
|
|
|
884
884
|
*/
|
|
885
885
|
discount_amount_decimal?: string;
|
|
886
886
|
/**
|
|
887
|
-
* The
|
|
887
|
+
* The cashback amount.
|
|
888
888
|
*/
|
|
889
|
-
|
|
889
|
+
cashback_amount?: number;
|
|
890
890
|
/**
|
|
891
|
-
* The
|
|
891
|
+
* The cashback amount as a string with all the decimal places.
|
|
892
892
|
*/
|
|
893
|
-
|
|
893
|
+
cashback_amount_decimal?: string;
|
|
894
894
|
/**
|
|
895
895
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
896
896
|
*/
|
|
@@ -1208,13 +1208,13 @@ declare namespace Components {
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
discount_amount_decimal?: string;
|
|
1210
1210
|
/**
|
|
1211
|
-
* The
|
|
1211
|
+
* The cashback amount.
|
|
1212
1212
|
*/
|
|
1213
|
-
|
|
1213
|
+
cashback_amount?: number;
|
|
1214
1214
|
/**
|
|
1215
|
-
* The
|
|
1215
|
+
* The cashback amount as a string with all the decimal places.
|
|
1216
1216
|
*/
|
|
1217
|
-
|
|
1217
|
+
cashback_amount_decimal?: string;
|
|
1218
1218
|
/**
|
|
1219
1219
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
1220
1220
|
*/
|
|
@@ -3382,13 +3382,13 @@ declare namespace Components {
|
|
|
3382
3382
|
*/
|
|
3383
3383
|
discount_amount_decimal?: string;
|
|
3384
3384
|
/**
|
|
3385
|
-
* The
|
|
3385
|
+
* The cashback amount.
|
|
3386
3386
|
*/
|
|
3387
|
-
|
|
3387
|
+
cashback_amount?: number;
|
|
3388
3388
|
/**
|
|
3389
|
-
* The
|
|
3389
|
+
* The cashback amount as a string with all the decimal places.
|
|
3390
3390
|
*/
|
|
3391
|
-
|
|
3391
|
+
cashback_amount_decimal?: string;
|
|
3392
3392
|
/**
|
|
3393
3393
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
3394
3394
|
*/
|
|
@@ -4357,13 +4357,13 @@ declare namespace Components {
|
|
|
4357
4357
|
*/
|
|
4358
4358
|
discount_amount_decimal?: string;
|
|
4359
4359
|
/**
|
|
4360
|
-
* The
|
|
4360
|
+
* The cashback amount.
|
|
4361
4361
|
*/
|
|
4362
|
-
|
|
4362
|
+
cashback_amount?: number;
|
|
4363
4363
|
/**
|
|
4364
|
-
* The
|
|
4364
|
+
* The cashback amount as a string with all the decimal places.
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
cashback_amount_decimal?: string;
|
|
4367
4367
|
/**
|
|
4368
4368
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4369
4369
|
*/
|
|
@@ -4434,13 +4434,13 @@ declare namespace Components {
|
|
|
4434
4434
|
*/
|
|
4435
4435
|
discount_amount_decimal?: string;
|
|
4436
4436
|
/**
|
|
4437
|
-
* The
|
|
4437
|
+
* The cashback amount.
|
|
4438
4438
|
*/
|
|
4439
|
-
|
|
4439
|
+
cashback_amount?: number;
|
|
4440
4440
|
/**
|
|
4441
|
-
* The
|
|
4441
|
+
* The cashback amount as a string with all the decimal places.
|
|
4442
4442
|
*/
|
|
4443
|
-
|
|
4443
|
+
cashback_amount_decimal?: string;
|
|
4444
4444
|
/**
|
|
4445
4445
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4446
4446
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -4059,14 +4059,14 @@
|
|
|
4059
4059
|
"description": "The discount amount as a string with all the decimal places.",
|
|
4060
4060
|
"readOnly": true
|
|
4061
4061
|
},
|
|
4062
|
-
"
|
|
4062
|
+
"cashback_amount": {
|
|
4063
4063
|
"type": "integer",
|
|
4064
|
-
"description": "The
|
|
4064
|
+
"description": "The cashback amount.",
|
|
4065
4065
|
"readOnly": true
|
|
4066
4066
|
},
|
|
4067
|
-
"
|
|
4067
|
+
"cashback_amount_decimal": {
|
|
4068
4068
|
"type": "string",
|
|
4069
|
-
"description": "The
|
|
4069
|
+
"description": "The cashback amount as a string with all the decimal places.",
|
|
4070
4070
|
"readOnly": true
|
|
4071
4071
|
},
|
|
4072
4072
|
"discount_percentage": {
|