@epilot/pricing-client 3.35.11 → 3.35.12
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 +2 -2
- package/dist/openapi.json +2 -19
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1259,7 +1259,7 @@ declare namespace Components {
|
|
|
1259
1259
|
/**
|
|
1260
1260
|
* The flag for prices that contain price components.
|
|
1261
1261
|
*/
|
|
1262
|
-
is_composite_price
|
|
1262
|
+
is_composite_price?: boolean;
|
|
1263
1263
|
/**
|
|
1264
1264
|
* An arbitrary string attached to the price item. Often useful for displaying to users. Defaults to product name.
|
|
1265
1265
|
*/
|
|
@@ -3444,7 +3444,7 @@ declare namespace Components {
|
|
|
3444
3444
|
/**
|
|
3445
3445
|
* The flag for prices that contain price components.
|
|
3446
3446
|
*/
|
|
3447
|
-
is_composite_price?:
|
|
3447
|
+
is_composite_price?: boolean;
|
|
3448
3448
|
/**
|
|
3449
3449
|
* An arbitrary string attached to the price item. Often useful for displaying to users. Defaults to product name.
|
|
3450
3450
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -3914,17 +3914,8 @@
|
|
|
3914
3914
|
},
|
|
3915
3915
|
"total_details": {
|
|
3916
3916
|
"$ref": "#/components/schemas/TotalDetails"
|
|
3917
|
-
},
|
|
3918
|
-
"is_composite_price": {
|
|
3919
|
-
"type": "boolean",
|
|
3920
|
-
"enum": [
|
|
3921
|
-
true
|
|
3922
|
-
]
|
|
3923
3917
|
}
|
|
3924
|
-
}
|
|
3925
|
-
"required": [
|
|
3926
|
-
"is_composite_price"
|
|
3927
|
-
]
|
|
3918
|
+
}
|
|
3928
3919
|
},
|
|
3929
3920
|
"BasePriceItem": {
|
|
3930
3921
|
"description": "Represents a price item",
|
|
@@ -4167,14 +4158,6 @@
|
|
|
4167
4158
|
},
|
|
4168
4159
|
"get_ag": {
|
|
4169
4160
|
"$ref": "#/components/schemas/PriceGetAg"
|
|
4170
|
-
},
|
|
4171
|
-
"is_composite_price": {
|
|
4172
|
-
"nullable": true,
|
|
4173
|
-
"type": "boolean",
|
|
4174
|
-
"enum": [
|
|
4175
|
-
false,
|
|
4176
|
-
null
|
|
4177
|
-
]
|
|
4178
4161
|
}
|
|
4179
4162
|
},
|
|
4180
4163
|
"required": [
|
|
@@ -4393,7 +4376,7 @@
|
|
|
4393
4376
|
"items": {
|
|
4394
4377
|
"type": "array",
|
|
4395
4378
|
"items": {
|
|
4396
|
-
"
|
|
4379
|
+
"anyOf": [
|
|
4397
4380
|
{
|
|
4398
4381
|
"$ref": "#/components/schemas/PriceItem"
|
|
4399
4382
|
},
|