erpnext-queue-client 1.19.8 → 1.19.9

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.
@@ -18,8 +18,8 @@ class ERPNextServicecase {
18
18
  this.methodRequest = new methodRequest_1.ERPNextMethodRequest(temporalClient);
19
19
  this.temporalClient = temporalClient;
20
20
  this.baseRequest = new doctypeResourceRequest_1.ERPNextDoctypeResourceRequest(temporalClient, "Servicecase", Servicecase_1.Servicecase);
21
- this.attachmentCollectionRequest = new doctypeResourceRequest_1.ERPNextDoctypeResourceRequest(temporalClient, "Attachment Collection", Servicecase_1.AttachmentCollection);
22
- this.internalReasonCollectionRequest = new doctypeResourceRequest_1.ERPNextDoctypeResourceRequest(temporalClient, "Internal Reason Collection", Servicecase_1.InternalReasonCollection);
21
+ this.attachmentCollectionRequest = new doctypeResourceRequest_1.ERPNextDoctypeResourceRequest(temporalClient, "Servicecase Return Item Attachment Collection", Servicecase_1.AttachmentCollection);
22
+ this.internalReasonCollectionRequest = new doctypeResourceRequest_1.ERPNextDoctypeResourceRequest(temporalClient, "Servicecase Return Item Internal Reasons Collection", Servicecase_1.InternalReasonCollection);
23
23
  this.create = this.createServicecase;
24
24
  this.getList = this.baseRequest.getList;
25
25
  this.getById = this.baseRequest.getById;
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.8",
28
+ "version": "1.19.9",
29
29
  "devDependencies": {
30
30
  "@types/crypto-js": "^4.2.2",
31
31
  "@types/lodash": "^4.17.13",