@resolveio/client-lib-core 21.4.19 → 21.4.21
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
|
@@ -88,6 +88,8 @@ interface CollectionDocument {
|
|
|
88
88
|
__v?: number;
|
|
89
89
|
createdAt?: Date;
|
|
90
90
|
updatedAt?: Date;
|
|
91
|
+
is_sample_data?: boolean;
|
|
92
|
+
rio_sample_data?: boolean;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
interface UserModel extends CollectionDocument {
|
|
@@ -1266,7 +1268,10 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
1266
1268
|
private saveSupportTicketMap;
|
|
1267
1269
|
private applyStoredSupportTicketOverrides;
|
|
1268
1270
|
private processSupportTicketDirectives;
|
|
1271
|
+
private hasSupportTicketConsent;
|
|
1269
1272
|
private extractSupportTicketDirective;
|
|
1273
|
+
private parseSupportTicketDirectivePayload;
|
|
1274
|
+
private normalizeSupportTicketDirectiveText;
|
|
1270
1275
|
private appendSupportTicketLink;
|
|
1271
1276
|
private createSupportTicketFromDirective;
|
|
1272
1277
|
private applyStoredMongoReadOverrides;
|
|
@@ -1286,6 +1291,7 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
1286
1291
|
private formatMongoDocumentSummary;
|
|
1287
1292
|
private resolveSupportTicketIssue;
|
|
1288
1293
|
private buildSupportTicketPayload;
|
|
1294
|
+
private buildSupportTicketAiRecommendations;
|
|
1289
1295
|
private truncateText;
|
|
1290
1296
|
private shouldLinkRoute;
|
|
1291
1297
|
private unsubscribeAll;
|