ce-storefront 0.3.5 → 0.3.6
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/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 +4 -5
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +4 -5
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/product.d.ts +24 -62
- package/esm/models/components/product.d.ts.map +1 -1
- package/esm/models/components/product.js +24 -81
- package/esm/models/components/product.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 +63 -165
- package/esm/models/components/productdetail.d.ts.map +1 -1
- package/esm/models/components/productdetail.js +70 -204
- package/esm/models/components/productdetail.js.map +1 -1
- package/esm/models/components/productlistresponse.d.ts +21 -0
- package/esm/models/components/productlistresponse.d.ts.map +1 -1
- package/esm/models/components/productlistresponse.js +21 -0
- package/esm/models/components/productlistresponse.js.map +1 -1
- package/esm/models/components/productshipping.d.ts +0 -2
- package/esm/models/components/productshipping.d.ts.map +1 -1
- package/esm/models/components/productshipping.js +0 -4
- 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/{skuinfo.d.ts → sku.d.ts} +56 -48
- package/esm/models/components/sku.d.ts.map +1 -0
- package/esm/models/components/{skuinfo.js → sku.js} +65 -57
- package/esm/models/components/sku.js.map +1 -0
- package/esm/models/components/variant.d.ts +13 -52
- package/esm/models/components/variant.d.ts.map +1 -1
- package/esm/models/components/variant.js +5 -55
- package/esm/models/components/variant.js.map +1 -1
- package/esm/models/components/variantdetail.d.ts +31 -60
- package/esm/models/components/variantdetail.d.ts.map +1 -1
- package/esm/models/components/variantdetail.js +20 -57
- 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/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 +4 -5
- package/src/models/components/product.ts +52 -163
- package/src/models/components/productattribute.ts +162 -188
- package/src/models/components/productcategory.ts +4 -4
- package/src/models/components/productdetail.ts +143 -418
- package/src/models/components/productlistresponse.ts +46 -0
- package/src/models/components/productshipping.ts +0 -6
- package/src/models/components/{promotion.ts → promotiondetail.ts} +47 -45
- package/src/models/components/seo.ts +12 -25
- package/src/models/components/sku.ts +244 -0
- package/src/models/components/variant.ts +14 -119
- package/src/models/components/variantdetail.ts +51 -143
- 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/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/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
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
export const OptionType = {
|
|
13
|
+
SingleSelect: "single-select",
|
|
14
|
+
Color: "color",
|
|
15
|
+
} as const;
|
|
16
|
+
export type OptionType = ClosedEnum<typeof OptionType>;
|
|
17
|
+
|
|
18
|
+
export type Two = {};
|
|
19
|
+
|
|
20
|
+
export type OptionValue = Two | string;
|
|
21
|
+
|
|
22
|
+
export type VariantOption = {
|
|
23
|
+
optionName?: string | undefined;
|
|
24
|
+
optionType?: OptionType | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* When option_type is color, value will contain an array of objects like:
|
|
27
|
+
*
|
|
28
|
+
* @remarks
|
|
29
|
+
* ```json
|
|
30
|
+
* [
|
|
31
|
+
* {
|
|
32
|
+
* "name": "first_color",
|
|
33
|
+
* "hexcode": "#000000"
|
|
34
|
+
* },
|
|
35
|
+
* {
|
|
36
|
+
* "name": "second_color",
|
|
37
|
+
* "hexcode": "#FFFFFF"
|
|
38
|
+
* }
|
|
39
|
+
* ]
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
optionValue?: Array<Two | string> | undefined;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
/** @internal */
|
|
46
|
+
export const OptionType$inboundSchema: z.ZodNativeEnum<typeof OptionType> = z
|
|
47
|
+
.nativeEnum(OptionType);
|
|
48
|
+
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const OptionType$outboundSchema: z.ZodNativeEnum<typeof OptionType> =
|
|
51
|
+
OptionType$inboundSchema;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
export namespace OptionType$ {
|
|
58
|
+
/** @deprecated use `OptionType$inboundSchema` instead. */
|
|
59
|
+
export const inboundSchema = OptionType$inboundSchema;
|
|
60
|
+
/** @deprecated use `OptionType$outboundSchema` instead. */
|
|
61
|
+
export const outboundSchema = OptionType$outboundSchema;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/** @internal */
|
|
65
|
+
export const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown> = z
|
|
66
|
+
.object({});
|
|
67
|
+
|
|
68
|
+
/** @internal */
|
|
69
|
+
export type Two$Outbound = {};
|
|
70
|
+
|
|
71
|
+
/** @internal */
|
|
72
|
+
export const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two> = z
|
|
73
|
+
.object({});
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
78
|
+
*/
|
|
79
|
+
export namespace Two$ {
|
|
80
|
+
/** @deprecated use `Two$inboundSchema` instead. */
|
|
81
|
+
export const inboundSchema = Two$inboundSchema;
|
|
82
|
+
/** @deprecated use `Two$outboundSchema` instead. */
|
|
83
|
+
export const outboundSchema = Two$outboundSchema;
|
|
84
|
+
/** @deprecated use `Two$Outbound` instead. */
|
|
85
|
+
export type Outbound = Two$Outbound;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function twoToJSON(two: Two): string {
|
|
89
|
+
return JSON.stringify(Two$outboundSchema.parse(two));
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export function twoFromJSON(
|
|
93
|
+
jsonString: string,
|
|
94
|
+
): SafeParseResult<Two, SDKValidationError> {
|
|
95
|
+
return safeParse(
|
|
96
|
+
jsonString,
|
|
97
|
+
(x) => Two$inboundSchema.parse(JSON.parse(x)),
|
|
98
|
+
`Failed to parse 'Two' from JSON`,
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const OptionValue$inboundSchema: z.ZodType<
|
|
104
|
+
OptionValue,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
unknown
|
|
107
|
+
> = z.union([z.lazy(() => Two$inboundSchema), z.string()]);
|
|
108
|
+
|
|
109
|
+
/** @internal */
|
|
110
|
+
export type OptionValue$Outbound = Two$Outbound | string;
|
|
111
|
+
|
|
112
|
+
/** @internal */
|
|
113
|
+
export const OptionValue$outboundSchema: z.ZodType<
|
|
114
|
+
OptionValue$Outbound,
|
|
115
|
+
z.ZodTypeDef,
|
|
116
|
+
OptionValue
|
|
117
|
+
> = z.union([z.lazy(() => Two$outboundSchema), z.string()]);
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
122
|
+
*/
|
|
123
|
+
export namespace OptionValue$ {
|
|
124
|
+
/** @deprecated use `OptionValue$inboundSchema` instead. */
|
|
125
|
+
export const inboundSchema = OptionValue$inboundSchema;
|
|
126
|
+
/** @deprecated use `OptionValue$outboundSchema` instead. */
|
|
127
|
+
export const outboundSchema = OptionValue$outboundSchema;
|
|
128
|
+
/** @deprecated use `OptionValue$Outbound` instead. */
|
|
129
|
+
export type Outbound = OptionValue$Outbound;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export function optionValueToJSON(optionValue: OptionValue): string {
|
|
133
|
+
return JSON.stringify(OptionValue$outboundSchema.parse(optionValue));
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export function optionValueFromJSON(
|
|
137
|
+
jsonString: string,
|
|
138
|
+
): SafeParseResult<OptionValue, SDKValidationError> {
|
|
139
|
+
return safeParse(
|
|
140
|
+
jsonString,
|
|
141
|
+
(x) => OptionValue$inboundSchema.parse(JSON.parse(x)),
|
|
142
|
+
`Failed to parse 'OptionValue' from JSON`,
|
|
143
|
+
);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/** @internal */
|
|
147
|
+
export const VariantOption$inboundSchema: z.ZodType<
|
|
148
|
+
VariantOption,
|
|
149
|
+
z.ZodTypeDef,
|
|
150
|
+
unknown
|
|
151
|
+
> = z.object({
|
|
152
|
+
option_name: z.string().optional(),
|
|
153
|
+
option_type: OptionType$inboundSchema.optional(),
|
|
154
|
+
option_value: z.array(z.union([z.lazy(() => Two$inboundSchema), z.string()]))
|
|
155
|
+
.optional(),
|
|
156
|
+
}).transform((v) => {
|
|
157
|
+
return remap$(v, {
|
|
158
|
+
"option_name": "optionName",
|
|
159
|
+
"option_type": "optionType",
|
|
160
|
+
"option_value": "optionValue",
|
|
161
|
+
});
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
/** @internal */
|
|
165
|
+
export type VariantOption$Outbound = {
|
|
166
|
+
option_name?: string | undefined;
|
|
167
|
+
option_type?: string | undefined;
|
|
168
|
+
option_value?: Array<Two$Outbound | string> | undefined;
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
/** @internal */
|
|
172
|
+
export const VariantOption$outboundSchema: z.ZodType<
|
|
173
|
+
VariantOption$Outbound,
|
|
174
|
+
z.ZodTypeDef,
|
|
175
|
+
VariantOption
|
|
176
|
+
> = z.object({
|
|
177
|
+
optionName: z.string().optional(),
|
|
178
|
+
optionType: OptionType$outboundSchema.optional(),
|
|
179
|
+
optionValue: z.array(z.union([z.lazy(() => Two$outboundSchema), z.string()]))
|
|
180
|
+
.optional(),
|
|
181
|
+
}).transform((v) => {
|
|
182
|
+
return remap$(v, {
|
|
183
|
+
optionName: "option_name",
|
|
184
|
+
optionType: "option_type",
|
|
185
|
+
optionValue: "option_value",
|
|
186
|
+
});
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
192
|
+
*/
|
|
193
|
+
export namespace VariantOption$ {
|
|
194
|
+
/** @deprecated use `VariantOption$inboundSchema` instead. */
|
|
195
|
+
export const inboundSchema = VariantOption$inboundSchema;
|
|
196
|
+
/** @deprecated use `VariantOption$outboundSchema` instead. */
|
|
197
|
+
export const outboundSchema = VariantOption$outboundSchema;
|
|
198
|
+
/** @deprecated use `VariantOption$Outbound` instead. */
|
|
199
|
+
export type Outbound = VariantOption$Outbound;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export function variantOptionToJSON(variantOption: VariantOption): string {
|
|
203
|
+
return JSON.stringify(VariantOption$outboundSchema.parse(variantOption));
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export function variantOptionFromJSON(
|
|
207
|
+
jsonString: string,
|
|
208
|
+
): SafeParseResult<VariantOption, SDKValidationError> {
|
|
209
|
+
return safeParse(
|
|
210
|
+
jsonString,
|
|
211
|
+
(x) => VariantOption$inboundSchema.parse(JSON.parse(x)),
|
|
212
|
+
`Failed to parse 'VariantOption' from JSON`,
|
|
213
|
+
);
|
|
214
|
+
}
|
|
@@ -21,10 +21,6 @@ export type Slabs = {
|
|
|
21
21
|
|
|
22
22
|
export type VolumeBasedPromotion = {
|
|
23
23
|
promotionType?: "discount" | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* Optional ID for a specific customer group.
|
|
26
|
-
*/
|
|
27
|
-
customerGroupId?: string | null | undefined;
|
|
28
24
|
slabs: Array<Slabs>;
|
|
29
25
|
};
|
|
30
26
|
|
|
@@ -95,19 +91,16 @@ export const VolumeBasedPromotion$inboundSchema: z.ZodType<
|
|
|
95
91
|
unknown
|
|
96
92
|
> = z.object({
|
|
97
93
|
promotion_type: z.literal("discount").optional(),
|
|
98
|
-
customer_group_id: z.nullable(z.string()).optional(),
|
|
99
94
|
slabs: z.array(z.lazy(() => Slabs$inboundSchema)),
|
|
100
95
|
}).transform((v) => {
|
|
101
96
|
return remap$(v, {
|
|
102
97
|
"promotion_type": "promotionType",
|
|
103
|
-
"customer_group_id": "customerGroupId",
|
|
104
98
|
});
|
|
105
99
|
});
|
|
106
100
|
|
|
107
101
|
/** @internal */
|
|
108
102
|
export type VolumeBasedPromotion$Outbound = {
|
|
109
103
|
promotion_type: "discount";
|
|
110
|
-
customer_group_id?: string | null | undefined;
|
|
111
104
|
slabs: Array<Slabs$Outbound>;
|
|
112
105
|
};
|
|
113
106
|
|
|
@@ -118,12 +111,10 @@ export const VolumeBasedPromotion$outboundSchema: z.ZodType<
|
|
|
118
111
|
VolumeBasedPromotion
|
|
119
112
|
> = z.object({
|
|
120
113
|
promotionType: z.literal("discount").default("discount" as const),
|
|
121
|
-
customerGroupId: z.nullable(z.string()).optional(),
|
|
122
114
|
slabs: z.array(z.lazy(() => Slabs$outboundSchema)),
|
|
123
115
|
}).transform((v) => {
|
|
124
116
|
return remap$(v, {
|
|
125
117
|
promotionType: "promotion_type",
|
|
126
|
-
customerGroupId: "customer_group_id",
|
|
127
118
|
});
|
|
128
119
|
});
|
|
129
120
|
|
|
@@ -9,7 +9,7 @@ import * as components from "../components/index.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type GetPromotionsContent = {
|
|
12
|
-
promotions?: Array<components.
|
|
12
|
+
promotions?: Array<components.PromotionDetail> | undefined;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
/**
|
|
@@ -27,12 +27,12 @@ export const GetPromotionsContent$inboundSchema: z.ZodType<
|
|
|
27
27
|
z.ZodTypeDef,
|
|
28
28
|
unknown
|
|
29
29
|
> = z.object({
|
|
30
|
-
promotions: z.array(components.
|
|
30
|
+
promotions: z.array(components.PromotionDetail$inboundSchema).optional(),
|
|
31
31
|
});
|
|
32
32
|
|
|
33
33
|
/** @internal */
|
|
34
34
|
export type GetPromotionsContent$Outbound = {
|
|
35
|
-
promotions?: Array<components.
|
|
35
|
+
promotions?: Array<components.PromotionDetail$Outbound> | undefined;
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
/** @internal */
|
|
@@ -41,7 +41,7 @@ export const GetPromotionsContent$outboundSchema: z.ZodType<
|
|
|
41
41
|
z.ZodTypeDef,
|
|
42
42
|
GetPromotionsContent
|
|
43
43
|
> = z.object({
|
|
44
|
-
promotions: z.array(components.
|
|
44
|
+
promotions: z.array(components.PromotionDetail$outboundSchema).optional(),
|
|
45
45
|
});
|
|
46
46
|
|
|
47
47
|
/**
|
|
@@ -37,7 +37,7 @@ export type GetSkusRequest = {
|
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
export type Content = {
|
|
40
|
-
skus?: Array<components.
|
|
40
|
+
skus?: Array<components.Sku> | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* pagination metadata structure
|
|
43
43
|
*/
|
|
@@ -133,13 +133,13 @@ export function getSkusRequestFromJSON(
|
|
|
133
133
|
/** @internal */
|
|
134
134
|
export const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown> =
|
|
135
135
|
z.object({
|
|
136
|
-
skus: z.array(components.
|
|
136
|
+
skus: z.array(components.Sku$inboundSchema).optional(),
|
|
137
137
|
pagination: components.Pagination$inboundSchema.optional(),
|
|
138
138
|
});
|
|
139
139
|
|
|
140
140
|
/** @internal */
|
|
141
141
|
export type Content$Outbound = {
|
|
142
|
-
skus?: Array<components.
|
|
142
|
+
skus?: Array<components.Sku$Outbound> | undefined;
|
|
143
143
|
pagination?: components.Pagination$Outbound | undefined;
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -149,7 +149,7 @@ export const Content$outboundSchema: z.ZodType<
|
|
|
149
149
|
z.ZodTypeDef,
|
|
150
150
|
Content
|
|
151
151
|
> = z.object({
|
|
152
|
-
skus: z.array(components.
|
|
152
|
+
skus: z.array(components.Sku$outboundSchema).optional(),
|
|
153
153
|
pagination: components.Pagination$outboundSchema.optional(),
|
|
154
154
|
});
|
|
155
155
|
|
|
@@ -17,7 +17,7 @@ export type GetWishtlistRequest = {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
export type GetWishtlistContent = {
|
|
20
|
-
products?: Array<components.
|
|
20
|
+
products?: Array<components.Sku> | undefined;
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -97,12 +97,12 @@ export const GetWishtlistContent$inboundSchema: z.ZodType<
|
|
|
97
97
|
z.ZodTypeDef,
|
|
98
98
|
unknown
|
|
99
99
|
> = z.object({
|
|
100
|
-
products: z.array(components.
|
|
100
|
+
products: z.array(components.Sku$inboundSchema).optional(),
|
|
101
101
|
});
|
|
102
102
|
|
|
103
103
|
/** @internal */
|
|
104
104
|
export type GetWishtlistContent$Outbound = {
|
|
105
|
-
products?: Array<components.
|
|
105
|
+
products?: Array<components.Sku$Outbound> | undefined;
|
|
106
106
|
};
|
|
107
107
|
|
|
108
108
|
/** @internal */
|
|
@@ -111,7 +111,7 @@ export const GetWishtlistContent$outboundSchema: z.ZodType<
|
|
|
111
111
|
z.ZodTypeDef,
|
|
112
112
|
GetWishtlistContent
|
|
113
113
|
> = z.object({
|
|
114
|
-
products: z.array(components.
|
|
114
|
+
products: z.array(components.Sku$outboundSchema).optional(),
|
|
115
115
|
});
|
|
116
116
|
|
|
117
117
|
/**
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import { ProductImage, ProductImage$Outbound } from "./productimage.js";
|
|
5
|
-
import { ProductPricing, ProductPricing$Outbound } from "./productpricing.js";
|
|
6
|
-
export type ProductBundleItem = {
|
|
7
|
-
productId: string;
|
|
8
|
-
productName: string;
|
|
9
|
-
quantity: number;
|
|
10
|
-
sku?: string | undefined;
|
|
11
|
-
stockAvailable?: boolean | undefined;
|
|
12
|
-
pricing?: ProductPricing | undefined;
|
|
13
|
-
images?: Array<ProductImage> | undefined;
|
|
14
|
-
reviewsRatingSum?: number | undefined;
|
|
15
|
-
reviewsCount?: number | undefined;
|
|
16
|
-
};
|
|
17
|
-
/** @internal */
|
|
18
|
-
export declare const ProductBundleItem$inboundSchema: z.ZodType<ProductBundleItem, z.ZodTypeDef, unknown>;
|
|
19
|
-
/** @internal */
|
|
20
|
-
export type ProductBundleItem$Outbound = {
|
|
21
|
-
product_id: string;
|
|
22
|
-
product_name: string;
|
|
23
|
-
quantity: number;
|
|
24
|
-
sku?: string | undefined;
|
|
25
|
-
stock_available?: boolean | undefined;
|
|
26
|
-
pricing?: ProductPricing$Outbound | undefined;
|
|
27
|
-
images?: Array<ProductImage$Outbound> | undefined;
|
|
28
|
-
reviews_rating_sum?: number | undefined;
|
|
29
|
-
reviews_count?: number | undefined;
|
|
30
|
-
};
|
|
31
|
-
/** @internal */
|
|
32
|
-
export declare const ProductBundleItem$outboundSchema: z.ZodType<ProductBundleItem$Outbound, z.ZodTypeDef, ProductBundleItem>;
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
36
|
-
*/
|
|
37
|
-
export declare namespace ProductBundleItem$ {
|
|
38
|
-
/** @deprecated use `ProductBundleItem$inboundSchema` instead. */
|
|
39
|
-
const inboundSchema: z.ZodType<ProductBundleItem, z.ZodTypeDef, unknown>;
|
|
40
|
-
/** @deprecated use `ProductBundleItem$outboundSchema` instead. */
|
|
41
|
-
const outboundSchema: z.ZodType<ProductBundleItem$Outbound, z.ZodTypeDef, ProductBundleItem>;
|
|
42
|
-
/** @deprecated use `ProductBundleItem$Outbound` instead. */
|
|
43
|
-
type Outbound = ProductBundleItem$Outbound;
|
|
44
|
-
}
|
|
45
|
-
export declare function productBundleItemToJSON(productBundleItem: ProductBundleItem): string;
|
|
46
|
-
export declare function productBundleItemFromJSON(jsonString: string): SafeParseResult<ProductBundleItem, SDKValidationError>;
|
|
47
|
-
//# sourceMappingURL=productbundleitem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productbundleitem.d.ts","sourceRoot":"","sources":["../../../src/models/components/productbundleitem.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;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAmBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC9C,MAAM,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC;IAClD,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAmBjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import { ProductImage$inboundSchema, ProductImage$outboundSchema, } from "./productimage.js";
|
|
8
|
-
import { ProductPricing$inboundSchema, ProductPricing$outboundSchema, } from "./productpricing.js";
|
|
9
|
-
/** @internal */
|
|
10
|
-
export const ProductBundleItem$inboundSchema = z.object({
|
|
11
|
-
product_id: z.string(),
|
|
12
|
-
product_name: z.string(),
|
|
13
|
-
quantity: z.number().int(),
|
|
14
|
-
sku: z.string().optional(),
|
|
15
|
-
stock_available: z.boolean().optional(),
|
|
16
|
-
pricing: ProductPricing$inboundSchema.optional(),
|
|
17
|
-
images: z.array(ProductImage$inboundSchema).optional(),
|
|
18
|
-
reviews_rating_sum: z.number().optional(),
|
|
19
|
-
reviews_count: z.number().int().optional(),
|
|
20
|
-
}).transform((v) => {
|
|
21
|
-
return remap$(v, {
|
|
22
|
-
"product_id": "productId",
|
|
23
|
-
"product_name": "productName",
|
|
24
|
-
"stock_available": "stockAvailable",
|
|
25
|
-
"reviews_rating_sum": "reviewsRatingSum",
|
|
26
|
-
"reviews_count": "reviewsCount",
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
/** @internal */
|
|
30
|
-
export const ProductBundleItem$outboundSchema = z.object({
|
|
31
|
-
productId: z.string(),
|
|
32
|
-
productName: z.string(),
|
|
33
|
-
quantity: z.number().int(),
|
|
34
|
-
sku: z.string().optional(),
|
|
35
|
-
stockAvailable: z.boolean().optional(),
|
|
36
|
-
pricing: ProductPricing$outboundSchema.optional(),
|
|
37
|
-
images: z.array(ProductImage$outboundSchema).optional(),
|
|
38
|
-
reviewsRatingSum: z.number().optional(),
|
|
39
|
-
reviewsCount: z.number().int().optional(),
|
|
40
|
-
}).transform((v) => {
|
|
41
|
-
return remap$(v, {
|
|
42
|
-
productId: "product_id",
|
|
43
|
-
productName: "product_name",
|
|
44
|
-
stockAvailable: "stock_available",
|
|
45
|
-
reviewsRatingSum: "reviews_rating_sum",
|
|
46
|
-
reviewsCount: "reviews_count",
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
-
*/
|
|
53
|
-
export var ProductBundleItem$;
|
|
54
|
-
(function (ProductBundleItem$) {
|
|
55
|
-
/** @deprecated use `ProductBundleItem$inboundSchema` instead. */
|
|
56
|
-
ProductBundleItem$.inboundSchema = ProductBundleItem$inboundSchema;
|
|
57
|
-
/** @deprecated use `ProductBundleItem$outboundSchema` instead. */
|
|
58
|
-
ProductBundleItem$.outboundSchema = ProductBundleItem$outboundSchema;
|
|
59
|
-
})(ProductBundleItem$ || (ProductBundleItem$ = {}));
|
|
60
|
-
export function productBundleItemToJSON(productBundleItem) {
|
|
61
|
-
return JSON.stringify(ProductBundleItem$outboundSchema.parse(productBundleItem));
|
|
62
|
-
}
|
|
63
|
-
export function productBundleItemFromJSON(jsonString) {
|
|
64
|
-
return safeParse(jsonString, (x) => ProductBundleItem$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductBundleItem' from JSON`);
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=productbundleitem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productbundleitem.js","sourceRoot":"","sources":["../../../src/models/components/productbundleitem.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
export type ProductPackaging = {
|
|
5
|
-
/**
|
|
6
|
-
* in cm
|
|
7
|
-
*/
|
|
8
|
-
packWidth?: number | undefined;
|
|
9
|
-
/**
|
|
10
|
-
* in cm
|
|
11
|
-
*/
|
|
12
|
-
packHeight?: number | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* in cm
|
|
15
|
-
*/
|
|
16
|
-
packLength?: number | undefined;
|
|
17
|
-
/**
|
|
18
|
-
* in kg
|
|
19
|
-
*/
|
|
20
|
-
packDryWeight?: number | undefined;
|
|
21
|
-
/**
|
|
22
|
-
* in kg
|
|
23
|
-
*/
|
|
24
|
-
calculatedWeight?: number | undefined;
|
|
25
|
-
unitsPerPack?: number | undefined;
|
|
26
|
-
volumeOfPacksize?: number | undefined;
|
|
27
|
-
verticalRotation?: boolean | undefined;
|
|
28
|
-
shipperWidth?: number | undefined;
|
|
29
|
-
shipperHeight?: number | undefined;
|
|
30
|
-
shipperLength?: number | undefined;
|
|
31
|
-
shipperDryWeight?: number | undefined;
|
|
32
|
-
unitsPerShipper?: number | undefined;
|
|
33
|
-
};
|
|
34
|
-
/** @internal */
|
|
35
|
-
export declare const ProductPackaging$inboundSchema: z.ZodType<ProductPackaging, z.ZodTypeDef, unknown>;
|
|
36
|
-
/** @internal */
|
|
37
|
-
export type ProductPackaging$Outbound = {
|
|
38
|
-
pack_width?: number | undefined;
|
|
39
|
-
pack_height?: number | undefined;
|
|
40
|
-
pack_length?: number | undefined;
|
|
41
|
-
pack_dry_weight?: number | undefined;
|
|
42
|
-
calculated_weight?: number | undefined;
|
|
43
|
-
units_per_pack?: number | undefined;
|
|
44
|
-
volume_of_packsize?: number | undefined;
|
|
45
|
-
vertical_rotation?: boolean | undefined;
|
|
46
|
-
shipper_width?: number | undefined;
|
|
47
|
-
shipper_height?: number | undefined;
|
|
48
|
-
shipper_length?: number | undefined;
|
|
49
|
-
shipper_dry_weight?: number | undefined;
|
|
50
|
-
units_per_shipper?: number | undefined;
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
export declare const ProductPackaging$outboundSchema: z.ZodType<ProductPackaging$Outbound, z.ZodTypeDef, ProductPackaging>;
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
57
|
-
*/
|
|
58
|
-
export declare namespace ProductPackaging$ {
|
|
59
|
-
/** @deprecated use `ProductPackaging$inboundSchema` instead. */
|
|
60
|
-
const inboundSchema: z.ZodType<ProductPackaging, z.ZodTypeDef, unknown>;
|
|
61
|
-
/** @deprecated use `ProductPackaging$outboundSchema` instead. */
|
|
62
|
-
const outboundSchema: z.ZodType<ProductPackaging$Outbound, z.ZodTypeDef, ProductPackaging>;
|
|
63
|
-
/** @deprecated use `ProductPackaging$Outbound` instead. */
|
|
64
|
-
type Outbound = ProductPackaging$Outbound;
|
|
65
|
-
}
|
|
66
|
-
export declare function productPackagingToJSON(productPackaging: ProductPackaging): string;
|
|
67
|
-
export declare function productPackagingFromJSON(jsonString: string): SafeParseResult<ProductPackaging, SDKValidationError>;
|
|
68
|
-
//# sourceMappingURL=productpackaging.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productpackaging.d.ts","sourceRoot":"","sources":["../../../src/models/components/productpackaging.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,gBAAgB,GAAG;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CA+BP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CA+BhB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa,oDAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc,sEAAkC,CAAC;IAC9D,2DAA2D;IAC3D,KAAY,QAAQ,GAAG,yBAAyB,CAAC;CAClD;AAED,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR;AAED,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const ProductPackaging$inboundSchema = z.object({
|
|
9
|
-
pack_width: z.number().optional(),
|
|
10
|
-
pack_height: z.number().optional(),
|
|
11
|
-
pack_length: z.number().optional(),
|
|
12
|
-
pack_dry_weight: z.number().optional(),
|
|
13
|
-
calculated_weight: z.number().optional(),
|
|
14
|
-
units_per_pack: z.number().int().optional(),
|
|
15
|
-
volume_of_packsize: z.number().optional(),
|
|
16
|
-
vertical_rotation: z.boolean().optional(),
|
|
17
|
-
shipper_width: z.number().optional(),
|
|
18
|
-
shipper_height: z.number().optional(),
|
|
19
|
-
shipper_length: z.number().optional(),
|
|
20
|
-
shipper_dry_weight: z.number().optional(),
|
|
21
|
-
units_per_shipper: z.number().int().optional(),
|
|
22
|
-
}).transform((v) => {
|
|
23
|
-
return remap$(v, {
|
|
24
|
-
"pack_width": "packWidth",
|
|
25
|
-
"pack_height": "packHeight",
|
|
26
|
-
"pack_length": "packLength",
|
|
27
|
-
"pack_dry_weight": "packDryWeight",
|
|
28
|
-
"calculated_weight": "calculatedWeight",
|
|
29
|
-
"units_per_pack": "unitsPerPack",
|
|
30
|
-
"volume_of_packsize": "volumeOfPacksize",
|
|
31
|
-
"vertical_rotation": "verticalRotation",
|
|
32
|
-
"shipper_width": "shipperWidth",
|
|
33
|
-
"shipper_height": "shipperHeight",
|
|
34
|
-
"shipper_length": "shipperLength",
|
|
35
|
-
"shipper_dry_weight": "shipperDryWeight",
|
|
36
|
-
"units_per_shipper": "unitsPerShipper",
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
/** @internal */
|
|
40
|
-
export const ProductPackaging$outboundSchema = z.object({
|
|
41
|
-
packWidth: z.number().optional(),
|
|
42
|
-
packHeight: z.number().optional(),
|
|
43
|
-
packLength: z.number().optional(),
|
|
44
|
-
packDryWeight: z.number().optional(),
|
|
45
|
-
calculatedWeight: z.number().optional(),
|
|
46
|
-
unitsPerPack: z.number().int().optional(),
|
|
47
|
-
volumeOfPacksize: z.number().optional(),
|
|
48
|
-
verticalRotation: z.boolean().optional(),
|
|
49
|
-
shipperWidth: z.number().optional(),
|
|
50
|
-
shipperHeight: z.number().optional(),
|
|
51
|
-
shipperLength: z.number().optional(),
|
|
52
|
-
shipperDryWeight: z.number().optional(),
|
|
53
|
-
unitsPerShipper: z.number().int().optional(),
|
|
54
|
-
}).transform((v) => {
|
|
55
|
-
return remap$(v, {
|
|
56
|
-
packWidth: "pack_width",
|
|
57
|
-
packHeight: "pack_height",
|
|
58
|
-
packLength: "pack_length",
|
|
59
|
-
packDryWeight: "pack_dry_weight",
|
|
60
|
-
calculatedWeight: "calculated_weight",
|
|
61
|
-
unitsPerPack: "units_per_pack",
|
|
62
|
-
volumeOfPacksize: "volume_of_packsize",
|
|
63
|
-
verticalRotation: "vertical_rotation",
|
|
64
|
-
shipperWidth: "shipper_width",
|
|
65
|
-
shipperHeight: "shipper_height",
|
|
66
|
-
shipperLength: "shipper_length",
|
|
67
|
-
shipperDryWeight: "shipper_dry_weight",
|
|
68
|
-
unitsPerShipper: "units_per_shipper",
|
|
69
|
-
});
|
|
70
|
-
});
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
-
*/
|
|
75
|
-
export var ProductPackaging$;
|
|
76
|
-
(function (ProductPackaging$) {
|
|
77
|
-
/** @deprecated use `ProductPackaging$inboundSchema` instead. */
|
|
78
|
-
ProductPackaging$.inboundSchema = ProductPackaging$inboundSchema;
|
|
79
|
-
/** @deprecated use `ProductPackaging$outboundSchema` instead. */
|
|
80
|
-
ProductPackaging$.outboundSchema = ProductPackaging$outboundSchema;
|
|
81
|
-
})(ProductPackaging$ || (ProductPackaging$ = {}));
|
|
82
|
-
export function productPackagingToJSON(productPackaging) {
|
|
83
|
-
return JSON.stringify(ProductPackaging$outboundSchema.parse(productPackaging));
|
|
84
|
-
}
|
|
85
|
-
export function productPackagingFromJSON(jsonString) {
|
|
86
|
-
return safeParse(jsonString, (x) => ProductPackaging$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductPackaging' from JSON`);
|
|
87
|
-
}
|
|
88
|
-
//# sourceMappingURL=productpackaging.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productpackaging.js","sourceRoot":"","sources":["../../../src/models/components/productpackaging.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"promotion.d.ts","sourceRoot":"","sources":["../../../src/models/components/promotion.ts"],"names":[],"mappings":"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"}
|