ce-storefront 0.3.5 → 0.3.7
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/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/models/components/analyticsevent.d.ts +8 -8
- package/esm/models/components/analyticsevent.d.ts.map +1 -1
- package/esm/models/components/analyticsevent.js +12 -12
- package/esm/models/components/analyticsevent.js.map +1 -1
- package/esm/models/components/associatedoption.d.ts +125 -0
- package/esm/models/components/associatedoption.d.ts.map +1 -0
- package/esm/models/components/associatedoption.js +107 -0
- package/esm/models/components/associatedoption.js.map +1 -0
- package/esm/models/components/bundleproduct.d.ts +236 -0
- package/esm/models/components/bundleproduct.d.ts.map +1 -0
- package/esm/models/components/bundleproduct.js +262 -0
- package/esm/models/components/bundleproduct.js.map +1 -0
- package/esm/models/components/bundleproductdetail.d.ts +265 -0
- package/esm/models/components/bundleproductdetail.d.ts.map +1 -0
- package/esm/models/components/bundleproductdetail.js +288 -0
- package/esm/models/components/bundleproductdetail.js.map +1 -0
- package/esm/models/components/cart.d.ts +15 -15
- package/esm/models/components/cart.d.ts.map +1 -1
- package/esm/models/components/cart.js +15 -15
- package/esm/models/components/cart.js.map +1 -1
- package/esm/models/components/discountbasedpromotion.d.ts +0 -2
- package/esm/models/components/discountbasedpromotion.d.ts.map +1 -1
- package/esm/models/components/discountbasedpromotion.js +0 -4
- package/esm/models/components/discountbasedpromotion.js.map +1 -1
- package/esm/models/components/fixedpricepromotion.d.ts +0 -2
- package/esm/models/components/fixedpricepromotion.d.ts.map +1 -1
- package/esm/models/components/fixedpricepromotion.js +0 -4
- package/esm/models/components/fixedpricepromotion.js.map +1 -1
- package/esm/models/components/freegoodspromotion.d.ts +0 -5
- package/esm/models/components/freegoodspromotion.d.ts.map +1 -1
- package/esm/models/components/freegoodspromotion.js +0 -4
- package/esm/models/components/freegoodspromotion.js.map +1 -1
- package/esm/models/components/index.d.ts +8 -6
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +8 -6
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/productattribute.d.ts +97 -64
- package/esm/models/components/productattribute.d.ts.map +1 -1
- package/esm/models/components/productattribute.js +67 -128
- package/esm/models/components/productattribute.js.map +1 -1
- package/esm/models/components/productcategory.d.ts +2 -2
- package/esm/models/components/productcategory.d.ts.map +1 -1
- package/esm/models/components/productcategory.js +2 -2
- package/esm/models/components/productcategory.js.map +1 -1
- package/esm/models/components/productdetail.d.ts +16 -188
- package/esm/models/components/productdetail.d.ts.map +1 -1
- package/esm/models/components/productdetail.js +26 -228
- package/esm/models/components/productdetail.js.map +1 -1
- package/esm/models/components/productlistresponse.d.ts +49 -3
- package/esm/models/components/productlistresponse.d.ts.map +1 -1
- package/esm/models/components/productlistresponse.js +65 -3
- package/esm/models/components/productlistresponse.js.map +1 -1
- package/esm/models/components/productshipping.d.ts +13 -15
- package/esm/models/components/productshipping.d.ts.map +1 -1
- package/esm/models/components/productshipping.js +14 -18
- package/esm/models/components/productshipping.js.map +1 -1
- package/esm/models/components/{promotion.d.ts → promotiondetail.d.ts} +29 -29
- package/esm/models/components/promotiondetail.d.ts.map +1 -0
- package/esm/models/components/{promotion.js → promotiondetail.js} +29 -29
- package/esm/models/components/promotiondetail.js.map +1 -0
- package/esm/models/components/seo.d.ts +6 -6
- package/esm/models/components/seo.d.ts.map +1 -1
- package/esm/models/components/seo.js +6 -19
- package/esm/models/components/seo.js.map +1 -1
- package/esm/models/components/{product.d.ts → singleproduct.d.ts} +52 -75
- package/esm/models/components/singleproduct.d.ts.map +1 -0
- package/esm/models/components/{product.js → singleproduct.js} +37 -95
- package/esm/models/components/singleproduct.js.map +1 -0
- package/esm/models/components/singleproductdetail.d.ts +159 -0
- package/esm/models/components/singleproductdetail.d.ts.map +1 -0
- package/esm/models/components/singleproductdetail.js +156 -0
- package/esm/models/components/singleproductdetail.js.map +1 -0
- package/esm/models/components/{skuinfo.d.ts → sku.d.ts} +59 -48
- package/esm/models/components/sku.d.ts.map +1 -0
- package/esm/models/components/{skuinfo.js → sku.js} +67 -57
- package/esm/models/components/sku.js.map +1 -0
- package/esm/models/components/variant.d.ts +42 -72
- package/esm/models/components/variant.d.ts.map +1 -1
- package/esm/models/components/variant.js +39 -82
- package/esm/models/components/variant.js.map +1 -1
- package/esm/models/components/variantdetail.d.ts +101 -68
- package/esm/models/components/variantdetail.d.ts.map +1 -1
- package/esm/models/components/variantdetail.js +99 -71
- package/esm/models/components/variantdetail.js.map +1 -1
- package/esm/models/components/variantoption.d.ts +118 -0
- package/esm/models/components/variantoption.d.ts.map +1 -0
- package/esm/models/components/variantoption.js +114 -0
- package/esm/models/components/variantoption.js.map +1 -0
- package/esm/models/components/volumebasedpromotion.d.ts +0 -5
- package/esm/models/components/volumebasedpromotion.d.ts.map +1 -1
- package/esm/models/components/volumebasedpromotion.js +0 -4
- package/esm/models/components/volumebasedpromotion.js.map +1 -1
- package/esm/models/operations/getpromotions.d.ts +2 -2
- package/esm/models/operations/getpromotions.d.ts.map +1 -1
- package/esm/models/operations/getpromotions.js +2 -2
- package/esm/models/operations/getpromotions.js.map +1 -1
- package/esm/models/operations/getskus.d.ts +2 -2
- package/esm/models/operations/getskus.d.ts.map +1 -1
- package/esm/models/operations/getskus.js +2 -2
- package/esm/models/operations/getskus.js.map +1 -1
- package/esm/models/operations/getwishtlist.d.ts +2 -2
- package/esm/models/operations/getwishtlist.d.ts.map +1 -1
- package/esm/models/operations/getwishtlist.js +2 -2
- package/esm/models/operations/getwishtlist.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/analyticsevent.ts +16 -15
- package/src/models/components/associatedoption.ts +217 -0
- package/src/models/components/bundleproduct.ts +501 -0
- package/src/models/components/bundleproductdetail.ts +567 -0
- package/src/models/components/cart.ts +24 -24
- package/src/models/components/discountbasedpromotion.ts +0 -6
- package/src/models/components/fixedpricepromotion.ts +0 -6
- package/src/models/components/freegoodspromotion.ts +0 -9
- package/src/models/components/index.ts +8 -6
- package/src/models/components/productattribute.ts +162 -188
- package/src/models/components/productcategory.ts +4 -4
- package/src/models/components/productdetail.ts +52 -475
- package/src/models/components/productlistresponse.ts +147 -9
- package/src/models/components/productshipping.ts +27 -33
- package/src/models/components/{promotion.ts → promotiondetail.ts} +47 -45
- package/src/models/components/seo.ts +12 -25
- package/src/models/components/singleproduct.ts +269 -0
- package/src/models/components/singleproductdetail.ts +339 -0
- package/src/models/components/sku.ts +252 -0
- package/src/models/components/variant.ts +81 -170
- package/src/models/components/variantdetail.ts +189 -168
- package/src/models/components/variantoption.ts +214 -0
- package/src/models/components/volumebasedpromotion.ts +0 -9
- package/src/models/operations/getpromotions.ts +4 -4
- package/src/models/operations/getskus.ts +4 -4
- package/src/models/operations/getwishtlist.ts +4 -4
- package/esm/models/components/product.d.ts.map +0 -1
- package/esm/models/components/product.js.map +0 -1
- package/esm/models/components/productbundleitem.d.ts +0 -47
- package/esm/models/components/productbundleitem.d.ts.map +0 -1
- package/esm/models/components/productbundleitem.js +0 -66
- package/esm/models/components/productbundleitem.js.map +0 -1
- package/esm/models/components/productpackaging.d.ts +0 -68
- package/esm/models/components/productpackaging.d.ts.map +0 -1
- package/esm/models/components/productpackaging.js +0 -88
- package/esm/models/components/productpackaging.js.map +0 -1
- package/esm/models/components/promotion.d.ts.map +0 -1
- package/esm/models/components/promotion.js.map +0 -1
- package/esm/models/components/saleschannel.d.ts +0 -39
- package/esm/models/components/saleschannel.d.ts.map +0 -1
- package/esm/models/components/saleschannel.js +0 -53
- package/esm/models/components/saleschannel.js.map +0 -1
- package/esm/models/components/skuinfo.d.ts.map +0 -1
- package/esm/models/components/skuinfo.js.map +0 -1
- package/src/models/components/product.ts +0 -363
- package/src/models/components/productbundleitem.ts +0 -127
- package/src/models/components/productpackaging.ts +0 -162
- package/src/models/components/saleschannel.ts +0 -96
- package/src/models/components/skuinfo.ts +0 -237
|
@@ -11,10 +11,6 @@ export type FreeGoodsPromotion = {
|
|
|
11
11
|
* The quantity of free goods the customer receives.
|
|
12
12
|
*/
|
|
13
13
|
getQuantity: number;
|
|
14
|
-
/**
|
|
15
|
-
* Optional ID for a specific customer group.
|
|
16
|
-
*/
|
|
17
|
-
customerGroupId?: string | null | undefined;
|
|
18
14
|
};
|
|
19
15
|
/** @internal */
|
|
20
16
|
export declare const FreeGoodsPromotion$inboundSchema: z.ZodType<FreeGoodsPromotion, z.ZodTypeDef, unknown>;
|
|
@@ -23,7 +19,6 @@ export type FreeGoodsPromotion$Outbound = {
|
|
|
23
19
|
promotion_type: "free-goods";
|
|
24
20
|
buy_quantity: number;
|
|
25
21
|
get_quantity: number;
|
|
26
|
-
customer_group_id?: string | null | undefined;
|
|
27
22
|
};
|
|
28
23
|
/** @internal */
|
|
29
24
|
export declare const FreeGoodsPromotion$outboundSchema: z.ZodType<FreeGoodsPromotion$Outbound, z.ZodTypeDef, FreeGoodsPromotion>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"freegoodspromotion.d.ts","sourceRoot":"","sources":["../../../src/models/components/freegoodspromotion.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,aAAa,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"freegoodspromotion.d.ts","sourceRoot":"","sources":["../../../src/models/components/freegoodspromotion.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,aAAa,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,cAAc,EAAE,YAAY,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAWlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -9,13 +9,11 @@ export const FreeGoodsPromotion$inboundSchema = z.object({
|
|
|
9
9
|
promotion_type: z.literal("free-goods").optional(),
|
|
10
10
|
buy_quantity: z.number().int(),
|
|
11
11
|
get_quantity: z.number().int(),
|
|
12
|
-
customer_group_id: z.nullable(z.string()).optional(),
|
|
13
12
|
}).transform((v) => {
|
|
14
13
|
return remap$(v, {
|
|
15
14
|
"promotion_type": "promotionType",
|
|
16
15
|
"buy_quantity": "buyQuantity",
|
|
17
16
|
"get_quantity": "getQuantity",
|
|
18
|
-
"customer_group_id": "customerGroupId",
|
|
19
17
|
});
|
|
20
18
|
});
|
|
21
19
|
/** @internal */
|
|
@@ -23,13 +21,11 @@ export const FreeGoodsPromotion$outboundSchema = z.object({
|
|
|
23
21
|
promotionType: z.literal("free-goods").default("free-goods"),
|
|
24
22
|
buyQuantity: z.number().int(),
|
|
25
23
|
getQuantity: z.number().int(),
|
|
26
|
-
customerGroupId: z.nullable(z.string()).optional(),
|
|
27
24
|
}).transform((v) => {
|
|
28
25
|
return remap$(v, {
|
|
29
26
|
promotionType: "promotion_type",
|
|
30
27
|
buyQuantity: "buy_quantity",
|
|
31
28
|
getQuantity: "get_quantity",
|
|
32
|
-
customerGroupId: "customer_group_id",
|
|
33
29
|
});
|
|
34
30
|
});
|
|
35
31
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"freegoodspromotion.js","sourceRoot":"","sources":["../../../src/models/components/freegoodspromotion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"freegoodspromotion.js","sourceRoot":"","sources":["../../../src/models/components/freegoodspromotion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAgBjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,QAAQ,EAAE;IAClD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC/B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,eAAe;QACjC,cAAc,EAAE,aAAa;QAC7B,cAAc,EAAE,aAAa;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,YAAqB,CAAC;IACrE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC7B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC9B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,aAAa,EAAE,gBAAgB;QAC/B,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,cAAc;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,gCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,iCAAiC,CAAC;AAGlE,CAAC,EAPgB,mBAAmB,KAAnB,mBAAmB,QAOnC;AAED,MAAM,UAAU,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,iCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./analyticsevent.js";
|
|
2
2
|
export * from "./anonymoususer.js";
|
|
3
|
+
export * from "./associatedoption.js";
|
|
3
4
|
export * from "./banktransfer.js";
|
|
5
|
+
export * from "./bundleproduct.js";
|
|
6
|
+
export * from "./bundleproductdetail.js";
|
|
4
7
|
export * from "./business.js";
|
|
5
8
|
export * from "./cardpayment.js";
|
|
6
9
|
export * from "./cart.js";
|
|
@@ -47,32 +50,31 @@ export * from "./payupaymentinfo.js";
|
|
|
47
50
|
export * from "./payupaymentmethod.js";
|
|
48
51
|
export * from "./payusavedcard.js";
|
|
49
52
|
export * from "./pincode.js";
|
|
50
|
-
export * from "./product.js";
|
|
51
53
|
export * from "./productattribute.js";
|
|
52
|
-
export * from "./productbundleitem.js";
|
|
53
54
|
export * from "./productcategory.js";
|
|
54
55
|
export * from "./productdetail.js";
|
|
55
56
|
export * from "./productimage.js";
|
|
56
57
|
export * from "./productlistresponse.js";
|
|
57
|
-
export * from "./productpackaging.js";
|
|
58
58
|
export * from "./productpricing.js";
|
|
59
59
|
export * from "./productpromotion.js";
|
|
60
60
|
export * from "./productreview.js";
|
|
61
61
|
export * from "./productshipping.js";
|
|
62
62
|
export * from "./productsubscription.js";
|
|
63
63
|
export * from "./productvideo.js";
|
|
64
|
-
export * from "./
|
|
65
|
-
export * from "./saleschannel.js";
|
|
64
|
+
export * from "./promotiondetail.js";
|
|
66
65
|
export * from "./security.js";
|
|
67
66
|
export * from "./seo.js";
|
|
68
67
|
export * from "./shipmentitem.js";
|
|
69
|
-
export * from "./
|
|
68
|
+
export * from "./singleproduct.js";
|
|
69
|
+
export * from "./singleproductdetail.js";
|
|
70
|
+
export * from "./sku.js";
|
|
70
71
|
export * from "./updatecustomer.js";
|
|
71
72
|
export * from "./upipayment.js";
|
|
72
73
|
export * from "./user.js";
|
|
73
74
|
export * from "./userinput.js";
|
|
74
75
|
export * from "./variant.js";
|
|
75
76
|
export * from "./variantdetail.js";
|
|
77
|
+
export * from "./variantoption.js";
|
|
76
78
|
export * from "./volumebasedpromotion.js";
|
|
77
79
|
export * from "./walletpayment.js";
|
|
78
80
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC"}
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export * from "./analyticsevent.js";
|
|
5
5
|
export * from "./anonymoususer.js";
|
|
6
|
+
export * from "./associatedoption.js";
|
|
6
7
|
export * from "./banktransfer.js";
|
|
8
|
+
export * from "./bundleproduct.js";
|
|
9
|
+
export * from "./bundleproductdetail.js";
|
|
7
10
|
export * from "./business.js";
|
|
8
11
|
export * from "./cardpayment.js";
|
|
9
12
|
export * from "./cart.js";
|
|
@@ -50,32 +53,31 @@ export * from "./payupaymentinfo.js";
|
|
|
50
53
|
export * from "./payupaymentmethod.js";
|
|
51
54
|
export * from "./payusavedcard.js";
|
|
52
55
|
export * from "./pincode.js";
|
|
53
|
-
export * from "./product.js";
|
|
54
56
|
export * from "./productattribute.js";
|
|
55
|
-
export * from "./productbundleitem.js";
|
|
56
57
|
export * from "./productcategory.js";
|
|
57
58
|
export * from "./productdetail.js";
|
|
58
59
|
export * from "./productimage.js";
|
|
59
60
|
export * from "./productlistresponse.js";
|
|
60
|
-
export * from "./productpackaging.js";
|
|
61
61
|
export * from "./productpricing.js";
|
|
62
62
|
export * from "./productpromotion.js";
|
|
63
63
|
export * from "./productreview.js";
|
|
64
64
|
export * from "./productshipping.js";
|
|
65
65
|
export * from "./productsubscription.js";
|
|
66
66
|
export * from "./productvideo.js";
|
|
67
|
-
export * from "./
|
|
68
|
-
export * from "./saleschannel.js";
|
|
67
|
+
export * from "./promotiondetail.js";
|
|
69
68
|
export * from "./security.js";
|
|
70
69
|
export * from "./seo.js";
|
|
71
70
|
export * from "./shipmentitem.js";
|
|
72
|
-
export * from "./
|
|
71
|
+
export * from "./singleproduct.js";
|
|
72
|
+
export * from "./singleproductdetail.js";
|
|
73
|
+
export * from "./sku.js";
|
|
73
74
|
export * from "./updatecustomer.js";
|
|
74
75
|
export * from "./upipayment.js";
|
|
75
76
|
export * from "./user.js";
|
|
76
77
|
export * from "./userinput.js";
|
|
77
78
|
export * from "./variant.js";
|
|
78
79
|
export * from "./variantdetail.js";
|
|
80
|
+
export * from "./variantoption.js";
|
|
79
81
|
export * from "./volumebasedpromotion.js";
|
|
80
82
|
export * from "./walletpayment.js";
|
|
81
83
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/components/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/components/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC"}
|
|
@@ -5,11 +5,6 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
5
5
|
* Attribute for numeric values
|
|
6
6
|
*/
|
|
7
7
|
export type NumberAttribute = {
|
|
8
|
-
attributeType?: "number" | undefined;
|
|
9
|
-
/**
|
|
10
|
-
* For numeric attributes
|
|
11
|
-
*/
|
|
12
|
-
attributeValue: number;
|
|
13
8
|
/**
|
|
14
9
|
* Unique identifier for the attribute
|
|
15
10
|
*/
|
|
@@ -18,16 +13,20 @@ export type NumberAttribute = {
|
|
|
18
13
|
* Name of the attribute
|
|
19
14
|
*/
|
|
20
15
|
name: string;
|
|
16
|
+
/**
|
|
17
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
18
|
+
*/
|
|
19
|
+
key: string;
|
|
20
|
+
type?: "number" | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* For numeric attributes
|
|
23
|
+
*/
|
|
24
|
+
value: number;
|
|
21
25
|
};
|
|
22
26
|
/**
|
|
23
27
|
* Attribute for date values
|
|
24
28
|
*/
|
|
25
29
|
export type DateAttribute = {
|
|
26
|
-
attributeType?: "date" | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* For date attributes
|
|
29
|
-
*/
|
|
30
|
-
attributeValue: Date;
|
|
31
30
|
/**
|
|
32
31
|
* Unique identifier for the attribute
|
|
33
32
|
*/
|
|
@@ -36,16 +35,20 @@ export type DateAttribute = {
|
|
|
36
35
|
* Name of the attribute
|
|
37
36
|
*/
|
|
38
37
|
name: string;
|
|
38
|
+
/**
|
|
39
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
40
|
+
*/
|
|
41
|
+
key: string;
|
|
42
|
+
type?: "date" | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* For date attributes
|
|
45
|
+
*/
|
|
46
|
+
value: Date;
|
|
39
47
|
};
|
|
40
48
|
/**
|
|
41
49
|
* Attribute for text values
|
|
42
50
|
*/
|
|
43
51
|
export type TextAttribute = {
|
|
44
|
-
attributeType?: "text" | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* For text attributes
|
|
47
|
-
*/
|
|
48
|
-
attributeValue: string;
|
|
49
52
|
/**
|
|
50
53
|
* Unique identifier for the attribute
|
|
51
54
|
*/
|
|
@@ -54,16 +57,20 @@ export type TextAttribute = {
|
|
|
54
57
|
* Name of the attribute
|
|
55
58
|
*/
|
|
56
59
|
name: string;
|
|
60
|
+
/**
|
|
61
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
62
|
+
*/
|
|
63
|
+
key?: string | undefined;
|
|
64
|
+
type?: "text" | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* For text attributes
|
|
67
|
+
*/
|
|
68
|
+
value: string;
|
|
57
69
|
};
|
|
58
70
|
/**
|
|
59
71
|
* Attribute for multi-select values
|
|
60
72
|
*/
|
|
61
73
|
export type MultiSelectAttribute = {
|
|
62
|
-
attributeType?: "multi-select" | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* For multi-select attributes
|
|
65
|
-
*/
|
|
66
|
-
attributeValue: Array<string>;
|
|
67
74
|
/**
|
|
68
75
|
* Unique identifier for the attribute
|
|
69
76
|
*/
|
|
@@ -72,16 +79,20 @@ export type MultiSelectAttribute = {
|
|
|
72
79
|
* Name of the attribute
|
|
73
80
|
*/
|
|
74
81
|
name: string;
|
|
82
|
+
/**
|
|
83
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
84
|
+
*/
|
|
85
|
+
key: string;
|
|
86
|
+
type?: "multi-select" | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* For multi-select attributes
|
|
89
|
+
*/
|
|
90
|
+
value: Array<string>;
|
|
75
91
|
};
|
|
76
92
|
/**
|
|
77
93
|
* Attribute for single-select values
|
|
78
94
|
*/
|
|
79
95
|
export type SingleSelectAttribute = {
|
|
80
|
-
attributeType?: "single-select" | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* For single-select attributes
|
|
83
|
-
*/
|
|
84
|
-
attributeValue: string;
|
|
85
96
|
/**
|
|
86
97
|
* Unique identifier for the attribute
|
|
87
98
|
*/
|
|
@@ -90,17 +101,27 @@ export type SingleSelectAttribute = {
|
|
|
90
101
|
* Name of the attribute
|
|
91
102
|
*/
|
|
92
103
|
name: string;
|
|
104
|
+
/**
|
|
105
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
106
|
+
*/
|
|
107
|
+
key: string;
|
|
108
|
+
type?: "single-select" | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* For single-select attributes
|
|
111
|
+
*/
|
|
112
|
+
value: string;
|
|
93
113
|
};
|
|
94
|
-
export type
|
|
114
|
+
export type ColorAttributeValue = {
|
|
95
115
|
name: string;
|
|
116
|
+
/**
|
|
117
|
+
* The hex code of the color (e.g., #000000).
|
|
118
|
+
*/
|
|
96
119
|
hexcode: string;
|
|
97
120
|
};
|
|
98
121
|
/**
|
|
99
122
|
* Attribute for colors
|
|
100
123
|
*/
|
|
101
124
|
export type ColorAttribute = {
|
|
102
|
-
attributeType?: "color" | undefined;
|
|
103
|
-
attributeValue: Array<AttributeValue>;
|
|
104
125
|
/**
|
|
105
126
|
* Unique identifier for the attribute
|
|
106
127
|
*/
|
|
@@ -109,28 +130,35 @@ export type ColorAttribute = {
|
|
|
109
130
|
* Name of the attribute
|
|
110
131
|
*/
|
|
111
132
|
name: string;
|
|
133
|
+
/**
|
|
134
|
+
* A lookup safe version of the name that is lowercased and spaces are replaced with underscores. For instance, if name is `Product Type`, key will be `product_type`
|
|
135
|
+
*/
|
|
136
|
+
key: string;
|
|
137
|
+
type?: "color" | undefined;
|
|
138
|
+
value: Array<ColorAttributeValue>;
|
|
112
139
|
};
|
|
113
140
|
export type ProductAttribute = (ColorAttribute & {
|
|
114
|
-
|
|
141
|
+
type: "color";
|
|
115
142
|
}) | (SingleSelectAttribute & {
|
|
116
|
-
|
|
143
|
+
type: "single-select";
|
|
117
144
|
}) | (MultiSelectAttribute & {
|
|
118
|
-
|
|
145
|
+
type: "multi-select";
|
|
119
146
|
}) | (TextAttribute & {
|
|
120
|
-
|
|
147
|
+
type: "text";
|
|
121
148
|
}) | (DateAttribute & {
|
|
122
|
-
|
|
149
|
+
type: "date";
|
|
123
150
|
}) | (NumberAttribute & {
|
|
124
|
-
|
|
151
|
+
type: "number";
|
|
125
152
|
});
|
|
126
153
|
/** @internal */
|
|
127
154
|
export declare const NumberAttribute$inboundSchema: z.ZodType<NumberAttribute, z.ZodTypeDef, unknown>;
|
|
128
155
|
/** @internal */
|
|
129
156
|
export type NumberAttribute$Outbound = {
|
|
130
|
-
attribute_type: "number";
|
|
131
|
-
attribute_value: number;
|
|
132
157
|
id: string;
|
|
133
158
|
name: string;
|
|
159
|
+
key: string;
|
|
160
|
+
type: "number";
|
|
161
|
+
value: number;
|
|
134
162
|
};
|
|
135
163
|
/** @internal */
|
|
136
164
|
export declare const NumberAttribute$outboundSchema: z.ZodType<NumberAttribute$Outbound, z.ZodTypeDef, NumberAttribute>;
|
|
@@ -152,10 +180,11 @@ export declare function numberAttributeFromJSON(jsonString: string): SafeParseRe
|
|
|
152
180
|
export declare const DateAttribute$inboundSchema: z.ZodType<DateAttribute, z.ZodTypeDef, unknown>;
|
|
153
181
|
/** @internal */
|
|
154
182
|
export type DateAttribute$Outbound = {
|
|
155
|
-
attribute_type: "date";
|
|
156
|
-
attribute_value: string;
|
|
157
183
|
id: string;
|
|
158
184
|
name: string;
|
|
185
|
+
key: string;
|
|
186
|
+
type: "date";
|
|
187
|
+
value: string;
|
|
159
188
|
};
|
|
160
189
|
/** @internal */
|
|
161
190
|
export declare const DateAttribute$outboundSchema: z.ZodType<DateAttribute$Outbound, z.ZodTypeDef, DateAttribute>;
|
|
@@ -177,10 +206,11 @@ export declare function dateAttributeFromJSON(jsonString: string): SafeParseResu
|
|
|
177
206
|
export declare const TextAttribute$inboundSchema: z.ZodType<TextAttribute, z.ZodTypeDef, unknown>;
|
|
178
207
|
/** @internal */
|
|
179
208
|
export type TextAttribute$Outbound = {
|
|
180
|
-
attribute_type: "text";
|
|
181
|
-
attribute_value: string;
|
|
182
209
|
id: string;
|
|
183
210
|
name: string;
|
|
211
|
+
key?: string | undefined;
|
|
212
|
+
type: "text";
|
|
213
|
+
value: string;
|
|
184
214
|
};
|
|
185
215
|
/** @internal */
|
|
186
216
|
export declare const TextAttribute$outboundSchema: z.ZodType<TextAttribute$Outbound, z.ZodTypeDef, TextAttribute>;
|
|
@@ -202,10 +232,11 @@ export declare function textAttributeFromJSON(jsonString: string): SafeParseResu
|
|
|
202
232
|
export declare const MultiSelectAttribute$inboundSchema: z.ZodType<MultiSelectAttribute, z.ZodTypeDef, unknown>;
|
|
203
233
|
/** @internal */
|
|
204
234
|
export type MultiSelectAttribute$Outbound = {
|
|
205
|
-
attribute_type: "multi-select";
|
|
206
|
-
attribute_value: Array<string>;
|
|
207
235
|
id: string;
|
|
208
236
|
name: string;
|
|
237
|
+
key: string;
|
|
238
|
+
type: "multi-select";
|
|
239
|
+
value: Array<string>;
|
|
209
240
|
};
|
|
210
241
|
/** @internal */
|
|
211
242
|
export declare const MultiSelectAttribute$outboundSchema: z.ZodType<MultiSelectAttribute$Outbound, z.ZodTypeDef, MultiSelectAttribute>;
|
|
@@ -227,10 +258,11 @@ export declare function multiSelectAttributeFromJSON(jsonString: string): SafePa
|
|
|
227
258
|
export declare const SingleSelectAttribute$inboundSchema: z.ZodType<SingleSelectAttribute, z.ZodTypeDef, unknown>;
|
|
228
259
|
/** @internal */
|
|
229
260
|
export type SingleSelectAttribute$Outbound = {
|
|
230
|
-
attribute_type: "single-select";
|
|
231
|
-
attribute_value: string;
|
|
232
261
|
id: string;
|
|
233
262
|
name: string;
|
|
263
|
+
key: string;
|
|
264
|
+
type: "single-select";
|
|
265
|
+
value: string;
|
|
234
266
|
};
|
|
235
267
|
/** @internal */
|
|
236
268
|
export declare const SingleSelectAttribute$outboundSchema: z.ZodType<SingleSelectAttribute$Outbound, z.ZodTypeDef, SingleSelectAttribute>;
|
|
@@ -249,36 +281,37 @@ export declare namespace SingleSelectAttribute$ {
|
|
|
249
281
|
export declare function singleSelectAttributeToJSON(singleSelectAttribute: SingleSelectAttribute): string;
|
|
250
282
|
export declare function singleSelectAttributeFromJSON(jsonString: string): SafeParseResult<SingleSelectAttribute, SDKValidationError>;
|
|
251
283
|
/** @internal */
|
|
252
|
-
export declare const
|
|
284
|
+
export declare const ColorAttributeValue$inboundSchema: z.ZodType<ColorAttributeValue, z.ZodTypeDef, unknown>;
|
|
253
285
|
/** @internal */
|
|
254
|
-
export type
|
|
286
|
+
export type ColorAttributeValue$Outbound = {
|
|
255
287
|
name: string;
|
|
256
288
|
hexcode: string;
|
|
257
289
|
};
|
|
258
290
|
/** @internal */
|
|
259
|
-
export declare const
|
|
291
|
+
export declare const ColorAttributeValue$outboundSchema: z.ZodType<ColorAttributeValue$Outbound, z.ZodTypeDef, ColorAttributeValue>;
|
|
260
292
|
/**
|
|
261
293
|
* @internal
|
|
262
294
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
263
295
|
*/
|
|
264
|
-
export declare namespace
|
|
265
|
-
/** @deprecated use `
|
|
266
|
-
const inboundSchema: z.ZodType<
|
|
267
|
-
/** @deprecated use `
|
|
268
|
-
const outboundSchema: z.ZodType<
|
|
269
|
-
/** @deprecated use `
|
|
270
|
-
type Outbound =
|
|
296
|
+
export declare namespace ColorAttributeValue$ {
|
|
297
|
+
/** @deprecated use `ColorAttributeValue$inboundSchema` instead. */
|
|
298
|
+
const inboundSchema: z.ZodType<ColorAttributeValue, z.ZodTypeDef, unknown>;
|
|
299
|
+
/** @deprecated use `ColorAttributeValue$outboundSchema` instead. */
|
|
300
|
+
const outboundSchema: z.ZodType<ColorAttributeValue$Outbound, z.ZodTypeDef, ColorAttributeValue>;
|
|
301
|
+
/** @deprecated use `ColorAttributeValue$Outbound` instead. */
|
|
302
|
+
type Outbound = ColorAttributeValue$Outbound;
|
|
271
303
|
}
|
|
272
|
-
export declare function
|
|
273
|
-
export declare function
|
|
304
|
+
export declare function colorAttributeValueToJSON(colorAttributeValue: ColorAttributeValue): string;
|
|
305
|
+
export declare function colorAttributeValueFromJSON(jsonString: string): SafeParseResult<ColorAttributeValue, SDKValidationError>;
|
|
274
306
|
/** @internal */
|
|
275
307
|
export declare const ColorAttribute$inboundSchema: z.ZodType<ColorAttribute, z.ZodTypeDef, unknown>;
|
|
276
308
|
/** @internal */
|
|
277
309
|
export type ColorAttribute$Outbound = {
|
|
278
|
-
attribute_type: "color";
|
|
279
|
-
attribute_value: Array<AttributeValue$Outbound>;
|
|
280
310
|
id: string;
|
|
281
311
|
name: string;
|
|
312
|
+
key: string;
|
|
313
|
+
type: "color";
|
|
314
|
+
value: Array<ColorAttributeValue$Outbound>;
|
|
282
315
|
};
|
|
283
316
|
/** @internal */
|
|
284
317
|
export declare const ColorAttribute$outboundSchema: z.ZodType<ColorAttribute$Outbound, z.ZodTypeDef, ColorAttribute>;
|
|
@@ -300,17 +333,17 @@ export declare function colorAttributeFromJSON(jsonString: string): SafeParseRes
|
|
|
300
333
|
export declare const ProductAttribute$inboundSchema: z.ZodType<ProductAttribute, z.ZodTypeDef, unknown>;
|
|
301
334
|
/** @internal */
|
|
302
335
|
export type ProductAttribute$Outbound = (ColorAttribute$Outbound & {
|
|
303
|
-
|
|
336
|
+
type: "color";
|
|
304
337
|
}) | (SingleSelectAttribute$Outbound & {
|
|
305
|
-
|
|
338
|
+
type: "single-select";
|
|
306
339
|
}) | (MultiSelectAttribute$Outbound & {
|
|
307
|
-
|
|
340
|
+
type: "multi-select";
|
|
308
341
|
}) | (TextAttribute$Outbound & {
|
|
309
|
-
|
|
342
|
+
type: "text";
|
|
310
343
|
}) | (DateAttribute$Outbound & {
|
|
311
|
-
|
|
344
|
+
type: "date";
|
|
312
345
|
}) | (NumberAttribute$Outbound & {
|
|
313
|
-
|
|
346
|
+
type: "number";
|
|
314
347
|
});
|
|
315
348
|
/** @internal */
|
|
316
349
|
export declare const ProductAttribute$outboundSchema: z.ZodType<ProductAttribute$Outbound, z.ZodTypeDef, ProductAttribute>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productattribute.d.ts","sourceRoot":"","sources":["../../../src/models/components/productattribute.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"productattribute.d.ts","sourceRoot":"","sources":["../../../src/models/components/productattribute.ts"],"names":[],"mappings":"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"}
|