erpnext-queue-client 1.19.9 → 1.19.11

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.
@@ -263,8 +263,8 @@ export declare class ERPNextServicecase {
263
263
  customer_message?: string | null | undefined;
264
264
  agreed_terms?: string | null | undefined;
265
265
  }>;
266
- getServicecaseByEmailOrId({ email, id, }: {
267
- email?: string;
266
+ getServicecaseExtended({ email, id, }: {
267
+ email: string;
268
268
  id?: string;
269
269
  }): Promise<{
270
270
  status: "EDITING" | "SUBMITTING" | "VALIDATING" | "REJECTED" | "SHIPPING" | "COMPLETED";
@@ -67,7 +67,7 @@ class ERPNextServicecase {
67
67
  return updatedServicecase;
68
68
  });
69
69
  }
70
- getServicecaseByEmailOrId(_a) {
70
+ getServicecaseExtended(_a) {
71
71
  return __awaiter(this, arguments, void 0, function* ({ email, id, }) {
72
72
  const servicecases = yield this.methodRequest.request({
73
73
  requestMethod: "GET",
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.9",
28
+ "version": "1.19.11",
29
29
  "devDependencies": {
30
30
  "@types/crypto-js": "^4.2.2",
31
31
  "@types/lodash": "^4.17.13",