@zenky/storefront-api 0.0.14 → 0.0.16

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -277,6 +277,7 @@ export declare class CategoriesResource extends AbstractResource {
277
277
  export interface Category {
278
278
  id: string;
279
279
  short_id: string;
280
+ parent_id: string | null;
280
281
  is_featured: boolean;
281
282
  slug: string | null;
282
283
  name: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",