@fas-core/shared-types 1.0.19 → 1.0.20

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/index.d.mts CHANGED
@@ -239,6 +239,7 @@ interface ICategory extends BaseEntity {
239
239
  status: boolean;
240
240
  metaData: Metadata;
241
241
  seoMetaData: ISEOMetaData;
242
+ subCategories?: ICategory[];
242
243
  }
243
244
 
244
245
  interface IBrand extends BaseEntity {
package/dist/index.d.ts CHANGED
@@ -239,6 +239,7 @@ interface ICategory extends BaseEntity {
239
239
  status: boolean;
240
240
  metaData: Metadata;
241
241
  seoMetaData: ISEOMetaData;
242
+ subCategories?: ICategory[];
242
243
  }
243
244
 
244
245
  interface IBrand extends BaseEntity {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fas-core/shared-types",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "FAS Core Shared Types - A collection of shared TypeScript types for the FAS Core SDK.",
5
5
  "author": "ibreakloops",
6
6
  "license": "UNLICENSED",