erpnext-queue-client 1.1.1 → 1.1.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.
|
@@ -8,7 +8,7 @@ export declare class ERPNextItem {
|
|
|
8
8
|
protected temporalClient: TemporalClient;
|
|
9
9
|
protected baseRequest: ERPNextDoctypeResourceRequest<typeof Item>;
|
|
10
10
|
protected methodRequest: ERPNextMethodRequest;
|
|
11
|
-
getList: <TField extends ("description" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "docstatus" | "doctype" | "disabled" | "item_code" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "weight_per_unit" | "weight_uom" | "naming_series" | "taxes" | "override_base_name" | "
|
|
11
|
+
getList: <TField extends ("description" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "docstatus" | "doctype" | "disabled" | "item_code" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "weight_per_unit" | "weight_uom" | "naming_series" | "taxes" | "override_base_name" | "sync_from_warehouse" | "allow_alternative_item" | "is_stock_item" | "include_item_in_manufacturing" | "opening_stock" | "valuation_rate" | "standard_rate" | "is_fixed_asset" | "auto_create_assets" | "over_delivery_receipt_allowance" | "over_billing_allowance" | "custom_is_shipping_enabled" | "shipping_template" | "shipping_dimensions_unit" | "packaging_weight_unit_cardboard" | "packaging_weight_unit_plastic" | "shelf_life_in_days" | "end_of_life" | "default_material_request_type" | "valuation_method" | "product_weight" | "product_weight_unit" | "has_batch_no" | "create_new_batch" | "has_expiry_date" | "retain_sample" | "sample_quantity" | "has_serial_no" | "has_variants" | "variant_based_on" | "is_purchase_item" | "min_order_qty" | "safety_stock" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "delivered_by_supplier" | "sales_uom" | "is_sales_item" | "max_discount" | "enable_deferred_revenue" | "no_of_months" | "enable_deferred_expense" | "no_of_months_exp" | "inspection_required_before_purchase" | "inspection_required_before_delivery" | "is_sub_contracted_item" | "customer_code" | "published_in_website" | "total_projected_qty" | "barcodes" | "reorder_levels" | "uoms" | "attributes" | "item_defaults" | "supplier_items" | "customer_items") | ("warehouse_category" | "ean" | "shipping_width" | "shipping_length" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic"), TAsDict extends boolean | undefined = undefined>({ fields, filters, skip, limit, priority, asDict, params, }: {
|
|
12
12
|
fields?: TField[] | undefined;
|
|
13
13
|
filters?: string[][];
|
|
14
14
|
skip?: number;
|
|
@@ -37,7 +37,6 @@ export declare class ERPNextItem {
|
|
|
37
37
|
naming_series: string;
|
|
38
38
|
taxes: any[];
|
|
39
39
|
override_base_name: number;
|
|
40
|
-
is_item_from_hub: number;
|
|
41
40
|
sync_from_warehouse: number;
|
|
42
41
|
allow_alternative_item: number;
|
|
43
42
|
is_stock_item: number;
|
|
@@ -50,11 +49,10 @@ export declare class ERPNextItem {
|
|
|
50
49
|
over_delivery_receipt_allowance: number;
|
|
51
50
|
over_billing_allowance: number;
|
|
52
51
|
custom_is_shipping_enabled: number;
|
|
52
|
+
shipping_template: string;
|
|
53
53
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
54
54
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
55
55
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
56
|
-
woocommerce: number;
|
|
57
|
-
amazon: number;
|
|
58
56
|
shelf_life_in_days: number;
|
|
59
57
|
end_of_life: string;
|
|
60
58
|
default_material_request_type: string;
|
|
@@ -87,8 +85,6 @@ export declare class ERPNextItem {
|
|
|
87
85
|
inspection_required_before_delivery: number;
|
|
88
86
|
is_sub_contracted_item: number;
|
|
89
87
|
customer_code: string;
|
|
90
|
-
publish_in_hub: number;
|
|
91
|
-
synced_with_hub: number;
|
|
92
88
|
published_in_website: number;
|
|
93
89
|
total_projected_qty: number;
|
|
94
90
|
barcodes: {
|
|
@@ -142,7 +138,6 @@ export declare class ERPNextItem {
|
|
|
142
138
|
customer_items: any[];
|
|
143
139
|
warehouse_category?: string | null | undefined;
|
|
144
140
|
ean?: string | null | undefined;
|
|
145
|
-
shipping_template?: string | null | undefined;
|
|
146
141
|
shipping_width?: number | null | undefined;
|
|
147
142
|
shipping_length?: number | null | undefined;
|
|
148
143
|
shipping_height?: number | null | undefined;
|
|
@@ -173,7 +168,6 @@ export declare class ERPNextItem {
|
|
|
173
168
|
naming_series: string;
|
|
174
169
|
taxes: any[];
|
|
175
170
|
override_base_name: number;
|
|
176
|
-
is_item_from_hub: number;
|
|
177
171
|
sync_from_warehouse: number;
|
|
178
172
|
allow_alternative_item: number;
|
|
179
173
|
is_stock_item: number;
|
|
@@ -186,11 +180,10 @@ export declare class ERPNextItem {
|
|
|
186
180
|
over_delivery_receipt_allowance: number;
|
|
187
181
|
over_billing_allowance: number;
|
|
188
182
|
custom_is_shipping_enabled: number;
|
|
183
|
+
shipping_template: string;
|
|
189
184
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
190
185
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
191
186
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
192
|
-
woocommerce: number;
|
|
193
|
-
amazon: number;
|
|
194
187
|
shelf_life_in_days: number;
|
|
195
188
|
end_of_life: string;
|
|
196
189
|
default_material_request_type: string;
|
|
@@ -223,8 +216,6 @@ export declare class ERPNextItem {
|
|
|
223
216
|
inspection_required_before_delivery: number;
|
|
224
217
|
is_sub_contracted_item: number;
|
|
225
218
|
customer_code: string;
|
|
226
|
-
publish_in_hub: number;
|
|
227
|
-
synced_with_hub: number;
|
|
228
219
|
published_in_website: number;
|
|
229
220
|
total_projected_qty: number;
|
|
230
221
|
barcodes: {
|
|
@@ -278,7 +269,6 @@ export declare class ERPNextItem {
|
|
|
278
269
|
customer_items: any[];
|
|
279
270
|
warehouse_category?: string | null | undefined;
|
|
280
271
|
ean?: string | null | undefined;
|
|
281
|
-
shipping_template?: string | null | undefined;
|
|
282
272
|
shipping_width?: number | null | undefined;
|
|
283
273
|
shipping_length?: number | null | undefined;
|
|
284
274
|
shipping_height?: number | null | undefined;
|
|
@@ -306,7 +296,6 @@ export declare class ERPNextItem {
|
|
|
306
296
|
naming_series: string;
|
|
307
297
|
taxes: any[];
|
|
308
298
|
override_base_name: number;
|
|
309
|
-
is_item_from_hub: number;
|
|
310
299
|
sync_from_warehouse: number;
|
|
311
300
|
allow_alternative_item: number;
|
|
312
301
|
is_stock_item: number;
|
|
@@ -319,11 +308,10 @@ export declare class ERPNextItem {
|
|
|
319
308
|
over_delivery_receipt_allowance: number;
|
|
320
309
|
over_billing_allowance: number;
|
|
321
310
|
custom_is_shipping_enabled: number;
|
|
311
|
+
shipping_template: string;
|
|
322
312
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
323
313
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
324
314
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
325
|
-
woocommerce: number;
|
|
326
|
-
amazon: number;
|
|
327
315
|
shelf_life_in_days: number;
|
|
328
316
|
end_of_life: string;
|
|
329
317
|
default_material_request_type: string;
|
|
@@ -356,8 +344,6 @@ export declare class ERPNextItem {
|
|
|
356
344
|
inspection_required_before_delivery: number;
|
|
357
345
|
is_sub_contracted_item: number;
|
|
358
346
|
customer_code: string;
|
|
359
|
-
publish_in_hub: number;
|
|
360
|
-
synced_with_hub: number;
|
|
361
347
|
published_in_website: number;
|
|
362
348
|
total_projected_qty: number;
|
|
363
349
|
barcodes: {
|
|
@@ -411,7 +397,6 @@ export declare class ERPNextItem {
|
|
|
411
397
|
customer_items: any[];
|
|
412
398
|
warehouse_category?: string | null | undefined;
|
|
413
399
|
ean?: string | null | undefined;
|
|
414
|
-
shipping_template?: string | null | undefined;
|
|
415
400
|
shipping_width?: number | null | undefined;
|
|
416
401
|
shipping_length?: number | null | undefined;
|
|
417
402
|
shipping_height?: number | null | undefined;
|
|
@@ -443,7 +428,6 @@ export declare class ERPNextItem {
|
|
|
443
428
|
naming_series: string;
|
|
444
429
|
taxes: any[];
|
|
445
430
|
override_base_name: number;
|
|
446
|
-
is_item_from_hub: number;
|
|
447
431
|
sync_from_warehouse: number;
|
|
448
432
|
allow_alternative_item: number;
|
|
449
433
|
is_stock_item: number;
|
|
@@ -456,11 +440,10 @@ export declare class ERPNextItem {
|
|
|
456
440
|
over_delivery_receipt_allowance: number;
|
|
457
441
|
over_billing_allowance: number;
|
|
458
442
|
custom_is_shipping_enabled: number;
|
|
443
|
+
shipping_template: string;
|
|
459
444
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
460
445
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
461
446
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
462
|
-
woocommerce: number;
|
|
463
|
-
amazon: number;
|
|
464
447
|
shelf_life_in_days: number;
|
|
465
448
|
end_of_life: string;
|
|
466
449
|
default_material_request_type: string;
|
|
@@ -493,8 +476,6 @@ export declare class ERPNextItem {
|
|
|
493
476
|
inspection_required_before_delivery: number;
|
|
494
477
|
is_sub_contracted_item: number;
|
|
495
478
|
customer_code: string;
|
|
496
|
-
publish_in_hub: number;
|
|
497
|
-
synced_with_hub: number;
|
|
498
479
|
published_in_website: number;
|
|
499
480
|
total_projected_qty: number;
|
|
500
481
|
barcodes: {
|
|
@@ -548,7 +529,6 @@ export declare class ERPNextItem {
|
|
|
548
529
|
customer_items: any[];
|
|
549
530
|
warehouse_category?: string | null | undefined;
|
|
550
531
|
ean?: string | null | undefined;
|
|
551
|
-
shipping_template?: string | null | undefined;
|
|
552
532
|
shipping_width?: number | null | undefined;
|
|
553
533
|
shipping_length?: number | null | undefined;
|
|
554
534
|
shipping_height?: number | null | undefined;
|
|
@@ -580,7 +560,6 @@ export declare class ERPNextItem {
|
|
|
580
560
|
naming_series: string;
|
|
581
561
|
taxes: any[];
|
|
582
562
|
override_base_name: number;
|
|
583
|
-
is_item_from_hub: number;
|
|
584
563
|
sync_from_warehouse: number;
|
|
585
564
|
allow_alternative_item: number;
|
|
586
565
|
is_stock_item: number;
|
|
@@ -593,11 +572,10 @@ export declare class ERPNextItem {
|
|
|
593
572
|
over_delivery_receipt_allowance: number;
|
|
594
573
|
over_billing_allowance: number;
|
|
595
574
|
custom_is_shipping_enabled: number;
|
|
575
|
+
shipping_template: string;
|
|
596
576
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
597
577
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
598
578
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
599
|
-
woocommerce: number;
|
|
600
|
-
amazon: number;
|
|
601
579
|
shelf_life_in_days: number;
|
|
602
580
|
end_of_life: string;
|
|
603
581
|
default_material_request_type: string;
|
|
@@ -630,8 +608,6 @@ export declare class ERPNextItem {
|
|
|
630
608
|
inspection_required_before_delivery: number;
|
|
631
609
|
is_sub_contracted_item: number;
|
|
632
610
|
customer_code: string;
|
|
633
|
-
publish_in_hub: number;
|
|
634
|
-
synced_with_hub: number;
|
|
635
611
|
published_in_website: number;
|
|
636
612
|
total_projected_qty: number;
|
|
637
613
|
barcodes: {
|
|
@@ -685,7 +661,6 @@ export declare class ERPNextItem {
|
|
|
685
661
|
customer_items: any[];
|
|
686
662
|
warehouse_category?: string | null | undefined;
|
|
687
663
|
ean?: string | null | undefined;
|
|
688
|
-
shipping_template?: string | null | undefined;
|
|
689
664
|
shipping_width?: number | null | undefined;
|
|
690
665
|
shipping_length?: number | null | undefined;
|
|
691
666
|
shipping_height?: number | null | undefined;
|
|
@@ -716,7 +691,6 @@ export declare class ERPNextItem {
|
|
|
716
691
|
naming_series: string;
|
|
717
692
|
taxes: any[];
|
|
718
693
|
override_base_name: number;
|
|
719
|
-
is_item_from_hub: number;
|
|
720
694
|
sync_from_warehouse: number;
|
|
721
695
|
allow_alternative_item: number;
|
|
722
696
|
is_stock_item: number;
|
|
@@ -729,11 +703,10 @@ export declare class ERPNextItem {
|
|
|
729
703
|
over_delivery_receipt_allowance: number;
|
|
730
704
|
over_billing_allowance: number;
|
|
731
705
|
custom_is_shipping_enabled: number;
|
|
706
|
+
shipping_template: string;
|
|
732
707
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
733
708
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
734
709
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
735
|
-
woocommerce: number;
|
|
736
|
-
amazon: number;
|
|
737
710
|
shelf_life_in_days: number;
|
|
738
711
|
end_of_life: string;
|
|
739
712
|
default_material_request_type: string;
|
|
@@ -766,8 +739,6 @@ export declare class ERPNextItem {
|
|
|
766
739
|
inspection_required_before_delivery: number;
|
|
767
740
|
is_sub_contracted_item: number;
|
|
768
741
|
customer_code: string;
|
|
769
|
-
publish_in_hub: number;
|
|
770
|
-
synced_with_hub: number;
|
|
771
742
|
published_in_website: number;
|
|
772
743
|
total_projected_qty: number;
|
|
773
744
|
barcodes: {
|
|
@@ -821,7 +792,6 @@ export declare class ERPNextItem {
|
|
|
821
792
|
customer_items: any[];
|
|
822
793
|
warehouse_category?: string | null | undefined;
|
|
823
794
|
ean?: string | null | undefined;
|
|
824
|
-
shipping_template?: string | null | undefined;
|
|
825
795
|
shipping_width?: number | null | undefined;
|
|
826
796
|
shipping_length?: number | null | undefined;
|
|
827
797
|
shipping_height?: number | null | undefined;
|
|
@@ -14,7 +14,6 @@ export declare const Item: z.ZodObject<{
|
|
|
14
14
|
item_name: z.ZodString;
|
|
15
15
|
override_base_name: z.ZodNumber;
|
|
16
16
|
item_group: z.ZodString;
|
|
17
|
-
is_item_from_hub: z.ZodNumber;
|
|
18
17
|
stock_uom: z.ZodString;
|
|
19
18
|
sync_from_warehouse: z.ZodNumber;
|
|
20
19
|
disabled: z.ZodNumber;
|
|
@@ -29,7 +28,7 @@ export declare const Item: z.ZodObject<{
|
|
|
29
28
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
30
29
|
over_billing_allowance: z.ZodNumber;
|
|
31
30
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
32
|
-
shipping_template: z.
|
|
31
|
+
shipping_template: z.ZodString;
|
|
33
32
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
34
33
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
35
34
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -39,8 +38,6 @@ export declare const Item: z.ZodObject<{
|
|
|
39
38
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
40
39
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
41
40
|
description: z.ZodString;
|
|
42
|
-
woocommerce: z.ZodNumber;
|
|
43
|
-
amazon: z.ZodNumber;
|
|
44
41
|
shelf_life_in_days: z.ZodNumber;
|
|
45
42
|
end_of_life: z.ZodString;
|
|
46
43
|
default_material_request_type: z.ZodString;
|
|
@@ -76,8 +73,6 @@ export declare const Item: z.ZodObject<{
|
|
|
76
73
|
inspection_required_before_delivery: z.ZodNumber;
|
|
77
74
|
is_sub_contracted_item: z.ZodNumber;
|
|
78
75
|
customer_code: z.ZodString;
|
|
79
|
-
publish_in_hub: z.ZodNumber;
|
|
80
|
-
synced_with_hub: z.ZodNumber;
|
|
81
76
|
published_in_website: z.ZodNumber;
|
|
82
77
|
total_projected_qty: z.ZodNumber;
|
|
83
78
|
doctype: z.ZodString;
|
|
@@ -236,7 +231,6 @@ export declare const Item: z.ZodObject<{
|
|
|
236
231
|
naming_series: string;
|
|
237
232
|
taxes: any[];
|
|
238
233
|
override_base_name: number;
|
|
239
|
-
is_item_from_hub: number;
|
|
240
234
|
sync_from_warehouse: number;
|
|
241
235
|
allow_alternative_item: number;
|
|
242
236
|
is_stock_item: number;
|
|
@@ -249,11 +243,10 @@ export declare const Item: z.ZodObject<{
|
|
|
249
243
|
over_delivery_receipt_allowance: number;
|
|
250
244
|
over_billing_allowance: number;
|
|
251
245
|
custom_is_shipping_enabled: number;
|
|
246
|
+
shipping_template: string;
|
|
252
247
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
253
248
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
254
249
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
255
|
-
woocommerce: number;
|
|
256
|
-
amazon: number;
|
|
257
250
|
shelf_life_in_days: number;
|
|
258
251
|
end_of_life: string;
|
|
259
252
|
default_material_request_type: string;
|
|
@@ -286,8 +279,6 @@ export declare const Item: z.ZodObject<{
|
|
|
286
279
|
inspection_required_before_delivery: number;
|
|
287
280
|
is_sub_contracted_item: number;
|
|
288
281
|
customer_code: string;
|
|
289
|
-
publish_in_hub: number;
|
|
290
|
-
synced_with_hub: number;
|
|
291
282
|
published_in_website: number;
|
|
292
283
|
total_projected_qty: number;
|
|
293
284
|
barcodes: {
|
|
@@ -341,7 +332,6 @@ export declare const Item: z.ZodObject<{
|
|
|
341
332
|
customer_items: any[];
|
|
342
333
|
warehouse_category?: string | null | undefined;
|
|
343
334
|
ean?: string | null | undefined;
|
|
344
|
-
shipping_template?: string | null | undefined;
|
|
345
335
|
shipping_width?: number | null | undefined;
|
|
346
336
|
shipping_length?: number | null | undefined;
|
|
347
337
|
shipping_height?: number | null | undefined;
|
|
@@ -368,7 +358,6 @@ export declare const Item: z.ZodObject<{
|
|
|
368
358
|
naming_series: string;
|
|
369
359
|
taxes: any[];
|
|
370
360
|
override_base_name: number;
|
|
371
|
-
is_item_from_hub: number;
|
|
372
361
|
sync_from_warehouse: number;
|
|
373
362
|
allow_alternative_item: number;
|
|
374
363
|
is_stock_item: number;
|
|
@@ -381,11 +370,10 @@ export declare const Item: z.ZodObject<{
|
|
|
381
370
|
over_delivery_receipt_allowance: number;
|
|
382
371
|
over_billing_allowance: number;
|
|
383
372
|
custom_is_shipping_enabled: number;
|
|
373
|
+
shipping_template: string;
|
|
384
374
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
385
375
|
packaging_weight_unit_cardboard: "kg" | "g" | "mg";
|
|
386
376
|
packaging_weight_unit_plastic: "kg" | "g" | "mg";
|
|
387
|
-
woocommerce: number;
|
|
388
|
-
amazon: number;
|
|
389
377
|
shelf_life_in_days: number;
|
|
390
378
|
end_of_life: string;
|
|
391
379
|
default_material_request_type: string;
|
|
@@ -418,8 +406,6 @@ export declare const Item: z.ZodObject<{
|
|
|
418
406
|
inspection_required_before_delivery: number;
|
|
419
407
|
is_sub_contracted_item: number;
|
|
420
408
|
customer_code: string;
|
|
421
|
-
publish_in_hub: number;
|
|
422
|
-
synced_with_hub: number;
|
|
423
409
|
published_in_website: number;
|
|
424
410
|
total_projected_qty: number;
|
|
425
411
|
barcodes: {
|
|
@@ -473,7 +459,6 @@ export declare const Item: z.ZodObject<{
|
|
|
473
459
|
customer_items: any[];
|
|
474
460
|
warehouse_category?: string | null | undefined;
|
|
475
461
|
ean?: string | null | undefined;
|
|
476
|
-
shipping_template?: string | null | undefined;
|
|
477
462
|
shipping_width?: number | null | undefined;
|
|
478
463
|
shipping_length?: number | null | undefined;
|
|
479
464
|
shipping_height?: number | null | undefined;
|
|
@@ -496,7 +481,6 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
496
481
|
item_name: z.ZodString;
|
|
497
482
|
override_base_name: z.ZodNumber;
|
|
498
483
|
item_group: z.ZodString;
|
|
499
|
-
is_item_from_hub: z.ZodNumber;
|
|
500
484
|
stock_uom: z.ZodString;
|
|
501
485
|
sync_from_warehouse: z.ZodNumber;
|
|
502
486
|
disabled: z.ZodNumber;
|
|
@@ -511,7 +495,7 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
511
495
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
512
496
|
over_billing_allowance: z.ZodNumber;
|
|
513
497
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
514
|
-
shipping_template: z.
|
|
498
|
+
shipping_template: z.ZodString;
|
|
515
499
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
516
500
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
517
501
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -521,8 +505,6 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
521
505
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
522
506
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
523
507
|
description: z.ZodString;
|
|
524
|
-
woocommerce: z.ZodNumber;
|
|
525
|
-
amazon: z.ZodNumber;
|
|
526
508
|
shelf_life_in_days: z.ZodNumber;
|
|
527
509
|
end_of_life: z.ZodString;
|
|
528
510
|
default_material_request_type: z.ZodString;
|
|
@@ -558,8 +540,6 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
558
540
|
inspection_required_before_delivery: z.ZodNumber;
|
|
559
541
|
is_sub_contracted_item: z.ZodNumber;
|
|
560
542
|
customer_code: z.ZodString;
|
|
561
|
-
publish_in_hub: z.ZodNumber;
|
|
562
|
-
synced_with_hub: z.ZodNumber;
|
|
563
543
|
published_in_website: z.ZodNumber;
|
|
564
544
|
total_projected_qty: z.ZodNumber;
|
|
565
545
|
doctype: z.ZodString;
|
|
@@ -704,10 +684,10 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
704
684
|
weight_per_unit: number;
|
|
705
685
|
weight_uom: "kg" | "g" | "mg";
|
|
706
686
|
custom_is_shipping_enabled: number;
|
|
687
|
+
shipping_template: string;
|
|
707
688
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
708
689
|
warehouse_category?: string | null | undefined;
|
|
709
690
|
ean?: string | null | undefined;
|
|
710
|
-
shipping_template?: string | null | undefined;
|
|
711
691
|
shipping_width?: number | null | undefined;
|
|
712
692
|
shipping_length?: number | null | undefined;
|
|
713
693
|
shipping_height?: number | null | undefined;
|
|
@@ -718,10 +698,10 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
|
|
|
718
698
|
weight_per_unit: number;
|
|
719
699
|
weight_uom: "kg" | "g" | "mg";
|
|
720
700
|
custom_is_shipping_enabled: number;
|
|
701
|
+
shipping_template: string;
|
|
721
702
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
722
703
|
warehouse_category?: string | null | undefined;
|
|
723
704
|
ean?: string | null | undefined;
|
|
724
|
-
shipping_template?: string | null | undefined;
|
|
725
705
|
shipping_width?: number | null | undefined;
|
|
726
706
|
shipping_length?: number | null | undefined;
|
|
727
707
|
shipping_height?: number | null | undefined;
|
|
@@ -742,7 +722,6 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
742
722
|
item_name: z.ZodString;
|
|
743
723
|
override_base_name: z.ZodNumber;
|
|
744
724
|
item_group: z.ZodString;
|
|
745
|
-
is_item_from_hub: z.ZodNumber;
|
|
746
725
|
stock_uom: z.ZodString;
|
|
747
726
|
sync_from_warehouse: z.ZodNumber;
|
|
748
727
|
disabled: z.ZodNumber;
|
|
@@ -757,7 +736,7 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
757
736
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
758
737
|
over_billing_allowance: z.ZodNumber;
|
|
759
738
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
760
|
-
shipping_template: z.
|
|
739
|
+
shipping_template: z.ZodString;
|
|
761
740
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
762
741
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
763
742
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -767,8 +746,6 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
767
746
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
768
747
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
769
748
|
description: z.ZodString;
|
|
770
|
-
woocommerce: z.ZodNumber;
|
|
771
|
-
amazon: z.ZodNumber;
|
|
772
749
|
shelf_life_in_days: z.ZodNumber;
|
|
773
750
|
end_of_life: z.ZodString;
|
|
774
751
|
default_material_request_type: z.ZodString;
|
|
@@ -804,8 +781,6 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
804
781
|
inspection_required_before_delivery: z.ZodNumber;
|
|
805
782
|
is_sub_contracted_item: z.ZodNumber;
|
|
806
783
|
customer_code: z.ZodString;
|
|
807
|
-
publish_in_hub: z.ZodNumber;
|
|
808
|
-
synced_with_hub: z.ZodNumber;
|
|
809
784
|
published_in_website: z.ZodNumber;
|
|
810
785
|
total_projected_qty: z.ZodNumber;
|
|
811
786
|
doctype: z.ZodString;
|
|
@@ -951,11 +926,11 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
951
926
|
weight_per_unit: number;
|
|
952
927
|
weight_uom: "kg" | "g" | "mg";
|
|
953
928
|
custom_is_shipping_enabled: number;
|
|
929
|
+
shipping_template: string;
|
|
954
930
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
955
931
|
sku: string;
|
|
956
932
|
warehouse_category?: string | null | undefined;
|
|
957
933
|
ean?: string | null | undefined;
|
|
958
|
-
shipping_template?: string | null | undefined;
|
|
959
934
|
shipping_width?: number | null | undefined;
|
|
960
935
|
shipping_length?: number | null | undefined;
|
|
961
936
|
shipping_height?: number | null | undefined;
|
|
@@ -965,11 +940,11 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<z.o
|
|
|
965
940
|
weight_per_unit: number;
|
|
966
941
|
weight_uom: "kg" | "g" | "mg";
|
|
967
942
|
custom_is_shipping_enabled: number;
|
|
943
|
+
shipping_template: string;
|
|
968
944
|
shipping_dimensions_unit: "m" | "cm" | "mm";
|
|
969
945
|
sku: string;
|
|
970
946
|
warehouse_category?: string | null | undefined;
|
|
971
947
|
ean?: string | null | undefined;
|
|
972
|
-
shipping_template?: string | null | undefined;
|
|
973
948
|
shipping_width?: number | null | undefined;
|
|
974
949
|
shipping_length?: number | null | undefined;
|
|
975
950
|
shipping_height?: number | null | undefined;
|
|
@@ -991,7 +966,6 @@ declare const ItemDimensionsInfo: z.ZodObject<Pick<Omit<{
|
|
|
991
966
|
item_name: z.ZodString;
|
|
992
967
|
override_base_name: z.ZodNumber;
|
|
993
968
|
item_group: z.ZodString;
|
|
994
|
-
is_item_from_hub: z.ZodNumber;
|
|
995
969
|
stock_uom: z.ZodString;
|
|
996
970
|
sync_from_warehouse: z.ZodNumber;
|
|
997
971
|
disabled: z.ZodNumber;
|
|
@@ -1006,7 +980,7 @@ declare const ItemDimensionsInfo: z.ZodObject<Pick<Omit<{
|
|
|
1006
980
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
1007
981
|
over_billing_allowance: z.ZodNumber;
|
|
1008
982
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
1009
|
-
shipping_template: z.
|
|
983
|
+
shipping_template: z.ZodString;
|
|
1010
984
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1011
985
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1012
986
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1016,8 +990,6 @@ declare const ItemDimensionsInfo: z.ZodObject<Pick<Omit<{
|
|
|
1016
990
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1017
991
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
1018
992
|
description: z.ZodString;
|
|
1019
|
-
woocommerce: z.ZodNumber;
|
|
1020
|
-
amazon: z.ZodNumber;
|
|
1021
993
|
shelf_life_in_days: z.ZodNumber;
|
|
1022
994
|
end_of_life: z.ZodString;
|
|
1023
995
|
default_material_request_type: z.ZodString;
|
|
@@ -1053,8 +1025,6 @@ declare const ItemDimensionsInfo: z.ZodObject<Pick<Omit<{
|
|
|
1053
1025
|
inspection_required_before_delivery: z.ZodNumber;
|
|
1054
1026
|
is_sub_contracted_item: z.ZodNumber;
|
|
1055
1027
|
customer_code: z.ZodString;
|
|
1056
|
-
publish_in_hub: z.ZodNumber;
|
|
1057
|
-
synced_with_hub: z.ZodNumber;
|
|
1058
1028
|
published_in_website: z.ZodNumber;
|
|
1059
1029
|
total_projected_qty: z.ZodNumber;
|
|
1060
1030
|
doctype: z.ZodString;
|
|
@@ -1219,7 +1189,6 @@ export declare const ItemListName: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1219
1189
|
item_name: z.ZodString;
|
|
1220
1190
|
override_base_name: z.ZodNumber;
|
|
1221
1191
|
item_group: z.ZodString;
|
|
1222
|
-
is_item_from_hub: z.ZodNumber;
|
|
1223
1192
|
stock_uom: z.ZodString;
|
|
1224
1193
|
sync_from_warehouse: z.ZodNumber;
|
|
1225
1194
|
disabled: z.ZodNumber;
|
|
@@ -1234,7 +1203,7 @@ export declare const ItemListName: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1234
1203
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
1235
1204
|
over_billing_allowance: z.ZodNumber;
|
|
1236
1205
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
1237
|
-
shipping_template: z.
|
|
1206
|
+
shipping_template: z.ZodString;
|
|
1238
1207
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1239
1208
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1240
1209
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1244,8 +1213,6 @@ export declare const ItemListName: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1244
1213
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1245
1214
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
1246
1215
|
description: z.ZodString;
|
|
1247
|
-
woocommerce: z.ZodNumber;
|
|
1248
|
-
amazon: z.ZodNumber;
|
|
1249
1216
|
shelf_life_in_days: z.ZodNumber;
|
|
1250
1217
|
end_of_life: z.ZodString;
|
|
1251
1218
|
default_material_request_type: z.ZodString;
|
|
@@ -1281,8 +1248,6 @@ export declare const ItemListName: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1281
1248
|
inspection_required_before_delivery: z.ZodNumber;
|
|
1282
1249
|
is_sub_contracted_item: z.ZodNumber;
|
|
1283
1250
|
customer_code: z.ZodString;
|
|
1284
|
-
publish_in_hub: z.ZodNumber;
|
|
1285
|
-
synced_with_hub: z.ZodNumber;
|
|
1286
1251
|
published_in_website: z.ZodNumber;
|
|
1287
1252
|
total_projected_qty: z.ZodNumber;
|
|
1288
1253
|
doctype: z.ZodString;
|
|
@@ -1441,7 +1406,6 @@ export declare const ItemList: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1441
1406
|
item_name: z.ZodString;
|
|
1442
1407
|
override_base_name: z.ZodNumber;
|
|
1443
1408
|
item_group: z.ZodString;
|
|
1444
|
-
is_item_from_hub: z.ZodNumber;
|
|
1445
1409
|
stock_uom: z.ZodString;
|
|
1446
1410
|
sync_from_warehouse: z.ZodNumber;
|
|
1447
1411
|
disabled: z.ZodNumber;
|
|
@@ -1456,7 +1420,7 @@ export declare const ItemList: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1456
1420
|
over_delivery_receipt_allowance: z.ZodNumber;
|
|
1457
1421
|
over_billing_allowance: z.ZodNumber;
|
|
1458
1422
|
custom_is_shipping_enabled: z.ZodNumber;
|
|
1459
|
-
shipping_template: z.
|
|
1423
|
+
shipping_template: z.ZodString;
|
|
1460
1424
|
shipping_width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1461
1425
|
shipping_length: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1462
1426
|
shipping_height: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1466,8 +1430,6 @@ export declare const ItemList: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1466
1430
|
packaging_weight_plastic: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1467
1431
|
packaging_weight_unit_plastic: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"kg">, z.ZodLiteral<"g">]>, z.ZodLiteral<"mg">]>;
|
|
1468
1432
|
description: z.ZodString;
|
|
1469
|
-
woocommerce: z.ZodNumber;
|
|
1470
|
-
amazon: z.ZodNumber;
|
|
1471
1433
|
shelf_life_in_days: z.ZodNumber;
|
|
1472
1434
|
end_of_life: z.ZodString;
|
|
1473
1435
|
default_material_request_type: z.ZodString;
|
|
@@ -1503,8 +1465,6 @@ export declare const ItemList: z.ZodArray<z.ZodObject<Pick<Omit<{
|
|
|
1503
1465
|
inspection_required_before_delivery: z.ZodNumber;
|
|
1504
1466
|
is_sub_contracted_item: z.ZodNumber;
|
|
1505
1467
|
customer_code: z.ZodString;
|
|
1506
|
-
publish_in_hub: z.ZodNumber;
|
|
1507
|
-
synced_with_hub: z.ZodNumber;
|
|
1508
1468
|
published_in_website: z.ZodNumber;
|
|
1509
1469
|
total_projected_qty: z.ZodNumber;
|
|
1510
1470
|
doctype: z.ZodString;
|
|
@@ -69,7 +69,6 @@ exports.Item = zod_1.z
|
|
|
69
69
|
item_name: zod_1.z.string(),
|
|
70
70
|
override_base_name: zod_1.z.number(),
|
|
71
71
|
item_group: zod_1.z.string(),
|
|
72
|
-
is_item_from_hub: zod_1.z.number(),
|
|
73
72
|
stock_uom: zod_1.z.string(),
|
|
74
73
|
sync_from_warehouse: zod_1.z.number(),
|
|
75
74
|
disabled: zod_1.z.number(),
|
|
@@ -84,7 +83,7 @@ exports.Item = zod_1.z
|
|
|
84
83
|
over_delivery_receipt_allowance: zod_1.z.number(),
|
|
85
84
|
over_billing_allowance: zod_1.z.number(),
|
|
86
85
|
custom_is_shipping_enabled: zod_1.z.number(),
|
|
87
|
-
shipping_template: zod_1.z.string()
|
|
86
|
+
shipping_template: zod_1.z.string(),
|
|
88
87
|
shipping_width: zod_1.z.number().optional().nullable(),
|
|
89
88
|
shipping_length: zod_1.z.number().optional().nullable(),
|
|
90
89
|
shipping_height: zod_1.z.number().optional().nullable(),
|
|
@@ -103,8 +102,6 @@ exports.Item = zod_1.z
|
|
|
103
102
|
.or(zod_1.z.literal("g"))
|
|
104
103
|
.or(zod_1.z.literal("mg")),
|
|
105
104
|
description: zod_1.z.string(),
|
|
106
|
-
woocommerce: zod_1.z.number(),
|
|
107
|
-
amazon: zod_1.z.number(),
|
|
108
105
|
shelf_life_in_days: zod_1.z.number(),
|
|
109
106
|
end_of_life: zod_1.z.string(),
|
|
110
107
|
default_material_request_type: zod_1.z.string(),
|
|
@@ -140,8 +137,6 @@ exports.Item = zod_1.z
|
|
|
140
137
|
inspection_required_before_delivery: zod_1.z.number(),
|
|
141
138
|
is_sub_contracted_item: zod_1.z.number(),
|
|
142
139
|
customer_code: zod_1.z.string(),
|
|
143
|
-
publish_in_hub: zod_1.z.number(),
|
|
144
|
-
synced_with_hub: zod_1.z.number(),
|
|
145
140
|
published_in_website: zod_1.z.number(),
|
|
146
141
|
total_projected_qty: zod_1.z.number(),
|
|
147
142
|
doctype: zod_1.z.string(),
|