@simpleapps-com/augur-api 0.3.1 → 0.3.2
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/cjs/core/base-client.js +2 -2
- package/dist/cjs/core/base-client.js.map +1 -1
- package/dist/cjs/core/schema-factories.d.ts +18 -18
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/agr-site/client.d.ts +1 -1
- package/dist/cjs/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/cjs/services/commerce/client.d.ts +8 -8
- package/dist/cjs/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/cjs/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/cjs/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/cjs/services/customers/client.d.ts +19 -19
- package/dist/cjs/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/cjs/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/cjs/services/items/client.d.ts +44 -44
- package/dist/cjs/services/items/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/items/schemas/categories.d.ts +18 -18
- package/dist/cjs/services/items/schemas/favorites.d.ts +2 -2
- package/dist/cjs/services/items/schemas/products.d.ts +88 -88
- package/dist/cjs/services/joomla/client.d.ts +39 -364
- package/dist/cjs/services/joomla/client.d.ts.map +1 -1
- package/dist/cjs/services/joomla/client.js +29 -23
- package/dist/cjs/services/joomla/client.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.d.ts +13 -964
- package/dist/cjs/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.js +12 -88
- package/dist/cjs/services/joomla/schemas/content.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/cjs/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.js +10 -52
- package/dist/cjs/services/joomla/schemas/groups.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.d.ts +113 -0
- package/dist/cjs/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.js +7 -1
- package/dist/cjs/services/joomla/schemas/index.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/cjs/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.js +27 -126
- package/dist/cjs/services/joomla/schemas/users.js.map +1 -1
- package/dist/cjs/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/cjs/services/open-search/client.d.ts +1 -1
- package/dist/cjs/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/open-search/schemas/search.d.ts +2 -2
- package/dist/cjs/services/orders/client.d.ts +2 -2
- package/dist/cjs/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/cjs/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/cjs/services/p21-pim/client.d.ts +1 -1
- package/dist/cjs/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/cjs/services/payments/schemas/unified.d.ts +2 -2
- package/dist/cjs/services/pricing/client.d.ts +2 -2
- package/dist/cjs/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/cjs/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/cjs/services/slack/schemas.d.ts +4 -4
- package/dist/cjs/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/cjs/services/ups/schemas.d.ts +24 -24
- package/dist/cjs/services/vmi/client.d.ts +4 -4
- package/dist/cjs/services/vmi/schemas/products.d.ts +2 -2
- package/dist/cjs/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/esm/core/base-client.js +2 -2
- package/dist/esm/core/base-client.js.map +1 -1
- package/dist/esm/core/schema-factories.d.ts +18 -18
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/agr-site/client.d.ts +1 -1
- package/dist/esm/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/esm/services/commerce/client.d.ts +8 -8
- package/dist/esm/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/esm/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/esm/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/esm/services/customers/client.d.ts +19 -19
- package/dist/esm/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/esm/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/esm/services/items/client.d.ts +44 -44
- package/dist/esm/services/items/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/items/schemas/categories.d.ts +18 -18
- package/dist/esm/services/items/schemas/favorites.d.ts +2 -2
- package/dist/esm/services/items/schemas/products.d.ts +88 -88
- package/dist/esm/services/joomla/client.d.ts +39 -364
- package/dist/esm/services/joomla/client.d.ts.map +1 -1
- package/dist/esm/services/joomla/client.js +36 -24
- package/dist/esm/services/joomla/client.js.map +1 -1
- package/dist/esm/services/joomla/schemas/content.d.ts +13 -964
- package/dist/esm/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/content.js +13 -87
- package/dist/esm/services/joomla/schemas/content.js.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/esm/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.js +11 -51
- package/dist/esm/services/joomla/schemas/groups.js.map +1 -1
- package/dist/esm/services/joomla/schemas/index.d.ts +113 -0
- package/dist/esm/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/index.js +6 -1
- package/dist/esm/services/joomla/schemas/index.js.map +1 -1
- package/dist/esm/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/esm/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/users.js +27 -126
- package/dist/esm/services/joomla/schemas/users.js.map +1 -1
- package/dist/esm/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/esm/services/open-search/client.d.ts +1 -1
- package/dist/esm/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/open-search/schemas/search.d.ts +2 -2
- package/dist/esm/services/orders/client.d.ts +2 -2
- package/dist/esm/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/esm/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/esm/services/p21-pim/client.d.ts +1 -1
- package/dist/esm/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/esm/services/payments/schemas/unified.d.ts +2 -2
- package/dist/esm/services/pricing/client.d.ts +2 -2
- package/dist/esm/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/esm/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/esm/services/slack/schemas.d.ts +4 -4
- package/dist/esm/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/esm/services/ups/schemas.d.ts +24 -24
- package/dist/esm/services/vmi/client.d.ts +4 -4
- package/dist/esm/services/vmi/schemas/products.d.ts +2 -2
- package/dist/esm/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/types/core/schema-factories.d.ts +18 -18
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/services/agr-site/client.d.ts +1 -1
- package/dist/types/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/types/services/commerce/client.d.ts +8 -8
- package/dist/types/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/types/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/types/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/types/services/customers/client.d.ts +19 -19
- package/dist/types/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/types/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/types/services/items/client.d.ts +44 -44
- package/dist/types/services/items/schemas/attributes.d.ts +16 -16
- package/dist/types/services/items/schemas/categories.d.ts +18 -18
- package/dist/types/services/items/schemas/favorites.d.ts +2 -2
- package/dist/types/services/items/schemas/products.d.ts +88 -88
- package/dist/types/services/joomla/client.d.ts +39 -364
- package/dist/types/services/joomla/client.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/content.d.ts +13 -964
- package/dist/types/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/types/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/index.d.ts +113 -0
- package/dist/types/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/types/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/types/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/types/services/open-search/client.d.ts +1 -1
- package/dist/types/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/types/services/open-search/schemas/search.d.ts +2 -2
- package/dist/types/services/orders/client.d.ts +2 -2
- package/dist/types/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/types/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/types/services/p21-pim/client.d.ts +1 -1
- package/dist/types/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/types/services/payments/schemas/unified.d.ts +2 -2
- package/dist/types/services/pricing/client.d.ts +2 -2
- package/dist/types/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/types/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/types/services/slack/schemas.d.ts +4 -4
- package/dist/types/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/types/services/ups/schemas.d.ts +24 -24
- package/dist/types/services/vmi/client.d.ts +4 -4
- package/dist/types/services/vmi/schemas/products.d.ts +2 -2
- package/dist/types/services/vmi/schemas/warehouse.d.ts +2 -2
- package/package.json +1 -1
|
@@ -36,7 +36,6 @@ export declare const JobPriceHdrSchema: z.ZodObject<{
|
|
|
36
36
|
date_last_modified: z.ZodString;
|
|
37
37
|
last_maintained_by: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
approved: boolean;
|
|
40
39
|
customer_id: number;
|
|
41
40
|
job_price_hdr_uid: number;
|
|
42
41
|
job_no: string;
|
|
@@ -45,6 +44,7 @@ export declare const JobPriceHdrSchema: z.ZodObject<{
|
|
|
45
44
|
start_date: string;
|
|
46
45
|
end_date: string;
|
|
47
46
|
contract_no: string;
|
|
47
|
+
approved: boolean;
|
|
48
48
|
cancelled: boolean;
|
|
49
49
|
consignment_flag: boolean;
|
|
50
50
|
date_created: string;
|
|
@@ -52,7 +52,6 @@ export declare const JobPriceHdrSchema: z.ZodObject<{
|
|
|
52
52
|
last_maintained_by: string;
|
|
53
53
|
total_commitment?: number | undefined;
|
|
54
54
|
}, {
|
|
55
|
-
approved: boolean;
|
|
56
55
|
customer_id: number;
|
|
57
56
|
job_price_hdr_uid: number;
|
|
58
57
|
job_no: string;
|
|
@@ -61,6 +60,7 @@ export declare const JobPriceHdrSchema: z.ZodObject<{
|
|
|
61
60
|
start_date: string;
|
|
62
61
|
end_date: string;
|
|
63
62
|
contract_no: string;
|
|
63
|
+
approved: boolean;
|
|
64
64
|
cancelled: boolean;
|
|
65
65
|
consignment_flag: boolean;
|
|
66
66
|
date_created: string;
|
|
@@ -87,7 +87,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
87
87
|
date_last_modified: z.ZodString;
|
|
88
88
|
last_maintained_by: z.ZodString;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
approved: boolean;
|
|
91
90
|
customer_id: number;
|
|
92
91
|
job_price_hdr_uid: number;
|
|
93
92
|
job_no: string;
|
|
@@ -96,6 +95,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
96
95
|
start_date: string;
|
|
97
96
|
end_date: string;
|
|
98
97
|
contract_no: string;
|
|
98
|
+
approved: boolean;
|
|
99
99
|
cancelled: boolean;
|
|
100
100
|
consignment_flag: boolean;
|
|
101
101
|
date_created: string;
|
|
@@ -103,7 +103,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
103
103
|
last_maintained_by: string;
|
|
104
104
|
total_commitment?: number | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
approved: boolean;
|
|
107
106
|
customer_id: number;
|
|
108
107
|
job_price_hdr_uid: number;
|
|
109
108
|
job_no: string;
|
|
@@ -112,6 +111,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
112
111
|
start_date: string;
|
|
113
112
|
end_date: string;
|
|
114
113
|
contract_no: string;
|
|
114
|
+
approved: boolean;
|
|
115
115
|
cancelled: boolean;
|
|
116
116
|
consignment_flag: boolean;
|
|
117
117
|
date_created: string;
|
|
@@ -128,7 +128,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
129
|
params: Record<string, unknown> | unknown[];
|
|
130
130
|
data: {
|
|
131
|
-
approved: boolean;
|
|
132
131
|
customer_id: number;
|
|
133
132
|
job_price_hdr_uid: number;
|
|
134
133
|
job_no: string;
|
|
@@ -137,6 +136,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
137
136
|
start_date: string;
|
|
138
137
|
end_date: string;
|
|
139
138
|
contract_no: string;
|
|
139
|
+
approved: boolean;
|
|
140
140
|
cancelled: boolean;
|
|
141
141
|
consignment_flag: boolean;
|
|
142
142
|
date_created: string;
|
|
@@ -153,7 +153,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
153
153
|
}, {
|
|
154
154
|
params: Record<string, unknown> | unknown[];
|
|
155
155
|
data: {
|
|
156
|
-
approved: boolean;
|
|
157
156
|
customer_id: number;
|
|
158
157
|
job_price_hdr_uid: number;
|
|
159
158
|
job_no: string;
|
|
@@ -162,6 +161,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
162
161
|
start_date: string;
|
|
163
162
|
end_date: string;
|
|
164
163
|
contract_no: string;
|
|
164
|
+
approved: boolean;
|
|
165
165
|
cancelled: boolean;
|
|
166
166
|
consignment_flag: boolean;
|
|
167
167
|
date_created: string;
|
|
@@ -178,7 +178,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
178
178
|
}>, {
|
|
179
179
|
params: Record<string, unknown> | unknown[];
|
|
180
180
|
data: {
|
|
181
|
-
approved: boolean;
|
|
182
181
|
customer_id: number;
|
|
183
182
|
job_price_hdr_uid: number;
|
|
184
183
|
job_no: string;
|
|
@@ -187,6 +186,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
187
186
|
start_date: string;
|
|
188
187
|
end_date: string;
|
|
189
188
|
contract_no: string;
|
|
189
|
+
approved: boolean;
|
|
190
190
|
cancelled: boolean;
|
|
191
191
|
consignment_flag: boolean;
|
|
192
192
|
date_created: string;
|
|
@@ -203,7 +203,6 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
203
203
|
}, {
|
|
204
204
|
params: Record<string, unknown> | unknown[];
|
|
205
205
|
data: {
|
|
206
|
-
approved: boolean;
|
|
207
206
|
customer_id: number;
|
|
208
207
|
job_price_hdr_uid: number;
|
|
209
208
|
job_no: string;
|
|
@@ -212,6 +211,7 @@ export declare const JobPriceHdrListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
212
211
|
start_date: string;
|
|
213
212
|
end_date: string;
|
|
214
213
|
contract_no: string;
|
|
214
|
+
approved: boolean;
|
|
215
215
|
cancelled: boolean;
|
|
216
216
|
consignment_flag: boolean;
|
|
217
217
|
date_created: string;
|
|
@@ -245,7 +245,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
245
245
|
date_last_modified: z.ZodString;
|
|
246
246
|
last_maintained_by: z.ZodString;
|
|
247
247
|
}, "strip", z.ZodTypeAny, {
|
|
248
|
-
approved: boolean;
|
|
249
248
|
customer_id: number;
|
|
250
249
|
job_price_hdr_uid: number;
|
|
251
250
|
job_no: string;
|
|
@@ -254,6 +253,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
254
253
|
start_date: string;
|
|
255
254
|
end_date: string;
|
|
256
255
|
contract_no: string;
|
|
256
|
+
approved: boolean;
|
|
257
257
|
cancelled: boolean;
|
|
258
258
|
consignment_flag: boolean;
|
|
259
259
|
date_created: string;
|
|
@@ -261,7 +261,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
261
261
|
last_maintained_by: string;
|
|
262
262
|
total_commitment?: number | undefined;
|
|
263
263
|
}, {
|
|
264
|
-
approved: boolean;
|
|
265
264
|
customer_id: number;
|
|
266
265
|
job_price_hdr_uid: number;
|
|
267
266
|
job_no: string;
|
|
@@ -270,6 +269,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
270
269
|
start_date: string;
|
|
271
270
|
end_date: string;
|
|
272
271
|
contract_no: string;
|
|
272
|
+
approved: boolean;
|
|
273
273
|
cancelled: boolean;
|
|
274
274
|
consignment_flag: boolean;
|
|
275
275
|
date_created: string;
|
|
@@ -286,7 +286,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
params: Record<string, unknown> | unknown[];
|
|
288
288
|
data: {
|
|
289
|
-
approved: boolean;
|
|
290
289
|
customer_id: number;
|
|
291
290
|
job_price_hdr_uid: number;
|
|
292
291
|
job_no: string;
|
|
@@ -295,6 +294,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
295
294
|
start_date: string;
|
|
296
295
|
end_date: string;
|
|
297
296
|
contract_no: string;
|
|
297
|
+
approved: boolean;
|
|
298
298
|
cancelled: boolean;
|
|
299
299
|
consignment_flag: boolean;
|
|
300
300
|
date_created: string;
|
|
@@ -311,7 +311,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
311
311
|
}, {
|
|
312
312
|
params: Record<string, unknown> | unknown[];
|
|
313
313
|
data: {
|
|
314
|
-
approved: boolean;
|
|
315
314
|
customer_id: number;
|
|
316
315
|
job_price_hdr_uid: number;
|
|
317
316
|
job_no: string;
|
|
@@ -320,6 +319,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
320
319
|
start_date: string;
|
|
321
320
|
end_date: string;
|
|
322
321
|
contract_no: string;
|
|
322
|
+
approved: boolean;
|
|
323
323
|
cancelled: boolean;
|
|
324
324
|
consignment_flag: boolean;
|
|
325
325
|
date_created: string;
|
|
@@ -336,7 +336,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
336
336
|
}>, {
|
|
337
337
|
params: Record<string, unknown> | unknown[];
|
|
338
338
|
data: {
|
|
339
|
-
approved: boolean;
|
|
340
339
|
customer_id: number;
|
|
341
340
|
job_price_hdr_uid: number;
|
|
342
341
|
job_no: string;
|
|
@@ -345,6 +344,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
345
344
|
start_date: string;
|
|
346
345
|
end_date: string;
|
|
347
346
|
contract_no: string;
|
|
347
|
+
approved: boolean;
|
|
348
348
|
cancelled: boolean;
|
|
349
349
|
consignment_flag: boolean;
|
|
350
350
|
date_created: string;
|
|
@@ -361,7 +361,6 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
361
361
|
}, {
|
|
362
362
|
params: Record<string, unknown> | unknown[];
|
|
363
363
|
data: {
|
|
364
|
-
approved: boolean;
|
|
365
364
|
customer_id: number;
|
|
366
365
|
job_price_hdr_uid: number;
|
|
367
366
|
job_no: string;
|
|
@@ -370,6 +369,7 @@ export declare const JobPriceHdrGetResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
370
369
|
start_date: string;
|
|
371
370
|
end_date: string;
|
|
372
371
|
contract_no: string;
|
|
372
|
+
approved: boolean;
|
|
373
373
|
cancelled: boolean;
|
|
374
374
|
consignment_flag: boolean;
|
|
375
375
|
date_created: string;
|
|
@@ -5,13 +5,13 @@ export declare const TaxEngineAddressSchema: z.ZodObject<{
|
|
|
5
5
|
state: z.ZodString;
|
|
6
6
|
postal_code: z.ZodString;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
state: string;
|
|
9
8
|
city: string;
|
|
9
|
+
state: string;
|
|
10
10
|
street: string;
|
|
11
11
|
postal_code: string;
|
|
12
12
|
}, {
|
|
13
|
-
state: string;
|
|
14
13
|
city: string;
|
|
14
|
+
state: string;
|
|
15
15
|
street: string;
|
|
16
16
|
postal_code: string;
|
|
17
17
|
}>;
|
|
@@ -56,13 +56,13 @@ export declare const TaxEngineRequestSchema: z.ZodObject<{
|
|
|
56
56
|
state: z.ZodString;
|
|
57
57
|
postal_code: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
state: string;
|
|
60
59
|
city: string;
|
|
60
|
+
state: string;
|
|
61
61
|
street: string;
|
|
62
62
|
postal_code: string;
|
|
63
63
|
}, {
|
|
64
|
-
state: string;
|
|
65
64
|
city: string;
|
|
65
|
+
state: string;
|
|
66
66
|
street: string;
|
|
67
67
|
postal_code: string;
|
|
68
68
|
}>;
|
|
@@ -76,8 +76,8 @@ export declare const TaxEngineRequestSchema: z.ZodObject<{
|
|
|
76
76
|
extended_amount: number;
|
|
77
77
|
}[];
|
|
78
78
|
ship_to_address: {
|
|
79
|
-
state: string;
|
|
80
79
|
city: string;
|
|
80
|
+
state: string;
|
|
81
81
|
street: string;
|
|
82
82
|
postal_code: string;
|
|
83
83
|
};
|
|
@@ -91,8 +91,8 @@ export declare const TaxEngineRequestSchema: z.ZodObject<{
|
|
|
91
91
|
extended_amount: number;
|
|
92
92
|
}[];
|
|
93
93
|
ship_to_address: {
|
|
94
|
-
state: string;
|
|
95
94
|
city: string;
|
|
95
|
+
state: string;
|
|
96
96
|
street: string;
|
|
97
97
|
postal_code: string;
|
|
98
98
|
};
|
|
@@ -50,12 +50,12 @@ export declare const WebHookRequestParamsSchema: z.ZodObject<{
|
|
|
50
50
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
52
|
text?: string | undefined;
|
|
53
|
-
title?: string | undefined;
|
|
54
53
|
fields?: {
|
|
55
54
|
value: string;
|
|
56
55
|
title: string;
|
|
57
56
|
short?: boolean | undefined;
|
|
58
57
|
}[] | undefined;
|
|
58
|
+
title?: string | undefined;
|
|
59
59
|
fallback?: string | undefined;
|
|
60
60
|
color?: string | undefined;
|
|
61
61
|
pretext?: string | undefined;
|
|
@@ -70,12 +70,12 @@ export declare const WebHookRequestParamsSchema: z.ZodObject<{
|
|
|
70
70
|
ts?: number | undefined;
|
|
71
71
|
}, {
|
|
72
72
|
text?: string | undefined;
|
|
73
|
-
title?: string | undefined;
|
|
74
73
|
fields?: {
|
|
75
74
|
value: string;
|
|
76
75
|
title: string;
|
|
77
76
|
short?: boolean | undefined;
|
|
78
77
|
}[] | undefined;
|
|
78
|
+
title?: string | undefined;
|
|
79
79
|
fallback?: string | undefined;
|
|
80
80
|
color?: string | undefined;
|
|
81
81
|
pretext?: string | undefined;
|
|
@@ -160,12 +160,12 @@ export declare const WebHookRequestParamsSchema: z.ZodObject<{
|
|
|
160
160
|
icon_url?: string | undefined;
|
|
161
161
|
attachments?: {
|
|
162
162
|
text?: string | undefined;
|
|
163
|
-
title?: string | undefined;
|
|
164
163
|
fields?: {
|
|
165
164
|
value: string;
|
|
166
165
|
title: string;
|
|
167
166
|
short?: boolean | undefined;
|
|
168
167
|
}[] | undefined;
|
|
168
|
+
title?: string | undefined;
|
|
169
169
|
fallback?: string | undefined;
|
|
170
170
|
color?: string | undefined;
|
|
171
171
|
pretext?: string | undefined;
|
|
@@ -207,12 +207,12 @@ export declare const WebHookRequestParamsSchema: z.ZodObject<{
|
|
|
207
207
|
icon_url?: string | undefined;
|
|
208
208
|
attachments?: {
|
|
209
209
|
text?: string | undefined;
|
|
210
|
-
title?: string | undefined;
|
|
211
210
|
fields?: {
|
|
212
211
|
value: string;
|
|
213
212
|
title: string;
|
|
214
213
|
short?: boolean | undefined;
|
|
215
214
|
}[] | undefined;
|
|
215
|
+
title?: string | undefined;
|
|
216
216
|
fallback?: string | undefined;
|
|
217
217
|
color?: string | undefined;
|
|
218
218
|
pretext?: string | undefined;
|
|
@@ -32,15 +32,15 @@ export declare const USLookupParamsSchema: z.ZodObject<{
|
|
|
32
32
|
'x-site-id': z.ZodString;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
34
|
'x-site-id': string;
|
|
35
|
-
state: string;
|
|
36
35
|
city: string;
|
|
36
|
+
state: string;
|
|
37
37
|
address1: string;
|
|
38
38
|
postalCode: string;
|
|
39
39
|
address2?: string | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
'x-site-id': string;
|
|
42
|
-
state: string;
|
|
43
42
|
city: string;
|
|
43
|
+
state: string;
|
|
44
44
|
address1: string;
|
|
45
45
|
postalCode: string;
|
|
46
46
|
address2?: string | undefined;
|
|
@@ -271,15 +271,15 @@ export declare const RatesShopDataSchema: z.ZodObject<{
|
|
|
271
271
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
272
272
|
country_code: z.ZodOptional<z.ZodString>;
|
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
address?: string | undefined;
|
|
275
274
|
city?: string | undefined;
|
|
276
275
|
postal_code?: string | undefined;
|
|
276
|
+
address?: string | undefined;
|
|
277
277
|
state_province?: string | undefined;
|
|
278
278
|
country_code?: string | undefined;
|
|
279
279
|
}, {
|
|
280
|
-
address?: string | undefined;
|
|
281
280
|
city?: string | undefined;
|
|
282
281
|
postal_code?: string | undefined;
|
|
282
|
+
address?: string | undefined;
|
|
283
283
|
state_province?: string | undefined;
|
|
284
284
|
country_code?: string | undefined;
|
|
285
285
|
}>>;
|
|
@@ -290,15 +290,15 @@ export declare const RatesShopDataSchema: z.ZodObject<{
|
|
|
290
290
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
291
291
|
country_code: z.ZodOptional<z.ZodString>;
|
|
292
292
|
}, "strip", z.ZodTypeAny, {
|
|
293
|
-
address?: string | undefined;
|
|
294
293
|
city?: string | undefined;
|
|
295
294
|
postal_code?: string | undefined;
|
|
295
|
+
address?: string | undefined;
|
|
296
296
|
state_province?: string | undefined;
|
|
297
297
|
country_code?: string | undefined;
|
|
298
298
|
}, {
|
|
299
|
-
address?: string | undefined;
|
|
300
299
|
city?: string | undefined;
|
|
301
300
|
postal_code?: string | undefined;
|
|
301
|
+
address?: string | undefined;
|
|
302
302
|
state_province?: string | undefined;
|
|
303
303
|
country_code?: string | undefined;
|
|
304
304
|
}>>;
|
|
@@ -599,16 +599,16 @@ export declare const RatesShopDataSchema: z.ZodObject<{
|
|
|
599
599
|
request_id?: string | undefined;
|
|
600
600
|
request_timestamp?: string | undefined;
|
|
601
601
|
origin?: {
|
|
602
|
-
address?: string | undefined;
|
|
603
602
|
city?: string | undefined;
|
|
604
603
|
postal_code?: string | undefined;
|
|
604
|
+
address?: string | undefined;
|
|
605
605
|
state_province?: string | undefined;
|
|
606
606
|
country_code?: string | undefined;
|
|
607
607
|
} | undefined;
|
|
608
608
|
destination?: {
|
|
609
|
-
address?: string | undefined;
|
|
610
609
|
city?: string | undefined;
|
|
611
610
|
postal_code?: string | undefined;
|
|
611
|
+
address?: string | undefined;
|
|
612
612
|
state_province?: string | undefined;
|
|
613
613
|
country_code?: string | undefined;
|
|
614
614
|
} | undefined;
|
|
@@ -708,16 +708,16 @@ export declare const RatesShopDataSchema: z.ZodObject<{
|
|
|
708
708
|
request_id?: string | undefined;
|
|
709
709
|
request_timestamp?: string | undefined;
|
|
710
710
|
origin?: {
|
|
711
|
-
address?: string | undefined;
|
|
712
711
|
city?: string | undefined;
|
|
713
712
|
postal_code?: string | undefined;
|
|
713
|
+
address?: string | undefined;
|
|
714
714
|
state_province?: string | undefined;
|
|
715
715
|
country_code?: string | undefined;
|
|
716
716
|
} | undefined;
|
|
717
717
|
destination?: {
|
|
718
|
-
address?: string | undefined;
|
|
719
718
|
city?: string | undefined;
|
|
720
719
|
postal_code?: string | undefined;
|
|
720
|
+
address?: string | undefined;
|
|
721
721
|
state_province?: string | undefined;
|
|
722
722
|
country_code?: string | undefined;
|
|
723
723
|
} | undefined;
|
|
@@ -890,15 +890,15 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
890
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
891
891
|
country_code: z.ZodOptional<z.ZodString>;
|
|
892
892
|
}, "strip", z.ZodTypeAny, {
|
|
893
|
-
address?: string | undefined;
|
|
894
893
|
city?: string | undefined;
|
|
895
894
|
postal_code?: string | undefined;
|
|
895
|
+
address?: string | undefined;
|
|
896
896
|
state_province?: string | undefined;
|
|
897
897
|
country_code?: string | undefined;
|
|
898
898
|
}, {
|
|
899
|
-
address?: string | undefined;
|
|
900
899
|
city?: string | undefined;
|
|
901
900
|
postal_code?: string | undefined;
|
|
901
|
+
address?: string | undefined;
|
|
902
902
|
state_province?: string | undefined;
|
|
903
903
|
country_code?: string | undefined;
|
|
904
904
|
}>>;
|
|
@@ -909,15 +909,15 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
909
909
|
postal_code: z.ZodOptional<z.ZodString>;
|
|
910
910
|
country_code: z.ZodOptional<z.ZodString>;
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
|
-
address?: string | undefined;
|
|
913
912
|
city?: string | undefined;
|
|
914
913
|
postal_code?: string | undefined;
|
|
914
|
+
address?: string | undefined;
|
|
915
915
|
state_province?: string | undefined;
|
|
916
916
|
country_code?: string | undefined;
|
|
917
917
|
}, {
|
|
918
|
-
address?: string | undefined;
|
|
919
918
|
city?: string | undefined;
|
|
920
919
|
postal_code?: string | undefined;
|
|
920
|
+
address?: string | undefined;
|
|
921
921
|
state_province?: string | undefined;
|
|
922
922
|
country_code?: string | undefined;
|
|
923
923
|
}>>;
|
|
@@ -1218,16 +1218,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1218
1218
|
request_id?: string | undefined;
|
|
1219
1219
|
request_timestamp?: string | undefined;
|
|
1220
1220
|
origin?: {
|
|
1221
|
-
address?: string | undefined;
|
|
1222
1221
|
city?: string | undefined;
|
|
1223
1222
|
postal_code?: string | undefined;
|
|
1223
|
+
address?: string | undefined;
|
|
1224
1224
|
state_province?: string | undefined;
|
|
1225
1225
|
country_code?: string | undefined;
|
|
1226
1226
|
} | undefined;
|
|
1227
1227
|
destination?: {
|
|
1228
|
-
address?: string | undefined;
|
|
1229
1228
|
city?: string | undefined;
|
|
1230
1229
|
postal_code?: string | undefined;
|
|
1230
|
+
address?: string | undefined;
|
|
1231
1231
|
state_province?: string | undefined;
|
|
1232
1232
|
country_code?: string | undefined;
|
|
1233
1233
|
} | undefined;
|
|
@@ -1327,16 +1327,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1327
1327
|
request_id?: string | undefined;
|
|
1328
1328
|
request_timestamp?: string | undefined;
|
|
1329
1329
|
origin?: {
|
|
1330
|
-
address?: string | undefined;
|
|
1331
1330
|
city?: string | undefined;
|
|
1332
1331
|
postal_code?: string | undefined;
|
|
1332
|
+
address?: string | undefined;
|
|
1333
1333
|
state_province?: string | undefined;
|
|
1334
1334
|
country_code?: string | undefined;
|
|
1335
1335
|
} | undefined;
|
|
1336
1336
|
destination?: {
|
|
1337
|
-
address?: string | undefined;
|
|
1338
1337
|
city?: string | undefined;
|
|
1339
1338
|
postal_code?: string | undefined;
|
|
1339
|
+
address?: string | undefined;
|
|
1340
1340
|
state_province?: string | undefined;
|
|
1341
1341
|
country_code?: string | undefined;
|
|
1342
1342
|
} | undefined;
|
|
@@ -1445,16 +1445,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1445
1445
|
request_id?: string | undefined;
|
|
1446
1446
|
request_timestamp?: string | undefined;
|
|
1447
1447
|
origin?: {
|
|
1448
|
-
address?: string | undefined;
|
|
1449
1448
|
city?: string | undefined;
|
|
1450
1449
|
postal_code?: string | undefined;
|
|
1450
|
+
address?: string | undefined;
|
|
1451
1451
|
state_province?: string | undefined;
|
|
1452
1452
|
country_code?: string | undefined;
|
|
1453
1453
|
} | undefined;
|
|
1454
1454
|
destination?: {
|
|
1455
|
-
address?: string | undefined;
|
|
1456
1455
|
city?: string | undefined;
|
|
1457
1456
|
postal_code?: string | undefined;
|
|
1457
|
+
address?: string | undefined;
|
|
1458
1458
|
state_province?: string | undefined;
|
|
1459
1459
|
country_code?: string | undefined;
|
|
1460
1460
|
} | undefined;
|
|
@@ -1563,16 +1563,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1563
1563
|
request_id?: string | undefined;
|
|
1564
1564
|
request_timestamp?: string | undefined;
|
|
1565
1565
|
origin?: {
|
|
1566
|
-
address?: string | undefined;
|
|
1567
1566
|
city?: string | undefined;
|
|
1568
1567
|
postal_code?: string | undefined;
|
|
1568
|
+
address?: string | undefined;
|
|
1569
1569
|
state_province?: string | undefined;
|
|
1570
1570
|
country_code?: string | undefined;
|
|
1571
1571
|
} | undefined;
|
|
1572
1572
|
destination?: {
|
|
1573
|
-
address?: string | undefined;
|
|
1574
1573
|
city?: string | undefined;
|
|
1575
1574
|
postal_code?: string | undefined;
|
|
1575
|
+
address?: string | undefined;
|
|
1576
1576
|
state_province?: string | undefined;
|
|
1577
1577
|
country_code?: string | undefined;
|
|
1578
1578
|
} | undefined;
|
|
@@ -1681,16 +1681,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1681
1681
|
request_id?: string | undefined;
|
|
1682
1682
|
request_timestamp?: string | undefined;
|
|
1683
1683
|
origin?: {
|
|
1684
|
-
address?: string | undefined;
|
|
1685
1684
|
city?: string | undefined;
|
|
1686
1685
|
postal_code?: string | undefined;
|
|
1686
|
+
address?: string | undefined;
|
|
1687
1687
|
state_province?: string | undefined;
|
|
1688
1688
|
country_code?: string | undefined;
|
|
1689
1689
|
} | undefined;
|
|
1690
1690
|
destination?: {
|
|
1691
|
-
address?: string | undefined;
|
|
1692
1691
|
city?: string | undefined;
|
|
1693
1692
|
postal_code?: string | undefined;
|
|
1693
|
+
address?: string | undefined;
|
|
1694
1694
|
state_province?: string | undefined;
|
|
1695
1695
|
country_code?: string | undefined;
|
|
1696
1696
|
} | undefined;
|
|
@@ -1799,16 +1799,16 @@ export declare const RatesShopResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1799
1799
|
request_id?: string | undefined;
|
|
1800
1800
|
request_timestamp?: string | undefined;
|
|
1801
1801
|
origin?: {
|
|
1802
|
-
address?: string | undefined;
|
|
1803
1802
|
city?: string | undefined;
|
|
1804
1803
|
postal_code?: string | undefined;
|
|
1804
|
+
address?: string | undefined;
|
|
1805
1805
|
state_province?: string | undefined;
|
|
1806
1806
|
country_code?: string | undefined;
|
|
1807
1807
|
} | undefined;
|
|
1808
1808
|
destination?: {
|
|
1809
|
-
address?: string | undefined;
|
|
1810
1809
|
city?: string | undefined;
|
|
1811
1810
|
postal_code?: string | undefined;
|
|
1811
|
+
address?: string | undefined;
|
|
1812
1812
|
state_province?: string | undefined;
|
|
1813
1813
|
country_code?: string | undefined;
|
|
1814
1814
|
} | undefined;
|
|
@@ -115,8 +115,8 @@ export declare class VMIClient extends BaseServiceClient {
|
|
|
115
115
|
offset?: number | undefined;
|
|
116
116
|
q?: string | undefined;
|
|
117
117
|
orderBy?: string | undefined;
|
|
118
|
-
customerId?: number | undefined;
|
|
119
118
|
statusCd?: number | undefined;
|
|
119
|
+
customerId?: number | undefined;
|
|
120
120
|
usersId?: number | undefined;
|
|
121
121
|
} | undefined) => Promise<{
|
|
122
122
|
params: Record<string, unknown> | unknown[];
|
|
@@ -704,8 +704,8 @@ export declare class VMIClient extends BaseServiceClient {
|
|
|
704
704
|
edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
|
|
705
705
|
limit?: number | undefined;
|
|
706
706
|
offset?: number | undefined;
|
|
707
|
-
customerId?: number | undefined;
|
|
708
707
|
statusCd?: number | undefined;
|
|
708
|
+
customerId?: number | undefined;
|
|
709
709
|
} | undefined) => Promise<{
|
|
710
710
|
params: Record<string, unknown> | unknown[];
|
|
711
711
|
data: {
|
|
@@ -1063,8 +1063,8 @@ export declare class VMIClient extends BaseServiceClient {
|
|
|
1063
1063
|
limit?: number | undefined;
|
|
1064
1064
|
offset?: number | undefined;
|
|
1065
1065
|
q?: string | undefined;
|
|
1066
|
-
customerId?: number | undefined;
|
|
1067
1066
|
statusCd?: number | undefined;
|
|
1067
|
+
customerId?: number | undefined;
|
|
1068
1068
|
distributorsUid?: number | undefined;
|
|
1069
1069
|
prefix?: string | undefined;
|
|
1070
1070
|
} | undefined) => Promise<{
|
|
@@ -1930,8 +1930,8 @@ export declare class VMIClient extends BaseServiceClient {
|
|
|
1930
1930
|
edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
|
|
1931
1931
|
limit?: number | undefined;
|
|
1932
1932
|
offset?: number | undefined;
|
|
1933
|
-
customerId?: number | undefined;
|
|
1934
1933
|
statusCd?: number | undefined;
|
|
1934
|
+
customerId?: number | undefined;
|
|
1935
1935
|
} | undefined) => Promise<{
|
|
1936
1936
|
params: Record<string, unknown> | unknown[];
|
|
1937
1937
|
data: {
|
|
@@ -48,8 +48,8 @@ export declare const DistributorListParamsSchema: z.ZodObject<{
|
|
|
48
48
|
edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
|
|
49
49
|
limit?: number | undefined;
|
|
50
50
|
offset?: number | undefined;
|
|
51
|
-
customerId?: number | undefined;
|
|
52
51
|
statusCd?: number | undefined;
|
|
52
|
+
customerId?: number | undefined;
|
|
53
53
|
}>;
|
|
54
54
|
export declare const CreateDistributorRequestSchema: z.ZodObject<{
|
|
55
55
|
distributor_name: z.ZodString;
|
|
@@ -399,8 +399,8 @@ export declare const ProductListParamsSchema: z.ZodObject<{
|
|
|
399
399
|
limit?: number | undefined;
|
|
400
400
|
offset?: number | undefined;
|
|
401
401
|
q?: string | undefined;
|
|
402
|
-
customerId?: number | undefined;
|
|
403
402
|
statusCd?: number | undefined;
|
|
403
|
+
customerId?: number | undefined;
|
|
404
404
|
distributorsUid?: number | undefined;
|
|
405
405
|
prefix?: string | undefined;
|
|
406
406
|
}>;
|
|
@@ -52,8 +52,8 @@ export declare const WarehouseListParamsSchema: z.ZodObject<{
|
|
|
52
52
|
offset?: number | undefined;
|
|
53
53
|
q?: string | undefined;
|
|
54
54
|
orderBy?: string | undefined;
|
|
55
|
-
customerId?: number | undefined;
|
|
56
55
|
statusCd?: number | undefined;
|
|
56
|
+
customerId?: number | undefined;
|
|
57
57
|
usersId?: number | undefined;
|
|
58
58
|
}>;
|
|
59
59
|
export declare const CreateWarehouseRequestSchema: z.ZodObject<{
|
|
@@ -595,8 +595,8 @@ export declare const SectionListParamsSchema: z.ZodObject<{
|
|
|
595
595
|
edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
|
|
596
596
|
limit?: number | undefined;
|
|
597
597
|
offset?: number | undefined;
|
|
598
|
-
customerId?: number | undefined;
|
|
599
598
|
statusCd?: number | undefined;
|
|
599
|
+
customerId?: number | undefined;
|
|
600
600
|
}>;
|
|
601
601
|
export declare const CreateSectionRequestSchema: z.ZodObject<{
|
|
602
602
|
section_name: z.ZodString;
|