@spscommerce/asst-api 5.0.0 → 5.2.0
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/{CompanySearch-T6HJx4a6.d.cts → CompanySearch-7_L0_02Y.d.cts} +10 -10
- package/dist/{CompanySearch-T6HJx4a6.d.ts → CompanySearch-7_L0_02Y.d.ts} +10 -10
- package/dist/{chunk-FJMJ3WLT.js → chunk-3H53DOKQ.js} +3 -3
- package/dist/{chunk-M63TD46U.js → chunk-XSWAONLH.js} +1 -1
- package/dist/{chunk-T6TAJDKV.js → chunk-ZC44MAMI.js} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/msw.cjs +3 -3
- package/dist/msw.d.cts +3 -3
- package/dist/msw.d.ts +3 -3
- package/dist/msw.js +2 -2
- package/dist/{zod-3trJEAcb.d.cts → zod-CFHO1Ktc.d.cts} +7 -1
- package/dist/{zod-D5FuRg8T.d.ts → zod-DOSs4Eg9.d.ts} +7 -1
- package/dist/zod.cjs +6 -4
- package/dist/zod.d.cts +1 -1
- package/dist/zod.d.ts +1 -1
- package/dist/zod.js +5 -3
- package/package.json +1 -1
|
@@ -10,8 +10,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
10
10
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
11
11
|
createdDate: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
display: z.ZodString;
|
|
13
|
-
modifiedBy: z.ZodNullable<z.ZodString
|
|
14
|
-
modifiedDate: z.ZodNullable<z.ZodNumber
|
|
13
|
+
modifiedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
modifiedDate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
15
|
type: z.ZodString;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
type: string;
|
|
@@ -19,16 +19,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
19
19
|
createdBy: string | null;
|
|
20
20
|
createdDate: number | null;
|
|
21
21
|
display: string;
|
|
22
|
-
modifiedBy
|
|
23
|
-
modifiedDate
|
|
22
|
+
modifiedBy?: string | null | undefined;
|
|
23
|
+
modifiedDate?: number | null | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
type: string;
|
|
26
26
|
active: boolean;
|
|
27
27
|
createdBy: string | null;
|
|
28
28
|
createdDate: number | null;
|
|
29
29
|
display: string;
|
|
30
|
-
modifiedBy
|
|
31
|
-
modifiedDate
|
|
30
|
+
modifiedBy?: string | null | undefined;
|
|
31
|
+
modifiedDate?: number | null | undefined;
|
|
32
32
|
}>, "many">;
|
|
33
33
|
identity: z.ZodObject<{
|
|
34
34
|
orgId: z.ZodNullable<z.ZodString>;
|
|
@@ -156,8 +156,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
156
156
|
createdBy: string | null;
|
|
157
157
|
createdDate: number | null;
|
|
158
158
|
display: string;
|
|
159
|
-
modifiedBy
|
|
160
|
-
modifiedDate
|
|
159
|
+
modifiedBy?: string | null | undefined;
|
|
160
|
+
modifiedDate?: number | null | undefined;
|
|
161
161
|
}[];
|
|
162
162
|
identity: {
|
|
163
163
|
orgId: string | null;
|
|
@@ -201,8 +201,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
201
201
|
createdBy: string | null;
|
|
202
202
|
createdDate: number | null;
|
|
203
203
|
display: string;
|
|
204
|
-
modifiedBy
|
|
205
|
-
modifiedDate
|
|
204
|
+
modifiedBy?: string | null | undefined;
|
|
205
|
+
modifiedDate?: number | null | undefined;
|
|
206
206
|
}[];
|
|
207
207
|
identity: {
|
|
208
208
|
orgId: string | null;
|
|
@@ -10,8 +10,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
10
10
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
11
11
|
createdDate: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
display: z.ZodString;
|
|
13
|
-
modifiedBy: z.ZodNullable<z.ZodString
|
|
14
|
-
modifiedDate: z.ZodNullable<z.ZodNumber
|
|
13
|
+
modifiedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
modifiedDate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
15
|
type: z.ZodString;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
type: string;
|
|
@@ -19,16 +19,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
19
19
|
createdBy: string | null;
|
|
20
20
|
createdDate: number | null;
|
|
21
21
|
display: string;
|
|
22
|
-
modifiedBy
|
|
23
|
-
modifiedDate
|
|
22
|
+
modifiedBy?: string | null | undefined;
|
|
23
|
+
modifiedDate?: number | null | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
type: string;
|
|
26
26
|
active: boolean;
|
|
27
27
|
createdBy: string | null;
|
|
28
28
|
createdDate: number | null;
|
|
29
29
|
display: string;
|
|
30
|
-
modifiedBy
|
|
31
|
-
modifiedDate
|
|
30
|
+
modifiedBy?: string | null | undefined;
|
|
31
|
+
modifiedDate?: number | null | undefined;
|
|
32
32
|
}>, "many">;
|
|
33
33
|
identity: z.ZodObject<{
|
|
34
34
|
orgId: z.ZodNullable<z.ZodString>;
|
|
@@ -156,8 +156,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
156
156
|
createdBy: string | null;
|
|
157
157
|
createdDate: number | null;
|
|
158
158
|
display: string;
|
|
159
|
-
modifiedBy
|
|
160
|
-
modifiedDate
|
|
159
|
+
modifiedBy?: string | null | undefined;
|
|
160
|
+
modifiedDate?: number | null | undefined;
|
|
161
161
|
}[];
|
|
162
162
|
identity: {
|
|
163
163
|
orgId: string | null;
|
|
@@ -201,8 +201,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
201
201
|
createdBy: string | null;
|
|
202
202
|
createdDate: number | null;
|
|
203
203
|
display: string;
|
|
204
|
-
modifiedBy
|
|
205
|
-
modifiedDate
|
|
204
|
+
modifiedBy?: string | null | undefined;
|
|
205
|
+
modifiedDate?: number | null | undefined;
|
|
206
206
|
}[];
|
|
207
207
|
identity: {
|
|
208
208
|
orgId: string | null;
|
|
@@ -3832,7 +3832,7 @@ ZodNaN.create = (params) => {
|
|
|
3832
3832
|
...processCreateParams(params)
|
|
3833
3833
|
});
|
|
3834
3834
|
};
|
|
3835
|
-
var BRAND = Symbol("zod_brand");
|
|
3835
|
+
var BRAND = /* @__PURE__ */ Symbol("zod_brand");
|
|
3836
3836
|
var ZodBranded = class extends ZodType {
|
|
3837
3837
|
_parse(input) {
|
|
3838
3838
|
const { ctx } = this._processInputParams(input);
|
|
@@ -4887,8 +4887,8 @@ var featureResponseSchema = external_exports.object({
|
|
|
4887
4887
|
createdBy: external_exports.string().nullable(),
|
|
4888
4888
|
createdDate: external_exports.number().nullable(),
|
|
4889
4889
|
display: external_exports.string(),
|
|
4890
|
-
modifiedBy: external_exports.string().
|
|
4891
|
-
modifiedDate: external_exports.number().
|
|
4890
|
+
modifiedBy: external_exports.string().nullish(),
|
|
4891
|
+
modifiedDate: external_exports.number().nullish(),
|
|
4892
4892
|
type: external_exports.string()
|
|
4893
4893
|
});
|
|
4894
4894
|
var identitySchema = external_exports.object({
|
package/dist/index.cjs
CHANGED
|
@@ -3887,7 +3887,7 @@ ZodNaN.create = (params) => {
|
|
|
3887
3887
|
...processCreateParams(params)
|
|
3888
3888
|
});
|
|
3889
3889
|
};
|
|
3890
|
-
var BRAND = Symbol("zod_brand");
|
|
3890
|
+
var BRAND = /* @__PURE__ */ Symbol("zod_brand");
|
|
3891
3891
|
var ZodBranded = class extends ZodType {
|
|
3892
3892
|
_parse(input) {
|
|
3893
3893
|
const { ctx } = this._processInputParams(input);
|
|
@@ -5637,8 +5637,8 @@ var featureResponseSchema = external_exports.object({
|
|
|
5637
5637
|
createdBy: external_exports.string().nullable(),
|
|
5638
5638
|
createdDate: external_exports.number().nullable(),
|
|
5639
5639
|
display: external_exports.string(),
|
|
5640
|
-
modifiedBy: external_exports.string().
|
|
5641
|
-
modifiedDate: external_exports.number().
|
|
5640
|
+
modifiedBy: external_exports.string().nullish(),
|
|
5641
|
+
modifiedDate: external_exports.number().nullish(),
|
|
5642
5642
|
type: external_exports.string()
|
|
5643
5643
|
});
|
|
5644
5644
|
var identitySchema = external_exports.object({
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as AsstClient, I as ItemHierarchyResponse, a as CompanyType, S as SpsItemIdResponse, C as CompanyBriefByOrg } from './SpsItemIdResponse-CSZKx_Tz.cjs';
|
|
2
2
|
export { b as AsstClientOptions, c as AsstUrl, B as BASE_URLS, E as Env, e as envSchema } from './SpsItemIdResponse-CSZKx_Tz.cjs';
|
|
3
|
-
import { I as Import, a as ImportsStatus, V as VendorPartnerAttGroups, G as GenerateImportTemplateParams, E as Export, D as DownLoadItemsParams, A as AttrProdType, T as TradingPartnerAccessByCompanyId, C as CompanyRelationshipUpsertBody, b as ItemPartner, c as ItemCategoriesSearch, L as Locale, S as SpreadsheetTemplate, U as UserAccount, d as ItemSearchView, e as ItemDetailView, f as ItemDetail, g as ItemErrorDetailsResult, h as ItemErrorSummaryResultV2, i as ItemErrorDetailsResultV2 } from './zod-
|
|
4
|
-
export {
|
|
3
|
+
import { I as Import, a as ImportsStatus, V as VendorPartnerAttGroups, G as GenerateImportTemplateParams, E as Export, D as DownLoadItemsParams, A as AttrProdType, T as TradingPartnerAccessByCompanyId, C as CompanyRelationshipUpsertBody, b as ItemPartner, c as ItemCategoriesSearch, L as Locale, S as SpreadsheetTemplate, U as UserAccount, d as ItemSearchView, e as ItemDetailView, f as ItemDetail, g as ItemErrorDetailsResult, h as ItemErrorSummaryResultV2, i as ItemErrorDetailsResultV2 } from './zod-CFHO1Ktc.cjs';
|
|
4
|
+
export { j as AttributeDetail, B as Bulb, k as CategoryEnum, l as ComponentDetails, m as Connection, n as ExportDayOfWeek, o as ExportFrequency, p as ExportType, q as GroupedAttributeList, r as GroupedAttributes, s as GroupedItem, H as HierarchyCategory, t as HierarchyDetails, u as IdentityServiceDatetimePreferences, v as IdentityServiceOrganization, w as IdentityServiceOrganizationMetadata, x as IdentityServicePreferences, y as IdentityServiceUser, z as ImportDetails, F as ImportError, J as ImportErrors, K as ImportStatusEnum, M as ItemCategory, N as ItemErrorDetails, O as ItemErrorDetailsV2, P as ItemErrorSummaryV2, Q as ItemHeader, R as ItemMap, W as ItemPrice, X as ItemTable, Y as MediaItem, Z as PRODUCT_CODE_DEFAULT_VALUE, _ as PackComponent, $ as PackComponentDetails, a0 as PackComponentItemInfo, a1 as PhaseEnum, a2 as RegisteredService, a3 as RepeatableGroup, a4 as SELECTION_CODE_DEFAULT_VALUE, a5 as SpreadsheetTemplateCompany, a6 as TradingPartnerStage, a7 as TradingPartnerStageV2 } from './zod-CFHO1Ktc.cjs';
|
|
5
5
|
import { z } from 'zod';
|
|
6
|
-
import { b as CompanySearchParams, C as CompanySearch, a as Company } from './CompanySearch-
|
|
6
|
+
import { b as CompanySearchParams, C as CompanySearch, a as Company } from './CompanySearch-7_L0_02Y.cjs';
|
|
7
7
|
import 'ky';
|
|
8
8
|
|
|
9
9
|
declare const relationshipSchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as AsstClient, I as ItemHierarchyResponse, a as CompanyType, S as SpsItemIdResponse, C as CompanyBriefByOrg } from './SpsItemIdResponse-CSZKx_Tz.js';
|
|
2
2
|
export { b as AsstClientOptions, c as AsstUrl, B as BASE_URLS, E as Env, e as envSchema } from './SpsItemIdResponse-CSZKx_Tz.js';
|
|
3
|
-
import { I as Import, a as ImportsStatus, V as VendorPartnerAttGroups, G as GenerateImportTemplateParams, E as Export, D as DownLoadItemsParams, A as AttrProdType, T as TradingPartnerAccessByCompanyId, C as CompanyRelationshipUpsertBody, b as ItemPartner, c as ItemCategoriesSearch, L as Locale, S as SpreadsheetTemplate, U as UserAccount, d as ItemSearchView, e as ItemDetailView, f as ItemDetail, g as ItemErrorDetailsResult, h as ItemErrorSummaryResultV2, i as ItemErrorDetailsResultV2 } from './zod-
|
|
4
|
-
export {
|
|
3
|
+
import { I as Import, a as ImportsStatus, V as VendorPartnerAttGroups, G as GenerateImportTemplateParams, E as Export, D as DownLoadItemsParams, A as AttrProdType, T as TradingPartnerAccessByCompanyId, C as CompanyRelationshipUpsertBody, b as ItemPartner, c as ItemCategoriesSearch, L as Locale, S as SpreadsheetTemplate, U as UserAccount, d as ItemSearchView, e as ItemDetailView, f as ItemDetail, g as ItemErrorDetailsResult, h as ItemErrorSummaryResultV2, i as ItemErrorDetailsResultV2 } from './zod-DOSs4Eg9.js';
|
|
4
|
+
export { j as AttributeDetail, B as Bulb, k as CategoryEnum, l as ComponentDetails, m as Connection, n as ExportDayOfWeek, o as ExportFrequency, p as ExportType, q as GroupedAttributeList, r as GroupedAttributes, s as GroupedItem, H as HierarchyCategory, t as HierarchyDetails, u as IdentityServiceDatetimePreferences, v as IdentityServiceOrganization, w as IdentityServiceOrganizationMetadata, x as IdentityServicePreferences, y as IdentityServiceUser, z as ImportDetails, F as ImportError, J as ImportErrors, K as ImportStatusEnum, M as ItemCategory, N as ItemErrorDetails, O as ItemErrorDetailsV2, P as ItemErrorSummaryV2, Q as ItemHeader, R as ItemMap, W as ItemPrice, X as ItemTable, Y as MediaItem, Z as PRODUCT_CODE_DEFAULT_VALUE, _ as PackComponent, $ as PackComponentDetails, a0 as PackComponentItemInfo, a1 as PhaseEnum, a2 as RegisteredService, a3 as RepeatableGroup, a4 as SELECTION_CODE_DEFAULT_VALUE, a5 as SpreadsheetTemplateCompany, a6 as TradingPartnerStage, a7 as TradingPartnerStageV2 } from './zod-DOSs4Eg9.js';
|
|
5
5
|
import { z } from 'zod';
|
|
6
|
-
import { b as CompanySearchParams, C as CompanySearch, a as Company } from './CompanySearch-
|
|
6
|
+
import { b as CompanySearchParams, C as CompanySearch, a as Company } from './CompanySearch-7_L0_02Y.js';
|
|
7
7
|
import 'ky';
|
|
8
8
|
|
|
9
9
|
declare const relationshipSchema: z.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -17,16 +17,16 @@ import {
|
|
|
17
17
|
createTradingPartnerSettingsApi,
|
|
18
18
|
createUniqueCriteriaApi,
|
|
19
19
|
createWhoAmIApi
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-ZC44MAMI.js";
|
|
21
21
|
import {
|
|
22
22
|
AsstClient,
|
|
23
23
|
BASE_URLS,
|
|
24
24
|
envSchema
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-XSWAONLH.js";
|
|
26
26
|
import {
|
|
27
27
|
PRODUCT_CODE_DEFAULT_VALUE,
|
|
28
28
|
SELECTION_CODE_DEFAULT_VALUE
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-3H53DOKQ.js";
|
|
30
30
|
export {
|
|
31
31
|
AsstClient,
|
|
32
32
|
BASE_URLS,
|
package/dist/msw.cjs
CHANGED
|
@@ -3873,7 +3873,7 @@ ZodNaN.create = (params) => {
|
|
|
3873
3873
|
...processCreateParams(params)
|
|
3874
3874
|
});
|
|
3875
3875
|
};
|
|
3876
|
-
var BRAND = Symbol("zod_brand");
|
|
3876
|
+
var BRAND = /* @__PURE__ */ Symbol("zod_brand");
|
|
3877
3877
|
var ZodBranded = class extends ZodType {
|
|
3878
3878
|
_parse(input) {
|
|
3879
3879
|
const { ctx } = this._processInputParams(input);
|
|
@@ -5545,8 +5545,8 @@ var featureResponseSchema = external_exports.object({
|
|
|
5545
5545
|
createdBy: external_exports.string().nullable(),
|
|
5546
5546
|
createdDate: external_exports.number().nullable(),
|
|
5547
5547
|
display: external_exports.string(),
|
|
5548
|
-
modifiedBy: external_exports.string().
|
|
5549
|
-
modifiedDate: external_exports.number().
|
|
5548
|
+
modifiedBy: external_exports.string().nullish(),
|
|
5549
|
+
modifiedDate: external_exports.number().nullish(),
|
|
5550
5550
|
type: external_exports.string()
|
|
5551
5551
|
});
|
|
5552
5552
|
var identitySchema = external_exports.object({
|
package/dist/msw.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import * as msw from 'msw';
|
|
|
2
2
|
import { ResponseResolver, HttpResponseResolver, HttpHandler } from 'msw';
|
|
3
3
|
import { A as AsstClient, I as ItemHierarchyResponse, S as SpsItemIdResponse, C as CompanyBriefByOrg } from './SpsItemIdResponse-CSZKx_Tz.cjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import { C as CompanySearch, a as Company } from './CompanySearch-
|
|
5
|
+
import { C as CompanySearch, a as Company } from './CompanySearch-7_L0_02Y.cjs';
|
|
6
6
|
import 'ky';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -727,8 +727,8 @@ declare function createCompaniesApiHandlers(client: AsstClient): {
|
|
|
727
727
|
createdBy: string | null;
|
|
728
728
|
createdDate: number | null;
|
|
729
729
|
display: string;
|
|
730
|
-
modifiedBy
|
|
731
|
-
modifiedDate
|
|
730
|
+
modifiedBy?: string | null | undefined;
|
|
731
|
+
modifiedDate?: number | null | undefined;
|
|
732
732
|
}[];
|
|
733
733
|
identity: {
|
|
734
734
|
orgId: string | null;
|
package/dist/msw.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as msw from 'msw';
|
|
|
2
2
|
import { ResponseResolver, HttpResponseResolver, HttpHandler } from 'msw';
|
|
3
3
|
import { A as AsstClient, I as ItemHierarchyResponse, S as SpsItemIdResponse, C as CompanyBriefByOrg } from './SpsItemIdResponse-CSZKx_Tz.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import { C as CompanySearch, a as Company } from './CompanySearch-
|
|
5
|
+
import { C as CompanySearch, a as Company } from './CompanySearch-7_L0_02Y.js';
|
|
6
6
|
import 'ky';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -727,8 +727,8 @@ declare function createCompaniesApiHandlers(client: AsstClient): {
|
|
|
727
727
|
createdBy: string | null;
|
|
728
728
|
createdDate: number | null;
|
|
729
729
|
display: string;
|
|
730
|
-
modifiedBy
|
|
731
|
-
modifiedDate
|
|
730
|
+
modifiedBy?: string | null | undefined;
|
|
731
|
+
modifiedDate?: number | null | undefined;
|
|
732
732
|
}[];
|
|
733
733
|
identity: {
|
|
734
734
|
orgId: string | null;
|
package/dist/msw.js
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
BASE_URL_V2,
|
|
21
21
|
FlattenedItemIdentifierKeysSchema,
|
|
22
22
|
retailerTradingPartnerStages
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-ZC44MAMI.js";
|
|
24
24
|
import {
|
|
25
25
|
attrProdTypeSchema,
|
|
26
26
|
catalogBriefResponseSchema,
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
tradingPartnerAccessByCompanyIdSchema,
|
|
50
50
|
userAccountSchema,
|
|
51
51
|
vendorPartnerAttGroupsSchema
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-3H53DOKQ.js";
|
|
53
53
|
|
|
54
54
|
// lib/imports/mockHandlers.ts
|
|
55
55
|
import { generateMock } from "@anatine/zod-mock";
|
|
@@ -243,6 +243,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
243
243
|
subjectLine: z.ZodOptional<z.ZodString>;
|
|
244
244
|
additionalLocales: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
245
245
|
availableAttributeList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
246
|
+
systemInstanceId: z.ZodOptional<z.ZodString>;
|
|
247
|
+
includeUncatalogedItems: z.ZodOptional<z.ZodBoolean>;
|
|
246
248
|
}, "strip", z.ZodTypeAny, {
|
|
247
249
|
exportName: string;
|
|
248
250
|
exportDescription: string;
|
|
@@ -267,6 +269,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
267
269
|
subjectLine?: string | undefined;
|
|
268
270
|
additionalLocales?: string[] | undefined;
|
|
269
271
|
availableAttributeList?: string[] | undefined;
|
|
272
|
+
systemInstanceId?: string | undefined;
|
|
273
|
+
includeUncatalogedItems?: boolean | undefined;
|
|
270
274
|
}, {
|
|
271
275
|
exportName: string;
|
|
272
276
|
exportDescription: string;
|
|
@@ -291,6 +295,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
291
295
|
subjectLine?: string | undefined;
|
|
292
296
|
additionalLocales?: string[] | undefined;
|
|
293
297
|
availableAttributeList?: string[] | undefined;
|
|
298
|
+
systemInstanceId?: string | undefined;
|
|
299
|
+
includeUncatalogedItems?: boolean | undefined;
|
|
294
300
|
}>;
|
|
295
301
|
type Export = z.infer<typeof exportSchema>;
|
|
296
302
|
|
|
@@ -5867,4 +5873,4 @@ declare const itemErrorDetailsResultV2Schema: z.ZodObject<{
|
|
|
5867
5873
|
}>;
|
|
5868
5874
|
type ItemErrorDetailsResultV2 = z.infer<typeof itemErrorDetailsResultV2Schema>;
|
|
5869
5875
|
|
|
5870
|
-
export { type
|
|
5876
|
+
export { type PackComponentDetails as $, type AttrProdType as A, type Bulb as B, type CompanyRelationshipUpsertBody as C, type DownLoadItemsParams as D, type Export as E, type ImportError as F, type GenerateImportTemplateParams as G, type HierarchyCategory as H, type Import as I, type ImportErrors as J, type ImportStatusEnum as K, type Locale as L, type ItemCategory as M, type ItemErrorDetails as N, type ItemErrorDetailsV2 as O, type ItemErrorSummaryV2 as P, type ItemHeader as Q, type ItemMap as R, type SpreadsheetTemplate as S, type TradingPartnerAccessByCompanyId as T, type UserAccount as U, type VendorPartnerAttGroups as V, type ItemPrice as W, type ItemTable as X, type MediaItem as Y, PRODUCT_CODE_DEFAULT_VALUE as Z, type PackComponent as _, type ImportsStatus as a, spreadsheetTemplateSchema as a$, type PackComponentItemInfo as a0, type PhaseEnum as a1, type RegisteredService as a2, type RepeatableGroup as a3, SELECTION_CODE_DEFAULT_VALUE as a4, type SpreadsheetTemplateCompany as a5, type TradingPartnerStage as a6, type TradingPartnerStageV2 as a7, attrProdTypeSchema as a8, attributeDetailSchema as a9, importStatusEnumSchema as aA, importsStatusSchema as aB, itemCategoriesSearchSchema as aC, itemCategorySchema as aD, itemDetailSchema as aE, itemDetailViewSchema as aF, itemErrorDetailsResultSchema as aG, itemErrorDetailsResultV2Schema as aH, itemErrorDetailsSchema as aI, itemErrorDetailsV2Schema as aJ, itemErrorSummaryResultV2Schema as aK, itemErrorSummaryV2Schema as aL, itemHeaderSchema as aM, itemMapSchema as aN, itemPartnerSchema as aO, itemPriceSchema as aP, itemSearchViewSchema as aQ, itemTableSchema as aR, localeSchema as aS, mediaItemSchema as aT, packComponentDetailsSchema as aU, packComponentItemInfoSchema as aV, packComponentSchema as aW, phaseEnumSchema as aX, registeredServiceSchema as aY, repeatableGroupSchema as aZ, spreadsheetTemplateCompanySchema as a_, bulbSchema as aa, categoryEnumSchema as ab, categoryTypeSchema as ac, companyRelationshipUpsertBodySchema as ad, componentDetailsSchema as ae, connectionSchema as af, downLoadItemsParamsSchema as ag, exportDayOfWeekEnum as ah, exportFrequencyEnum as ai, exportSchema as aj, exportTypeEnum as ak, generateImportTemplateParamsSchema as al, groupedAttributeListSchema as am, groupedAttributesSchema as an, groupedItemSchema as ao, hierarchyCategorySchema as ap, hierarchyDetailsSchema as aq, identityServiceDatetimePreferencesSchema as ar, identityServiceOrganizationMetadataSchema as as, identityServiceOrganizationSchema as at, identityServicePreferencesSchema as au, identityServiceUserSchema as av, importDetailSchema as aw, importErrorSchema as ax, importErrorsSchema as ay, importSchema as az, type ItemPartner as b, tradingPartnerAccessByCompanyIdSchema as b0, tradingPartnerStageSchema as b1, tradingPartnerStageV2Schema as b2, userAccountSchema as b3, vendorPartnerAttGroupsSchema as b4, type ItemCategoriesSearch as c, type ItemSearchView as d, type ItemDetailView as e, type ItemDetail as f, type ItemErrorDetailsResult as g, type ItemErrorSummaryResultV2 as h, type ItemErrorDetailsResultV2 as i, type AttributeDetail as j, type CategoryEnum as k, type ComponentDetails as l, type Connection as m, type ExportDayOfWeek as n, type ExportFrequency as o, type ExportType as p, type GroupedAttributeList as q, type GroupedAttributes as r, type GroupedItem as s, type HierarchyDetails as t, type IdentityServiceDatetimePreferences as u, type IdentityServiceOrganization as v, type IdentityServiceOrganizationMetadata as w, type IdentityServicePreferences as x, type IdentityServiceUser as y, type ImportDetails as z };
|
|
@@ -243,6 +243,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
243
243
|
subjectLine: z.ZodOptional<z.ZodString>;
|
|
244
244
|
additionalLocales: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
245
245
|
availableAttributeList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
246
|
+
systemInstanceId: z.ZodOptional<z.ZodString>;
|
|
247
|
+
includeUncatalogedItems: z.ZodOptional<z.ZodBoolean>;
|
|
246
248
|
}, "strip", z.ZodTypeAny, {
|
|
247
249
|
exportName: string;
|
|
248
250
|
exportDescription: string;
|
|
@@ -267,6 +269,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
267
269
|
subjectLine?: string | undefined;
|
|
268
270
|
additionalLocales?: string[] | undefined;
|
|
269
271
|
availableAttributeList?: string[] | undefined;
|
|
272
|
+
systemInstanceId?: string | undefined;
|
|
273
|
+
includeUncatalogedItems?: boolean | undefined;
|
|
270
274
|
}, {
|
|
271
275
|
exportName: string;
|
|
272
276
|
exportDescription: string;
|
|
@@ -291,6 +295,8 @@ declare const exportSchema: z.ZodObject<{
|
|
|
291
295
|
subjectLine?: string | undefined;
|
|
292
296
|
additionalLocales?: string[] | undefined;
|
|
293
297
|
availableAttributeList?: string[] | undefined;
|
|
298
|
+
systemInstanceId?: string | undefined;
|
|
299
|
+
includeUncatalogedItems?: boolean | undefined;
|
|
294
300
|
}>;
|
|
295
301
|
type Export = z.infer<typeof exportSchema>;
|
|
296
302
|
|
|
@@ -5867,4 +5873,4 @@ declare const itemErrorDetailsResultV2Schema: z.ZodObject<{
|
|
|
5867
5873
|
}>;
|
|
5868
5874
|
type ItemErrorDetailsResultV2 = z.infer<typeof itemErrorDetailsResultV2Schema>;
|
|
5869
5875
|
|
|
5870
|
-
export { type
|
|
5876
|
+
export { type PackComponentDetails as $, type AttrProdType as A, type Bulb as B, type CompanyRelationshipUpsertBody as C, type DownLoadItemsParams as D, type Export as E, type ImportError as F, type GenerateImportTemplateParams as G, type HierarchyCategory as H, type Import as I, type ImportErrors as J, type ImportStatusEnum as K, type Locale as L, type ItemCategory as M, type ItemErrorDetails as N, type ItemErrorDetailsV2 as O, type ItemErrorSummaryV2 as P, type ItemHeader as Q, type ItemMap as R, type SpreadsheetTemplate as S, type TradingPartnerAccessByCompanyId as T, type UserAccount as U, type VendorPartnerAttGroups as V, type ItemPrice as W, type ItemTable as X, type MediaItem as Y, PRODUCT_CODE_DEFAULT_VALUE as Z, type PackComponent as _, type ImportsStatus as a, spreadsheetTemplateSchema as a$, type PackComponentItemInfo as a0, type PhaseEnum as a1, type RegisteredService as a2, type RepeatableGroup as a3, SELECTION_CODE_DEFAULT_VALUE as a4, type SpreadsheetTemplateCompany as a5, type TradingPartnerStage as a6, type TradingPartnerStageV2 as a7, attrProdTypeSchema as a8, attributeDetailSchema as a9, importStatusEnumSchema as aA, importsStatusSchema as aB, itemCategoriesSearchSchema as aC, itemCategorySchema as aD, itemDetailSchema as aE, itemDetailViewSchema as aF, itemErrorDetailsResultSchema as aG, itemErrorDetailsResultV2Schema as aH, itemErrorDetailsSchema as aI, itemErrorDetailsV2Schema as aJ, itemErrorSummaryResultV2Schema as aK, itemErrorSummaryV2Schema as aL, itemHeaderSchema as aM, itemMapSchema as aN, itemPartnerSchema as aO, itemPriceSchema as aP, itemSearchViewSchema as aQ, itemTableSchema as aR, localeSchema as aS, mediaItemSchema as aT, packComponentDetailsSchema as aU, packComponentItemInfoSchema as aV, packComponentSchema as aW, phaseEnumSchema as aX, registeredServiceSchema as aY, repeatableGroupSchema as aZ, spreadsheetTemplateCompanySchema as a_, bulbSchema as aa, categoryEnumSchema as ab, categoryTypeSchema as ac, companyRelationshipUpsertBodySchema as ad, componentDetailsSchema as ae, connectionSchema as af, downLoadItemsParamsSchema as ag, exportDayOfWeekEnum as ah, exportFrequencyEnum as ai, exportSchema as aj, exportTypeEnum as ak, generateImportTemplateParamsSchema as al, groupedAttributeListSchema as am, groupedAttributesSchema as an, groupedItemSchema as ao, hierarchyCategorySchema as ap, hierarchyDetailsSchema as aq, identityServiceDatetimePreferencesSchema as ar, identityServiceOrganizationMetadataSchema as as, identityServiceOrganizationSchema as at, identityServicePreferencesSchema as au, identityServiceUserSchema as av, importDetailSchema as aw, importErrorSchema as ax, importErrorsSchema as ay, importSchema as az, type ItemPartner as b, tradingPartnerAccessByCompanyIdSchema as b0, tradingPartnerStageSchema as b1, tradingPartnerStageV2Schema as b2, userAccountSchema as b3, vendorPartnerAttGroupsSchema as b4, type ItemCategoriesSearch as c, type ItemSearchView as d, type ItemDetailView as e, type ItemDetail as f, type ItemErrorDetailsResult as g, type ItemErrorSummaryResultV2 as h, type ItemErrorDetailsResultV2 as i, type AttributeDetail as j, type CategoryEnum as k, type ComponentDetails as l, type Connection as m, type ExportDayOfWeek as n, type ExportFrequency as o, type ExportType as p, type GroupedAttributeList as q, type GroupedAttributes as r, type GroupedItem as s, type HierarchyDetails as t, type IdentityServiceDatetimePreferences as u, type IdentityServiceOrganization as v, type IdentityServiceOrganizationMetadata as w, type IdentityServicePreferences as x, type IdentityServiceUser as y, type ImportDetails as z };
|
package/dist/zod.cjs
CHANGED
|
@@ -3929,7 +3929,7 @@ ZodNaN.create = (params) => {
|
|
|
3929
3929
|
...processCreateParams(params)
|
|
3930
3930
|
});
|
|
3931
3931
|
};
|
|
3932
|
-
var BRAND = Symbol("zod_brand");
|
|
3932
|
+
var BRAND = /* @__PURE__ */ Symbol("zod_brand");
|
|
3933
3933
|
var ZodBranded = class extends ZodType {
|
|
3934
3934
|
_parse(input) {
|
|
3935
3935
|
const { ctx } = this._processInputParams(input);
|
|
@@ -4284,7 +4284,9 @@ var exportSchema = external_exports.object({
|
|
|
4284
4284
|
emailAddresses: external_exports.optional(external_exports.array(external_exports.string())),
|
|
4285
4285
|
subjectLine: external_exports.optional(external_exports.string()),
|
|
4286
4286
|
additionalLocales: external_exports.optional(external_exports.array(external_exports.string())),
|
|
4287
|
-
availableAttributeList: external_exports.optional(external_exports.array(external_exports.string()))
|
|
4287
|
+
availableAttributeList: external_exports.optional(external_exports.array(external_exports.string())),
|
|
4288
|
+
systemInstanceId: external_exports.optional(external_exports.string()),
|
|
4289
|
+
includeUncatalogedItems: external_exports.optional(external_exports.boolean())
|
|
4288
4290
|
});
|
|
4289
4291
|
|
|
4290
4292
|
// lib/exports/models/DownloadItemsParams.ts
|
|
@@ -5049,8 +5051,8 @@ var featureResponseSchema = external_exports.object({
|
|
|
5049
5051
|
createdBy: external_exports.string().nullable(),
|
|
5050
5052
|
createdDate: external_exports.number().nullable(),
|
|
5051
5053
|
display: external_exports.string(),
|
|
5052
|
-
modifiedBy: external_exports.string().
|
|
5053
|
-
modifiedDate: external_exports.number().
|
|
5054
|
+
modifiedBy: external_exports.string().nullish(),
|
|
5055
|
+
modifiedDate: external_exports.number().nullish(),
|
|
5054
5056
|
type: external_exports.string()
|
|
5055
5057
|
});
|
|
5056
5058
|
var identitySchema = external_exports.object({
|
package/dist/zod.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { d as companyBriefByOrgSchema, e as envSchema, i as itemHierarchyResponseSchema, s as spsItemIdResponseSchema } from './SpsItemIdResponse-CSZKx_Tz.cjs';
|
|
2
|
-
export {
|
|
2
|
+
export { a8 as attrProdTypeSchema, a9 as attributeDetailSchema, aa as bulbSchema, ab as categoryEnumSchema, ac as categoryTypeSchema, ad as companyRelationshipUpsertBodySchema, ae as componentDetailsSchema, af as connectionSchema, ag as downLoadItemsParamsSchema, ah as exportDayOfWeekEnum, ai as exportFrequencyEnum, aj as exportSchema, ak as exportTypeEnum, al as generateImportTemplateParamsSchema, am as groupedAttributeListSchema, an as groupedAttributesSchema, ao as groupedItemSchema, ap as hierarchyCategorySchema, aq as hierarchyDetailsSchema, ar as identityServiceDatetimePreferencesSchema, as as identityServiceOrganizationMetadataSchema, at as identityServiceOrganizationSchema, au as identityServicePreferencesSchema, av as identityServiceUserSchema, aw as importDetailSchema, ax as importErrorSchema, ay as importErrorsSchema, az as importSchema, aA as importStatusEnumSchema, aB as importsStatusSchema, aC as itemCategoriesSearchSchema, aD as itemCategorySchema, aE as itemDetailSchema, aF as itemDetailViewSchema, aG as itemErrorDetailsResultSchema, aH as itemErrorDetailsResultV2Schema, aI as itemErrorDetailsSchema, aJ as itemErrorDetailsV2Schema, aK as itemErrorSummaryResultV2Schema, aL as itemErrorSummaryV2Schema, aM as itemHeaderSchema, aN as itemMapSchema, aO as itemPartnerSchema, aP as itemPriceSchema, aQ as itemSearchViewSchema, aR as itemTableSchema, aS as localeSchema, aT as mediaItemSchema, aU as packComponentDetailsSchema, aV as packComponentItemInfoSchema, aW as packComponentSchema, aX as phaseEnumSchema, aY as registeredServiceSchema, aZ as repeatableGroupSchema, a_ as spreadsheetTemplateCompanySchema, a$ as spreadsheetTemplateSchema, b0 as tradingPartnerAccessByCompanyIdSchema, b1 as tradingPartnerStageSchema, b2 as tradingPartnerStageV2Schema, b3 as userAccountSchema, b4 as vendorPartnerAttGroupsSchema } from './zod-CFHO1Ktc.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'ky';
|
package/dist/zod.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { d as companyBriefByOrgSchema, e as envSchema, i as itemHierarchyResponseSchema, s as spsItemIdResponseSchema } from './SpsItemIdResponse-CSZKx_Tz.js';
|
|
2
|
-
export {
|
|
2
|
+
export { a8 as attrProdTypeSchema, a9 as attributeDetailSchema, aa as bulbSchema, ab as categoryEnumSchema, ac as categoryTypeSchema, ad as companyRelationshipUpsertBodySchema, ae as componentDetailsSchema, af as connectionSchema, ag as downLoadItemsParamsSchema, ah as exportDayOfWeekEnum, ai as exportFrequencyEnum, aj as exportSchema, ak as exportTypeEnum, al as generateImportTemplateParamsSchema, am as groupedAttributeListSchema, an as groupedAttributesSchema, ao as groupedItemSchema, ap as hierarchyCategorySchema, aq as hierarchyDetailsSchema, ar as identityServiceDatetimePreferencesSchema, as as identityServiceOrganizationMetadataSchema, at as identityServiceOrganizationSchema, au as identityServicePreferencesSchema, av as identityServiceUserSchema, aw as importDetailSchema, ax as importErrorSchema, ay as importErrorsSchema, az as importSchema, aA as importStatusEnumSchema, aB as importsStatusSchema, aC as itemCategoriesSearchSchema, aD as itemCategorySchema, aE as itemDetailSchema, aF as itemDetailViewSchema, aG as itemErrorDetailsResultSchema, aH as itemErrorDetailsResultV2Schema, aI as itemErrorDetailsSchema, aJ as itemErrorDetailsV2Schema, aK as itemErrorSummaryResultV2Schema, aL as itemErrorSummaryV2Schema, aM as itemHeaderSchema, aN as itemMapSchema, aO as itemPartnerSchema, aP as itemPriceSchema, aQ as itemSearchViewSchema, aR as itemTableSchema, aS as localeSchema, aT as mediaItemSchema, aU as packComponentDetailsSchema, aV as packComponentItemInfoSchema, aW as packComponentSchema, aX as phaseEnumSchema, aY as registeredServiceSchema, aZ as repeatableGroupSchema, a_ as spreadsheetTemplateCompanySchema, a$ as spreadsheetTemplateSchema, b0 as tradingPartnerAccessByCompanyIdSchema, b1 as tradingPartnerStageSchema, b2 as tradingPartnerStageV2Schema, b3 as userAccountSchema, b4 as vendorPartnerAttGroupsSchema } from './zod-DOSs4Eg9.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'ky';
|
package/dist/zod.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
envSchema
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XSWAONLH.js";
|
|
4
4
|
import {
|
|
5
5
|
attrProdTypeSchema,
|
|
6
6
|
attributeDetailSchema,
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
tradingPartnerStageV2Schema,
|
|
63
63
|
userAccountSchema,
|
|
64
64
|
vendorPartnerAttGroupsSchema
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-3H53DOKQ.js";
|
|
66
66
|
|
|
67
67
|
// lib/exports/models/ExportType.ts
|
|
68
68
|
var exportTypeEnum = external_exports.enum(["ALL", "UPDATES", "DELTAS_UPDATE", "NO_BUYER_PART_NUMBER"]);
|
|
@@ -111,7 +111,9 @@ var exportSchema = external_exports.object({
|
|
|
111
111
|
emailAddresses: external_exports.optional(external_exports.array(external_exports.string())),
|
|
112
112
|
subjectLine: external_exports.optional(external_exports.string()),
|
|
113
113
|
additionalLocales: external_exports.optional(external_exports.array(external_exports.string())),
|
|
114
|
-
availableAttributeList: external_exports.optional(external_exports.array(external_exports.string()))
|
|
114
|
+
availableAttributeList: external_exports.optional(external_exports.array(external_exports.string())),
|
|
115
|
+
systemInstanceId: external_exports.optional(external_exports.string()),
|
|
116
|
+
includeUncatalogedItems: external_exports.optional(external_exports.boolean())
|
|
115
117
|
});
|
|
116
118
|
|
|
117
119
|
// lib/exports/models/DownloadItemsParams.ts
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Assortment Api is a collection of HTTP functions to use Assortment endpoints",
|
|
4
4
|
"author": "Assortment",
|
|
5
5
|
"repository": "https://github.com/SPSCommerce/assortment-main/tree/main/ui/packages/asst-api",
|
|
6
|
-
"version": "5.
|
|
6
|
+
"version": "5.2.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|