@zenky/storefront-api 0.0.50 → 0.0.52

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -632,6 +632,7 @@ export interface City {
632
632
  name: string | null;
633
633
  timezone: string;
634
634
  coordinates: GeoLocation | null;
635
+ schedule: Schedule | null;
635
636
  stocks?: Stock[];
636
637
  delivery_zones?: DeliveryZone[];
637
638
  phones?: Phone[];
@@ -649,6 +650,10 @@ export interface StoreSettings {
649
650
  checkout_ui: {
650
651
  enabled: boolean;
651
652
  message: string | null;
653
+ closed_message: string | null;
654
+ legal: {
655
+ accept_label: string | null;
656
+ };
652
657
  };
653
658
  };
654
659
  products: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",