@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
1,354 lines • 62.2 kB
TypeScript
import { z } from 'zod';
export declare const AlsoBoughtProductSchema: z.ZodObject<{
invMastUid: z.ZodNumber;
itemId: z.ZodString;
itemDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
displayDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
extendedDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
deleteFlag: z.ZodEnum<["Y", "N"]>;
defaultSellingUnit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
defaultPurchasingUnit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
baseUnit: z.ZodString;
vndrStock: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
classId1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
serialized: z.ZodString;
trackLots: z.ZodString;
defaultProductGroup: z.ZodOptional<z.ZodNullable<z.ZodString>>;
upcOrEan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
upcOrEanId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
weight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
length: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
inventorySupplier: z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">;
itemUom: z.ZodArray<z.ZodObject<{
unitOfMeasure: z.ZodString;
unitSize: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
unitOfMeasure: string;
unitSize: number;
}, {
unitOfMeasure: string;
unitSize: number;
}>, "many">;
alternateCodes: z.ZodArray<z.ZodString, "many">;
legacyTags: z.ZodArray<z.ZodString, "many">;
attributes: z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">;
images: z.ZodArray<z.ZodString, "many">;
categoryList: z.ZodArray<z.ZodNumber, "many">;
userDefined: z.ZodRecord<z.ZodString, z.ZodUnknown>;
invMastText: z.ZodArray<z.ZodObject<{
sequenceNo: z.ZodNumber;
displayOnWebFlag: z.ZodString;
textTypeCd: z.ZodNumber;
textTypeDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDisplayTypeUid: z.ZodNumber;
webDisplayTypeId: z.ZodString;
webDisplayTypeDesc: z.ZodString;
textValue: z.ZodString;
}, "strip", z.ZodTypeAny, {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}, {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}>, "many">;
price1: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price2: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price3: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price4: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price5: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price6: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price7: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price8: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price9: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price10: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
brandFolder: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
docCatTrees: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodUnknown, "many">, "many">>;
productCollection: z.ZodOptional<z.ZodNullable<z.ZodString>>;
tsItemCategoryUid: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
ttItemCategoryUid: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
trim: z.ZodOptional<z.ZodBoolean>;
fullSizedSamples: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
itemId: z.ZodString;
invMastUid: z.ZodNumber;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
samplesApp: z.ZodBoolean;
}, "strip", z.ZodTypeAny, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}>, z.ZodBoolean]>>;
swatchSample: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
itemId: z.ZodString;
invMastUid: z.ZodNumber;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
samplesApp: z.ZodBoolean;
}, "strip", z.ZodTypeAny, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}>, z.ZodBoolean]>>;
}, "strip", z.ZodTypeAny, {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}, {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}>;
export declare const InvMastTagSchema: z.ZodObject<{
invMastTagsUid: z.ZodNumber;
invMastUid: z.ZodNumber;
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
updateCd: z.ZodNumber;
statusCd: z.ZodNumber;
processCd: z.ZodNumber;
dateCreated: z.ZodString;
dateLastModified: z.ZodString;
}, "strip", z.ZodTypeAny, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}>;
export declare const CreateInvMastTagRequestSchema: z.ZodObject<{
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
tag?: string | null | undefined;
}, {
tag?: string | null | undefined;
}>;
export declare const UpdateInvMastTagRequestSchema: z.ZodObject<{
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
statusCd: z.ZodOptional<z.ZodNumber>;
processCd: z.ZodOptional<z.ZodNumber>;
updateCd: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
statusCd?: number | undefined;
updateCd?: number | undefined;
processCd?: number | undefined;
tag?: string | null | undefined;
}, {
statusCd?: number | undefined;
updateCd?: number | undefined;
processCd?: number | undefined;
tag?: string | null | undefined;
}>;
export declare const InvMastWebDescSchema: z.ZodObject<{
invMastWebDescUid: z.ZodNumber;
invMastUid: z.ZodNumber;
webDesc1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDescFull: z.ZodOptional<z.ZodNullable<z.ZodString>>;
dateCreated: z.ZodString;
active: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
dateLastModified: z.ZodString;
dateLastChecked: z.ZodString;
updateCd: z.ZodNumber;
statusCd: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}>;
export declare const CreateInvMastWebDescRequestSchema: z.ZodObject<{
webDesc1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDescFull: z.ZodOptional<z.ZodNullable<z.ZodString>>;
active: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
}, "strip", z.ZodTypeAny, {
active: number;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}, {
active?: number | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}>;
export declare const UpdateInvMastWebDescRequestSchema: z.ZodObject<{
webDesc1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDescFull: z.ZodOptional<z.ZodNullable<z.ZodString>>;
active: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
statusCd: z.ZodOptional<z.ZodNumber>;
updateCd: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
statusCd?: number | undefined;
updateCd?: number | undefined;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}, {
statusCd?: number | undefined;
updateCd?: number | undefined;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}>;
export declare const ItemCategorySchema: z.ZodObject<{
itemCategoryUid: z.ZodNumber;
article: z.ZodOptional<z.ZodNullable<z.ZodString>>;
article2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
article3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
article4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
article5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
metaDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
displayOnWebFlag: z.ZodString;
}, "strip", z.ZodTypeAny, {
displayOnWebFlag: string;
itemCategoryUid: number;
title?: string | null | undefined;
article?: string | null | undefined;
article2?: string | null | undefined;
article3?: string | null | undefined;
article4?: string | null | undefined;
article5?: string | null | undefined;
metaDesc?: string | null | undefined;
}, {
displayOnWebFlag: string;
itemCategoryUid: number;
title?: string | null | undefined;
article?: string | null | undefined;
article2?: string | null | undefined;
article3?: string | null | undefined;
article4?: string | null | undefined;
article5?: string | null | undefined;
metaDesc?: string | null | undefined;
}>;
export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
count: z.ZodNumber;
data: z.ZodArray<z.ZodObject<{
invMastUid: z.ZodNumber;
itemId: z.ZodString;
itemDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
displayDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
extendedDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
deleteFlag: z.ZodEnum<["Y", "N"]>;
defaultSellingUnit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
defaultPurchasingUnit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
baseUnit: z.ZodString;
vndrStock: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
classId1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
serialized: z.ZodString;
trackLots: z.ZodString;
defaultProductGroup: z.ZodOptional<z.ZodNullable<z.ZodString>>;
upcOrEan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
upcOrEanId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
weight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
length: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
inventorySupplier: z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">;
itemUom: z.ZodArray<z.ZodObject<{
unitOfMeasure: z.ZodString;
unitSize: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
unitOfMeasure: string;
unitSize: number;
}, {
unitOfMeasure: string;
unitSize: number;
}>, "many">;
alternateCodes: z.ZodArray<z.ZodString, "many">;
legacyTags: z.ZodArray<z.ZodString, "many">;
attributes: z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">;
images: z.ZodArray<z.ZodString, "many">;
categoryList: z.ZodArray<z.ZodNumber, "many">;
userDefined: z.ZodRecord<z.ZodString, z.ZodUnknown>;
invMastText: z.ZodArray<z.ZodObject<{
sequenceNo: z.ZodNumber;
displayOnWebFlag: z.ZodString;
textTypeCd: z.ZodNumber;
textTypeDesc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDisplayTypeUid: z.ZodNumber;
webDisplayTypeId: z.ZodString;
webDisplayTypeDesc: z.ZodString;
textValue: z.ZodString;
}, "strip", z.ZodTypeAny, {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}, {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}>, "many">;
price1: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price2: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price3: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price4: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price5: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price6: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price7: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price8: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price9: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
price10: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
brandFolder: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
docCatTrees: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodUnknown, "many">, "many">>;
productCollection: z.ZodOptional<z.ZodNullable<z.ZodString>>;
tsItemCategoryUid: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
ttItemCategoryUid: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
trim: z.ZodOptional<z.ZodBoolean>;
fullSizedSamples: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
itemId: z.ZodString;
invMastUid: z.ZodNumber;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
samplesApp: z.ZodBoolean;
}, "strip", z.ZodTypeAny, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}>, z.ZodBoolean]>>;
swatchSample: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
itemId: z.ZodString;
invMastUid: z.ZodNumber;
classId5: z.ZodOptional<z.ZodNullable<z.ZodString>>;
samplesApp: z.ZodBoolean;
}, "strip", z.ZodTypeAny, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}, {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
}>, z.ZodBoolean]>>;
}, "strip", z.ZodTypeAny, {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}, {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}>, "many">;
message: z.ZodString;
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
status: z.ZodNumber;
total: z.ZodNumber;
totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>, {
params: Record<string, unknown> | unknown[];
data: {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
images: string[];
invMastUid: number;
itemId: string;
deleteFlag: "Y" | "N";
baseUnit: string;
serialized: string;
trackLots: string;
inventorySupplier: {}[];
itemUom: {
unitOfMeasure: string;
unitSize: number;
}[];
alternateCodes: string[];
legacyTags: string[];
attributes: {}[];
categoryList: number[];
userDefined: Record<string, unknown>;
invMastText: {
sequenceNo: number;
displayOnWebFlag: string;
textTypeCd: number;
webDisplayTypeUid: number;
webDisplayTypeId: string;
webDisplayTypeDesc: string;
textValue: string;
textTypeDesc?: string | null | undefined;
}[];
length?: number | null | undefined;
itemDesc?: string | null | undefined;
displayDesc?: string | null | undefined;
extendedDesc?: string | null | undefined;
defaultSellingUnit?: string | null | undefined;
defaultPurchasingUnit?: string | null | undefined;
vndrStock?: number | null | undefined;
classId1?: string | null | undefined;
classId2?: string | null | undefined;
classId3?: string | null | undefined;
classId4?: string | null | undefined;
classId5?: string | null | undefined;
defaultProductGroup?: string | null | undefined;
upcOrEan?: string | null | undefined;
upcOrEanId?: string | null | undefined;
weight?: number | null | undefined;
width?: number | null | undefined;
height?: number | null | undefined;
brandFolder?: {} | undefined;
price1?: number | null | undefined;
price2?: number | null | undefined;
price3?: number | null | undefined;
price4?: number | null | undefined;
price5?: number | null | undefined;
price6?: number | null | undefined;
price7?: number | null | undefined;
price8?: number | null | undefined;
price9?: number | null | undefined;
price10?: number | null | undefined;
productCollection?: string | null | undefined;
trim?: boolean | undefined;
docCatTrees?: unknown[][] | undefined;
tsItemCategoryUid?: number | boolean | undefined;
ttItemCategoryUid?: number | boolean | undefined;
fullSizedSamples?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
swatchSample?: boolean | {
invMastUid: number;
itemId: string;
samplesApp: boolean;
classId5?: string | null | undefined;
} | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>;
export declare const InvMastTagListResponseSchema: z.ZodEffects<z.ZodObject<{
count: z.ZodNumber;
data: z.ZodArray<z.ZodObject<{
invMastTagsUid: z.ZodNumber;
invMastUid: z.ZodNumber;
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
updateCd: z.ZodNumber;
statusCd: z.ZodNumber;
processCd: z.ZodNumber;
dateCreated: z.ZodString;
dateLastModified: z.ZodString;
}, "strip", z.ZodTypeAny, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}>, "many">;
message: z.ZodString;
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
status: z.ZodNumber;
total: z.ZodNumber;
totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>;
export declare const InvMastTagResponseSchema: z.ZodEffects<z.ZodObject<{
count: z.ZodNumber;
data: z.ZodObject<{
invMastTagsUid: z.ZodNumber;
invMastUid: z.ZodNumber;
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
updateCd: z.ZodNumber;
statusCd: z.ZodNumber;
processCd: z.ZodNumber;
dateCreated: z.ZodString;
dateLastModified: z.ZodString;
}, "strip", z.ZodTypeAny, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
}>;
message: z.ZodString;
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
status: z.ZodNumber;
total: z.ZodNumber;
totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
processCd: number;
invMastUid: number;
invMastTagsUid: number;
tag?: string | null | undefined;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>;
export declare const InvMastWebDescListResponseSchema: z.ZodEffects<z.ZodObject<{
count: z.ZodNumber;
data: z.ZodArray<z.ZodObject<{
invMastWebDescUid: z.ZodNumber;
invMastUid: z.ZodNumber;
webDesc1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDesc4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
webDescFull: z.ZodOptional<z.ZodNullable<z.ZodString>>;
dateCreated: z.ZodString;
active: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
dateLastModified: z.ZodString;
dateLastChecked: z.ZodString;
updateCd: z.ZodNumber;
statusCd: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}, {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}>, "many">;
message: z.ZodString;
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
status: z.ZodNumber;
total: z.ZodNumber;
totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null | undefined;
webDesc1?: string | null | undefined;
webDesc2?: string | null | undefined;
webDesc3?: string | null | undefined;
webDesc4?: string | null | undefined;
webDescFull?: string | null | undefined;
}[];
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
dateCreated: string;
dateLastModified: string;
statusCd: number;
updateCd: number;
invMastUid: number;
dateLastChecked: string;
invMastWebDescUid: number;
active?: number | null |