erpnext-queue-client 1.5.4 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.js +1 -1
- package/dist/erpnext/doctypeResourceRequest.d.ts +1 -1
- package/dist/erpnext/doctypes/address.d.ts +14 -14
- package/dist/erpnext/doctypes/contact.d.ts +26 -26
- package/dist/erpnext/doctypes/deliveryNote.d.ts +16 -16
- package/dist/erpnext/doctypes/item.d.ts +26 -26
- package/dist/erpnext/doctypes/purchaseInvoice.d.ts +34 -34
- package/dist/erpnext/doctypes/purchaseReceipt.d.ts +20 -20
- package/dist/erpnext/doctypes/shipment.d.ts +31 -31
- package/dist/erpnext/model/Account.d.ts +2 -2
- package/dist/erpnext/model/Address.d.ts +8 -8
- package/dist/erpnext/model/Contact.d.ts +20 -20
- package/dist/erpnext/model/Country.d.ts +2 -2
- package/dist/erpnext/model/Customer.d.ts +2 -2
- package/dist/erpnext/model/DeliveryNote.d.ts +12 -12
- package/dist/erpnext/model/DispatchRun.d.ts +25 -25
- package/dist/erpnext/model/DispatcherPreset.d.ts +8 -8
- package/dist/erpnext/model/File.d.ts +4 -4
- package/dist/erpnext/model/Fulfiller.d.ts +2 -2
- package/dist/erpnext/model/Item.d.ts +44 -44
- package/dist/erpnext/model/PaymentEntry.d.ts +2 -2
- package/dist/erpnext/model/ProductBundle.d.ts +6 -6
- package/dist/erpnext/model/PurchaseInvoice.d.ts +26 -26
- package/dist/erpnext/model/PurchaseOrder.d.ts +10 -10
- package/dist/erpnext/model/Receipt.d.ts +6 -6
- package/dist/erpnext/model/ReceiptDraft.d.ts +4 -4
- package/dist/erpnext/model/Shipment.d.ts +32 -32
- package/dist/erpnext/model/ShippingProvider.d.ts +2 -2
- package/dist/erpnext/model/StockEntry.d.ts +2 -2
- package/dist/erpnext/model/StockReconciliation.d.ts +2 -2
- package/dist/erpnext/model/Supplier.d.ts +6 -6
- package/dist/erpnext/resourceRequest.d.ts +1 -1
- package/dist/erpnext/resourceRequest.js +38 -14
- package/package.json +1 -1
|
@@ -25,10 +25,10 @@ export declare const ProductBundleItem: z.ZodObject<{
|
|
|
25
25
|
item_code: string;
|
|
26
26
|
qty: number;
|
|
27
27
|
description?: string | null | undefined;
|
|
28
|
+
doctype?: string | null | undefined;
|
|
28
29
|
modified_by?: string | null | undefined;
|
|
29
30
|
parent?: string | null | undefined;
|
|
30
31
|
parentfield?: string | null | undefined;
|
|
31
|
-
doctype?: string | null | undefined;
|
|
32
32
|
uom?: string | null | undefined;
|
|
33
33
|
rate?: number | null | undefined;
|
|
34
34
|
}, {
|
|
@@ -41,10 +41,10 @@ export declare const ProductBundleItem: z.ZodObject<{
|
|
|
41
41
|
item_code: string;
|
|
42
42
|
qty: number;
|
|
43
43
|
description?: string | null | undefined;
|
|
44
|
+
doctype?: string | null | undefined;
|
|
44
45
|
modified_by?: string | null | undefined;
|
|
45
46
|
parent?: string | null | undefined;
|
|
46
47
|
parentfield?: string | null | undefined;
|
|
47
|
-
doctype?: string | null | undefined;
|
|
48
48
|
uom?: string | null | undefined;
|
|
49
49
|
rate?: number | null | undefined;
|
|
50
50
|
}>;
|
|
@@ -88,10 +88,10 @@ export declare const ProductBundle: z.ZodObject<{
|
|
|
88
88
|
item_code: string;
|
|
89
89
|
qty: number;
|
|
90
90
|
description?: string | null | undefined;
|
|
91
|
+
doctype?: string | null | undefined;
|
|
91
92
|
modified_by?: string | null | undefined;
|
|
92
93
|
parent?: string | null | undefined;
|
|
93
94
|
parentfield?: string | null | undefined;
|
|
94
|
-
doctype?: string | null | undefined;
|
|
95
95
|
uom?: string | null | undefined;
|
|
96
96
|
rate?: number | null | undefined;
|
|
97
97
|
}, {
|
|
@@ -104,10 +104,10 @@ export declare const ProductBundle: z.ZodObject<{
|
|
|
104
104
|
item_code: string;
|
|
105
105
|
qty: number;
|
|
106
106
|
description?: string | null | undefined;
|
|
107
|
+
doctype?: string | null | undefined;
|
|
107
108
|
modified_by?: string | null | undefined;
|
|
108
109
|
parent?: string | null | undefined;
|
|
109
110
|
parentfield?: string | null | undefined;
|
|
110
|
-
doctype?: string | null | undefined;
|
|
111
111
|
uom?: string | null | undefined;
|
|
112
112
|
rate?: number | null | undefined;
|
|
113
113
|
}>, "many">;
|
|
@@ -130,10 +130,10 @@ export declare const ProductBundle: z.ZodObject<{
|
|
|
130
130
|
item_code: string;
|
|
131
131
|
qty: number;
|
|
132
132
|
description?: string | null | undefined;
|
|
133
|
+
doctype?: string | null | undefined;
|
|
133
134
|
modified_by?: string | null | undefined;
|
|
134
135
|
parent?: string | null | undefined;
|
|
135
136
|
parentfield?: string | null | undefined;
|
|
136
|
-
doctype?: string | null | undefined;
|
|
137
137
|
uom?: string | null | undefined;
|
|
138
138
|
rate?: number | null | undefined;
|
|
139
139
|
}[];
|
|
@@ -161,10 +161,10 @@ export declare const ProductBundle: z.ZodObject<{
|
|
|
161
161
|
item_code: string;
|
|
162
162
|
qty: number;
|
|
163
163
|
description?: string | null | undefined;
|
|
164
|
+
doctype?: string | null | undefined;
|
|
164
165
|
modified_by?: string | null | undefined;
|
|
165
166
|
parent?: string | null | undefined;
|
|
166
167
|
parentfield?: string | null | undefined;
|
|
167
|
-
doctype?: string | null | undefined;
|
|
168
168
|
uom?: string | null | undefined;
|
|
169
169
|
rate?: number | null | undefined;
|
|
170
170
|
}[];
|
|
@@ -74,11 +74,11 @@ declare const PurchaseInvoiceItemWithLineItemId: z.ZodObject<z.objectUtil.extend
|
|
|
74
74
|
include_exploded_items: number;
|
|
75
75
|
lineItemId: string;
|
|
76
76
|
description?: string | null | undefined;
|
|
77
|
+
doctype?: string | null | undefined;
|
|
77
78
|
owner?: string | null | undefined;
|
|
78
79
|
parentfield?: string | null | undefined;
|
|
79
80
|
parenttype?: string | null | undefined;
|
|
80
81
|
docstatus?: number | null | undefined;
|
|
81
|
-
doctype?: string | null | undefined;
|
|
82
82
|
image?: string | null | undefined;
|
|
83
83
|
item_name?: string | null | undefined;
|
|
84
84
|
item_group?: string | null | undefined;
|
|
@@ -134,11 +134,11 @@ declare const PurchaseInvoiceItemWithLineItemId: z.ZodObject<z.objectUtil.extend
|
|
|
134
134
|
include_exploded_items: number;
|
|
135
135
|
lineItemId: string;
|
|
136
136
|
description?: string | null | undefined;
|
|
137
|
+
doctype?: string | null | undefined;
|
|
137
138
|
owner?: string | null | undefined;
|
|
138
139
|
parentfield?: string | null | undefined;
|
|
139
140
|
parenttype?: string | null | undefined;
|
|
140
141
|
docstatus?: number | null | undefined;
|
|
141
|
-
doctype?: string | null | undefined;
|
|
142
142
|
image?: string | null | undefined;
|
|
143
143
|
item_name?: string | null | undefined;
|
|
144
144
|
item_group?: string | null | undefined;
|
|
@@ -328,11 +328,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
328
328
|
allow_zero_valuation_rate: number;
|
|
329
329
|
include_exploded_items: number;
|
|
330
330
|
description?: string | null | undefined;
|
|
331
|
+
doctype?: string | null | undefined;
|
|
331
332
|
owner?: string | null | undefined;
|
|
332
333
|
parentfield?: string | null | undefined;
|
|
333
334
|
parenttype?: string | null | undefined;
|
|
334
335
|
docstatus?: number | null | undefined;
|
|
335
|
-
doctype?: string | null | undefined;
|
|
336
336
|
image?: string | null | undefined;
|
|
337
337
|
item_name?: string | null | undefined;
|
|
338
338
|
item_group?: string | null | undefined;
|
|
@@ -387,11 +387,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
387
387
|
allow_zero_valuation_rate: number;
|
|
388
388
|
include_exploded_items: number;
|
|
389
389
|
description?: string | null | undefined;
|
|
390
|
+
doctype?: string | null | undefined;
|
|
390
391
|
owner?: string | null | undefined;
|
|
391
392
|
parentfield?: string | null | undefined;
|
|
392
393
|
parenttype?: string | null | undefined;
|
|
393
394
|
docstatus?: number | null | undefined;
|
|
394
|
-
doctype?: string | null | undefined;
|
|
395
395
|
image?: string | null | undefined;
|
|
396
396
|
item_name?: string | null | undefined;
|
|
397
397
|
item_group?: string | null | undefined;
|
|
@@ -472,9 +472,9 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
472
472
|
idx: number;
|
|
473
473
|
docstatus: number;
|
|
474
474
|
description?: string | null | undefined;
|
|
475
|
+
doctype?: string | null | undefined;
|
|
475
476
|
parentfield?: string | null | undefined;
|
|
476
477
|
parenttype?: string | null | undefined;
|
|
477
|
-
doctype?: string | null | undefined;
|
|
478
478
|
rate?: number | null | undefined;
|
|
479
479
|
cost_center?: string | null | undefined;
|
|
480
480
|
__unsaved?: number | null | undefined;
|
|
@@ -498,9 +498,9 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
498
498
|
idx: number;
|
|
499
499
|
docstatus: number;
|
|
500
500
|
description?: string | null | undefined;
|
|
501
|
+
doctype?: string | null | undefined;
|
|
501
502
|
parentfield?: string | null | undefined;
|
|
502
503
|
parenttype?: string | null | undefined;
|
|
503
|
-
doctype?: string | null | undefined;
|
|
504
504
|
rate?: number | null | undefined;
|
|
505
505
|
cost_center?: string | null | undefined;
|
|
506
506
|
__unsaved?: number | null | undefined;
|
|
@@ -538,11 +538,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
538
538
|
doctype: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
539
539
|
__islocal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
540
540
|
}, "strip", z.ZodTypeAny, {
|
|
541
|
+
doctype?: string | null | undefined;
|
|
541
542
|
parentfield?: string | null | undefined;
|
|
542
543
|
parenttype?: string | null | undefined;
|
|
543
544
|
idx?: number | null | undefined;
|
|
544
545
|
docstatus?: number | null | undefined;
|
|
545
|
-
doctype?: string | null | undefined;
|
|
546
546
|
due_date?: string | null | undefined;
|
|
547
547
|
invoice_portion?: number | null | undefined;
|
|
548
548
|
discount?: number | null | undefined;
|
|
@@ -553,11 +553,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
553
553
|
base_payment_amount?: number | null | undefined;
|
|
554
554
|
__islocal?: number | null | undefined;
|
|
555
555
|
}, {
|
|
556
|
+
doctype?: string | null | undefined;
|
|
556
557
|
parentfield?: string | null | undefined;
|
|
557
558
|
parenttype?: string | null | undefined;
|
|
558
559
|
idx?: number | null | undefined;
|
|
559
560
|
docstatus?: number | null | undefined;
|
|
560
|
-
doctype?: string | null | undefined;
|
|
561
561
|
due_date?: string | null | undefined;
|
|
562
562
|
invoice_portion?: number | null | undefined;
|
|
563
563
|
discount?: number | null | undefined;
|
|
@@ -600,9 +600,9 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
600
600
|
idx: number;
|
|
601
601
|
docstatus: number;
|
|
602
602
|
description?: string | null | undefined;
|
|
603
|
+
doctype?: string | null | undefined;
|
|
603
604
|
parentfield?: string | null | undefined;
|
|
604
605
|
parenttype?: string | null | undefined;
|
|
605
|
-
doctype?: string | null | undefined;
|
|
606
606
|
rate?: number | null | undefined;
|
|
607
607
|
cost_center?: string | null | undefined;
|
|
608
608
|
__unsaved?: number | null | undefined;
|
|
@@ -623,11 +623,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
623
623
|
item_wise_tax_detail?: string | null | undefined;
|
|
624
624
|
}[];
|
|
625
625
|
payment_schedule: {
|
|
626
|
+
doctype?: string | null | undefined;
|
|
626
627
|
parentfield?: string | null | undefined;
|
|
627
628
|
parenttype?: string | null | undefined;
|
|
628
629
|
idx?: number | null | undefined;
|
|
629
630
|
docstatus?: number | null | undefined;
|
|
630
|
-
doctype?: string | null | undefined;
|
|
631
631
|
due_date?: string | null | undefined;
|
|
632
632
|
invoice_portion?: number | null | undefined;
|
|
633
633
|
discount?: number | null | undefined;
|
|
@@ -662,11 +662,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
662
662
|
allow_zero_valuation_rate: number;
|
|
663
663
|
include_exploded_items: number;
|
|
664
664
|
description?: string | null | undefined;
|
|
665
|
+
doctype?: string | null | undefined;
|
|
665
666
|
owner?: string | null | undefined;
|
|
666
667
|
parentfield?: string | null | undefined;
|
|
667
668
|
parenttype?: string | null | undefined;
|
|
668
669
|
docstatus?: number | null | undefined;
|
|
669
|
-
doctype?: string | null | undefined;
|
|
670
670
|
image?: string | null | undefined;
|
|
671
671
|
item_name?: string | null | undefined;
|
|
672
672
|
item_group?: string | null | undefined;
|
|
@@ -793,9 +793,9 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
793
793
|
idx: number;
|
|
794
794
|
docstatus: number;
|
|
795
795
|
description?: string | null | undefined;
|
|
796
|
+
doctype?: string | null | undefined;
|
|
796
797
|
parentfield?: string | null | undefined;
|
|
797
798
|
parenttype?: string | null | undefined;
|
|
798
|
-
doctype?: string | null | undefined;
|
|
799
799
|
rate?: number | null | undefined;
|
|
800
800
|
cost_center?: string | null | undefined;
|
|
801
801
|
__unsaved?: number | null | undefined;
|
|
@@ -816,11 +816,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
816
816
|
item_wise_tax_detail?: string | null | undefined;
|
|
817
817
|
}[];
|
|
818
818
|
payment_schedule: {
|
|
819
|
+
doctype?: string | null | undefined;
|
|
819
820
|
parentfield?: string | null | undefined;
|
|
820
821
|
parenttype?: string | null | undefined;
|
|
821
822
|
idx?: number | null | undefined;
|
|
822
823
|
docstatus?: number | null | undefined;
|
|
823
|
-
doctype?: string | null | undefined;
|
|
824
824
|
due_date?: string | null | undefined;
|
|
825
825
|
invoice_portion?: number | null | undefined;
|
|
826
826
|
discount?: number | null | undefined;
|
|
@@ -855,11 +855,11 @@ export declare const PurchaseInvoice: z.ZodObject<{
|
|
|
855
855
|
allow_zero_valuation_rate: number;
|
|
856
856
|
include_exploded_items: number;
|
|
857
857
|
description?: string | null | undefined;
|
|
858
|
+
doctype?: string | null | undefined;
|
|
858
859
|
owner?: string | null | undefined;
|
|
859
860
|
parentfield?: string | null | undefined;
|
|
860
861
|
parenttype?: string | null | undefined;
|
|
861
862
|
docstatus?: number | null | undefined;
|
|
862
|
-
doctype?: string | null | undefined;
|
|
863
863
|
image?: string | null | undefined;
|
|
864
864
|
item_name?: string | null | undefined;
|
|
865
865
|
item_group?: string | null | undefined;
|
|
@@ -1120,11 +1120,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1120
1120
|
allow_zero_valuation_rate: number;
|
|
1121
1121
|
include_exploded_items: number;
|
|
1122
1122
|
description?: string | null | undefined;
|
|
1123
|
+
doctype?: string | null | undefined;
|
|
1123
1124
|
owner?: string | null | undefined;
|
|
1124
1125
|
parentfield?: string | null | undefined;
|
|
1125
1126
|
parenttype?: string | null | undefined;
|
|
1126
1127
|
docstatus?: number | null | undefined;
|
|
1127
|
-
doctype?: string | null | undefined;
|
|
1128
1128
|
image?: string | null | undefined;
|
|
1129
1129
|
item_name?: string | null | undefined;
|
|
1130
1130
|
item_group?: string | null | undefined;
|
|
@@ -1179,11 +1179,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1179
1179
|
allow_zero_valuation_rate: number;
|
|
1180
1180
|
include_exploded_items: number;
|
|
1181
1181
|
description?: string | null | undefined;
|
|
1182
|
+
doctype?: string | null | undefined;
|
|
1182
1183
|
owner?: string | null | undefined;
|
|
1183
1184
|
parentfield?: string | null | undefined;
|
|
1184
1185
|
parenttype?: string | null | undefined;
|
|
1185
1186
|
docstatus?: number | null | undefined;
|
|
1186
|
-
doctype?: string | null | undefined;
|
|
1187
1187
|
image?: string | null | undefined;
|
|
1188
1188
|
item_name?: string | null | undefined;
|
|
1189
1189
|
item_group?: string | null | undefined;
|
|
@@ -1264,9 +1264,9 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1264
1264
|
idx: number;
|
|
1265
1265
|
docstatus: number;
|
|
1266
1266
|
description?: string | null | undefined;
|
|
1267
|
+
doctype?: string | null | undefined;
|
|
1267
1268
|
parentfield?: string | null | undefined;
|
|
1268
1269
|
parenttype?: string | null | undefined;
|
|
1269
|
-
doctype?: string | null | undefined;
|
|
1270
1270
|
rate?: number | null | undefined;
|
|
1271
1271
|
cost_center?: string | null | undefined;
|
|
1272
1272
|
__unsaved?: number | null | undefined;
|
|
@@ -1290,9 +1290,9 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1290
1290
|
idx: number;
|
|
1291
1291
|
docstatus: number;
|
|
1292
1292
|
description?: string | null | undefined;
|
|
1293
|
+
doctype?: string | null | undefined;
|
|
1293
1294
|
parentfield?: string | null | undefined;
|
|
1294
1295
|
parenttype?: string | null | undefined;
|
|
1295
|
-
doctype?: string | null | undefined;
|
|
1296
1296
|
rate?: number | null | undefined;
|
|
1297
1297
|
cost_center?: string | null | undefined;
|
|
1298
1298
|
__unsaved?: number | null | undefined;
|
|
@@ -1330,11 +1330,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1330
1330
|
doctype: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1331
1331
|
__islocal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
|
1333
|
+
doctype?: string | null | undefined;
|
|
1333
1334
|
parentfield?: string | null | undefined;
|
|
1334
1335
|
parenttype?: string | null | undefined;
|
|
1335
1336
|
idx?: number | null | undefined;
|
|
1336
1337
|
docstatus?: number | null | undefined;
|
|
1337
|
-
doctype?: string | null | undefined;
|
|
1338
1338
|
due_date?: string | null | undefined;
|
|
1339
1339
|
invoice_portion?: number | null | undefined;
|
|
1340
1340
|
discount?: number | null | undefined;
|
|
@@ -1345,11 +1345,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1345
1345
|
base_payment_amount?: number | null | undefined;
|
|
1346
1346
|
__islocal?: number | null | undefined;
|
|
1347
1347
|
}, {
|
|
1348
|
+
doctype?: string | null | undefined;
|
|
1348
1349
|
parentfield?: string | null | undefined;
|
|
1349
1350
|
parenttype?: string | null | undefined;
|
|
1350
1351
|
idx?: number | null | undefined;
|
|
1351
1352
|
docstatus?: number | null | undefined;
|
|
1352
|
-
doctype?: string | null | undefined;
|
|
1353
1353
|
due_date?: string | null | undefined;
|
|
1354
1354
|
invoice_portion?: number | null | undefined;
|
|
1355
1355
|
discount?: number | null | undefined;
|
|
@@ -1391,9 +1391,9 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1391
1391
|
idx: number;
|
|
1392
1392
|
docstatus: number;
|
|
1393
1393
|
description?: string | null | undefined;
|
|
1394
|
+
doctype?: string | null | undefined;
|
|
1394
1395
|
parentfield?: string | null | undefined;
|
|
1395
1396
|
parenttype?: string | null | undefined;
|
|
1396
|
-
doctype?: string | null | undefined;
|
|
1397
1397
|
rate?: number | null | undefined;
|
|
1398
1398
|
cost_center?: string | null | undefined;
|
|
1399
1399
|
__unsaved?: number | null | undefined;
|
|
@@ -1414,11 +1414,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1414
1414
|
item_wise_tax_detail?: string | null | undefined;
|
|
1415
1415
|
}[];
|
|
1416
1416
|
payment_schedule: {
|
|
1417
|
+
doctype?: string | null | undefined;
|
|
1417
1418
|
parentfield?: string | null | undefined;
|
|
1418
1419
|
parenttype?: string | null | undefined;
|
|
1419
1420
|
idx?: number | null | undefined;
|
|
1420
1421
|
docstatus?: number | null | undefined;
|
|
1421
|
-
doctype?: string | null | undefined;
|
|
1422
1422
|
due_date?: string | null | undefined;
|
|
1423
1423
|
invoice_portion?: number | null | undefined;
|
|
1424
1424
|
discount?: number | null | undefined;
|
|
@@ -1453,11 +1453,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1453
1453
|
allow_zero_valuation_rate: number;
|
|
1454
1454
|
include_exploded_items: number;
|
|
1455
1455
|
description?: string | null | undefined;
|
|
1456
|
+
doctype?: string | null | undefined;
|
|
1456
1457
|
owner?: string | null | undefined;
|
|
1457
1458
|
parentfield?: string | null | undefined;
|
|
1458
1459
|
parenttype?: string | null | undefined;
|
|
1459
1460
|
docstatus?: number | null | undefined;
|
|
1460
|
-
doctype?: string | null | undefined;
|
|
1461
1461
|
image?: string | null | undefined;
|
|
1462
1462
|
item_name?: string | null | undefined;
|
|
1463
1463
|
item_group?: string | null | undefined;
|
|
@@ -1583,9 +1583,9 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1583
1583
|
idx: number;
|
|
1584
1584
|
docstatus: number;
|
|
1585
1585
|
description?: string | null | undefined;
|
|
1586
|
+
doctype?: string | null | undefined;
|
|
1586
1587
|
parentfield?: string | null | undefined;
|
|
1587
1588
|
parenttype?: string | null | undefined;
|
|
1588
|
-
doctype?: string | null | undefined;
|
|
1589
1589
|
rate?: number | null | undefined;
|
|
1590
1590
|
cost_center?: string | null | undefined;
|
|
1591
1591
|
__unsaved?: number | null | undefined;
|
|
@@ -1606,11 +1606,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1606
1606
|
item_wise_tax_detail?: string | null | undefined;
|
|
1607
1607
|
}[];
|
|
1608
1608
|
payment_schedule: {
|
|
1609
|
+
doctype?: string | null | undefined;
|
|
1609
1610
|
parentfield?: string | null | undefined;
|
|
1610
1611
|
parenttype?: string | null | undefined;
|
|
1611
1612
|
idx?: number | null | undefined;
|
|
1612
1613
|
docstatus?: number | null | undefined;
|
|
1613
|
-
doctype?: string | null | undefined;
|
|
1614
1614
|
due_date?: string | null | undefined;
|
|
1615
1615
|
invoice_portion?: number | null | undefined;
|
|
1616
1616
|
discount?: number | null | undefined;
|
|
@@ -1645,11 +1645,11 @@ export declare const PurchaseInvoiceDraft: z.ZodObject<Omit<{
|
|
|
1645
1645
|
allow_zero_valuation_rate: number;
|
|
1646
1646
|
include_exploded_items: number;
|
|
1647
1647
|
description?: string | null | undefined;
|
|
1648
|
+
doctype?: string | null | undefined;
|
|
1648
1649
|
owner?: string | null | undefined;
|
|
1649
1650
|
parentfield?: string | null | undefined;
|
|
1650
1651
|
parenttype?: string | null | undefined;
|
|
1651
1652
|
docstatus?: number | null | undefined;
|
|
1652
|
-
doctype?: string | null | undefined;
|
|
1653
1653
|
image?: string | null | undefined;
|
|
1654
1654
|
item_name?: string | null | undefined;
|
|
1655
1655
|
item_group?: string | null | undefined;
|
|
@@ -246,10 +246,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
246
246
|
schedule_date: string;
|
|
247
247
|
description?: string | null | undefined;
|
|
248
248
|
brand?: any;
|
|
249
|
+
doctype?: string | null | undefined;
|
|
249
250
|
parent?: string | null | undefined;
|
|
250
251
|
parentfield?: string | null | undefined;
|
|
251
252
|
parenttype?: string | null | undefined;
|
|
252
|
-
doctype?: string | null | undefined;
|
|
253
253
|
image?: string | null | undefined;
|
|
254
254
|
qty?: number | null | undefined;
|
|
255
255
|
item_group?: string | null | undefined;
|
|
@@ -328,10 +328,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
328
328
|
schedule_date: string;
|
|
329
329
|
description?: string | null | undefined;
|
|
330
330
|
brand?: any;
|
|
331
|
+
doctype?: string | null | undefined;
|
|
331
332
|
parent?: string | null | undefined;
|
|
332
333
|
parentfield?: string | null | undefined;
|
|
333
334
|
parenttype?: string | null | undefined;
|
|
334
|
-
doctype?: string | null | undefined;
|
|
335
335
|
image?: string | null | undefined;
|
|
336
336
|
qty?: number | null | undefined;
|
|
337
337
|
item_group?: string | null | undefined;
|
|
@@ -423,12 +423,12 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
423
423
|
doctype: z.ZodString;
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
425
|
name: string;
|
|
426
|
+
doctype: string;
|
|
426
427
|
creation: string;
|
|
427
428
|
modified: string;
|
|
428
429
|
modified_by: string;
|
|
429
430
|
idx: number;
|
|
430
431
|
docstatus: number;
|
|
431
|
-
doctype: string;
|
|
432
432
|
due_date: string;
|
|
433
433
|
payment_amount: number;
|
|
434
434
|
description?: any;
|
|
@@ -448,12 +448,12 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
448
448
|
discount_date?: any;
|
|
449
449
|
}, {
|
|
450
450
|
name: string;
|
|
451
|
+
doctype: string;
|
|
451
452
|
creation: string;
|
|
452
453
|
modified: string;
|
|
453
454
|
modified_by: string;
|
|
454
455
|
idx: number;
|
|
455
456
|
docstatus: number;
|
|
456
|
-
doctype: string;
|
|
457
457
|
due_date: string;
|
|
458
458
|
payment_amount: number;
|
|
459
459
|
description?: any;
|
|
@@ -500,10 +500,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
500
500
|
schedule_date: string;
|
|
501
501
|
description?: string | null | undefined;
|
|
502
502
|
brand?: any;
|
|
503
|
+
doctype?: string | null | undefined;
|
|
503
504
|
parent?: string | null | undefined;
|
|
504
505
|
parentfield?: string | null | undefined;
|
|
505
506
|
parenttype?: string | null | undefined;
|
|
506
|
-
doctype?: string | null | undefined;
|
|
507
507
|
image?: string | null | undefined;
|
|
508
508
|
qty?: number | null | undefined;
|
|
509
509
|
item_group?: string | null | undefined;
|
|
@@ -572,12 +572,12 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
572
572
|
supplied_items: any[];
|
|
573
573
|
payment_schedule: {
|
|
574
574
|
name: string;
|
|
575
|
+
doctype: string;
|
|
575
576
|
creation: string;
|
|
576
577
|
modified: string;
|
|
577
578
|
modified_by: string;
|
|
578
579
|
idx: number;
|
|
579
580
|
docstatus: number;
|
|
580
|
-
doctype: string;
|
|
581
581
|
due_date: string;
|
|
582
582
|
payment_amount: number;
|
|
583
583
|
description?: any;
|
|
@@ -598,10 +598,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
598
598
|
}[];
|
|
599
599
|
transaction_date: string;
|
|
600
600
|
status?: string | null | undefined;
|
|
601
|
+
doctype?: string | null | undefined;
|
|
601
602
|
parent?: any;
|
|
602
603
|
parentfield?: any;
|
|
603
604
|
parenttype?: any;
|
|
604
|
-
doctype?: string | null | undefined;
|
|
605
605
|
tax_category?: string | null | undefined;
|
|
606
606
|
naming_series?: string | null | undefined;
|
|
607
607
|
supplier_name?: string | null | undefined;
|
|
@@ -715,10 +715,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
715
715
|
schedule_date: string;
|
|
716
716
|
description?: string | null | undefined;
|
|
717
717
|
brand?: any;
|
|
718
|
+
doctype?: string | null | undefined;
|
|
718
719
|
parent?: string | null | undefined;
|
|
719
720
|
parentfield?: string | null | undefined;
|
|
720
721
|
parenttype?: string | null | undefined;
|
|
721
|
-
doctype?: string | null | undefined;
|
|
722
722
|
image?: string | null | undefined;
|
|
723
723
|
qty?: number | null | undefined;
|
|
724
724
|
item_group?: string | null | undefined;
|
|
@@ -787,12 +787,12 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
787
787
|
supplied_items: any[];
|
|
788
788
|
payment_schedule: {
|
|
789
789
|
name: string;
|
|
790
|
+
doctype: string;
|
|
790
791
|
creation: string;
|
|
791
792
|
modified: string;
|
|
792
793
|
modified_by: string;
|
|
793
794
|
idx: number;
|
|
794
795
|
docstatus: number;
|
|
795
|
-
doctype: string;
|
|
796
796
|
due_date: string;
|
|
797
797
|
payment_amount: number;
|
|
798
798
|
description?: any;
|
|
@@ -813,10 +813,10 @@ export declare const PurchaseOrder: z.ZodObject<{
|
|
|
813
813
|
}[];
|
|
814
814
|
transaction_date: string;
|
|
815
815
|
status?: string | null | undefined;
|
|
816
|
+
doctype?: string | null | undefined;
|
|
816
817
|
parent?: any;
|
|
817
818
|
parentfield?: any;
|
|
818
819
|
parenttype?: any;
|
|
819
|
-
doctype?: string | null | undefined;
|
|
820
820
|
tax_category?: string | null | undefined;
|
|
821
821
|
naming_series?: string | null | undefined;
|
|
822
822
|
supplier_name?: string | null | undefined;
|
|
@@ -193,6 +193,7 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
193
193
|
}, "strip", z.ZodTypeAny, {
|
|
194
194
|
description: string;
|
|
195
195
|
name: string;
|
|
196
|
+
doctype: string;
|
|
196
197
|
owner: string;
|
|
197
198
|
creation: string;
|
|
198
199
|
modified: string;
|
|
@@ -202,7 +203,6 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
202
203
|
parenttype: string;
|
|
203
204
|
idx: number;
|
|
204
205
|
docstatus: number;
|
|
205
|
-
doctype: string;
|
|
206
206
|
item_code: string;
|
|
207
207
|
item_name: string;
|
|
208
208
|
stock_uom: string;
|
|
@@ -285,6 +285,7 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
285
285
|
}, {
|
|
286
286
|
description: string;
|
|
287
287
|
name: string;
|
|
288
|
+
doctype: string;
|
|
288
289
|
owner: string;
|
|
289
290
|
creation: string;
|
|
290
291
|
modified: string;
|
|
@@ -294,7 +295,6 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
294
295
|
parenttype: string;
|
|
295
296
|
idx: number;
|
|
296
297
|
docstatus: number;
|
|
297
|
-
doctype: string;
|
|
298
298
|
item_code: string;
|
|
299
299
|
item_name: string;
|
|
300
300
|
stock_uom: string;
|
|
@@ -391,18 +391,19 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
392
|
status: string;
|
|
393
393
|
name: string;
|
|
394
|
+
doctype: string;
|
|
394
395
|
owner: string;
|
|
395
396
|
creation: string;
|
|
396
397
|
modified: string;
|
|
397
398
|
modified_by: string;
|
|
398
399
|
idx: number;
|
|
399
400
|
docstatus: number;
|
|
400
|
-
doctype: string;
|
|
401
401
|
company: string;
|
|
402
402
|
naming_series: string;
|
|
403
403
|
items: {
|
|
404
404
|
description: string;
|
|
405
405
|
name: string;
|
|
406
|
+
doctype: string;
|
|
406
407
|
owner: string;
|
|
407
408
|
creation: string;
|
|
408
409
|
modified: string;
|
|
@@ -412,7 +413,6 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
412
413
|
parenttype: string;
|
|
413
414
|
idx: number;
|
|
414
415
|
docstatus: number;
|
|
415
|
-
doctype: string;
|
|
416
416
|
item_code: string;
|
|
417
417
|
item_name: string;
|
|
418
418
|
stock_uom: string;
|
|
@@ -590,18 +590,19 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
590
590
|
}, {
|
|
591
591
|
status: string;
|
|
592
592
|
name: string;
|
|
593
|
+
doctype: string;
|
|
593
594
|
owner: string;
|
|
594
595
|
creation: string;
|
|
595
596
|
modified: string;
|
|
596
597
|
modified_by: string;
|
|
597
598
|
idx: number;
|
|
598
599
|
docstatus: number;
|
|
599
|
-
doctype: string;
|
|
600
600
|
company: string;
|
|
601
601
|
naming_series: string;
|
|
602
602
|
items: {
|
|
603
603
|
description: string;
|
|
604
604
|
name: string;
|
|
605
|
+
doctype: string;
|
|
605
606
|
owner: string;
|
|
606
607
|
creation: string;
|
|
607
608
|
modified: string;
|
|
@@ -611,7 +612,6 @@ export declare const PurchaseReceipt: z.ZodObject<{
|
|
|
611
612
|
parenttype: string;
|
|
612
613
|
idx: number;
|
|
613
614
|
docstatus: number;
|
|
614
|
-
doctype: string;
|
|
615
615
|
item_code: string;
|
|
616
616
|
item_name: string;
|
|
617
617
|
stock_uom: string;
|
|
@@ -127,12 +127,12 @@ export declare const ReceiptDraft: z.ZodObject<{
|
|
|
127
127
|
__unsaved: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
129
|
description: string;
|
|
130
|
+
doctype: string;
|
|
130
131
|
owner: string;
|
|
131
132
|
parentfield: string;
|
|
132
133
|
parenttype: string;
|
|
133
134
|
idx: number;
|
|
134
135
|
docstatus: number;
|
|
135
|
-
doctype: string;
|
|
136
136
|
item_code: string;
|
|
137
137
|
item_name: string;
|
|
138
138
|
stock_uom: string;
|
|
@@ -189,12 +189,12 @@ export declare const ReceiptDraft: z.ZodObject<{
|
|
|
189
189
|
purchase_order_item?: string | null | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
description: string;
|
|
192
|
+
doctype: string;
|
|
192
193
|
owner: string;
|
|
193
194
|
parentfield: string;
|
|
194
195
|
parenttype: string;
|
|
195
196
|
idx: number;
|
|
196
197
|
docstatus: number;
|
|
197
|
-
doctype: string;
|
|
198
198
|
item_code: string;
|
|
199
199
|
item_name: string;
|
|
200
200
|
stock_uom: string;
|
|
@@ -274,12 +274,12 @@ export declare const ReceiptDraft: z.ZodObject<{
|
|
|
274
274
|
naming_series: string;
|
|
275
275
|
items: {
|
|
276
276
|
description: string;
|
|
277
|
+
doctype: string;
|
|
277
278
|
owner: string;
|
|
278
279
|
parentfield: string;
|
|
279
280
|
parenttype: string;
|
|
280
281
|
idx: number;
|
|
281
282
|
docstatus: number;
|
|
282
|
-
doctype: string;
|
|
283
283
|
item_code: string;
|
|
284
284
|
item_name: string;
|
|
285
285
|
stock_uom: string;
|
|
@@ -410,12 +410,12 @@ export declare const ReceiptDraft: z.ZodObject<{
|
|
|
410
410
|
naming_series: string;
|
|
411
411
|
items: {
|
|
412
412
|
description: string;
|
|
413
|
+
doctype: string;
|
|
413
414
|
owner: string;
|
|
414
415
|
parentfield: string;
|
|
415
416
|
parenttype: string;
|
|
416
417
|
idx: number;
|
|
417
418
|
docstatus: number;
|
|
418
|
-
doctype: string;
|
|
419
419
|
item_code: string;
|
|
420
420
|
item_name: string;
|
|
421
421
|
stock_uom: string;
|