@fas-core/shared-types 1.0.110 → 1.0.111
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -255,6 +255,7 @@ interface ICategory extends BaseEntity {
|
|
|
255
255
|
urlFragmentOverride: string;
|
|
256
256
|
sortOrder: number;
|
|
257
257
|
directProductCount: number;
|
|
258
|
+
onlineProductCount: number;
|
|
258
259
|
status: boolean;
|
|
259
260
|
isOnline: boolean;
|
|
260
261
|
netsuiteId: string;
|
|
@@ -2234,7 +2235,6 @@ interface FieldMapping {
|
|
|
2234
2235
|
pending?: boolean;
|
|
2235
2236
|
conditional?: boolean;
|
|
2236
2237
|
identity?: boolean;
|
|
2237
|
-
/** Local fields this one is computed from, for targets nothing in NetSuite supplies directly. */
|
|
2238
2238
|
derivedFrom?: readonly string[];
|
|
2239
2239
|
caution?: string;
|
|
2240
2240
|
note?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -255,6 +255,7 @@ interface ICategory extends BaseEntity {
|
|
|
255
255
|
urlFragmentOverride: string;
|
|
256
256
|
sortOrder: number;
|
|
257
257
|
directProductCount: number;
|
|
258
|
+
onlineProductCount: number;
|
|
258
259
|
status: boolean;
|
|
259
260
|
isOnline: boolean;
|
|
260
261
|
netsuiteId: string;
|
|
@@ -2234,7 +2235,6 @@ interface FieldMapping {
|
|
|
2234
2235
|
pending?: boolean;
|
|
2235
2236
|
conditional?: boolean;
|
|
2236
2237
|
identity?: boolean;
|
|
2237
|
-
/** Local fields this one is computed from, for targets nothing in NetSuite supplies directly. */
|
|
2238
2238
|
derivedFrom?: readonly string[];
|
|
2239
2239
|
caution?: string;
|
|
2240
2240
|
note?: string;
|
package/package.json
CHANGED