@epilot/pricing-client 3.18.2 → 3.18.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 CHANGED
@@ -2692,10 +2692,7 @@ declare namespace Components {
2692
2692
  * Total tax amount of items with same recurrence.
2693
2693
  */
2694
2694
  amount_tax?: number;
2695
- /**
2696
- * The taxes applied to the price item.
2697
- */
2698
- tax?: (/* A tax amount associated with a specific tax rate. */ TaxAmount)[];
2695
+ tax?: /* A tax amount associated with a specific tax rate. */ TaxAmount;
2699
2696
  }
2700
2697
  export type SalesTax = "nontaxable" | "reduced" | "standard";
2701
2698
  export type SaveIntegrationCredentialsParams = /* The basic auth credentials */ BasicAuthCredentials;
package/dist/openapi.json CHANGED
@@ -3687,15 +3687,7 @@
3687
3687
  },
3688
3688
  "tax": {
3689
3689
  "type": "array",
3690
- "description": "The taxes applied to the price item.",
3691
- "readOnly": true,
3692
- "items": {
3693
- "oneOf": [
3694
- {
3695
- "$ref": "#/components/schemas/TaxAmount"
3696
- }
3697
- ]
3698
- }
3690
+ "$ref": "#/components/schemas/TaxAmount"
3699
3691
  }
3700
3692
  }
3701
3693
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.18.2",
3
+ "version": "3.18.3",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",