erpnext-queue-client 1.26.5 → 1.26.6

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" | "doctype" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "docstatus" | "disabled" | "naming_series" | "item_code" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "weight_per_unit" | "weight_uom" | "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" | "dimensions_unit" | "custom_dimension_format" | "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" | "min_order_qty" | "safety_stock" | "is_purchase_item" | "custom_include_in_purchase_planning" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "delivered_by_supplier" | "fsc_percentage" | "sales_uom" | "is_sales_item" | "custom_is_selling_enabled" | "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" | "total_projected_qty" | "barcodes" | "reorder_levels" | "uoms" | "attributes" | "item_defaults" | "supplier_items" | "customer_items" | "custom_certifications" | "custom_oversell_amount") | ("length" | "image" | "warehouse_category" | "ean" | "shipping_template" | "width" | "height" | "shipping_length" | "shipping_width" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic" | "fsc_status" | "custom_fsc_type_of_wood" | "custom_fsc_product_group" | "custom_product_version" | "custom_supplier" | "purchase_description" | "custom_stock_reserve" | "custom_sales_category" | "custom_shopify_content_configuration" | "custom_compliance" | "custom_serviceportal_configuration"), TAsDict extends boolean | undefined = undefined>({ fields, filters, skip, limit, priority, asDict, params, }?: {
11
+ getList: <TField extends ("description" | "name" | "doctype" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "docstatus" | "disabled" | "naming_series" | "item_code" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "weight_per_unit" | "weight_uom" | "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" | "dimensions_unit" | "custom_dimension_format" | "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" | "min_order_qty" | "safety_stock" | "is_purchase_item" | "custom_include_in_purchase_planning" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "delivered_by_supplier" | "fsc_percentage" | "sales_uom" | "is_sales_item" | "custom_is_selling_enabled" | "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" | "total_projected_qty" | "barcodes" | "reorder_levels" | "uoms" | "attributes" | "item_defaults" | "supplier_items" | "customer_items" | "custom_certifications" | "custom_oversell_amount") | ("length" | "image" | "warehouse_category" | "ean" | "shipping_template" | "width" | "height" | "shipping_length" | "shipping_width" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic" | "fsc_status" | "custom_fsc_type_of_wood" | "custom_fsc_product_group" | "customs_tariff_number" | "country_of_origin" | "custom_product_version" | "custom_supplier" | "purchase_description" | "custom_stock_reserve" | "custom_sales_category" | "custom_shopify_content_configuration" | "custom_compliance" | "custom_serviceportal_configuration"), TAsDict extends boolean | undefined = undefined>({ fields, filters, skip, limit, priority, asDict, params, }?: {
12
12
  fields?: TField[] | undefined;
13
13
  filters?: (string | string[])[][];
14
14
  skip?: number;
@@ -183,6 +183,8 @@ export declare class ERPNextItem {
183
183
  fsc_status?: string | null | undefined;
184
184
  custom_fsc_type_of_wood?: string | null | undefined;
185
185
  custom_fsc_product_group?: string | null | undefined;
186
+ customs_tariff_number?: string | null | undefined;
187
+ country_of_origin?: string | null | undefined;
186
188
  custom_product_version?: string | null | undefined;
187
189
  custom_supplier?: string | null | undefined;
188
190
  purchase_description?: string | null | undefined;
@@ -362,6 +364,8 @@ export declare class ERPNextItem {
362
364
  fsc_status?: string | null | undefined;
363
365
  custom_fsc_type_of_wood?: string | null | undefined;
364
366
  custom_fsc_product_group?: string | null | undefined;
367
+ customs_tariff_number?: string | null | undefined;
368
+ country_of_origin?: string | null | undefined;
365
369
  custom_product_version?: string | null | undefined;
366
370
  custom_supplier?: string | null | undefined;
367
371
  purchase_description?: string | null | undefined;
@@ -538,6 +542,8 @@ export declare class ERPNextItem {
538
542
  fsc_status?: string | null | undefined;
539
543
  custom_fsc_type_of_wood?: string | null | undefined;
540
544
  custom_fsc_product_group?: string | null | undefined;
545
+ customs_tariff_number?: string | null | undefined;
546
+ country_of_origin?: string | null | undefined;
541
547
  custom_product_version?: string | null | undefined;
542
548
  custom_supplier?: string | null | undefined;
543
549
  purchase_description?: string | null | undefined;
@@ -718,6 +724,8 @@ export declare class ERPNextItem {
718
724
  fsc_status?: string | null | undefined;
719
725
  custom_fsc_type_of_wood?: string | null | undefined;
720
726
  custom_fsc_product_group?: string | null | undefined;
727
+ customs_tariff_number?: string | null | undefined;
728
+ country_of_origin?: string | null | undefined;
721
729
  custom_product_version?: string | null | undefined;
722
730
  custom_supplier?: string | null | undefined;
723
731
  purchase_description?: string | null | undefined;
@@ -898,6 +906,8 @@ export declare class ERPNextItem {
898
906
  fsc_status?: string | null | undefined;
899
907
  custom_fsc_type_of_wood?: string | null | undefined;
900
908
  custom_fsc_product_group?: string | null | undefined;
909
+ customs_tariff_number?: string | null | undefined;
910
+ country_of_origin?: string | null | undefined;
901
911
  custom_product_version?: string | null | undefined;
902
912
  custom_supplier?: string | null | undefined;
903
913
  purchase_description?: string | null | undefined;
@@ -1078,6 +1088,8 @@ export declare class ERPNextItem {
1078
1088
  fsc_status?: string | null | undefined;
1079
1089
  custom_fsc_type_of_wood?: string | null | undefined;
1080
1090
  custom_fsc_product_group?: string | null | undefined;
1091
+ customs_tariff_number?: string | null | undefined;
1092
+ country_of_origin?: string | null | undefined;
1081
1093
  custom_product_version?: string | null | undefined;
1082
1094
  custom_supplier?: string | null | undefined;
1083
1095
  purchase_description?: string | null | undefined;
@@ -263,6 +263,8 @@ export declare const Item: z.ZodObject<{
263
263
  }>, "many">;
264
264
  customer_items: z.ZodArray<z.ZodAny, "many">;
265
265
  taxes: z.ZodArray<z.ZodAny, "many">;
266
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
267
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
266
268
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
267
269
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
268
270
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -479,6 +481,8 @@ export declare const Item: z.ZodObject<{
479
481
  fsc_status?: string | null | undefined;
480
482
  custom_fsc_type_of_wood?: string | null | undefined;
481
483
  custom_fsc_product_group?: string | null | undefined;
484
+ customs_tariff_number?: string | null | undefined;
485
+ country_of_origin?: string | null | undefined;
482
486
  custom_product_version?: string | null | undefined;
483
487
  custom_supplier?: string | null | undefined;
484
488
  purchase_description?: string | null | undefined;
@@ -653,6 +657,8 @@ export declare const Item: z.ZodObject<{
653
657
  fsc_status?: string | null | undefined;
654
658
  custom_fsc_type_of_wood?: string | null | undefined;
655
659
  custom_fsc_product_group?: string | null | undefined;
660
+ customs_tariff_number?: string | null | undefined;
661
+ country_of_origin?: string | null | undefined;
656
662
  custom_product_version?: string | null | undefined;
657
663
  custom_supplier?: string | null | undefined;
658
664
  purchase_description?: string | null | undefined;
@@ -928,6 +934,8 @@ export declare const ItemListWithShippingTemplate: z.ZodArray<z.ZodObject<Pick<O
928
934
  }>, "many">;
929
935
  customer_items: z.ZodArray<z.ZodAny, "many">;
930
936
  taxes: z.ZodArray<z.ZodAny, "many">;
937
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
938
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
931
939
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
932
940
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
933
941
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1271,6 +1279,8 @@ export declare const ItemListWithShippingTemplateSku: z.ZodArray<z.ZodObject<Pic
1271
1279
  }>, "many">;
1272
1280
  customer_items: z.ZodArray<z.ZodAny, "many">;
1273
1281
  taxes: z.ZodArray<z.ZodAny, "many">;
1282
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1283
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1274
1284
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1275
1285
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1276
1286
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1617,6 +1627,8 @@ declare const ItemDimensionsInfo: z.ZodObject<Pick<Omit<{
1617
1627
  }>, "many">;
1618
1628
  customer_items: z.ZodArray<z.ZodAny, "many">;
1619
1629
  taxes: z.ZodArray<z.ZodAny, "many">;
1630
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1631
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1620
1632
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1621
1633
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1622
1634
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1942,6 +1954,8 @@ export declare const ItemListName: z.ZodArray<z.ZodObject<Pick<Omit<{
1942
1954
  }>, "many">;
1943
1955
  customer_items: z.ZodArray<z.ZodAny, "many">;
1944
1956
  taxes: z.ZodArray<z.ZodAny, "many">;
1957
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1958
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1945
1959
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1946
1960
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1947
1961
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2261,6 +2275,8 @@ export declare const ItemList: z.ZodArray<z.ZodObject<Pick<Omit<{
2261
2275
  }>, "many">;
2262
2276
  customer_items: z.ZodArray<z.ZodAny, "many">;
2263
2277
  taxes: z.ZodArray<z.ZodAny, "many">;
2278
+ customs_tariff_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2279
+ country_of_origin: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2264
2280
  custom_product_version: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2265
2281
  custom_supplier: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2266
2282
  purchase_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -195,6 +195,8 @@ exports.Item = zod_1.z
195
195
  supplier_items: zod_1.z.array(SupplierItems),
196
196
  customer_items: zod_1.z.array(zod_1.z.any()),
197
197
  taxes: zod_1.z.array(zod_1.z.any()),
198
+ customs_tariff_number: zod_1.z.string().optional().nullable(),
199
+ country_of_origin: zod_1.z.string().optional().nullable(),
198
200
  custom_product_version: zod_1.z.string().optional().nullable(),
199
201
  custom_supplier: zod_1.z.string().optional().nullable(),
200
202
  purchase_description: zod_1.z.string().optional().nullable(),
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "winston": "^3.15.0",
26
26
  "zod": "^3.24.1"
27
27
  },
28
- "version": "1.26.5",
28
+ "version": "1.26.6",
29
29
  "devDependencies": {
30
30
  "@types/crypto-js": "^4.2.2",
31
31
  "@types/lodash": "^4.17.13",