erpnext-queue-client 2.5.14 → 2.5.15
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,7 +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_region_of_origin_de: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodEnum<["01
|
|
389
|
+
custom_region_of_origin_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<"">]>>>>;
|
|
390
390
|
custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
391
391
|
custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
392
392
|
purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -486,7 +486,7 @@ export declare const Item: z.ZodObject<{
|
|
|
486
486
|
supplier_part_no?: string | null | undefined;
|
|
487
487
|
}[];
|
|
488
488
|
customer_items: any[];
|
|
489
|
-
custom_region_of_origin_de: "" | "01
|
|
489
|
+
custom_region_of_origin_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;
|
|
490
490
|
custom_certifications: {
|
|
491
491
|
certification: string;
|
|
492
492
|
}[];
|
|
@@ -625,7 +625,7 @@ export declare const Item: z.ZodObject<{
|
|
|
625
625
|
fsc_status?: string | null | undefined;
|
|
626
626
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
627
627
|
custom_fsc_product_group?: string | null | undefined;
|
|
628
|
-
custom_region_of_origin_de?: "" | "01
|
|
628
|
+
custom_region_of_origin_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;
|
|
629
629
|
custom_product_version?: string | null | undefined;
|
|
630
630
|
custom_supplier?: string | null | undefined;
|
|
631
631
|
purchase_description?: string | null | undefined;
|
|
@@ -772,7 +772,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
772
772
|
taxes: z.ZodArray<z.ZodAny, "many">;
|
|
773
773
|
customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
774
774
|
country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
775
|
-
custom_region_of_origin_de: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodEnum<["01
|
|
775
|
+
custom_region_of_origin_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<"">]>>>>;
|
|
776
776
|
custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
777
777
|
custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
778
778
|
purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -872,7 +872,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
872
872
|
supplier_part_no?: string | null | undefined;
|
|
873
873
|
}[];
|
|
874
874
|
customer_items: any[];
|
|
875
|
-
custom_region_of_origin_de: "" | "01
|
|
875
|
+
custom_region_of_origin_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;
|
|
876
876
|
custom_certifications: {
|
|
877
877
|
certification: string;
|
|
878
878
|
}[];
|
|
@@ -1011,7 +1011,7 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
1011
1011
|
fsc_status?: string | null | undefined;
|
|
1012
1012
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
1013
1013
|
custom_fsc_product_group?: string | null | undefined;
|
|
1014
|
-
custom_region_of_origin_de?: "" | "01
|
|
1014
|
+
custom_region_of_origin_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;
|
|
1015
1015
|
custom_product_version?: string | null | undefined;
|
|
1016
1016
|
custom_supplier?: string | null | undefined;
|
|
1017
1017
|
purchase_description?: string | null | undefined;
|
|
@@ -39,23 +39,23 @@ const SupplierItems = zod_1.z
|
|
|
39
39
|
.describe("Supplier Items");
|
|
40
40
|
const SupplierItemsDoc = (0, DocTypeHelpers_1.CreateChildTableEntrySchema)(SupplierItems);
|
|
41
41
|
const NationalCustomsFieldDe = zod_1.z.enum([
|
|
42
|
-
"01
|
|
43
|
-
"02
|
|
44
|
-
"03
|
|
45
|
-
"04
|
|
46
|
-
"05
|
|
47
|
-
"06
|
|
48
|
-
"07
|
|
49
|
-
"08
|
|
50
|
-
"09
|
|
51
|
-
"10
|
|
52
|
-
"11
|
|
53
|
-
"12
|
|
54
|
-
"13
|
|
55
|
-
"14
|
|
56
|
-
"15
|
|
57
|
-
"16
|
|
58
|
-
"99
|
|
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
59
|
]);
|
|
60
60
|
exports.Item = zod_1.z
|
|
61
61
|
.object({
|