@zenky/storefront-api 0.0.38 → 0.0.39

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -580,6 +580,8 @@ export interface CatalogItem {
580
580
  }
581
581
  export interface RemoteCatalog {
582
582
  url: string;
583
+ city_id: string | null;
584
+ stock_id: string | null;
583
585
  }
584
586
  export declare class CatalogResource extends AbstractResource {
585
587
  getCatalog(storeId: string, request?: ShowCatalogRequest): Promise<CatalogItem[]>;
@@ -683,6 +685,7 @@ export interface Store {
683
685
  links: Contact[];
684
686
  phones: Phone[];
685
687
  cities: City[];
688
+ catalogs: RemoteCatalog[];
686
689
  settings: StoreSettings;
687
690
  }
688
691
  export declare class StoreResource extends AbstractResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",