@epilot/pricing-client 3.53.3 → 3.53.5

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
@@ -161,7 +161,7 @@ declare namespace Components {
161
161
  /**
162
162
  * The postal code for the address.
163
163
  */
164
- postal_code: string;
164
+ postal_code?: string;
165
165
  /**
166
166
  * The name of the city, district, village, or town.
167
167
  */
@@ -6436,7 +6436,9 @@ declare namespace Components {
6436
6436
  /**
6437
6437
  * The coupons referenced from within `line_items`
6438
6438
  */
6439
- coupons?: any[];
6439
+ coupons?: {
6440
+ $relation?: EntityRelation[];
6441
+ };
6440
6442
  /**
6441
6443
  * Total of all items before (discounts or) taxes are applied.
6442
6444
  */
package/dist/openapi.json CHANGED
@@ -4630,7 +4630,7 @@
4630
4630
  }
4631
4631
  },
4632
4632
  "coupons": {
4633
- "type": "array",
4633
+ "type": "object",
4634
4634
  "description": "The coupons referenced from within `line_items`",
4635
4635
  "properties": {
4636
4636
  "$relation": {
@@ -7789,10 +7789,7 @@
7789
7789
  "type": "string",
7790
7790
  "description": "The name of the country."
7791
7791
  }
7792
- },
7793
- "required": [
7794
- "postal_code"
7795
- ]
7792
+ }
7796
7793
  },
7797
7794
  "AvailabilityFilters": {
7798
7795
  "description": "Availability filters dimensions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.53.3",
3
+ "version": "3.53.5",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",