@spscommerce/asst-api 0.2.0 → 1.0.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/{CompanyBriefByOrg-eea5479d.d.ts → CompanyBriefByOrg-HsKxilwl.d.ts} +140 -140
- package/dist/{chunk-VICSFYTR.js → chunk-6FFDMMN5.js} +430 -199
- package/dist/{chunk-HBDHFANT.js → chunk-C2N5RQWG.js} +95 -50
- package/dist/{index-ba0dd228.d.ts → index-wuCGfJSu.d.ts} +5 -2
- package/dist/index.cjs +590 -237
- package/dist/index.d.cts +617 -0
- package/dist/index.d.ts +325 -10
- package/dist/index.js +81 -3
- package/dist/msw.cjs +569 -299
- package/dist/msw.d.cts +833 -0
- package/dist/msw.d.ts +40 -28
- package/dist/msw.js +111 -89
- package/dist/{zod-5a9153f1.d.ts → zod-9pZn6tpQ.d.ts} +206 -248
- package/dist/zod.cjs +430 -201
- package/dist/zod.d.cts +5 -0
- package/dist/zod.d.ts +2 -2
- package/dist/zod.js +1 -5
- package/package.json +2 -3
package/dist/zod.d.cts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { d as attrProdTypeSchema, x as attributeDefinitionSchema, y as attributeMetaDataSchema, D as attributeValidValuesSchema, z as attributesByCompanySchema, P as companyBriefByOrgSchema, M as companyRelationshipUpsertBodySchema, n as envSchema, u as exportSchema, r as importErrorsSchema, s as importSchema, t as importsStatusSchema, w as itemCategoriesSearchSchema, G as itemDetailViewSchema, O as itemErrorDetailsResultSchema, F as itemSearchViewSchema, H as localeSchema, J as spreadsheetTemplateSchema, K as tradingPartnerAccessByCompanyIdSchema, N as userAccountSchema, v as vendorPartnerAttGroupsSchema } from './CompanyBriefByOrg-HsKxilwl.js';
|
|
2
|
+
export { a1 as attrDatatypeNameEnumSchema, ag as attributeDetailSchema, a2 as attributeGroupSchema, a3 as attributeSummarySchema, a9 as bulbSchema, ae as categoryEnumSchema, ai as componentDetailsSchema, ar as connectionSchema, _ as downLoadItemsParamsSchema, X as exportDayOfWeekEnum, Y as exportFrequencyEnum, Z as exportTypeEnum, W as generateImportTemplateParamsSchema, am as groupedAttributeListSchema, ak as groupedAttributesSchema, ad as groupedItemSchema, al as hierarchyCategorySchema, aj as hierarchyDetailsSchema, at as identityServiceDatetimePreferencesSchema, au as identityServiceOrganizationMetadataSchema, av as identityServiceOrganizationSchema, aw as identityServicePreferencesSchema, ax as identityServiceUserSchema, Q as importDetailSchema, U as importErrorSchema, V as importStatusEnumSchema, $ as itemCategorySchema, ac as itemDetailSchema, az as itemErrorDetailsSchema, a4 as itemHeaderSchema, a0 as itemHierarchyResponseSchema, a5 as itemMapSchema, as as itemPartnerSchema, aa as itemPriceSchema, a6 as itemTableSchema, ab as mediaItemSchema, an as packComponentDetailsSchema, ao as packComponentItemInfoSchema, af as packComponentSchema, a7 as phaseEnumSchema, ay as registeredServiceSchema, ah as repeatableGroupSchema, aq as spreadsheetTemplateCompanySchema, ap as spsItemIdResponseSchema, a8 as tradingPartnerStageSchema } from './zod-9pZn6tpQ.js';
|
|
3
|
+
import 'ky-universal';
|
|
4
|
+
import 'ky';
|
|
5
|
+
import 'zod';
|
package/dist/zod.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { d as attrProdTypeSchema, x as attributeDefinitionSchema, y as attributeMetaDataSchema, D as attributeValidValuesSchema, z as attributesByCompanySchema, P as companyBriefByOrgSchema, M as companyRelationshipUpsertBodySchema, n as envSchema, u as exportSchema, r as importErrorsSchema, s as importSchema, t as importsStatusSchema, w as itemCategoriesSearchSchema, G as itemDetailViewSchema, O as itemErrorDetailsResultSchema, F as itemSearchViewSchema, H as localeSchema, J as spreadsheetTemplateSchema, K as tradingPartnerAccessByCompanyIdSchema, N as userAccountSchema, v as vendorPartnerAttGroupsSchema } from './CompanyBriefByOrg-
|
|
2
|
-
export {
|
|
1
|
+
export { d as attrProdTypeSchema, x as attributeDefinitionSchema, y as attributeMetaDataSchema, D as attributeValidValuesSchema, z as attributesByCompanySchema, P as companyBriefByOrgSchema, M as companyRelationshipUpsertBodySchema, n as envSchema, u as exportSchema, r as importErrorsSchema, s as importSchema, t as importsStatusSchema, w as itemCategoriesSearchSchema, G as itemDetailViewSchema, O as itemErrorDetailsResultSchema, F as itemSearchViewSchema, H as localeSchema, J as spreadsheetTemplateSchema, K as tradingPartnerAccessByCompanyIdSchema, N as userAccountSchema, v as vendorPartnerAttGroupsSchema } from './CompanyBriefByOrg-HsKxilwl.js';
|
|
2
|
+
export { a1 as attrDatatypeNameEnumSchema, ag as attributeDetailSchema, a2 as attributeGroupSchema, a3 as attributeSummarySchema, a9 as bulbSchema, ae as categoryEnumSchema, ai as componentDetailsSchema, ar as connectionSchema, _ as downLoadItemsParamsSchema, X as exportDayOfWeekEnum, Y as exportFrequencyEnum, Z as exportTypeEnum, W as generateImportTemplateParamsSchema, am as groupedAttributeListSchema, ak as groupedAttributesSchema, ad as groupedItemSchema, al as hierarchyCategorySchema, aj as hierarchyDetailsSchema, at as identityServiceDatetimePreferencesSchema, au as identityServiceOrganizationMetadataSchema, av as identityServiceOrganizationSchema, aw as identityServicePreferencesSchema, ax as identityServiceUserSchema, Q as importDetailSchema, U as importErrorSchema, V as importStatusEnumSchema, $ as itemCategorySchema, ac as itemDetailSchema, az as itemErrorDetailsSchema, a4 as itemHeaderSchema, a0 as itemHierarchyResponseSchema, a5 as itemMapSchema, as as itemPartnerSchema, aa as itemPriceSchema, a6 as itemTableSchema, ab as mediaItemSchema, an as packComponentDetailsSchema, ao as packComponentItemInfoSchema, af as packComponentSchema, a7 as phaseEnumSchema, ay as registeredServiceSchema, ah as repeatableGroupSchema, aq as spreadsheetTemplateCompanySchema, ap as spsItemIdResponseSchema, a8 as tradingPartnerStageSchema } from './zod-9pZn6tpQ.js';
|
|
3
3
|
import 'ky-universal';
|
|
4
4
|
import 'ky';
|
|
5
5
|
import 'zod';
|
package/dist/zod.js
CHANGED
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
groupedItemSchema,
|
|
27
27
|
hierarchyCategorySchema,
|
|
28
28
|
hierarchyDetailsSchema,
|
|
29
|
-
hierarchySchema,
|
|
30
29
|
identityServiceDatetimePreferencesSchema,
|
|
31
30
|
identityServiceOrganizationMetadataSchema,
|
|
32
31
|
identityServiceOrganizationSchema,
|
|
@@ -46,7 +45,6 @@ import {
|
|
|
46
45
|
itemErrorDetailsSchema,
|
|
47
46
|
itemHeaderSchema,
|
|
48
47
|
itemHierarchyResponseSchema,
|
|
49
|
-
itemHierarchySchema,
|
|
50
48
|
itemMapSchema,
|
|
51
49
|
itemPartnerSchema,
|
|
52
50
|
itemPriceSchema,
|
|
@@ -67,7 +65,7 @@ import {
|
|
|
67
65
|
tradingPartnerStageSchema,
|
|
68
66
|
userAccountSchema,
|
|
69
67
|
vendorPartnerAttGroupsSchema
|
|
70
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-6FFDMMN5.js";
|
|
71
69
|
export {
|
|
72
70
|
attrDatatypeNameEnumSchema,
|
|
73
71
|
attrProdTypeSchema,
|
|
@@ -96,7 +94,6 @@ export {
|
|
|
96
94
|
groupedItemSchema,
|
|
97
95
|
hierarchyCategorySchema,
|
|
98
96
|
hierarchyDetailsSchema,
|
|
99
|
-
hierarchySchema,
|
|
100
97
|
identityServiceDatetimePreferencesSchema,
|
|
101
98
|
identityServiceOrganizationMetadataSchema,
|
|
102
99
|
identityServiceOrganizationSchema,
|
|
@@ -116,7 +113,6 @@ export {
|
|
|
116
113
|
itemErrorDetailsSchema,
|
|
117
114
|
itemHeaderSchema,
|
|
118
115
|
itemHierarchyResponseSchema,
|
|
119
|
-
itemHierarchySchema,
|
|
120
116
|
itemMapSchema,
|
|
121
117
|
itemPartnerSchema,
|
|
122
118
|
itemPriceSchema,
|
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": "0.
|
|
6
|
+
"version": "1.0.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
"@anatine/zod-mock": "^3.9.0",
|
|
48
48
|
"@faker-js/faker": "^7.6.0",
|
|
49
49
|
"msw": "^1.1.1",
|
|
50
|
-
"tsup": "^
|
|
51
|
-
"typescript": "^4.9.3",
|
|
50
|
+
"tsup": "^7.3.0",
|
|
52
51
|
"vite": "^4.1.0"
|
|
53
52
|
},
|
|
54
53
|
"dependencies": {
|