@snugdesk/core 0.2.8 → 0.2.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.
@@ -2479,59 +2479,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
2479
2479
  }], ctorParameters: () => [{ type: AppSyncHelperService }] });
2480
2480
 
2481
2481
  const FIELDS_ENTITY_CONVERSATION = `
2482
- id
2483
- tenantId
2484
- entityId
2485
- entityAddress
2486
- interactionChannel
2487
- interactionProvider
2488
- isCampaignEngaged
2489
- campaignId
2490
- lastCampaignFlowNodeId
2491
- lastInteractionMessageId
2492
- metadata
2493
- lastActivityAt
2494
- lastMessageAt
2495
- archivedAt
2496
- blockedAt
2497
- createdAt
2498
- updatedAt
2499
- deletedAt
2482
+ id
2483
+ tenantId
2484
+ entityId
2485
+ entityAddress
2486
+ interactionChannel
2487
+ interactionProvider
2488
+ isCampaignEngaged
2489
+ campaignId
2490
+ lastCampaignFlowNodeId
2491
+ lastInteractionMessageId
2492
+ metadata
2493
+ lastActivityAt
2494
+ lastMessageAt
2495
+ archivedAt
2496
+ blockedAt
2497
+ createdAt
2498
+ updatedAt
2499
+ deletedAt
2500
2500
  `;
2501
2501
  const FIELDS_ENTITY_CONVERSATION_EXPANDED = `
2502
- id
2503
- tenantId
2504
- entityId
2505
- entity {
2506
- ${FIELDS_ENTITY}
2507
- }
2508
- entityAddress
2509
- interactionChannel
2510
- interactionProvider
2511
- isCampaignEngaged
2512
- campaignId
2513
- lastCampaignFlowNodeId
2514
- lastInteractionMessageId
2515
- metadata
2516
- lastActivityAt
2517
- lastMessageAt
2518
- archivedAt
2519
- blockedAt
2520
- createdAt
2521
- updatedAt
2522
- deletedAt
2523
- interactions (limit: 1, sortDirection: ${ModelSortDirection.DESC}) {
2524
- items {
2525
- ${FIELDS_INTERACTION}
2526
- }
2527
- nextToken
2502
+ id
2503
+ tenantId
2504
+ entityId
2505
+ entity {
2506
+ ${FIELDS_ENTITY}
2507
+ }
2508
+ entityAddress
2509
+ interactionChannel
2510
+ interactionProvider
2511
+ isCampaignEngaged
2512
+ campaignId
2513
+ lastCampaignFlowNodeId
2514
+ lastInteractionMessageId
2515
+ metadata
2516
+ lastActivityAt
2517
+ lastMessageAt
2518
+ archivedAt
2519
+ blockedAt
2520
+ createdAt
2521
+ updatedAt
2522
+ deletedAt
2523
+ interactions (limit: 1, sortDirection: ${ModelSortDirection.DESC}) {
2524
+ items {
2525
+ ${FIELDS_INTERACTION}
2528
2526
  }
2529
- messages (limit: 1, sortDirection: ${ModelSortDirection.DESC}) {
2530
- items {
2531
- ${FIELDS_INTERACTION_MESSAGE}
2532
- }
2533
- nextToken
2527
+ nextToken
2528
+ }
2529
+ messages (limit: 1, sortDirection: ${ModelSortDirection.DESC}) {
2530
+ items {
2531
+ ${FIELDS_INTERACTION_MESSAGE}
2534
2532
  }
2533
+ nextToken
2534
+ }
2535
2535
  `;
2536
2536
  class EntityConversationService {
2537
2537
  appSyncService;