erpnext-queue-client 2.5.12 → 2.5.13
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.
|
@@ -386,6 +386,7 @@ export declare const Item: z.ZodObject<{
|
|
|
386
386
|
taxes: z.ZodArray<z.ZodAny, "many">;
|
|
387
387
|
customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
388
388
|
country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
389
|
+
custom_national_customs_field_de: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodEnum<["01=Schleswig-Holstein", "02=Hamburg", "03=Niedersachsen", "04=Bremen", "05=Nordrhein-Westfalen", "06=Hessen", "07=Rheinland-Pfalz", "08=Baden-Württemberg", "09=Bayern", "10=Saarland", "11=Berlin", "12=Brandenburg", "13=Mecklenburg-Vorpommern", "14=Sachsen", "15=Sachsen-Anhalt", "16=Thüringen", "99=Ausländischer Ursprung"]>, z.ZodLiteral<"">]>>>>;
|
|
389
390
|
custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
390
391
|
custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
391
392
|
purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -485,6 +486,7 @@ export declare const Item: z.ZodObject<{
|
|
|
485
486
|
supplier_part_no?: string | null | undefined;
|
|
486
487
|
}[];
|
|
487
488
|
customer_items: any[];
|
|
489
|
+
custom_national_customs_field_de: "" | "01=Schleswig-Holstein" | "02=Hamburg" | "03=Niedersachsen" | "04=Bremen" | "05=Nordrhein-Westfalen" | "06=Hessen" | "07=Rheinland-Pfalz" | "08=Baden-Württemberg" | "09=Bayern" | "10=Saarland" | "11=Berlin" | "12=Brandenburg" | "13=Mecklenburg-Vorpommern" | "14=Sachsen" | "15=Sachsen-Anhalt" | "16=Thüringen" | "99=Ausländischer Ursprung" | null;
|
|
488
490
|
custom_certifications: {
|
|
489
491
|
certification: string;
|
|
490
492
|
}[];
|
|
@@ -623,6 +625,7 @@ export declare const Item: z.ZodObject<{
|
|
|
623
625
|
fsc_status?: string | null | undefined;
|
|
624
626
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
625
627
|
custom_fsc_product_group?: string | null | undefined;
|
|
628
|
+
custom_national_customs_field_de?: "" | "01=Schleswig-Holstein" | "02=Hamburg" | "03=Niedersachsen" | "04=Bremen" | "05=Nordrhein-Westfalen" | "06=Hessen" | "07=Rheinland-Pfalz" | "08=Baden-Württemberg" | "09=Bayern" | "10=Saarland" | "11=Berlin" | "12=Brandenburg" | "13=Mecklenburg-Vorpommern" | "14=Sachsen" | "15=Sachsen-Anhalt" | "16=Thüringen" | "99=Ausländischer Ursprung" | null | undefined;
|
|
626
629
|
custom_product_version?: string | null | undefined;
|
|
627
630
|
custom_supplier?: string | null | undefined;
|
|
628
631
|
purchase_description?: string | null | undefined;
|
|
@@ -769,6 +772,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
769
772
|
taxes: z.ZodArray<z.ZodAny, "many">;
|
|
770
773
|
customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
771
774
|
country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
775
|
+
custom_national_customs_field_de: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodEnum<["01=Schleswig-Holstein", "02=Hamburg", "03=Niedersachsen", "04=Bremen", "05=Nordrhein-Westfalen", "06=Hessen", "07=Rheinland-Pfalz", "08=Baden-Württemberg", "09=Bayern", "10=Saarland", "11=Berlin", "12=Brandenburg", "13=Mecklenburg-Vorpommern", "14=Sachsen", "15=Sachsen-Anhalt", "16=Thüringen", "99=Ausländischer Ursprung"]>, z.ZodLiteral<"">]>>>>;
|
|
772
776
|
custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
773
777
|
custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
774
778
|
purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -868,6 +872,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
868
872
|
supplier_part_no?: string | null | undefined;
|
|
869
873
|
}[];
|
|
870
874
|
customer_items: any[];
|
|
875
|
+
custom_national_customs_field_de: "" | "01=Schleswig-Holstein" | "02=Hamburg" | "03=Niedersachsen" | "04=Bremen" | "05=Nordrhein-Westfalen" | "06=Hessen" | "07=Rheinland-Pfalz" | "08=Baden-Württemberg" | "09=Bayern" | "10=Saarland" | "11=Berlin" | "12=Brandenburg" | "13=Mecklenburg-Vorpommern" | "14=Sachsen" | "15=Sachsen-Anhalt" | "16=Thüringen" | "99=Ausländischer Ursprung" | null;
|
|
871
876
|
custom_certifications: {
|
|
872
877
|
certification: string;
|
|
873
878
|
}[];
|
|
@@ -1006,6 +1011,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
1006
1011
|
fsc_status?: string | null | undefined;
|
|
1007
1012
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
1008
1013
|
custom_fsc_product_group?: string | null | undefined;
|
|
1014
|
+
custom_national_customs_field_de?: "" | "01=Schleswig-Holstein" | "02=Hamburg" | "03=Niedersachsen" | "04=Bremen" | "05=Nordrhein-Westfalen" | "06=Hessen" | "07=Rheinland-Pfalz" | "08=Baden-Württemberg" | "09=Bayern" | "10=Saarland" | "11=Berlin" | "12=Brandenburg" | "13=Mecklenburg-Vorpommern" | "14=Sachsen" | "15=Sachsen-Anhalt" | "16=Thüringen" | "99=Ausländischer Ursprung" | null | undefined;
|
|
1009
1015
|
custom_product_version?: string | null | undefined;
|
|
1010
1016
|
custom_supplier?: string | null | undefined;
|
|
1011
1017
|
purchase_description?: string | null | undefined;
|
|
@@ -38,6 +38,25 @@ const SupplierItems = zod_1.z
|
|
|
38
38
|
})
|
|
39
39
|
.describe("Supplier Items");
|
|
40
40
|
const SupplierItemsDoc = (0, DocTypeHelpers_1.CreateChildTableEntrySchema)(SupplierItems);
|
|
41
|
+
const NationalCustomsFieldDe = zod_1.z.enum([
|
|
42
|
+
"01=Schleswig-Holstein",
|
|
43
|
+
"02=Hamburg",
|
|
44
|
+
"03=Niedersachsen",
|
|
45
|
+
"04=Bremen",
|
|
46
|
+
"05=Nordrhein-Westfalen",
|
|
47
|
+
"06=Hessen",
|
|
48
|
+
"07=Rheinland-Pfalz",
|
|
49
|
+
"08=Baden-Württemberg",
|
|
50
|
+
"09=Bayern",
|
|
51
|
+
"10=Saarland",
|
|
52
|
+
"11=Berlin",
|
|
53
|
+
"12=Brandenburg",
|
|
54
|
+
"13=Mecklenburg-Vorpommern",
|
|
55
|
+
"14=Sachsen",
|
|
56
|
+
"15=Sachsen-Anhalt",
|
|
57
|
+
"16=Thüringen",
|
|
58
|
+
"99=Ausländischer Ursprung",
|
|
59
|
+
]);
|
|
41
60
|
exports.Item = zod_1.z
|
|
42
61
|
.object({
|
|
43
62
|
image: zod_1.z.string().optional().nullable(),
|
|
@@ -142,6 +161,10 @@ exports.Item = zod_1.z
|
|
|
142
161
|
taxes: zod_1.z.array(zod_1.z.any()),
|
|
143
162
|
customs_tariff_number: zod_1.z.string().optional().nullable(),
|
|
144
163
|
country_of_origin: zod_1.z.string().optional().nullable(),
|
|
164
|
+
custom_national_customs_field_de: NationalCustomsFieldDe.or(zod_1.z.literal(""))
|
|
165
|
+
.optional()
|
|
166
|
+
.nullable()
|
|
167
|
+
.default(""),
|
|
145
168
|
custom_product_version: zod_1.z.string().optional().nullable(),
|
|
146
169
|
custom_supplier: zod_1.z.string().optional().nullable(),
|
|
147
170
|
purchase_description: zod_1.z.string().optional().nullable(),
|