@paro.io/expert-shared-components 1.12.57 → 1.12.58

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.
@@ -68,6 +68,7 @@ const EscalationChat = ({ activeChatIssue, showEscalationChat, setShowEscalation
68
68
  file: selectedFile,
69
69
  documentName: selectedFile.name,
70
70
  escalationId: activeChatIssue.escalationId,
71
+ escalationNumber: activeChatIssue.escalationNumber,
71
72
  projectId: activeChatIssue.projectDetails.length > 0 ? activeChatIssue.projectDetails[0].projectId : '',
72
73
  documentUploadUrl: documentUploadUrl,
73
74
  bucketName: bucketName,
@@ -106,6 +106,7 @@ const EscalationRespondForm = ({ goBack, selectedIssue, documentUploadUrl, downl
106
106
  file: selectedFile,
107
107
  documentName: selectedFile.name,
108
108
  escalationId: selectedIssue === null || selectedIssue === void 0 ? void 0 : selectedIssue.escalationId,
109
+ escalationNumber: selectedIssue === null || selectedIssue === void 0 ? void 0 : selectedIssue.escalationNumber,
109
110
  projectId: (_b = (_a = selectedIssue === null || selectedIssue === void 0 ? void 0 : selectedIssue.projectDetails) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.projectId,
110
111
  documentUploadUrl: documentUploadUrl,
111
112
  bucketName: bucketName,
@@ -150,7 +151,7 @@ const EscalationRespondForm = ({ goBack, selectedIssue, documentUploadUrl, downl
150
151
  escalationId: selectedIssue.escalationId,
151
152
  [isExpert ? 'expertResponse' : 'clientResponse']: responseInput,
152
153
  [isExpert ? 'expertSupportingDocuments' : 'clientSupportingDocuments']: uploadFiles.length > 0 ? uploadFiles.join(", ") : '',
153
- statuschangedby: isExpert ? selectedIssue.freelancer.id : selectedIssue.client.id,
154
+ statusChangedBy: isExpert ? selectedIssue.freelancer.id : selectedIssue.client.id,
154
155
  }
155
156
  }
156
157
  });
@@ -49,7 +49,7 @@ const MarkResolvedModal = ({ escalationId, expertName, open, onClose, updateProj
49
49
  escalationId: escalationId,
50
50
  clientResolution: resolutionText,
51
51
  status: 'Resolved',
52
- statuschangedby: clientId,
52
+ statusChangedBy: clientId,
53
53
  }
54
54
  }
55
55
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.12.57",
3
+ "version": "1.12.58",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {