@zenky/storefront-api 0.0.29 → 0.0.30

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -445,8 +445,9 @@ export interface City {
445
445
  name: string | null;
446
446
  timezone: string;
447
447
  coordinates: GeoLocation | null;
448
- stocks: Stock[];
449
- delivery_zones: DeliveryZone[];
448
+ stocks?: Stock[];
449
+ delivery_zones?: DeliveryZone[];
450
+ phones?: Phone[];
450
451
  }
451
452
  export interface StoreSettings {
452
453
  country: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",