@resolveio/client-lib-core 21.5.48 → 21.5.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.5.48",
3
+ "version": "21.5.49",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1155,6 +1155,7 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1155
1155
  favoritePromptEditValue: string;
1156
1156
  issueReportOpen: boolean;
1157
1157
  issueReportMessageId: string;
1158
+ issueReportRequestId: string;
1158
1159
  issueReportConversationId: string;
1159
1160
  issueReportReason: string;
1160
1161
  issueReportExpected: string;