erpnext-queue-client 1.19.3 → 1.19.4

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.
@@ -102,12 +102,12 @@ export declare const LabelInfo: z.ZodObject<{
102
102
  trackingUrl: z.ZodOptional<z.ZodString>;
103
103
  qrLabel: z.ZodOptional<z.ZodString>;
104
104
  qrLink: z.ZodOptional<z.ZodString>;
105
- shippingProvider: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"GLS Germany">, z.ZodLiteral<"GLS ADE-plus">]>, z.ZodLiteral<"DHL">]>, z.ZodLiteral<"DHL-2-Mann">]>, z.ZodLiteral<"Deutsche Post">]>, z.ZodLiteral<"Billbee">]>, z.ZodLiteral<"Billbee Amazon MCF">]>;
105
+ shippingProvider: z.ZodString;
106
106
  shouldNotifyCustomer: z.ZodOptional<z.ZodBoolean>;
107
107
  }, "strip", z.ZodTypeAny, {
108
108
  labelData: string;
109
109
  labelId: string;
110
- shippingProvider: "DHL" | "Deutsche Post" | "GLS Germany" | "GLS ADE-plus" | "DHL-2-Mann" | "Billbee" | "Billbee Amazon MCF";
110
+ shippingProvider: string;
111
111
  trackingId?: string | undefined;
112
112
  trackingUrl?: string | undefined;
113
113
  qrLabel?: string | undefined;
@@ -116,7 +116,7 @@ export declare const LabelInfo: z.ZodObject<{
116
116
  }, {
117
117
  labelData: string;
118
118
  labelId: string;
119
- shippingProvider: "DHL" | "Deutsche Post" | "GLS Germany" | "GLS ADE-plus" | "DHL-2-Mann" | "Billbee" | "Billbee Amazon MCF";
119
+ shippingProvider: string;
120
120
  trackingId?: string | undefined;
121
121
  trackingUrl?: string | undefined;
122
122
  qrLabel?: string | undefined;
@@ -47,7 +47,7 @@ exports.LabelInfo = zod_1.z
47
47
  trackingUrl: zod_1.z.string().url().optional(),
48
48
  qrLabel: zod_1.z.string().optional(),
49
49
  qrLink: zod_1.z.string().optional(),
50
- shippingProvider: ShippingProvider_1.LabelService,
50
+ shippingProvider: zod_1.z.string(),
51
51
  shouldNotifyCustomer: zod_1.z.boolean().optional(),
52
52
  })
53
53
  .describe("Label Info");
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.19.3",
28
+ "version": "1.19.4",
29
29
  "devDependencies": {
30
30
  "@types/crypto-js": "^4.2.2",
31
31
  "@types/lodash": "^4.17.13",