@epilot/pricing-client 3.53.4 → 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
  */
package/dist/openapi.json CHANGED
@@ -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.4",
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",