@fas-core/shared-types 1.0.42 → 1.0.43

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
@@ -155,6 +155,7 @@ interface IBrand extends BaseEntity {
155
155
  description: string;
156
156
  logo: string;
157
157
  stores: IStore[];
158
+ sortOrder: number;
158
159
  status: boolean;
159
160
  metaData: Metadata;
160
161
  seoMetaData: ISEOMetaData;
@@ -167,6 +168,7 @@ interface ICategory extends BaseEntity {
167
168
  parent: ICategory;
168
169
  store: IStore;
169
170
  image: string;
171
+ sortOrder: number;
170
172
  status: boolean;
171
173
  metaData: Metadata;
172
174
  seoMetaData: ISEOMetaData;
package/dist/index.d.ts CHANGED
@@ -155,6 +155,7 @@ interface IBrand extends BaseEntity {
155
155
  description: string;
156
156
  logo: string;
157
157
  stores: IStore[];
158
+ sortOrder: number;
158
159
  status: boolean;
159
160
  metaData: Metadata;
160
161
  seoMetaData: ISEOMetaData;
@@ -167,6 +168,7 @@ interface ICategory extends BaseEntity {
167
168
  parent: ICategory;
168
169
  store: IStore;
169
170
  image: string;
171
+ sortOrder: number;
170
172
  status: boolean;
171
173
  metaData: Metadata;
172
174
  seoMetaData: ISEOMetaData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fas-core/shared-types",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
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",