@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 CHANGED
@@ -90,13 +90,13 @@ declare namespace Components {
90
90
  */
91
91
  discount_amount_decimal?: string;
92
92
  /**
93
- * The bonus amount.
93
+ * The cashback amount.
94
94
  */
95
- bonus_amount?: number;
95
+ cashback_amount?: number;
96
96
  /**
97
- * The bonus amount as a string with all the decimal places.
97
+ * The cashback amount as a string with all the decimal places.
98
98
  */
99
- bonus_amount_decimal?: string;
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 bonus amount.
240
+ * The cashback amount.
241
241
  */
242
- bonus_amount?: number;
242
+ cashback_amount?: number;
243
243
  /**
244
- * The bonus amount as a string with all the decimal places.
244
+ * The cashback amount as a string with all the decimal places.
245
245
  */
246
- bonus_amount_decimal?: string;
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 bonus amount.
887
+ * The cashback amount.
888
888
  */
889
- bonus_amount?: number;
889
+ cashback_amount?: number;
890
890
  /**
891
- * The bonus amount as a string with all the decimal places.
891
+ * The cashback amount as a string with all the decimal places.
892
892
  */
893
- bonus_amount_decimal?: string;
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 bonus amount.
1211
+ * The cashback amount.
1212
1212
  */
1213
- bonus_amount?: number;
1213
+ cashback_amount?: number;
1214
1214
  /**
1215
- * The bonus amount as a string with all the decimal places.
1215
+ * The cashback amount as a string with all the decimal places.
1216
1216
  */
1217
- bonus_amount_decimal?: string;
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 bonus amount.
3385
+ * The cashback amount.
3386
3386
  */
3387
- bonus_amount?: number;
3387
+ cashback_amount?: number;
3388
3388
  /**
3389
- * The bonus amount as a string with all the decimal places.
3389
+ * The cashback amount as a string with all the decimal places.
3390
3390
  */
3391
- bonus_amount_decimal?: string;
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 bonus amount.
4360
+ * The cashback amount.
4361
4361
  */
4362
- bonus_amount?: number;
4362
+ cashback_amount?: number;
4363
4363
  /**
4364
- * The bonus amount as a string with all the decimal places.
4364
+ * The cashback amount as a string with all the decimal places.
4365
4365
  */
4366
- bonus_amount_decimal?: string;
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 bonus amount.
4437
+ * The cashback amount.
4438
4438
  */
4439
- bonus_amount?: number;
4439
+ cashback_amount?: number;
4440
4440
  /**
4441
- * The bonus amount as a string with all the decimal places.
4441
+ * The cashback amount as a string with all the decimal places.
4442
4442
  */
4443
- bonus_amount_decimal?: string;
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
- "bonus_amount": {
4062
+ "cashback_amount": {
4063
4063
  "type": "integer",
4064
- "description": "The bonus amount.",
4064
+ "description": "The cashback amount.",
4065
4065
  "readOnly": true
4066
4066
  },
4067
- "bonus_amount_decimal": {
4067
+ "cashback_amount_decimal": {
4068
4068
  "type": "string",
4069
- "description": "The bonus amount as a string with all the decimal places.",
4069
+ "description": "The cashback amount as a string with all the decimal places.",
4070
4070
  "readOnly": true
4071
4071
  },
4072
4072
  "discount_percentage": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.35.8",
3
+ "version": "3.35.9",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",