@epilot/pricing-client 3.26.0 → 3.26.1

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
@@ -215,7 +215,7 @@ declare namespace Components {
215
215
  /**
216
216
  * The unit gross amount value.
217
217
  */
218
- unit_amount_gross_decimal?: number;
218
+ unit_amount_gross_decimal?: string;
219
219
  /**
220
220
  * Total tax amount for this line item.
221
221
  */
@@ -817,7 +817,7 @@ declare namespace Components {
817
817
  /**
818
818
  * The unit gross amount value.
819
819
  */
820
- unit_amount_gross_decimal?: number;
820
+ unit_amount_gross_decimal?: string;
821
821
  /**
822
822
  * Total tax amount for this line item.
823
823
  */
@@ -2138,7 +2138,7 @@ declare namespace Components {
2138
2138
  /**
2139
2139
  * The unit gross amount value.
2140
2140
  */
2141
- unit_amount_gross_decimal?: number;
2141
+ unit_amount_gross_decimal?: string;
2142
2142
  /**
2143
2143
  * Total tax amount for this line item.
2144
2144
  */
package/dist/openapi.json CHANGED
@@ -3602,7 +3602,7 @@
3602
3602
  "readOnly": true
3603
3603
  },
3604
3604
  "unit_amount_gross_decimal": {
3605
- "type": "integer",
3605
+ "type": "string",
3606
3606
  "description": "The unit gross amount value.",
3607
3607
  "readOnly": true
3608
3608
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",