@epilot/pricing-client 3.21.3 → 3.21.4

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
@@ -2555,6 +2555,10 @@ declare namespace Components {
2555
2555
  * The unit gross amount value.
2556
2556
  */
2557
2557
  unit_amount_gross?: number;
2558
+ /**
2559
+ * The unit net amount value.
2560
+ */
2561
+ unit_amount_net?: number;
2558
2562
  /**
2559
2563
  * This is the sum of all the price item tax amounts.
2560
2564
  */
@@ -2705,6 +2709,10 @@ declare namespace Components {
2705
2709
  * The unit gross amount value.
2706
2710
  */
2707
2711
  unit_amount_gross?: number;
2712
+ /**
2713
+ * The unit net amount value.
2714
+ */
2715
+ unit_amount_net?: number;
2708
2716
  /**
2709
2717
  * Total of all items taxes, with same recurrence.
2710
2718
  */
@@ -2750,6 +2758,10 @@ declare namespace Components {
2750
2758
  * The unit gross amount value.
2751
2759
  */
2752
2760
  unit_amount_gross?: number;
2761
+ /**
2762
+ * The unit net amount value.
2763
+ */
2764
+ unit_amount_net?: number;
2753
2765
  /**
2754
2766
  * Total of all items taxes, with same recurrence.
2755
2767
  */
package/dist/openapi.json CHANGED
@@ -3295,6 +3295,10 @@
3295
3295
  "type": "integer",
3296
3296
  "description": "The unit gross amount value."
3297
3297
  },
3298
+ "unit_amount_net": {
3299
+ "type": "integer",
3300
+ "description": "The unit net amount value."
3301
+ },
3298
3302
  "amount_tax": {
3299
3303
  "type": "integer",
3300
3304
  "description": "Total of all items taxes, with same recurrence."
@@ -3754,6 +3758,10 @@
3754
3758
  "type": "integer",
3755
3759
  "description": "The unit gross amount value."
3756
3760
  },
3761
+ "unit_amount_net": {
3762
+ "type": "integer",
3763
+ "description": "The unit net amount value."
3764
+ },
3757
3765
  "amount_tax": {
3758
3766
  "type": "integer",
3759
3767
  "description": "Total of all items taxes, with same recurrence."
@@ -3901,6 +3909,10 @@
3901
3909
  "type": "integer",
3902
3910
  "description": "The unit gross amount value."
3903
3911
  },
3912
+ "unit_amount_net": {
3913
+ "type": "integer",
3914
+ "description": "The unit net amount value."
3915
+ },
3904
3916
  "amount_tax": {
3905
3917
  "type": "integer",
3906
3918
  "description": "This is the sum of all the price item tax amounts."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.21.3",
3
+ "version": "3.21.4",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",