@epilot/pricing-client 3.47.9-alpha.2 → 3.47.9-alpha.3
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 -3
- package/dist/openapi.json +9 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1449,7 +1449,7 @@ declare namespace Components {
|
|
|
1449
1449
|
/**
|
|
1450
1450
|
* The flag for prices that contain price components.
|
|
1451
1451
|
*/
|
|
1452
|
-
is_composite_price
|
|
1452
|
+
is_composite_price: true;
|
|
1453
1453
|
/**
|
|
1454
1454
|
* The price creation date
|
|
1455
1455
|
*/
|
|
@@ -1825,7 +1825,7 @@ declare namespace Components {
|
|
|
1825
1825
|
/**
|
|
1826
1826
|
* The flag for prices that contain price components.
|
|
1827
1827
|
*/
|
|
1828
|
-
is_composite_price
|
|
1828
|
+
is_composite_price: true;
|
|
1829
1829
|
/**
|
|
1830
1830
|
* Contains price item configurations, per price component, when the main price item is a [composite price](/api/pricing#tag/dynamic_price_schema).
|
|
1831
1831
|
*/
|
|
@@ -2022,7 +2022,7 @@ declare namespace Components {
|
|
|
2022
2022
|
/**
|
|
2023
2023
|
* The flag for prices that contain price components.
|
|
2024
2024
|
*/
|
|
2025
|
-
is_composite_price
|
|
2025
|
+
is_composite_price: true;
|
|
2026
2026
|
/**
|
|
2027
2027
|
* Contains price item configurations, per price component, when the main price item is a [composite price](/api/pricing#tag/dynamic_price_schema).
|
|
2028
2028
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -3033,6 +3033,9 @@
|
|
|
3033
3033
|
},
|
|
3034
3034
|
"additionalProperties": true,
|
|
3035
3035
|
"readOnly": true,
|
|
3036
|
+
"required": [
|
|
3037
|
+
"is_composite_price"
|
|
3038
|
+
],
|
|
3036
3039
|
"properties": {
|
|
3037
3040
|
"active": {
|
|
3038
3041
|
"type": "boolean",
|
|
@@ -4571,6 +4574,9 @@
|
|
|
4571
4574
|
},
|
|
4572
4575
|
{
|
|
4573
4576
|
"type": "object",
|
|
4577
|
+
"required": [
|
|
4578
|
+
"is_composite_price"
|
|
4579
|
+
],
|
|
4574
4580
|
"properties": {
|
|
4575
4581
|
"is_composite_price": {
|
|
4576
4582
|
"description": "The flag for prices that contain price components.",
|
|
@@ -4878,6 +4884,9 @@
|
|
|
4878
4884
|
],
|
|
4879
4885
|
"description": "Represents a composite price input to the pricing library.",
|
|
4880
4886
|
"type": "object",
|
|
4887
|
+
"required": [
|
|
4888
|
+
"is_composite_price"
|
|
4889
|
+
],
|
|
4881
4890
|
"properties": {
|
|
4882
4891
|
"is_composite_price": {
|
|
4883
4892
|
"description": "The flag for prices that contain price components.",
|