@kl1/contracts 1.3.53 → 1.3.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1 -1
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  4. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/index.d.ts +102 -102
  6. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/schema.d.ts +20 -20
  8. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/validation.d.ts +14 -14
  10. package/dist/api-contracts/src/contract.d.ts +1298 -940
  11. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  12. package/dist/api-contracts/src/cx-log/index.d.ts +37 -109
  13. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  14. package/dist/api-contracts/src/cx-log/schema.d.ts +5 -23
  15. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  16. package/dist/api-contracts/src/cx-log/validation.d.ts +3 -26
  17. package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
  18. package/dist/api-contracts/src/facebook-feed/index.d.ts +14 -14
  19. package/dist/api-contracts/src/index.d.ts +0 -1
  20. package/dist/api-contracts/src/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/instagram/index.d.ts +14 -14
  22. package/dist/api-contracts/src/line/index.d.ts +14 -14
  23. package/dist/api-contracts/src/messenger/index.d.ts +14 -14
  24. package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
  25. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/telegram/index.d.ts +14 -14
  27. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
  28. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
  30. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  32. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  33. package/dist/api-contracts/src/viber/index.d.ts +14 -14
  34. package/dist/api-contracts/src/webchat/index.d.ts +14 -14
  35. package/dist/api-contracts/src/whatsapp/index.d.ts +14 -14
  36. package/dist/api-contracts/src/workflow-rule/index.d.ts +15 -15
  37. package/dist/index.js +1616 -1596
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +1616 -1595
  40. package/dist/index.mjs.map +1 -1
  41. package/package.json +1 -1
@@ -14037,20 +14037,7 @@ export declare const apiContract: {
14037
14037
  notes: import("zod").ZodOptional<import("zod").ZodString>;
14038
14038
  address: import("zod").ZodOptional<import("zod").ZodString>;
14039
14039
  company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
14040
- contactCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14041
- attributeId: import("zod").ZodString;
14042
- value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
14043
- type: import("zod").ZodOptional<import("zod").ZodString>;
14044
- }, "strip", import("zod").ZodTypeAny, {
14045
- value: (string | string[]) & (string | string[] | undefined);
14046
- attributeId: string;
14047
- type?: string | undefined;
14048
- }, {
14049
- value: (string | string[]) & (string | string[] | undefined);
14050
- attributeId: string;
14051
- type?: string | undefined;
14052
- }>, "many">>;
14053
- wrapUpFormCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14040
+ customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14054
14041
  attributeId: import("zod").ZodString;
14055
14042
  value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
14056
14043
  type: import("zod").ZodOptional<import("zod").ZodString>;
@@ -14088,12 +14075,7 @@ export declare const apiContract: {
14088
14075
  notes?: string | undefined;
14089
14076
  address?: string | undefined;
14090
14077
  company?: string[] | undefined;
14091
- contactCustomFields?: {
14092
- value: (string | string[]) & (string | string[] | undefined);
14093
- attributeId: string;
14094
- type?: string | undefined;
14095
- }[] | undefined;
14096
- wrapUpFormCustomFields?: {
14078
+ customFields?: {
14097
14079
  value: (string | string[]) & (string | string[] | undefined);
14098
14080
  attributeId: string;
14099
14081
  type?: string | undefined;
@@ -14123,12 +14105,7 @@ export declare const apiContract: {
14123
14105
  notes?: string | undefined;
14124
14106
  address?: string | undefined;
14125
14107
  company?: string[] | undefined;
14126
- contactCustomFields?: {
14127
- value: (string | string[]) & (string | string[] | undefined);
14128
- attributeId: string;
14129
- type?: string | undefined;
14130
- }[] | undefined;
14131
- wrapUpFormCustomFields?: {
14108
+ customFields?: {
14132
14109
  value: (string | string[]) & (string | string[] | undefined);
14133
14110
  attributeId: string;
14134
14111
  type?: string | undefined;
@@ -14463,7 +14440,7 @@ export declare const apiContract: {
14463
14440
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
14464
14441
  lastMessage: import("zod").ZodString;
14465
14442
  handleTime: import("zod").ZodNumber;
14466
- closeAt: import("zod").ZodDate;
14443
+ closedAt: import("zod").ZodDate;
14467
14444
  unreadCount: import("zod").ZodNumber;
14468
14445
  firstResponseAt: import("zod").ZodDate;
14469
14446
  firstResponseTime: import("zod").ZodNumber;
@@ -16655,7 +16632,7 @@ export declare const apiContract: {
16655
16632
  firstResponseTime: number;
16656
16633
  lastMessage: string;
16657
16634
  handleTime: number;
16658
- closeAt: Date;
16635
+ closedAt: Date;
16659
16636
  unreadCount: number;
16660
16637
  firstResponseAt: Date;
16661
16638
  isLatest: boolean;
@@ -16983,7 +16960,7 @@ export declare const apiContract: {
16983
16960
  firstResponseTime: number;
16984
16961
  lastMessage: string;
16985
16962
  handleTime: number;
16986
- closeAt: Date;
16963
+ closedAt: Date;
16987
16964
  unreadCount: number;
16988
16965
  firstResponseAt: Date;
16989
16966
  isLatest: boolean;
@@ -19411,16 +19388,6 @@ export declare const apiContract: {
19411
19388
  }, {
19412
19389
  queueName?: string | null | undefined;
19413
19390
  }>>;
19414
- automationQueue: import("zod").ZodNullable<import("zod").ZodObject<{
19415
- id: import("zod").ZodString;
19416
- name: import("zod").ZodString;
19417
- }, "strip", import("zod").ZodTypeAny, {
19418
- name: string;
19419
- id: string;
19420
- }, {
19421
- name: string;
19422
- id: string;
19423
- }>>;
19424
19391
  contact: import("zod").ZodNullable<import("zod").ZodObject<{
19425
19392
  id: import("zod").ZodString;
19426
19393
  createdAt: import("zod").ZodDate;
@@ -21182,7 +21149,7 @@ export declare const apiContract: {
21182
21149
  firstResponseTime: number;
21183
21150
  lastMessage: string;
21184
21151
  handleTime: number;
21185
- closeAt: Date;
21152
+ closedAt: Date;
21186
21153
  unreadCount: number;
21187
21154
  firstResponseAt: Date;
21188
21155
  isLatest: boolean;
@@ -21632,10 +21599,6 @@ export declare const apiContract: {
21632
21599
  queue: {
21633
21600
  queueName?: string | null | undefined;
21634
21601
  } | null;
21635
- automationQueue: {
21636
- name: string;
21637
- id: string;
21638
- } | null;
21639
21602
  firstAssignee: {
21640
21603
  name: string;
21641
21604
  id: string;
@@ -22129,7 +22092,7 @@ export declare const apiContract: {
22129
22092
  firstResponseTime: number;
22130
22093
  lastMessage: string;
22131
22094
  handleTime: number;
22132
- closeAt: Date;
22095
+ closedAt: Date;
22133
22096
  unreadCount: number;
22134
22097
  firstResponseAt: Date;
22135
22098
  isLatest: boolean;
@@ -22579,10 +22542,6 @@ export declare const apiContract: {
22579
22542
  queue: {
22580
22543
  queueName?: string | null | undefined;
22581
22544
  } | null;
22582
- automationQueue: {
22583
- name: string;
22584
- id: string;
22585
- } | null;
22586
22545
  firstAssignee: {
22587
22546
  name: string;
22588
22547
  id: string;
@@ -23082,7 +23041,7 @@ export declare const apiContract: {
23082
23041
  firstResponseTime: number;
23083
23042
  lastMessage: string;
23084
23043
  handleTime: number;
23085
- closeAt: Date;
23044
+ closedAt: Date;
23086
23045
  unreadCount: number;
23087
23046
  firstResponseAt: Date;
23088
23047
  isLatest: boolean;
@@ -23532,10 +23491,6 @@ export declare const apiContract: {
23532
23491
  queue: {
23533
23492
  queueName?: string | null | undefined;
23534
23493
  } | null;
23535
- automationQueue: {
23536
- name: string;
23537
- id: string;
23538
- } | null;
23539
23494
  firstAssignee: {
23540
23495
  name: string;
23541
23496
  id: string;
@@ -24035,7 +23990,7 @@ export declare const apiContract: {
24035
23990
  firstResponseTime: number;
24036
23991
  lastMessage: string;
24037
23992
  handleTime: number;
24038
- closeAt: Date;
23993
+ closedAt: Date;
24039
23994
  unreadCount: number;
24040
23995
  firstResponseAt: Date;
24041
23996
  isLatest: boolean;
@@ -24485,10 +24440,6 @@ export declare const apiContract: {
24485
24440
  queue: {
24486
24441
  queueName?: string | null | undefined;
24487
24442
  } | null;
24488
- automationQueue: {
24489
- name: string;
24490
- id: string;
24491
- } | null;
24492
24443
  firstAssignee: {
24493
24444
  name: string;
24494
24445
  id: string;
@@ -24646,7 +24597,7 @@ export declare const apiContract: {
24646
24597
  error?: any;
24647
24598
  }>;
24648
24599
  };
24649
- path: "/cxs/cx-logs";
24600
+ path: "ms/cx-logs";
24650
24601
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
24651
24602
  'x-tenant': import("zod").ZodString;
24652
24603
  'x-service-token': import("zod").ZodString;
@@ -24677,6 +24628,19 @@ export declare const apiContract: {
24677
24628
  email: import("zod").ZodOptional<import("zod").ZodString>;
24678
24629
  pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
24679
24630
  phone: import("zod").ZodOptional<import("zod").ZodString>;
24631
+ customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
24632
+ attributeId: import("zod").ZodString;
24633
+ value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
24634
+ type: import("zod").ZodOptional<import("zod").ZodString>;
24635
+ }, "strip", import("zod").ZodTypeAny, {
24636
+ value: (string | string[]) & (string | string[] | undefined);
24637
+ attributeId: string;
24638
+ type?: string | undefined;
24639
+ }, {
24640
+ value: (string | string[]) & (string | string[] | undefined);
24641
+ attributeId: string;
24642
+ type?: string | undefined;
24643
+ }>, "many">>;
24680
24644
  company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
24681
24645
  notes: import("zod").ZodOptional<import("zod").ZodString>;
24682
24646
  tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
@@ -24692,32 +24656,6 @@ export declare const apiContract: {
24692
24656
  agentIds: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodString, "many">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>, string[], string[] | Record<string, string>>>;
24693
24657
  sla: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>>;
24694
24658
  contactLabels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
24695
- contactCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
24696
- attributeId: import("zod").ZodString;
24697
- value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
24698
- type: import("zod").ZodOptional<import("zod").ZodString>;
24699
- }, "strip", import("zod").ZodTypeAny, {
24700
- value: (string | string[]) & (string | string[] | undefined);
24701
- attributeId: string;
24702
- type?: string | undefined;
24703
- }, {
24704
- value: (string | string[]) & (string | string[] | undefined);
24705
- attributeId: string;
24706
- type?: string | undefined;
24707
- }>, "many">>;
24708
- wrapUpFormCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
24709
- attributeId: import("zod").ZodString;
24710
- value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
24711
- type: import("zod").ZodOptional<import("zod").ZodString>;
24712
- }, "strip", import("zod").ZodTypeAny, {
24713
- value: (string | string[]) & (string | string[] | undefined);
24714
- attributeId: string;
24715
- type?: string | undefined;
24716
- }, {
24717
- value: (string | string[]) & (string | string[] | undefined);
24718
- attributeId: string;
24719
- type?: string | undefined;
24720
- }>, "many">>;
24721
24659
  fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
24722
24660
  }, "strip", import("zod").ZodTypeAny, {
24723
24661
  name?: string | undefined;
@@ -24729,6 +24667,11 @@ export declare const apiContract: {
24729
24667
  email?: string | undefined;
24730
24668
  pageSize?: number | undefined;
24731
24669
  phone?: string | undefined;
24670
+ customFields?: {
24671
+ value: (string | string[]) & (string | string[] | undefined);
24672
+ attributeId: string;
24673
+ type?: string | undefined;
24674
+ }[] | undefined;
24732
24675
  company?: string[] | undefined;
24733
24676
  notes?: string | undefined;
24734
24677
  tags?: string[] | undefined;
@@ -24744,16 +24687,6 @@ export declare const apiContract: {
24744
24687
  agentIds?: string[] | undefined;
24745
24688
  sla?: "meet" | "unmeet" | undefined;
24746
24689
  contactLabels?: string[] | undefined;
24747
- contactCustomFields?: {
24748
- value: (string | string[]) & (string | string[] | undefined);
24749
- attributeId: string;
24750
- type?: string | undefined;
24751
- }[] | undefined;
24752
- wrapUpFormCustomFields?: {
24753
- value: (string | string[]) & (string | string[] | undefined);
24754
- attributeId: string;
24755
- type?: string | undefined;
24756
- }[] | undefined;
24757
24690
  fileExtension?: "csv" | "xlsx" | undefined;
24758
24691
  }, {
24759
24692
  name?: string | undefined;
@@ -24765,6 +24698,11 @@ export declare const apiContract: {
24765
24698
  email?: string | undefined;
24766
24699
  pageSize?: number | undefined;
24767
24700
  phone?: string | undefined;
24701
+ customFields?: {
24702
+ value: (string | string[]) & (string | string[] | undefined);
24703
+ attributeId: string;
24704
+ type?: string | undefined;
24705
+ }[] | undefined;
24768
24706
  company?: string[] | undefined;
24769
24707
  notes?: string | undefined;
24770
24708
  tags?: string[] | undefined;
@@ -24780,16 +24718,6 @@ export declare const apiContract: {
24780
24718
  agentIds?: string[] | Record<string, string> | undefined;
24781
24719
  sla?: "meet" | "unmeet" | undefined;
24782
24720
  contactLabels?: string[] | undefined;
24783
- contactCustomFields?: {
24784
- value: (string | string[]) & (string | string[] | undefined);
24785
- attributeId: string;
24786
- type?: string | undefined;
24787
- }[] | undefined;
24788
- wrapUpFormCustomFields?: {
24789
- value: (string | string[]) & (string | string[] | undefined);
24790
- attributeId: string;
24791
- type?: string | undefined;
24792
- }[] | undefined;
24793
24721
  fileExtension?: "csv" | "xlsx" | undefined;
24794
24722
  }>;
24795
24723
  responses: {
@@ -24805,7 +24733,7 @@ export declare const apiContract: {
24805
24733
  error?: any;
24806
24734
  }>;
24807
24735
  };
24808
- path: "/ms/cx-logs/export";
24736
+ path: "ms/cx-logs/export";
24809
24737
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
24810
24738
  'x-tenant': import("zod").ZodString;
24811
24739
  'x-service-token': import("zod").ZodString;
@@ -24850,7 +24778,7 @@ export declare const apiContract: {
24850
24778
  error?: any;
24851
24779
  }>;
24852
24780
  };
24853
- path: "/ms/cx-logs/sync-sla";
24781
+ path: "ms/cx-logs/sync-sla";
24854
24782
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
24855
24783
  'x-tenant': import("zod").ZodString;
24856
24784
  'x-service-token': import("zod").ZodString;
@@ -24913,7 +24841,7 @@ export declare const apiContract: {
24913
24841
  error?: any;
24914
24842
  }>;
24915
24843
  };
24916
- path: "/ms/cx-logs";
24844
+ path: "ms/cx-logs";
24917
24845
  headers: import("zod").ZodObject<{
24918
24846
  'x-tenant': import("zod").ZodString;
24919
24847
  'x-code': import("zod").ZodOptional<import("zod").ZodString>;
@@ -36650,6 +36578,425 @@ export declare const apiContract: {
36650
36578
  };
36651
36579
  };
36652
36580
  agentPresenceStatus: {
36581
+ getAllAgentStatus: {
36582
+ summary: "Get all user presence status list.";
36583
+ method: "GET";
36584
+ responses: {
36585
+ 200: import("zod").ZodArray<import("zod").ZodObject<{
36586
+ id: import("zod").ZodString;
36587
+ createdAt: import("zod").ZodDate;
36588
+ updatedAt: import("zod").ZodDate;
36589
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36590
+ user: import("zod").ZodObject<{
36591
+ name: import("zod").ZodString;
36592
+ id: import("zod").ZodString;
36593
+ address: import("zod").ZodNullable<import("zod").ZodString>;
36594
+ email: import("zod").ZodString;
36595
+ createdAt: import("zod").ZodDate;
36596
+ updatedAt: import("zod").ZodDate;
36597
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36598
+ emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36599
+ password: import("zod").ZodString;
36600
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
36601
+ notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
36602
+ roles: import("zod").ZodArray<import("zod").ZodObject<{
36603
+ id: import("zod").ZodString;
36604
+ createdAt: import("zod").ZodDate;
36605
+ updatedAt: import("zod").ZodDate;
36606
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36607
+ systemName: import("zod").ZodString;
36608
+ displayName: import("zod").ZodString;
36609
+ description: import("zod").ZodNullable<import("zod").ZodString>;
36610
+ permissions: import("zod").ZodArray<import("zod").ZodObject<{
36611
+ id: import("zod").ZodString;
36612
+ createdAt: import("zod").ZodDate;
36613
+ updatedAt: import("zod").ZodDate;
36614
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36615
+ systemName: import("zod").ZodString;
36616
+ displayName: import("zod").ZodString;
36617
+ description: import("zod").ZodNullable<import("zod").ZodString>;
36618
+ }, "strip", import("zod").ZodTypeAny, {
36619
+ id: string;
36620
+ description: string | null;
36621
+ createdAt: Date;
36622
+ updatedAt: Date;
36623
+ deletedAt: Date | null;
36624
+ systemName: string;
36625
+ displayName: string;
36626
+ }, {
36627
+ id: string;
36628
+ description: string | null;
36629
+ createdAt: Date;
36630
+ updatedAt: Date;
36631
+ deletedAt: Date | null;
36632
+ systemName: string;
36633
+ displayName: string;
36634
+ }>, "many">;
36635
+ }, "strip", import("zod").ZodTypeAny, {
36636
+ id: string;
36637
+ description: string | null;
36638
+ createdAt: Date;
36639
+ updatedAt: Date;
36640
+ deletedAt: Date | null;
36641
+ systemName: string;
36642
+ displayName: string;
36643
+ permissions: {
36644
+ id: string;
36645
+ description: string | null;
36646
+ createdAt: Date;
36647
+ updatedAt: Date;
36648
+ deletedAt: Date | null;
36649
+ systemName: string;
36650
+ displayName: string;
36651
+ }[];
36652
+ }, {
36653
+ id: string;
36654
+ description: string | null;
36655
+ createdAt: Date;
36656
+ updatedAt: Date;
36657
+ deletedAt: Date | null;
36658
+ systemName: string;
36659
+ displayName: string;
36660
+ permissions: {
36661
+ id: string;
36662
+ description: string | null;
36663
+ createdAt: Date;
36664
+ updatedAt: Date;
36665
+ deletedAt: Date | null;
36666
+ systemName: string;
36667
+ displayName: string;
36668
+ }[];
36669
+ }>, "many">;
36670
+ extension: import("zod").ZodObject<{
36671
+ id: import("zod").ZodString;
36672
+ createdAt: import("zod").ZodDate;
36673
+ updatedAt: import("zod").ZodDate;
36674
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36675
+ userId: import("zod").ZodNullable<import("zod").ZodString>;
36676
+ sipServerUrl: import("zod").ZodString;
36677
+ sipUserName: import("zod").ZodString;
36678
+ webphoneLoginUser: import("zod").ZodString;
36679
+ extensionId: import("zod").ZodNullable<import("zod").ZodString>;
36680
+ extensionName: import("zod").ZodString;
36681
+ telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
36682
+ }, "strip", import("zod").ZodTypeAny, {
36683
+ id: string;
36684
+ createdAt: Date;
36685
+ updatedAt: Date;
36686
+ deletedAt: Date | null;
36687
+ userId: string | null;
36688
+ sipServerUrl: string;
36689
+ sipUserName: string;
36690
+ webphoneLoginUser: string;
36691
+ extensionId: string | null;
36692
+ extensionName: string;
36693
+ telephonySignature: string | null;
36694
+ }, {
36695
+ id: string;
36696
+ createdAt: Date;
36697
+ updatedAt: Date;
36698
+ deletedAt: Date | null;
36699
+ userId: string | null;
36700
+ sipServerUrl: string;
36701
+ sipUserName: string;
36702
+ webphoneLoginUser: string;
36703
+ extensionId: string | null;
36704
+ extensionName: string;
36705
+ telephonySignature: string | null;
36706
+ }>;
36707
+ }, "strip", import("zod").ZodTypeAny, {
36708
+ name: string;
36709
+ id: string;
36710
+ address: string | null;
36711
+ email: string;
36712
+ createdAt: Date;
36713
+ updatedAt: Date;
36714
+ deletedAt: Date | null;
36715
+ emailVerifiedAt: Date | null;
36716
+ password: string;
36717
+ phone: string | null;
36718
+ notificationCount: number | null;
36719
+ roles: {
36720
+ id: string;
36721
+ description: string | null;
36722
+ createdAt: Date;
36723
+ updatedAt: Date;
36724
+ deletedAt: Date | null;
36725
+ systemName: string;
36726
+ displayName: string;
36727
+ permissions: {
36728
+ id: string;
36729
+ description: string | null;
36730
+ createdAt: Date;
36731
+ updatedAt: Date;
36732
+ deletedAt: Date | null;
36733
+ systemName: string;
36734
+ displayName: string;
36735
+ }[];
36736
+ }[];
36737
+ extension: {
36738
+ id: string;
36739
+ createdAt: Date;
36740
+ updatedAt: Date;
36741
+ deletedAt: Date | null;
36742
+ userId: string | null;
36743
+ sipServerUrl: string;
36744
+ sipUserName: string;
36745
+ webphoneLoginUser: string;
36746
+ extensionId: string | null;
36747
+ extensionName: string;
36748
+ telephonySignature: string | null;
36749
+ };
36750
+ }, {
36751
+ name: string;
36752
+ id: string;
36753
+ address: string | null;
36754
+ email: string;
36755
+ createdAt: Date;
36756
+ updatedAt: Date;
36757
+ deletedAt: Date | null;
36758
+ emailVerifiedAt: Date | null;
36759
+ password: string;
36760
+ phone: string | null;
36761
+ notificationCount: number | null;
36762
+ roles: {
36763
+ id: string;
36764
+ description: string | null;
36765
+ createdAt: Date;
36766
+ updatedAt: Date;
36767
+ deletedAt: Date | null;
36768
+ systemName: string;
36769
+ displayName: string;
36770
+ permissions: {
36771
+ id: string;
36772
+ description: string | null;
36773
+ createdAt: Date;
36774
+ updatedAt: Date;
36775
+ deletedAt: Date | null;
36776
+ systemName: string;
36777
+ displayName: string;
36778
+ }[];
36779
+ }[];
36780
+ extension: {
36781
+ id: string;
36782
+ createdAt: Date;
36783
+ updatedAt: Date;
36784
+ deletedAt: Date | null;
36785
+ userId: string | null;
36786
+ sipServerUrl: string;
36787
+ sipUserName: string;
36788
+ webphoneLoginUser: string;
36789
+ extensionId: string | null;
36790
+ extensionName: string;
36791
+ telephonySignature: string | null;
36792
+ };
36793
+ }>;
36794
+ presenceStatus: import("zod").ZodObject<{
36795
+ id: import("zod").ZodString;
36796
+ createdAt: import("zod").ZodDate;
36797
+ updatedAt: import("zod").ZodDate;
36798
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
36799
+ systemName: import("zod").ZodString;
36800
+ displayName: import("zod").ZodString;
36801
+ description: import("zod").ZodNullable<import("zod").ZodString>;
36802
+ position: import("zod").ZodNumber;
36803
+ emoji: import("zod").ZodNullable<import("zod").ZodString>;
36804
+ presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
36805
+ }, "strip", import("zod").ZodTypeAny, {
36806
+ emoji: string | null;
36807
+ id: string;
36808
+ position: number;
36809
+ description: string | null;
36810
+ createdAt: Date;
36811
+ updatedAt: Date;
36812
+ deletedAt: Date | null;
36813
+ systemName: string;
36814
+ displayName: string;
36815
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36816
+ }, {
36817
+ emoji: string | null;
36818
+ id: string;
36819
+ position: number;
36820
+ description: string | null;
36821
+ createdAt: Date;
36822
+ updatedAt: Date;
36823
+ deletedAt: Date | null;
36824
+ systemName: string;
36825
+ displayName: string;
36826
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36827
+ }>;
36828
+ customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
36829
+ }, "strip", import("zod").ZodTypeAny, {
36830
+ id: string;
36831
+ user: {
36832
+ name: string;
36833
+ id: string;
36834
+ address: string | null;
36835
+ email: string;
36836
+ createdAt: Date;
36837
+ updatedAt: Date;
36838
+ deletedAt: Date | null;
36839
+ emailVerifiedAt: Date | null;
36840
+ password: string;
36841
+ phone: string | null;
36842
+ notificationCount: number | null;
36843
+ roles: {
36844
+ id: string;
36845
+ description: string | null;
36846
+ createdAt: Date;
36847
+ updatedAt: Date;
36848
+ deletedAt: Date | null;
36849
+ systemName: string;
36850
+ displayName: string;
36851
+ permissions: {
36852
+ id: string;
36853
+ description: string | null;
36854
+ createdAt: Date;
36855
+ updatedAt: Date;
36856
+ deletedAt: Date | null;
36857
+ systemName: string;
36858
+ displayName: string;
36859
+ }[];
36860
+ }[];
36861
+ extension: {
36862
+ id: string;
36863
+ createdAt: Date;
36864
+ updatedAt: Date;
36865
+ deletedAt: Date | null;
36866
+ userId: string | null;
36867
+ sipServerUrl: string;
36868
+ sipUserName: string;
36869
+ webphoneLoginUser: string;
36870
+ extensionId: string | null;
36871
+ extensionName: string;
36872
+ telephonySignature: string | null;
36873
+ };
36874
+ };
36875
+ createdAt: Date;
36876
+ updatedAt: Date;
36877
+ deletedAt: Date | null;
36878
+ presenceStatus: {
36879
+ emoji: string | null;
36880
+ id: string;
36881
+ position: number;
36882
+ description: string | null;
36883
+ createdAt: Date;
36884
+ updatedAt: Date;
36885
+ deletedAt: Date | null;
36886
+ systemName: string;
36887
+ displayName: string;
36888
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36889
+ };
36890
+ customPresenceStatus?: string | null | undefined;
36891
+ }, {
36892
+ id: string;
36893
+ user: {
36894
+ name: string;
36895
+ id: string;
36896
+ address: string | null;
36897
+ email: string;
36898
+ createdAt: Date;
36899
+ updatedAt: Date;
36900
+ deletedAt: Date | null;
36901
+ emailVerifiedAt: Date | null;
36902
+ password: string;
36903
+ phone: string | null;
36904
+ notificationCount: number | null;
36905
+ roles: {
36906
+ id: string;
36907
+ description: string | null;
36908
+ createdAt: Date;
36909
+ updatedAt: Date;
36910
+ deletedAt: Date | null;
36911
+ systemName: string;
36912
+ displayName: string;
36913
+ permissions: {
36914
+ id: string;
36915
+ description: string | null;
36916
+ createdAt: Date;
36917
+ updatedAt: Date;
36918
+ deletedAt: Date | null;
36919
+ systemName: string;
36920
+ displayName: string;
36921
+ }[];
36922
+ }[];
36923
+ extension: {
36924
+ id: string;
36925
+ createdAt: Date;
36926
+ updatedAt: Date;
36927
+ deletedAt: Date | null;
36928
+ userId: string | null;
36929
+ sipServerUrl: string;
36930
+ sipUserName: string;
36931
+ webphoneLoginUser: string;
36932
+ extensionId: string | null;
36933
+ extensionName: string;
36934
+ telephonySignature: string | null;
36935
+ };
36936
+ };
36937
+ createdAt: Date;
36938
+ updatedAt: Date;
36939
+ deletedAt: Date | null;
36940
+ presenceStatus: {
36941
+ emoji: string | null;
36942
+ id: string;
36943
+ position: number;
36944
+ description: string | null;
36945
+ createdAt: Date;
36946
+ updatedAt: Date;
36947
+ deletedAt: Date | null;
36948
+ systemName: string;
36949
+ displayName: string;
36950
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36951
+ };
36952
+ customPresenceStatus?: string | null | undefined;
36953
+ }>, "many">;
36954
+ 400: import("zod").ZodObject<{
36955
+ message: import("zod").ZodString;
36956
+ }, "strip", import("zod").ZodTypeAny, {
36957
+ message: string;
36958
+ }, {
36959
+ message: string;
36960
+ }>;
36961
+ 401: import("zod").ZodObject<{
36962
+ message: import("zod").ZodString;
36963
+ error: import("zod").ZodAny;
36964
+ }, "strip", import("zod").ZodTypeAny, {
36965
+ message: string;
36966
+ error?: any;
36967
+ }, {
36968
+ message: string;
36969
+ error?: any;
36970
+ }>;
36971
+ 500: import("zod").ZodObject<{
36972
+ message: import("zod").ZodString;
36973
+ error: import("zod").ZodAny;
36974
+ }, "strip", import("zod").ZodTypeAny, {
36975
+ message: string;
36976
+ error?: any;
36977
+ }, {
36978
+ message: string;
36979
+ error?: any;
36980
+ }>;
36981
+ };
36982
+ path: "ms/telephony/agents/presence_status";
36983
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
36984
+ 'x-tenant': import("zod").ZodString;
36985
+ 'x-service-token': import("zod").ZodString;
36986
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
36987
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
36988
+ }, "strip", import("zod").ZodTypeAny, {
36989
+ 'x-tenant': string;
36990
+ 'x-service-token': string;
36991
+ 'x-client-timezone': string;
36992
+ 'x-code'?: string | undefined;
36993
+ }, {
36994
+ 'x-tenant': string;
36995
+ 'x-service-token': string;
36996
+ 'x-code'?: string | undefined;
36997
+ 'x-client-timezone'?: string | undefined;
36998
+ }>>>;
36999
+ };
36653
37000
  getAgentStatus: {
36654
37001
  summary: "Check and update user agent status before getting from telephony server.";
36655
37002
  method: "GET";
@@ -36904,6 +37251,7 @@ export declare const apiContract: {
36904
37251
  displayName: string;
36905
37252
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36906
37253
  }>;
37254
+ customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
36907
37255
  }, "strip", import("zod").ZodTypeAny, {
36908
37256
  id: string;
36909
37257
  user: {
@@ -36965,6 +37313,7 @@ export declare const apiContract: {
36965
37313
  displayName: string;
36966
37314
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
36967
37315
  };
37316
+ customPresenceStatus?: string | null | undefined;
36968
37317
  }, {
36969
37318
  id: string;
36970
37319
  user: {
@@ -37026,6 +37375,7 @@ export declare const apiContract: {
37026
37375
  displayName: string;
37027
37376
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37028
37377
  };
37378
+ customPresenceStatus?: string | null | undefined;
37029
37379
  }>;
37030
37380
  400: import("zod").ZodObject<{
37031
37381
  message: import("zod").ZodString;
@@ -37077,15 +37427,18 @@ export declare const apiContract: {
37077
37427
  body: import("zod").ZodObject<{
37078
37428
  userId: import("zod").ZodString;
37079
37429
  presenceStatusId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
37430
+ customPreseneStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
37080
37431
  reason: import("zod").ZodString;
37081
37432
  }, "strip", import("zod").ZodTypeAny, {
37082
37433
  reason: string;
37083
37434
  userId: string;
37084
37435
  presenceStatusId?: string | null | undefined;
37436
+ customPreseneStatus?: string | null | undefined;
37085
37437
  }, {
37086
37438
  reason: string;
37087
37439
  userId: string;
37088
37440
  presenceStatusId?: string | null | undefined;
37441
+ customPreseneStatus?: string | null | undefined;
37089
37442
  }>;
37090
37443
  summary: "Update presence status";
37091
37444
  method: "POST";
@@ -37335,6 +37688,7 @@ export declare const apiContract: {
37335
37688
  displayName: string;
37336
37689
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37337
37690
  }>;
37691
+ customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
37338
37692
  }, "strip", import("zod").ZodTypeAny, {
37339
37693
  id: string;
37340
37694
  user: {
@@ -37396,6 +37750,7 @@ export declare const apiContract: {
37396
37750
  displayName: string;
37397
37751
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37398
37752
  };
37753
+ customPresenceStatus?: string | null | undefined;
37399
37754
  }, {
37400
37755
  id: string;
37401
37756
  user: {
@@ -37457,6 +37812,7 @@ export declare const apiContract: {
37457
37812
  displayName: string;
37458
37813
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37459
37814
  };
37815
+ customPresenceStatus?: string | null | undefined;
37460
37816
  }>;
37461
37817
  }, "strip", import("zod").ZodTypeAny, {
37462
37818
  requestId: string;
@@ -37521,6 +37877,7 @@ export declare const apiContract: {
37521
37877
  displayName: string;
37522
37878
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37523
37879
  };
37880
+ customPresenceStatus?: string | null | undefined;
37524
37881
  };
37525
37882
  }, {
37526
37883
  requestId: string;
@@ -37585,6 +37942,7 @@ export declare const apiContract: {
37585
37942
  displayName: string;
37586
37943
  presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
37587
37944
  };
37945
+ customPresenceStatus?: string | null | undefined;
37588
37946
  };
37589
37947
  }>;
37590
37948
  400: import("zod").ZodObject<{
@@ -94026,6 +94384,7 @@ export declare const platformContract: {
94026
94384
  firstResponseTime: number;
94027
94385
  lastMessage: string;
94028
94386
  handleTime: number;
94387
+ closedAt: Date;
94029
94388
  unreadCount: number;
94030
94389
  firstResponseAt: Date;
94031
94390
  isLatest: boolean;
@@ -94200,7 +94559,6 @@ export declare const platformContract: {
94200
94559
  telephonySignature: string | null;
94201
94560
  };
94202
94561
  };
94203
- closedAt: Date;
94204
94562
  lastMessageAt: Date | null;
94205
94563
  isBotRoom: boolean;
94206
94564
  csatStatus: string | null;
@@ -94462,6 +94820,7 @@ export declare const platformContract: {
94462
94820
  firstResponseTime: number;
94463
94821
  lastMessage: string;
94464
94822
  handleTime: number;
94823
+ closedAt: Date;
94465
94824
  unreadCount: number;
94466
94825
  firstResponseAt: Date;
94467
94826
  isLatest: boolean;
@@ -94636,7 +94995,6 @@ export declare const platformContract: {
94636
94995
  telephonySignature: string | null;
94637
94996
  };
94638
94997
  };
94639
- closedAt: Date;
94640
94998
  lastMessageAt: Date | null;
94641
94999
  isBotRoom: boolean;
94642
95000
  csatStatus: string | null;
@@ -98760,6 +99118,7 @@ export declare const platformContract: {
98760
99118
  firstResponseTime: number;
98761
99119
  lastMessage: string;
98762
99120
  handleTime: number;
99121
+ closedAt: Date;
98763
99122
  unreadCount: number;
98764
99123
  firstResponseAt: Date;
98765
99124
  isLatest: boolean;
@@ -98934,7 +99293,6 @@ export declare const platformContract: {
98934
99293
  telephonySignature: string | null;
98935
99294
  };
98936
99295
  };
98937
- closedAt: Date;
98938
99296
  lastMessageAt: Date | null;
98939
99297
  isBotRoom: boolean;
98940
99298
  csatStatus: string | null;
@@ -99193,184 +99551,184 @@ export declare const platformContract: {
99193
99551
  telephonySignature: string | null;
99194
99552
  };
99195
99553
  };
99196
- firstResponseTime: number;
99197
- lastMessage: string;
99198
- handleTime: number;
99199
- unreadCount: number;
99200
- firstResponseAt: Date;
99201
- isLatest: boolean;
99202
- platformContact: {
99203
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
99204
- id: string;
99205
- metadata: {
99206
- name: string;
99207
- id: string;
99208
- picture?: string | undefined;
99209
- additionalCredentials?: any;
99210
- };
99211
- createdAt: Date;
99212
- updatedAt: Date;
99213
- deletedAt: Date | null;
99214
- contact: {
99215
- name: string;
99216
- id: string;
99217
- channel: string | null;
99218
- address: string | null;
99219
- createdAt: Date;
99220
- updatedAt: Date;
99221
- deletedAt: Date | null;
99222
- customFields: {
99223
- id: string;
99224
- createdAt: Date;
99225
- updatedAt: Date;
99226
- deletedAt: Date | null;
99227
- attribute: {
99228
- type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
99229
- id: string;
99230
- position: number;
99231
- createdAt: Date;
99232
- updatedAt: Date;
99233
- deletedAt: Date | null;
99234
- systemName: string;
99235
- displayName: string;
99236
- isDefault: boolean;
99237
- isArchived: boolean;
99238
- isRequired: boolean;
99239
- isUnique: boolean;
99240
- };
99241
- textValue: string | null;
99242
- booleanValue: boolean | null;
99243
- numberValue: number | null;
99244
- dateValue: Date | null;
99245
- uploads: {
99246
- id: string;
99247
- status: string | null;
99248
- createdAt: Date;
99249
- updatedAt: Date;
99250
- deletedAt: Date | null;
99251
- fileName: string;
99252
- fileKey: string;
99253
- bucketName: string;
99254
- fileSize: number;
99255
- fileUrl: string | null;
99256
- }[];
99257
- }[];
99258
- company: {
99259
- id: string;
99260
- createdAt: Date;
99261
- updatedAt: Date;
99262
- deletedAt: Date | null;
99263
- name?: string | undefined;
99264
- address?: string | null | undefined;
99265
- phone?: string | null | undefined;
99266
- industry?: string | null | undefined;
99267
- } | null;
99268
- notes: string | null;
99269
- contactProfile: string | null;
99270
- socialProfileUrl: string | null;
99271
- tags: {
99272
- name: string;
99273
- id: string;
99274
- createdAt: Date;
99275
- updatedAt: Date;
99276
- deletedAt: Date | null;
99277
- }[];
99278
- contactEmails: {
99279
- id: string;
99280
- isPrimary: boolean;
99281
- email: string;
99282
- createdAt: Date;
99283
- updatedAt: Date;
99284
- deletedAt: Date | null;
99285
- }[];
99286
- contactPhones: {
99287
- id: string;
99288
- isPrimary: boolean;
99289
- createdAt: Date;
99290
- updatedAt: Date;
99291
- deletedAt: Date | null;
99292
- phone: string;
99293
- }[];
99294
- platformContacts?: {
99295
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
99296
- id: string;
99297
- metadata: {
99298
- name: string;
99299
- id: string;
99300
- picture?: string | undefined;
99301
- additionalCredentials?: any;
99302
- };
99303
- createdAt: Date;
99304
- updatedAt: Date;
99305
- deletedAt: Date | null;
99306
- channelId: string;
99307
- socialPlatformId: string;
99308
- }[] | undefined;
99309
- activityLogs?: {
99310
- id: string;
99311
- description: string;
99312
- createdAt: Date;
99313
- updatedAt: Date;
99314
- deletedAt: Date | null;
99315
- entityId: string;
99316
- entityType: {
99317
- id: string;
99318
- description: string | null;
99319
- createdAt: Date;
99320
- updatedAt: Date;
99321
- deletedAt: Date | null;
99322
- entity: string;
99323
- };
99324
- }[] | undefined;
99325
- };
99326
- channelId: string;
99327
- socialPlatformId: string;
99328
- };
99329
- assignee: {
99330
- name: string;
99331
- id: string;
99332
- address: string | null;
99333
- email: string;
99334
- createdAt: Date;
99335
- updatedAt: Date;
99336
- deletedAt: Date | null;
99337
- emailVerifiedAt: Date | null;
99338
- password: string;
99339
- phone: string | null;
99340
- notificationCount: number | null;
99341
- roles: {
99342
- id: string;
99343
- description: string | null;
99344
- createdAt: Date;
99345
- updatedAt: Date;
99346
- deletedAt: Date | null;
99347
- systemName: string;
99348
- displayName: string;
99349
- permissions: {
99350
- id: string;
99351
- description: string | null;
99352
- createdAt: Date;
99353
- updatedAt: Date;
99354
- deletedAt: Date | null;
99355
- systemName: string;
99356
- displayName: string;
99357
- }[];
99358
- }[];
99359
- extension: {
99360
- id: string;
99361
- createdAt: Date;
99362
- updatedAt: Date;
99363
- deletedAt: Date | null;
99364
- userId: string | null;
99365
- sipServerUrl: string;
99366
- sipUserName: string;
99367
- webphoneLoginUser: string;
99368
- extensionId: string | null;
99369
- extensionName: string;
99370
- telephonySignature: string | null;
99371
- };
99372
- };
99554
+ firstResponseTime: number;
99555
+ lastMessage: string;
99556
+ handleTime: number;
99373
99557
  closedAt: Date;
99558
+ unreadCount: number;
99559
+ firstResponseAt: Date;
99560
+ isLatest: boolean;
99561
+ platformContact: {
99562
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
99563
+ id: string;
99564
+ metadata: {
99565
+ name: string;
99566
+ id: string;
99567
+ picture?: string | undefined;
99568
+ additionalCredentials?: any;
99569
+ };
99570
+ createdAt: Date;
99571
+ updatedAt: Date;
99572
+ deletedAt: Date | null;
99573
+ contact: {
99574
+ name: string;
99575
+ id: string;
99576
+ channel: string | null;
99577
+ address: string | null;
99578
+ createdAt: Date;
99579
+ updatedAt: Date;
99580
+ deletedAt: Date | null;
99581
+ customFields: {
99582
+ id: string;
99583
+ createdAt: Date;
99584
+ updatedAt: Date;
99585
+ deletedAt: Date | null;
99586
+ attribute: {
99587
+ type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
99588
+ id: string;
99589
+ position: number;
99590
+ createdAt: Date;
99591
+ updatedAt: Date;
99592
+ deletedAt: Date | null;
99593
+ systemName: string;
99594
+ displayName: string;
99595
+ isDefault: boolean;
99596
+ isArchived: boolean;
99597
+ isRequired: boolean;
99598
+ isUnique: boolean;
99599
+ };
99600
+ textValue: string | null;
99601
+ booleanValue: boolean | null;
99602
+ numberValue: number | null;
99603
+ dateValue: Date | null;
99604
+ uploads: {
99605
+ id: string;
99606
+ status: string | null;
99607
+ createdAt: Date;
99608
+ updatedAt: Date;
99609
+ deletedAt: Date | null;
99610
+ fileName: string;
99611
+ fileKey: string;
99612
+ bucketName: string;
99613
+ fileSize: number;
99614
+ fileUrl: string | null;
99615
+ }[];
99616
+ }[];
99617
+ company: {
99618
+ id: string;
99619
+ createdAt: Date;
99620
+ updatedAt: Date;
99621
+ deletedAt: Date | null;
99622
+ name?: string | undefined;
99623
+ address?: string | null | undefined;
99624
+ phone?: string | null | undefined;
99625
+ industry?: string | null | undefined;
99626
+ } | null;
99627
+ notes: string | null;
99628
+ contactProfile: string | null;
99629
+ socialProfileUrl: string | null;
99630
+ tags: {
99631
+ name: string;
99632
+ id: string;
99633
+ createdAt: Date;
99634
+ updatedAt: Date;
99635
+ deletedAt: Date | null;
99636
+ }[];
99637
+ contactEmails: {
99638
+ id: string;
99639
+ isPrimary: boolean;
99640
+ email: string;
99641
+ createdAt: Date;
99642
+ updatedAt: Date;
99643
+ deletedAt: Date | null;
99644
+ }[];
99645
+ contactPhones: {
99646
+ id: string;
99647
+ isPrimary: boolean;
99648
+ createdAt: Date;
99649
+ updatedAt: Date;
99650
+ deletedAt: Date | null;
99651
+ phone: string;
99652
+ }[];
99653
+ platformContacts?: {
99654
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
99655
+ id: string;
99656
+ metadata: {
99657
+ name: string;
99658
+ id: string;
99659
+ picture?: string | undefined;
99660
+ additionalCredentials?: any;
99661
+ };
99662
+ createdAt: Date;
99663
+ updatedAt: Date;
99664
+ deletedAt: Date | null;
99665
+ channelId: string;
99666
+ socialPlatformId: string;
99667
+ }[] | undefined;
99668
+ activityLogs?: {
99669
+ id: string;
99670
+ description: string;
99671
+ createdAt: Date;
99672
+ updatedAt: Date;
99673
+ deletedAt: Date | null;
99674
+ entityId: string;
99675
+ entityType: {
99676
+ id: string;
99677
+ description: string | null;
99678
+ createdAt: Date;
99679
+ updatedAt: Date;
99680
+ deletedAt: Date | null;
99681
+ entity: string;
99682
+ };
99683
+ }[] | undefined;
99684
+ };
99685
+ channelId: string;
99686
+ socialPlatformId: string;
99687
+ };
99688
+ assignee: {
99689
+ name: string;
99690
+ id: string;
99691
+ address: string | null;
99692
+ email: string;
99693
+ createdAt: Date;
99694
+ updatedAt: Date;
99695
+ deletedAt: Date | null;
99696
+ emailVerifiedAt: Date | null;
99697
+ password: string;
99698
+ phone: string | null;
99699
+ notificationCount: number | null;
99700
+ roles: {
99701
+ id: string;
99702
+ description: string | null;
99703
+ createdAt: Date;
99704
+ updatedAt: Date;
99705
+ deletedAt: Date | null;
99706
+ systemName: string;
99707
+ displayName: string;
99708
+ permissions: {
99709
+ id: string;
99710
+ description: string | null;
99711
+ createdAt: Date;
99712
+ updatedAt: Date;
99713
+ deletedAt: Date | null;
99714
+ systemName: string;
99715
+ displayName: string;
99716
+ }[];
99717
+ }[];
99718
+ extension: {
99719
+ id: string;
99720
+ createdAt: Date;
99721
+ updatedAt: Date;
99722
+ deletedAt: Date | null;
99723
+ userId: string | null;
99724
+ sipServerUrl: string;
99725
+ sipUserName: string;
99726
+ webphoneLoginUser: string;
99727
+ extensionId: string | null;
99728
+ extensionName: string;
99729
+ telephonySignature: string | null;
99730
+ };
99731
+ };
99374
99732
  lastMessageAt: Date | null;
99375
99733
  isBotRoom: boolean;
99376
99734
  csatStatus: string | null;
@@ -101402,184 +101760,184 @@ export declare const platformContract: {
101402
101760
  telephonySignature: string | null;
101403
101761
  };
101404
101762
  };
101405
- firstResponseTime: number;
101406
- lastMessage: string;
101407
- handleTime: number;
101408
- unreadCount: number;
101409
- firstResponseAt: Date;
101410
- isLatest: boolean;
101411
- platformContact: {
101412
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
101413
- id: string;
101414
- metadata: {
101415
- name: string;
101416
- id: string;
101417
- picture?: string | undefined;
101418
- additionalCredentials?: any;
101419
- };
101420
- createdAt: Date;
101421
- updatedAt: Date;
101422
- deletedAt: Date | null;
101423
- contact: {
101424
- name: string;
101425
- id: string;
101426
- channel: string | null;
101427
- address: string | null;
101428
- createdAt: Date;
101429
- updatedAt: Date;
101430
- deletedAt: Date | null;
101431
- customFields: {
101432
- id: string;
101433
- createdAt: Date;
101434
- updatedAt: Date;
101435
- deletedAt: Date | null;
101436
- attribute: {
101437
- type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
101438
- id: string;
101439
- position: number;
101440
- createdAt: Date;
101441
- updatedAt: Date;
101442
- deletedAt: Date | null;
101443
- systemName: string;
101444
- displayName: string;
101445
- isDefault: boolean;
101446
- isArchived: boolean;
101447
- isRequired: boolean;
101448
- isUnique: boolean;
101449
- };
101450
- textValue: string | null;
101451
- booleanValue: boolean | null;
101452
- numberValue: number | null;
101453
- dateValue: Date | null;
101454
- uploads: {
101455
- id: string;
101456
- status: string | null;
101457
- createdAt: Date;
101458
- updatedAt: Date;
101459
- deletedAt: Date | null;
101460
- fileName: string;
101461
- fileKey: string;
101462
- bucketName: string;
101463
- fileSize: number;
101464
- fileUrl: string | null;
101465
- }[];
101466
- }[];
101467
- company: {
101468
- id: string;
101469
- createdAt: Date;
101470
- updatedAt: Date;
101471
- deletedAt: Date | null;
101472
- name?: string | undefined;
101473
- address?: string | null | undefined;
101474
- phone?: string | null | undefined;
101475
- industry?: string | null | undefined;
101476
- } | null;
101477
- notes: string | null;
101478
- contactProfile: string | null;
101479
- socialProfileUrl: string | null;
101480
- tags: {
101481
- name: string;
101482
- id: string;
101483
- createdAt: Date;
101484
- updatedAt: Date;
101485
- deletedAt: Date | null;
101486
- }[];
101487
- contactEmails: {
101488
- id: string;
101489
- isPrimary: boolean;
101490
- email: string;
101491
- createdAt: Date;
101492
- updatedAt: Date;
101493
- deletedAt: Date | null;
101494
- }[];
101495
- contactPhones: {
101496
- id: string;
101497
- isPrimary: boolean;
101498
- createdAt: Date;
101499
- updatedAt: Date;
101500
- deletedAt: Date | null;
101501
- phone: string;
101502
- }[];
101503
- platformContacts?: {
101504
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
101505
- id: string;
101506
- metadata: {
101507
- name: string;
101508
- id: string;
101509
- picture?: string | undefined;
101510
- additionalCredentials?: any;
101511
- };
101512
- createdAt: Date;
101513
- updatedAt: Date;
101514
- deletedAt: Date | null;
101515
- channelId: string;
101516
- socialPlatformId: string;
101517
- }[] | undefined;
101518
- activityLogs?: {
101519
- id: string;
101520
- description: string;
101521
- createdAt: Date;
101522
- updatedAt: Date;
101523
- deletedAt: Date | null;
101524
- entityId: string;
101525
- entityType: {
101526
- id: string;
101527
- description: string | null;
101528
- createdAt: Date;
101529
- updatedAt: Date;
101530
- deletedAt: Date | null;
101531
- entity: string;
101532
- };
101533
- }[] | undefined;
101534
- };
101535
- channelId: string;
101536
- socialPlatformId: string;
101537
- };
101538
- assignee: {
101539
- name: string;
101540
- id: string;
101541
- address: string | null;
101542
- email: string;
101543
- createdAt: Date;
101544
- updatedAt: Date;
101545
- deletedAt: Date | null;
101546
- emailVerifiedAt: Date | null;
101547
- password: string;
101548
- phone: string | null;
101549
- notificationCount: number | null;
101550
- roles: {
101551
- id: string;
101552
- description: string | null;
101553
- createdAt: Date;
101554
- updatedAt: Date;
101555
- deletedAt: Date | null;
101556
- systemName: string;
101557
- displayName: string;
101558
- permissions: {
101559
- id: string;
101560
- description: string | null;
101561
- createdAt: Date;
101562
- updatedAt: Date;
101563
- deletedAt: Date | null;
101564
- systemName: string;
101565
- displayName: string;
101566
- }[];
101567
- }[];
101568
- extension: {
101569
- id: string;
101570
- createdAt: Date;
101571
- updatedAt: Date;
101572
- deletedAt: Date | null;
101573
- userId: string | null;
101574
- sipServerUrl: string;
101575
- sipUserName: string;
101576
- webphoneLoginUser: string;
101577
- extensionId: string | null;
101578
- extensionName: string;
101579
- telephonySignature: string | null;
101580
- };
101581
- };
101763
+ firstResponseTime: number;
101764
+ lastMessage: string;
101765
+ handleTime: number;
101582
101766
  closedAt: Date;
101767
+ unreadCount: number;
101768
+ firstResponseAt: Date;
101769
+ isLatest: boolean;
101770
+ platformContact: {
101771
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
101772
+ id: string;
101773
+ metadata: {
101774
+ name: string;
101775
+ id: string;
101776
+ picture?: string | undefined;
101777
+ additionalCredentials?: any;
101778
+ };
101779
+ createdAt: Date;
101780
+ updatedAt: Date;
101781
+ deletedAt: Date | null;
101782
+ contact: {
101783
+ name: string;
101784
+ id: string;
101785
+ channel: string | null;
101786
+ address: string | null;
101787
+ createdAt: Date;
101788
+ updatedAt: Date;
101789
+ deletedAt: Date | null;
101790
+ customFields: {
101791
+ id: string;
101792
+ createdAt: Date;
101793
+ updatedAt: Date;
101794
+ deletedAt: Date | null;
101795
+ attribute: {
101796
+ type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
101797
+ id: string;
101798
+ position: number;
101799
+ createdAt: Date;
101800
+ updatedAt: Date;
101801
+ deletedAt: Date | null;
101802
+ systemName: string;
101803
+ displayName: string;
101804
+ isDefault: boolean;
101805
+ isArchived: boolean;
101806
+ isRequired: boolean;
101807
+ isUnique: boolean;
101808
+ };
101809
+ textValue: string | null;
101810
+ booleanValue: boolean | null;
101811
+ numberValue: number | null;
101812
+ dateValue: Date | null;
101813
+ uploads: {
101814
+ id: string;
101815
+ status: string | null;
101816
+ createdAt: Date;
101817
+ updatedAt: Date;
101818
+ deletedAt: Date | null;
101819
+ fileName: string;
101820
+ fileKey: string;
101821
+ bucketName: string;
101822
+ fileSize: number;
101823
+ fileUrl: string | null;
101824
+ }[];
101825
+ }[];
101826
+ company: {
101827
+ id: string;
101828
+ createdAt: Date;
101829
+ updatedAt: Date;
101830
+ deletedAt: Date | null;
101831
+ name?: string | undefined;
101832
+ address?: string | null | undefined;
101833
+ phone?: string | null | undefined;
101834
+ industry?: string | null | undefined;
101835
+ } | null;
101836
+ notes: string | null;
101837
+ contactProfile: string | null;
101838
+ socialProfileUrl: string | null;
101839
+ tags: {
101840
+ name: string;
101841
+ id: string;
101842
+ createdAt: Date;
101843
+ updatedAt: Date;
101844
+ deletedAt: Date | null;
101845
+ }[];
101846
+ contactEmails: {
101847
+ id: string;
101848
+ isPrimary: boolean;
101849
+ email: string;
101850
+ createdAt: Date;
101851
+ updatedAt: Date;
101852
+ deletedAt: Date | null;
101853
+ }[];
101854
+ contactPhones: {
101855
+ id: string;
101856
+ isPrimary: boolean;
101857
+ createdAt: Date;
101858
+ updatedAt: Date;
101859
+ deletedAt: Date | null;
101860
+ phone: string;
101861
+ }[];
101862
+ platformContacts?: {
101863
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
101864
+ id: string;
101865
+ metadata: {
101866
+ name: string;
101867
+ id: string;
101868
+ picture?: string | undefined;
101869
+ additionalCredentials?: any;
101870
+ };
101871
+ createdAt: Date;
101872
+ updatedAt: Date;
101873
+ deletedAt: Date | null;
101874
+ channelId: string;
101875
+ socialPlatformId: string;
101876
+ }[] | undefined;
101877
+ activityLogs?: {
101878
+ id: string;
101879
+ description: string;
101880
+ createdAt: Date;
101881
+ updatedAt: Date;
101882
+ deletedAt: Date | null;
101883
+ entityId: string;
101884
+ entityType: {
101885
+ id: string;
101886
+ description: string | null;
101887
+ createdAt: Date;
101888
+ updatedAt: Date;
101889
+ deletedAt: Date | null;
101890
+ entity: string;
101891
+ };
101892
+ }[] | undefined;
101893
+ };
101894
+ channelId: string;
101895
+ socialPlatformId: string;
101896
+ };
101897
+ assignee: {
101898
+ name: string;
101899
+ id: string;
101900
+ address: string | null;
101901
+ email: string;
101902
+ createdAt: Date;
101903
+ updatedAt: Date;
101904
+ deletedAt: Date | null;
101905
+ emailVerifiedAt: Date | null;
101906
+ password: string;
101907
+ phone: string | null;
101908
+ notificationCount: number | null;
101909
+ roles: {
101910
+ id: string;
101911
+ description: string | null;
101912
+ createdAt: Date;
101913
+ updatedAt: Date;
101914
+ deletedAt: Date | null;
101915
+ systemName: string;
101916
+ displayName: string;
101917
+ permissions: {
101918
+ id: string;
101919
+ description: string | null;
101920
+ createdAt: Date;
101921
+ updatedAt: Date;
101922
+ deletedAt: Date | null;
101923
+ systemName: string;
101924
+ displayName: string;
101925
+ }[];
101926
+ }[];
101927
+ extension: {
101928
+ id: string;
101929
+ createdAt: Date;
101930
+ updatedAt: Date;
101931
+ deletedAt: Date | null;
101932
+ userId: string | null;
101933
+ sipServerUrl: string;
101934
+ sipUserName: string;
101935
+ webphoneLoginUser: string;
101936
+ extensionId: string | null;
101937
+ extensionName: string;
101938
+ telephonySignature: string | null;
101939
+ };
101940
+ };
101583
101941
  lastMessageAt: Date | null;
101584
101942
  isBotRoom: boolean;
101585
101943
  csatStatus: string | null;
@@ -102175,184 +102533,184 @@ export declare const platformContract: {
102175
102533
  telephonySignature: string | null;
102176
102534
  };
102177
102535
  };
102178
- firstResponseTime: number;
102179
- lastMessage: string;
102180
- handleTime: number;
102181
- unreadCount: number;
102182
- firstResponseAt: Date;
102183
- isLatest: boolean;
102184
- platformContact: {
102185
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
102186
- id: string;
102187
- metadata: {
102188
- name: string;
102189
- id: string;
102190
- picture?: string | undefined;
102191
- additionalCredentials?: any;
102192
- };
102193
- createdAt: Date;
102194
- updatedAt: Date;
102195
- deletedAt: Date | null;
102196
- contact: {
102197
- name: string;
102198
- id: string;
102199
- channel: string | null;
102200
- address: string | null;
102201
- createdAt: Date;
102202
- updatedAt: Date;
102203
- deletedAt: Date | null;
102204
- customFields: {
102205
- id: string;
102206
- createdAt: Date;
102207
- updatedAt: Date;
102208
- deletedAt: Date | null;
102209
- attribute: {
102210
- type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
102211
- id: string;
102212
- position: number;
102213
- createdAt: Date;
102214
- updatedAt: Date;
102215
- deletedAt: Date | null;
102216
- systemName: string;
102217
- displayName: string;
102218
- isDefault: boolean;
102219
- isArchived: boolean;
102220
- isRequired: boolean;
102221
- isUnique: boolean;
102222
- };
102223
- textValue: string | null;
102224
- booleanValue: boolean | null;
102225
- numberValue: number | null;
102226
- dateValue: Date | null;
102227
- uploads: {
102228
- id: string;
102229
- status: string | null;
102230
- createdAt: Date;
102231
- updatedAt: Date;
102232
- deletedAt: Date | null;
102233
- fileName: string;
102234
- fileKey: string;
102235
- bucketName: string;
102236
- fileSize: number;
102237
- fileUrl: string | null;
102238
- }[];
102239
- }[];
102240
- company: {
102241
- id: string;
102242
- createdAt: Date;
102243
- updatedAt: Date;
102244
- deletedAt: Date | null;
102245
- name?: string | undefined;
102246
- address?: string | null | undefined;
102247
- phone?: string | null | undefined;
102248
- industry?: string | null | undefined;
102249
- } | null;
102250
- notes: string | null;
102251
- contactProfile: string | null;
102252
- socialProfileUrl: string | null;
102253
- tags: {
102254
- name: string;
102255
- id: string;
102256
- createdAt: Date;
102257
- updatedAt: Date;
102258
- deletedAt: Date | null;
102259
- }[];
102260
- contactEmails: {
102261
- id: string;
102262
- isPrimary: boolean;
102263
- email: string;
102264
- createdAt: Date;
102265
- updatedAt: Date;
102266
- deletedAt: Date | null;
102267
- }[];
102268
- contactPhones: {
102269
- id: string;
102270
- isPrimary: boolean;
102271
- createdAt: Date;
102272
- updatedAt: Date;
102273
- deletedAt: Date | null;
102274
- phone: string;
102275
- }[];
102276
- platformContacts?: {
102277
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
102278
- id: string;
102279
- metadata: {
102280
- name: string;
102281
- id: string;
102282
- picture?: string | undefined;
102283
- additionalCredentials?: any;
102284
- };
102285
- createdAt: Date;
102286
- updatedAt: Date;
102287
- deletedAt: Date | null;
102288
- channelId: string;
102289
- socialPlatformId: string;
102290
- }[] | undefined;
102291
- activityLogs?: {
102292
- id: string;
102293
- description: string;
102294
- createdAt: Date;
102295
- updatedAt: Date;
102296
- deletedAt: Date | null;
102297
- entityId: string;
102298
- entityType: {
102299
- id: string;
102300
- description: string | null;
102301
- createdAt: Date;
102302
- updatedAt: Date;
102303
- deletedAt: Date | null;
102304
- entity: string;
102305
- };
102306
- }[] | undefined;
102307
- };
102308
- channelId: string;
102309
- socialPlatformId: string;
102310
- };
102311
- assignee: {
102312
- name: string;
102313
- id: string;
102314
- address: string | null;
102315
- email: string;
102316
- createdAt: Date;
102317
- updatedAt: Date;
102318
- deletedAt: Date | null;
102319
- emailVerifiedAt: Date | null;
102320
- password: string;
102321
- phone: string | null;
102322
- notificationCount: number | null;
102323
- roles: {
102324
- id: string;
102325
- description: string | null;
102326
- createdAt: Date;
102327
- updatedAt: Date;
102328
- deletedAt: Date | null;
102329
- systemName: string;
102330
- displayName: string;
102331
- permissions: {
102332
- id: string;
102333
- description: string | null;
102334
- createdAt: Date;
102335
- updatedAt: Date;
102336
- deletedAt: Date | null;
102337
- systemName: string;
102338
- displayName: string;
102339
- }[];
102340
- }[];
102341
- extension: {
102342
- id: string;
102343
- createdAt: Date;
102344
- updatedAt: Date;
102345
- deletedAt: Date | null;
102346
- userId: string | null;
102347
- sipServerUrl: string;
102348
- sipUserName: string;
102349
- webphoneLoginUser: string;
102350
- extensionId: string | null;
102351
- extensionName: string;
102352
- telephonySignature: string | null;
102353
- };
102354
- };
102536
+ firstResponseTime: number;
102537
+ lastMessage: string;
102538
+ handleTime: number;
102355
102539
  closedAt: Date;
102540
+ unreadCount: number;
102541
+ firstResponseAt: Date;
102542
+ isLatest: boolean;
102543
+ platformContact: {
102544
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
102545
+ id: string;
102546
+ metadata: {
102547
+ name: string;
102548
+ id: string;
102549
+ picture?: string | undefined;
102550
+ additionalCredentials?: any;
102551
+ };
102552
+ createdAt: Date;
102553
+ updatedAt: Date;
102554
+ deletedAt: Date | null;
102555
+ contact: {
102556
+ name: string;
102557
+ id: string;
102558
+ channel: string | null;
102559
+ address: string | null;
102560
+ createdAt: Date;
102561
+ updatedAt: Date;
102562
+ deletedAt: Date | null;
102563
+ customFields: {
102564
+ id: string;
102565
+ createdAt: Date;
102566
+ updatedAt: Date;
102567
+ deletedAt: Date | null;
102568
+ attribute: {
102569
+ type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
102570
+ id: string;
102571
+ position: number;
102572
+ createdAt: Date;
102573
+ updatedAt: Date;
102574
+ deletedAt: Date | null;
102575
+ systemName: string;
102576
+ displayName: string;
102577
+ isDefault: boolean;
102578
+ isArchived: boolean;
102579
+ isRequired: boolean;
102580
+ isUnique: boolean;
102581
+ };
102582
+ textValue: string | null;
102583
+ booleanValue: boolean | null;
102584
+ numberValue: number | null;
102585
+ dateValue: Date | null;
102586
+ uploads: {
102587
+ id: string;
102588
+ status: string | null;
102589
+ createdAt: Date;
102590
+ updatedAt: Date;
102591
+ deletedAt: Date | null;
102592
+ fileName: string;
102593
+ fileKey: string;
102594
+ bucketName: string;
102595
+ fileSize: number;
102596
+ fileUrl: string | null;
102597
+ }[];
102598
+ }[];
102599
+ company: {
102600
+ id: string;
102601
+ createdAt: Date;
102602
+ updatedAt: Date;
102603
+ deletedAt: Date | null;
102604
+ name?: string | undefined;
102605
+ address?: string | null | undefined;
102606
+ phone?: string | null | undefined;
102607
+ industry?: string | null | undefined;
102608
+ } | null;
102609
+ notes: string | null;
102610
+ contactProfile: string | null;
102611
+ socialProfileUrl: string | null;
102612
+ tags: {
102613
+ name: string;
102614
+ id: string;
102615
+ createdAt: Date;
102616
+ updatedAt: Date;
102617
+ deletedAt: Date | null;
102618
+ }[];
102619
+ contactEmails: {
102620
+ id: string;
102621
+ isPrimary: boolean;
102622
+ email: string;
102623
+ createdAt: Date;
102624
+ updatedAt: Date;
102625
+ deletedAt: Date | null;
102626
+ }[];
102627
+ contactPhones: {
102628
+ id: string;
102629
+ isPrimary: boolean;
102630
+ createdAt: Date;
102631
+ updatedAt: Date;
102632
+ deletedAt: Date | null;
102633
+ phone: string;
102634
+ }[];
102635
+ platformContacts?: {
102636
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
102637
+ id: string;
102638
+ metadata: {
102639
+ name: string;
102640
+ id: string;
102641
+ picture?: string | undefined;
102642
+ additionalCredentials?: any;
102643
+ };
102644
+ createdAt: Date;
102645
+ updatedAt: Date;
102646
+ deletedAt: Date | null;
102647
+ channelId: string;
102648
+ socialPlatformId: string;
102649
+ }[] | undefined;
102650
+ activityLogs?: {
102651
+ id: string;
102652
+ description: string;
102653
+ createdAt: Date;
102654
+ updatedAt: Date;
102655
+ deletedAt: Date | null;
102656
+ entityId: string;
102657
+ entityType: {
102658
+ id: string;
102659
+ description: string | null;
102660
+ createdAt: Date;
102661
+ updatedAt: Date;
102662
+ deletedAt: Date | null;
102663
+ entity: string;
102664
+ };
102665
+ }[] | undefined;
102666
+ };
102667
+ channelId: string;
102668
+ socialPlatformId: string;
102669
+ };
102670
+ assignee: {
102671
+ name: string;
102672
+ id: string;
102673
+ address: string | null;
102674
+ email: string;
102675
+ createdAt: Date;
102676
+ updatedAt: Date;
102677
+ deletedAt: Date | null;
102678
+ emailVerifiedAt: Date | null;
102679
+ password: string;
102680
+ phone: string | null;
102681
+ notificationCount: number | null;
102682
+ roles: {
102683
+ id: string;
102684
+ description: string | null;
102685
+ createdAt: Date;
102686
+ updatedAt: Date;
102687
+ deletedAt: Date | null;
102688
+ systemName: string;
102689
+ displayName: string;
102690
+ permissions: {
102691
+ id: string;
102692
+ description: string | null;
102693
+ createdAt: Date;
102694
+ updatedAt: Date;
102695
+ deletedAt: Date | null;
102696
+ systemName: string;
102697
+ displayName: string;
102698
+ }[];
102699
+ }[];
102700
+ extension: {
102701
+ id: string;
102702
+ createdAt: Date;
102703
+ updatedAt: Date;
102704
+ deletedAt: Date | null;
102705
+ userId: string | null;
102706
+ sipServerUrl: string;
102707
+ sipUserName: string;
102708
+ webphoneLoginUser: string;
102709
+ extensionId: string | null;
102710
+ extensionName: string;
102711
+ telephonySignature: string | null;
102712
+ };
102713
+ };
102356
102714
  lastMessageAt: Date | null;
102357
102715
  isBotRoom: boolean;
102358
102716
  csatStatus: string | null;
@@ -102952,6 +103310,7 @@ export declare const platformContract: {
102952
103310
  firstResponseTime: number;
102953
103311
  lastMessage: string;
102954
103312
  handleTime: number;
103313
+ closedAt: Date;
102955
103314
  unreadCount: number;
102956
103315
  firstResponseAt: Date;
102957
103316
  isLatest: boolean;
@@ -103126,7 +103485,6 @@ export declare const platformContract: {
103126
103485
  telephonySignature: string | null;
103127
103486
  };
103128
103487
  };
103129
- closedAt: Date;
103130
103488
  lastMessageAt: Date | null;
103131
103489
  isBotRoom: boolean;
103132
103490
  csatStatus: string | null;
@@ -103725,6 +104083,7 @@ export declare const platformContract: {
103725
104083
  firstResponseTime: number;
103726
104084
  lastMessage: string;
103727
104085
  handleTime: number;
104086
+ closedAt: Date;
103728
104087
  unreadCount: number;
103729
104088
  firstResponseAt: Date;
103730
104089
  isLatest: boolean;
@@ -103899,7 +104258,6 @@ export declare const platformContract: {
103899
104258
  telephonySignature: string | null;
103900
104259
  };
103901
104260
  };
103902
- closedAt: Date;
103903
104261
  lastMessageAt: Date | null;
103904
104262
  isBotRoom: boolean;
103905
104263
  csatStatus: string | null;
@@ -104499,6 +104857,7 @@ export declare const platformContract: {
104499
104857
  firstResponseTime: number;
104500
104858
  lastMessage: string;
104501
104859
  handleTime: number;
104860
+ closedAt: Date;
104502
104861
  unreadCount: number;
104503
104862
  firstResponseAt: Date;
104504
104863
  isLatest: boolean;
@@ -104673,7 +105032,6 @@ export declare const platformContract: {
104673
105032
  telephonySignature: string | null;
104674
105033
  };
104675
105034
  };
104676
- closedAt: Date;
104677
105035
  lastMessageAt: Date | null;
104678
105036
  isBotRoom: boolean;
104679
105037
  csatStatus: string | null;
@@ -105272,6 +105630,7 @@ export declare const platformContract: {
105272
105630
  firstResponseTime: number;
105273
105631
  lastMessage: string;
105274
105632
  handleTime: number;
105633
+ closedAt: Date;
105275
105634
  unreadCount: number;
105276
105635
  firstResponseAt: Date;
105277
105636
  isLatest: boolean;
@@ -105446,7 +105805,6 @@ export declare const platformContract: {
105446
105805
  telephonySignature: string | null;
105447
105806
  };
105448
105807
  };
105449
- closedAt: Date;
105450
105808
  lastMessageAt: Date | null;
105451
105809
  isBotRoom: boolean;
105452
105810
  csatStatus: string | null;
@@ -106048,6 +106406,7 @@ export declare const platformContract: {
106048
106406
  firstResponseTime: number;
106049
106407
  lastMessage: string;
106050
106408
  handleTime: number;
106409
+ closedAt: Date;
106051
106410
  unreadCount: number;
106052
106411
  firstResponseAt: Date;
106053
106412
  isLatest: boolean;
@@ -106222,7 +106581,6 @@ export declare const platformContract: {
106222
106581
  telephonySignature: string | null;
106223
106582
  };
106224
106583
  };
106225
- closedAt: Date;
106226
106584
  lastMessageAt: Date | null;
106227
106585
  isBotRoom: boolean;
106228
106586
  csatStatus: string | null;
@@ -106821,6 +107179,7 @@ export declare const platformContract: {
106821
107179
  firstResponseTime: number;
106822
107180
  lastMessage: string;
106823
107181
  handleTime: number;
107182
+ closedAt: Date;
106824
107183
  unreadCount: number;
106825
107184
  firstResponseAt: Date;
106826
107185
  isLatest: boolean;
@@ -106995,7 +107354,6 @@ export declare const platformContract: {
106995
107354
  telephonySignature: string | null;
106996
107355
  };
106997
107356
  };
106998
- closedAt: Date;
106999
107357
  lastMessageAt: Date | null;
107000
107358
  isBotRoom: boolean;
107001
107359
  csatStatus: string | null;
@@ -107598,6 +107956,7 @@ export declare const platformContract: {
107598
107956
  firstResponseTime: number;
107599
107957
  lastMessage: string;
107600
107958
  handleTime: number;
107959
+ closedAt: Date;
107601
107960
  unreadCount: number;
107602
107961
  firstResponseAt: Date;
107603
107962
  isLatest: boolean;
@@ -107772,7 +108131,6 @@ export declare const platformContract: {
107772
108131
  telephonySignature: string | null;
107773
108132
  };
107774
108133
  };
107775
- closedAt: Date;
107776
108134
  lastMessageAt: Date | null;
107777
108135
  isBotRoom: boolean;
107778
108136
  csatStatus: string | null;
@@ -108371,6 +108729,7 @@ export declare const platformContract: {
108371
108729
  firstResponseTime: number;
108372
108730
  lastMessage: string;
108373
108731
  handleTime: number;
108732
+ closedAt: Date;
108374
108733
  unreadCount: number;
108375
108734
  firstResponseAt: Date;
108376
108735
  isLatest: boolean;
@@ -108545,7 +108904,6 @@ export declare const platformContract: {
108545
108904
  telephonySignature: string | null;
108546
108905
  };
108547
108906
  };
108548
- closedAt: Date;
108549
108907
  lastMessageAt: Date | null;
108550
108908
  isBotRoom: boolean;
108551
108909
  csatStatus: string | null;
@@ -115756,6 +116114,7 @@ export declare const platformLineContract: {
115756
116114
  firstResponseTime: number;
115757
116115
  lastMessage: string;
115758
116116
  handleTime: number;
116117
+ closedAt: Date;
115759
116118
  unreadCount: number;
115760
116119
  firstResponseAt: Date;
115761
116120
  isLatest: boolean;
@@ -115930,7 +116289,6 @@ export declare const platformLineContract: {
115930
116289
  telephonySignature: string | null;
115931
116290
  };
115932
116291
  };
115933
- closedAt: Date;
115934
116292
  lastMessageAt: Date | null;
115935
116293
  isBotRoom: boolean;
115936
116294
  csatStatus: string | null;
@@ -116192,6 +116550,7 @@ export declare const platformLineContract: {
116192
116550
  firstResponseTime: number;
116193
116551
  lastMessage: string;
116194
116552
  handleTime: number;
116553
+ closedAt: Date;
116195
116554
  unreadCount: number;
116196
116555
  firstResponseAt: Date;
116197
116556
  isLatest: boolean;
@@ -116366,7 +116725,6 @@ export declare const platformLineContract: {
116366
116725
  telephonySignature: string | null;
116367
116726
  };
116368
116727
  };
116369
- closedAt: Date;
116370
116728
  lastMessageAt: Date | null;
116371
116729
  isBotRoom: boolean;
116372
116730
  csatStatus: string | null;
@@ -120490,6 +120848,7 @@ export declare const platformLineContract: {
120490
120848
  firstResponseTime: number;
120491
120849
  lastMessage: string;
120492
120850
  handleTime: number;
120851
+ closedAt: Date;
120493
120852
  unreadCount: number;
120494
120853
  firstResponseAt: Date;
120495
120854
  isLatest: boolean;
@@ -120664,7 +121023,6 @@ export declare const platformLineContract: {
120664
121023
  telephonySignature: string | null;
120665
121024
  };
120666
121025
  };
120667
- closedAt: Date;
120668
121026
  lastMessageAt: Date | null;
120669
121027
  isBotRoom: boolean;
120670
121028
  csatStatus: string | null;
@@ -120926,6 +121284,7 @@ export declare const platformLineContract: {
120926
121284
  firstResponseTime: number;
120927
121285
  lastMessage: string;
120928
121286
  handleTime: number;
121287
+ closedAt: Date;
120929
121288
  unreadCount: number;
120930
121289
  firstResponseAt: Date;
120931
121290
  isLatest: boolean;
@@ -121100,7 +121459,6 @@ export declare const platformLineContract: {
121100
121459
  telephonySignature: string | null;
121101
121460
  };
121102
121461
  };
121103
- closedAt: Date;
121104
121462
  lastMessageAt: Date | null;
121105
121463
  isBotRoom: boolean;
121106
121464
  csatStatus: string | null;
@@ -123135,6 +123493,7 @@ export declare const platformLineContract: {
123135
123493
  firstResponseTime: number;
123136
123494
  lastMessage: string;
123137
123495
  handleTime: number;
123496
+ closedAt: Date;
123138
123497
  unreadCount: number;
123139
123498
  firstResponseAt: Date;
123140
123499
  isLatest: boolean;
@@ -123309,7 +123668,6 @@ export declare const platformLineContract: {
123309
123668
  telephonySignature: string | null;
123310
123669
  };
123311
123670
  };
123312
- closedAt: Date;
123313
123671
  lastMessageAt: Date | null;
123314
123672
  isBotRoom: boolean;
123315
123673
  csatStatus: string | null;
@@ -123908,6 +124266,7 @@ export declare const platformLineContract: {
123908
124266
  firstResponseTime: number;
123909
124267
  lastMessage: string;
123910
124268
  handleTime: number;
124269
+ closedAt: Date;
123911
124270
  unreadCount: number;
123912
124271
  firstResponseAt: Date;
123913
124272
  isLatest: boolean;
@@ -124082,7 +124441,6 @@ export declare const platformLineContract: {
124082
124441
  telephonySignature: string | null;
124083
124442
  };
124084
124443
  };
124085
- closedAt: Date;
124086
124444
  lastMessageAt: Date | null;
124087
124445
  isBotRoom: boolean;
124088
124446
  csatStatus: string | null;
@@ -124682,6 +125040,7 @@ export declare const platformLineContract: {
124682
125040
  firstResponseTime: number;
124683
125041
  lastMessage: string;
124684
125042
  handleTime: number;
125043
+ closedAt: Date;
124685
125044
  unreadCount: number;
124686
125045
  firstResponseAt: Date;
124687
125046
  isLatest: boolean;
@@ -124856,7 +125215,6 @@ export declare const platformLineContract: {
124856
125215
  telephonySignature: string | null;
124857
125216
  };
124858
125217
  };
124859
- closedAt: Date;
124860
125218
  lastMessageAt: Date | null;
124861
125219
  isBotRoom: boolean;
124862
125220
  csatStatus: string | null;
@@ -125455,6 +125813,7 @@ export declare const platformLineContract: {
125455
125813
  firstResponseTime: number;
125456
125814
  lastMessage: string;
125457
125815
  handleTime: number;
125816
+ closedAt: Date;
125458
125817
  unreadCount: number;
125459
125818
  firstResponseAt: Date;
125460
125819
  isLatest: boolean;
@@ -125629,7 +125988,6 @@ export declare const platformLineContract: {
125629
125988
  telephonySignature: string | null;
125630
125989
  };
125631
125990
  };
125632
- closedAt: Date;
125633
125991
  lastMessageAt: Date | null;
125634
125992
  isBotRoom: boolean;
125635
125993
  csatStatus: string | null;
@@ -126229,6 +126587,7 @@ export declare const platformLineContract: {
126229
126587
  firstResponseTime: number;
126230
126588
  lastMessage: string;
126231
126589
  handleTime: number;
126590
+ closedAt: Date;
126232
126591
  unreadCount: number;
126233
126592
  firstResponseAt: Date;
126234
126593
  isLatest: boolean;
@@ -126403,7 +126762,6 @@ export declare const platformLineContract: {
126403
126762
  telephonySignature: string | null;
126404
126763
  };
126405
126764
  };
126406
- closedAt: Date;
126407
126765
  lastMessageAt: Date | null;
126408
126766
  isBotRoom: boolean;
126409
126767
  csatStatus: string | null;
@@ -127002,6 +127360,7 @@ export declare const platformLineContract: {
127002
127360
  firstResponseTime: number;
127003
127361
  lastMessage: string;
127004
127362
  handleTime: number;
127363
+ closedAt: Date;
127005
127364
  unreadCount: number;
127006
127365
  firstResponseAt: Date;
127007
127366
  isLatest: boolean;
@@ -127176,7 +127535,6 @@ export declare const platformLineContract: {
127176
127535
  telephonySignature: string | null;
127177
127536
  };
127178
127537
  };
127179
- closedAt: Date;
127180
127538
  lastMessageAt: Date | null;
127181
127539
  isBotRoom: boolean;
127182
127540
  csatStatus: string | null;
@@ -127778,6 +128136,7 @@ export declare const platformLineContract: {
127778
128136
  firstResponseTime: number;
127779
128137
  lastMessage: string;
127780
128138
  handleTime: number;
128139
+ closedAt: Date;
127781
128140
  unreadCount: number;
127782
128141
  firstResponseAt: Date;
127783
128142
  isLatest: boolean;
@@ -127952,7 +128311,6 @@ export declare const platformLineContract: {
127952
128311
  telephonySignature: string | null;
127953
128312
  };
127954
128313
  };
127955
- closedAt: Date;
127956
128314
  lastMessageAt: Date | null;
127957
128315
  isBotRoom: boolean;
127958
128316
  csatStatus: string | null;
@@ -128551,6 +128909,7 @@ export declare const platformLineContract: {
128551
128909
  firstResponseTime: number;
128552
128910
  lastMessage: string;
128553
128911
  handleTime: number;
128912
+ closedAt: Date;
128554
128913
  unreadCount: number;
128555
128914
  firstResponseAt: Date;
128556
128915
  isLatest: boolean;
@@ -128725,7 +129084,6 @@ export declare const platformLineContract: {
128725
129084
  telephonySignature: string | null;
128726
129085
  };
128727
129086
  };
128728
- closedAt: Date;
128729
129087
  lastMessageAt: Date | null;
128730
129088
  isBotRoom: boolean;
128731
129089
  csatStatus: string | null;
@@ -129328,6 +129686,7 @@ export declare const platformLineContract: {
129328
129686
  firstResponseTime: number;
129329
129687
  lastMessage: string;
129330
129688
  handleTime: number;
129689
+ closedAt: Date;
129331
129690
  unreadCount: number;
129332
129691
  firstResponseAt: Date;
129333
129692
  isLatest: boolean;
@@ -129502,7 +129861,6 @@ export declare const platformLineContract: {
129502
129861
  telephonySignature: string | null;
129503
129862
  };
129504
129863
  };
129505
- closedAt: Date;
129506
129864
  lastMessageAt: Date | null;
129507
129865
  isBotRoom: boolean;
129508
129866
  csatStatus: string | null;
@@ -130101,6 +130459,7 @@ export declare const platformLineContract: {
130101
130459
  firstResponseTime: number;
130102
130460
  lastMessage: string;
130103
130461
  handleTime: number;
130462
+ closedAt: Date;
130104
130463
  unreadCount: number;
130105
130464
  firstResponseAt: Date;
130106
130465
  isLatest: boolean;
@@ -130275,7 +130634,6 @@ export declare const platformLineContract: {
130275
130634
  telephonySignature: string | null;
130276
130635
  };
130277
130636
  };
130278
- closedAt: Date;
130279
130637
  lastMessageAt: Date | null;
130280
130638
  isBotRoom: boolean;
130281
130639
  csatStatus: string | null;
@@ -137719,6 +138077,7 @@ export declare const platformTelegramContract: {
137719
138077
  firstResponseTime: number;
137720
138078
  lastMessage: string;
137721
138079
  handleTime: number;
138080
+ closedAt: Date;
137722
138081
  unreadCount: number;
137723
138082
  firstResponseAt: Date;
137724
138083
  isLatest: boolean;
@@ -137893,7 +138252,6 @@ export declare const platformTelegramContract: {
137893
138252
  telephonySignature: string | null;
137894
138253
  };
137895
138254
  };
137896
- closedAt: Date;
137897
138255
  lastMessageAt: Date | null;
137898
138256
  isBotRoom: boolean;
137899
138257
  csatStatus: string | null;
@@ -138155,6 +138513,7 @@ export declare const platformTelegramContract: {
138155
138513
  firstResponseTime: number;
138156
138514
  lastMessage: string;
138157
138515
  handleTime: number;
138516
+ closedAt: Date;
138158
138517
  unreadCount: number;
138159
138518
  firstResponseAt: Date;
138160
138519
  isLatest: boolean;
@@ -138329,7 +138688,6 @@ export declare const platformTelegramContract: {
138329
138688
  telephonySignature: string | null;
138330
138689
  };
138331
138690
  };
138332
- closedAt: Date;
138333
138691
  lastMessageAt: Date | null;
138334
138692
  isBotRoom: boolean;
138335
138693
  csatStatus: string | null;
@@ -142453,6 +142811,7 @@ export declare const platformTelegramContract: {
142453
142811
  firstResponseTime: number;
142454
142812
  lastMessage: string;
142455
142813
  handleTime: number;
142814
+ closedAt: Date;
142456
142815
  unreadCount: number;
142457
142816
  firstResponseAt: Date;
142458
142817
  isLatest: boolean;
@@ -142627,7 +142986,6 @@ export declare const platformTelegramContract: {
142627
142986
  telephonySignature: string | null;
142628
142987
  };
142629
142988
  };
142630
- closedAt: Date;
142631
142989
  lastMessageAt: Date | null;
142632
142990
  isBotRoom: boolean;
142633
142991
  csatStatus: string | null;
@@ -142889,6 +143247,7 @@ export declare const platformTelegramContract: {
142889
143247
  firstResponseTime: number;
142890
143248
  lastMessage: string;
142891
143249
  handleTime: number;
143250
+ closedAt: Date;
142892
143251
  unreadCount: number;
142893
143252
  firstResponseAt: Date;
142894
143253
  isLatest: boolean;
@@ -143063,7 +143422,6 @@ export declare const platformTelegramContract: {
143063
143422
  telephonySignature: string | null;
143064
143423
  };
143065
143424
  };
143066
- closedAt: Date;
143067
143425
  lastMessageAt: Date | null;
143068
143426
  isBotRoom: boolean;
143069
143427
  csatStatus: string | null;
@@ -145098,6 +145456,7 @@ export declare const platformTelegramContract: {
145098
145456
  firstResponseTime: number;
145099
145457
  lastMessage: string;
145100
145458
  handleTime: number;
145459
+ closedAt: Date;
145101
145460
  unreadCount: number;
145102
145461
  firstResponseAt: Date;
145103
145462
  isLatest: boolean;
@@ -145272,7 +145631,6 @@ export declare const platformTelegramContract: {
145272
145631
  telephonySignature: string | null;
145273
145632
  };
145274
145633
  };
145275
- closedAt: Date;
145276
145634
  lastMessageAt: Date | null;
145277
145635
  isBotRoom: boolean;
145278
145636
  csatStatus: string | null;
@@ -145871,6 +146229,7 @@ export declare const platformTelegramContract: {
145871
146229
  firstResponseTime: number;
145872
146230
  lastMessage: string;
145873
146231
  handleTime: number;
146232
+ closedAt: Date;
145874
146233
  unreadCount: number;
145875
146234
  firstResponseAt: Date;
145876
146235
  isLatest: boolean;
@@ -146045,7 +146404,6 @@ export declare const platformTelegramContract: {
146045
146404
  telephonySignature: string | null;
146046
146405
  };
146047
146406
  };
146048
- closedAt: Date;
146049
146407
  lastMessageAt: Date | null;
146050
146408
  isBotRoom: boolean;
146051
146409
  csatStatus: string | null;
@@ -146645,6 +147003,7 @@ export declare const platformTelegramContract: {
146645
147003
  firstResponseTime: number;
146646
147004
  lastMessage: string;
146647
147005
  handleTime: number;
147006
+ closedAt: Date;
146648
147007
  unreadCount: number;
146649
147008
  firstResponseAt: Date;
146650
147009
  isLatest: boolean;
@@ -146819,7 +147178,6 @@ export declare const platformTelegramContract: {
146819
147178
  telephonySignature: string | null;
146820
147179
  };
146821
147180
  };
146822
- closedAt: Date;
146823
147181
  lastMessageAt: Date | null;
146824
147182
  isBotRoom: boolean;
146825
147183
  csatStatus: string | null;
@@ -147418,6 +147776,7 @@ export declare const platformTelegramContract: {
147418
147776
  firstResponseTime: number;
147419
147777
  lastMessage: string;
147420
147778
  handleTime: number;
147779
+ closedAt: Date;
147421
147780
  unreadCount: number;
147422
147781
  firstResponseAt: Date;
147423
147782
  isLatest: boolean;
@@ -147592,7 +147951,6 @@ export declare const platformTelegramContract: {
147592
147951
  telephonySignature: string | null;
147593
147952
  };
147594
147953
  };
147595
- closedAt: Date;
147596
147954
  lastMessageAt: Date | null;
147597
147955
  isBotRoom: boolean;
147598
147956
  csatStatus: string | null;
@@ -148192,6 +148550,7 @@ export declare const platformTelegramContract: {
148192
148550
  firstResponseTime: number;
148193
148551
  lastMessage: string;
148194
148552
  handleTime: number;
148553
+ closedAt: Date;
148195
148554
  unreadCount: number;
148196
148555
  firstResponseAt: Date;
148197
148556
  isLatest: boolean;
@@ -148366,7 +148725,6 @@ export declare const platformTelegramContract: {
148366
148725
  telephonySignature: string | null;
148367
148726
  };
148368
148727
  };
148369
- closedAt: Date;
148370
148728
  lastMessageAt: Date | null;
148371
148729
  isBotRoom: boolean;
148372
148730
  csatStatus: string | null;
@@ -148965,6 +149323,7 @@ export declare const platformTelegramContract: {
148965
149323
  firstResponseTime: number;
148966
149324
  lastMessage: string;
148967
149325
  handleTime: number;
149326
+ closedAt: Date;
148968
149327
  unreadCount: number;
148969
149328
  firstResponseAt: Date;
148970
149329
  isLatest: boolean;
@@ -149139,7 +149498,6 @@ export declare const platformTelegramContract: {
149139
149498
  telephonySignature: string | null;
149140
149499
  };
149141
149500
  };
149142
- closedAt: Date;
149143
149501
  lastMessageAt: Date | null;
149144
149502
  isBotRoom: boolean;
149145
149503
  csatStatus: string | null;
@@ -149741,6 +150099,7 @@ export declare const platformTelegramContract: {
149741
150099
  firstResponseTime: number;
149742
150100
  lastMessage: string;
149743
150101
  handleTime: number;
150102
+ closedAt: Date;
149744
150103
  unreadCount: number;
149745
150104
  firstResponseAt: Date;
149746
150105
  isLatest: boolean;
@@ -149915,7 +150274,6 @@ export declare const platformTelegramContract: {
149915
150274
  telephonySignature: string | null;
149916
150275
  };
149917
150276
  };
149918
- closedAt: Date;
149919
150277
  lastMessageAt: Date | null;
149920
150278
  isBotRoom: boolean;
149921
150279
  csatStatus: string | null;
@@ -150514,6 +150872,7 @@ export declare const platformTelegramContract: {
150514
150872
  firstResponseTime: number;
150515
150873
  lastMessage: string;
150516
150874
  handleTime: number;
150875
+ closedAt: Date;
150517
150876
  unreadCount: number;
150518
150877
  firstResponseAt: Date;
150519
150878
  isLatest: boolean;
@@ -150688,7 +151047,6 @@ export declare const platformTelegramContract: {
150688
151047
  telephonySignature: string | null;
150689
151048
  };
150690
151049
  };
150691
- closedAt: Date;
150692
151050
  lastMessageAt: Date | null;
150693
151051
  isBotRoom: boolean;
150694
151052
  csatStatus: string | null;
@@ -151291,6 +151649,7 @@ export declare const platformTelegramContract: {
151291
151649
  firstResponseTime: number;
151292
151650
  lastMessage: string;
151293
151651
  handleTime: number;
151652
+ closedAt: Date;
151294
151653
  unreadCount: number;
151295
151654
  firstResponseAt: Date;
151296
151655
  isLatest: boolean;
@@ -151465,7 +151824,6 @@ export declare const platformTelegramContract: {
151465
151824
  telephonySignature: string | null;
151466
151825
  };
151467
151826
  };
151468
- closedAt: Date;
151469
151827
  lastMessageAt: Date | null;
151470
151828
  isBotRoom: boolean;
151471
151829
  csatStatus: string | null;
@@ -152064,6 +152422,7 @@ export declare const platformTelegramContract: {
152064
152422
  firstResponseTime: number;
152065
152423
  lastMessage: string;
152066
152424
  handleTime: number;
152425
+ closedAt: Date;
152067
152426
  unreadCount: number;
152068
152427
  firstResponseAt: Date;
152069
152428
  isLatest: boolean;
@@ -152238,7 +152597,6 @@ export declare const platformTelegramContract: {
152238
152597
  telephonySignature: string | null;
152239
152598
  };
152240
152599
  };
152241
- closedAt: Date;
152242
152600
  lastMessageAt: Date | null;
152243
152601
  isBotRoom: boolean;
152244
152602
  csatStatus: string | null;
@@ -157679,6 +158037,7 @@ export declare const platformMessengerContract: {
157679
158037
  firstResponseTime: number;
157680
158038
  lastMessage: string;
157681
158039
  handleTime: number;
158040
+ closedAt: Date;
157682
158041
  unreadCount: number;
157683
158042
  firstResponseAt: Date;
157684
158043
  isLatest: boolean;
@@ -157853,7 +158212,6 @@ export declare const platformMessengerContract: {
157853
158212
  telephonySignature: string | null;
157854
158213
  };
157855
158214
  };
157856
- closedAt: Date;
157857
158215
  lastMessageAt: Date | null;
157858
158216
  isBotRoom: boolean;
157859
158217
  csatStatus: string | null;
@@ -158115,6 +158473,7 @@ export declare const platformMessengerContract: {
158115
158473
  firstResponseTime: number;
158116
158474
  lastMessage: string;
158117
158475
  handleTime: number;
158476
+ closedAt: Date;
158118
158477
  unreadCount: number;
158119
158478
  firstResponseAt: Date;
158120
158479
  isLatest: boolean;
@@ -158289,7 +158648,6 @@ export declare const platformMessengerContract: {
158289
158648
  telephonySignature: string | null;
158290
158649
  };
158291
158650
  };
158292
- closedAt: Date;
158293
158651
  lastMessageAt: Date | null;
158294
158652
  isBotRoom: boolean;
158295
158653
  csatStatus: string | null;
@@ -162413,6 +162771,7 @@ export declare const platformMessengerContract: {
162413
162771
  firstResponseTime: number;
162414
162772
  lastMessage: string;
162415
162773
  handleTime: number;
162774
+ closedAt: Date;
162416
162775
  unreadCount: number;
162417
162776
  firstResponseAt: Date;
162418
162777
  isLatest: boolean;
@@ -162587,7 +162946,6 @@ export declare const platformMessengerContract: {
162587
162946
  telephonySignature: string | null;
162588
162947
  };
162589
162948
  };
162590
- closedAt: Date;
162591
162949
  lastMessageAt: Date | null;
162592
162950
  isBotRoom: boolean;
162593
162951
  csatStatus: string | null;
@@ -162849,6 +163207,7 @@ export declare const platformMessengerContract: {
162849
163207
  firstResponseTime: number;
162850
163208
  lastMessage: string;
162851
163209
  handleTime: number;
163210
+ closedAt: Date;
162852
163211
  unreadCount: number;
162853
163212
  firstResponseAt: Date;
162854
163213
  isLatest: boolean;
@@ -163023,7 +163382,6 @@ export declare const platformMessengerContract: {
163023
163382
  telephonySignature: string | null;
163024
163383
  };
163025
163384
  };
163026
- closedAt: Date;
163027
163385
  lastMessageAt: Date | null;
163028
163386
  isBotRoom: boolean;
163029
163387
  csatStatus: string | null;
@@ -165058,6 +165416,7 @@ export declare const platformMessengerContract: {
165058
165416
  firstResponseTime: number;
165059
165417
  lastMessage: string;
165060
165418
  handleTime: number;
165419
+ closedAt: Date;
165061
165420
  unreadCount: number;
165062
165421
  firstResponseAt: Date;
165063
165422
  isLatest: boolean;
@@ -165232,7 +165591,6 @@ export declare const platformMessengerContract: {
165232
165591
  telephonySignature: string | null;
165233
165592
  };
165234
165593
  };
165235
- closedAt: Date;
165236
165594
  lastMessageAt: Date | null;
165237
165595
  isBotRoom: boolean;
165238
165596
  csatStatus: string | null;
@@ -165831,6 +166189,7 @@ export declare const platformMessengerContract: {
165831
166189
  firstResponseTime: number;
165832
166190
  lastMessage: string;
165833
166191
  handleTime: number;
166192
+ closedAt: Date;
165834
166193
  unreadCount: number;
165835
166194
  firstResponseAt: Date;
165836
166195
  isLatest: boolean;
@@ -166005,7 +166364,6 @@ export declare const platformMessengerContract: {
166005
166364
  telephonySignature: string | null;
166006
166365
  };
166007
166366
  };
166008
- closedAt: Date;
166009
166367
  lastMessageAt: Date | null;
166010
166368
  isBotRoom: boolean;
166011
166369
  csatStatus: string | null;
@@ -166605,6 +166963,7 @@ export declare const platformMessengerContract: {
166605
166963
  firstResponseTime: number;
166606
166964
  lastMessage: string;
166607
166965
  handleTime: number;
166966
+ closedAt: Date;
166608
166967
  unreadCount: number;
166609
166968
  firstResponseAt: Date;
166610
166969
  isLatest: boolean;
@@ -166779,7 +167138,6 @@ export declare const platformMessengerContract: {
166779
167138
  telephonySignature: string | null;
166780
167139
  };
166781
167140
  };
166782
- closedAt: Date;
166783
167141
  lastMessageAt: Date | null;
166784
167142
  isBotRoom: boolean;
166785
167143
  csatStatus: string | null;
@@ -167378,6 +167736,7 @@ export declare const platformMessengerContract: {
167378
167736
  firstResponseTime: number;
167379
167737
  lastMessage: string;
167380
167738
  handleTime: number;
167739
+ closedAt: Date;
167381
167740
  unreadCount: number;
167382
167741
  firstResponseAt: Date;
167383
167742
  isLatest: boolean;
@@ -167552,7 +167911,6 @@ export declare const platformMessengerContract: {
167552
167911
  telephonySignature: string | null;
167553
167912
  };
167554
167913
  };
167555
- closedAt: Date;
167556
167914
  lastMessageAt: Date | null;
167557
167915
  isBotRoom: boolean;
167558
167916
  csatStatus: string | null;
@@ -168152,6 +168510,7 @@ export declare const platformMessengerContract: {
168152
168510
  firstResponseTime: number;
168153
168511
  lastMessage: string;
168154
168512
  handleTime: number;
168513
+ closedAt: Date;
168155
168514
  unreadCount: number;
168156
168515
  firstResponseAt: Date;
168157
168516
  isLatest: boolean;
@@ -168326,7 +168685,6 @@ export declare const platformMessengerContract: {
168326
168685
  telephonySignature: string | null;
168327
168686
  };
168328
168687
  };
168329
- closedAt: Date;
168330
168688
  lastMessageAt: Date | null;
168331
168689
  isBotRoom: boolean;
168332
168690
  csatStatus: string | null;
@@ -168925,6 +169283,7 @@ export declare const platformMessengerContract: {
168925
169283
  firstResponseTime: number;
168926
169284
  lastMessage: string;
168927
169285
  handleTime: number;
169286
+ closedAt: Date;
168928
169287
  unreadCount: number;
168929
169288
  firstResponseAt: Date;
168930
169289
  isLatest: boolean;
@@ -169099,7 +169458,6 @@ export declare const platformMessengerContract: {
169099
169458
  telephonySignature: string | null;
169100
169459
  };
169101
169460
  };
169102
- closedAt: Date;
169103
169461
  lastMessageAt: Date | null;
169104
169462
  isBotRoom: boolean;
169105
169463
  csatStatus: string | null;
@@ -169701,6 +170059,7 @@ export declare const platformMessengerContract: {
169701
170059
  firstResponseTime: number;
169702
170060
  lastMessage: string;
169703
170061
  handleTime: number;
170062
+ closedAt: Date;
169704
170063
  unreadCount: number;
169705
170064
  firstResponseAt: Date;
169706
170065
  isLatest: boolean;
@@ -169875,7 +170234,6 @@ export declare const platformMessengerContract: {
169875
170234
  telephonySignature: string | null;
169876
170235
  };
169877
170236
  };
169878
- closedAt: Date;
169879
170237
  lastMessageAt: Date | null;
169880
170238
  isBotRoom: boolean;
169881
170239
  csatStatus: string | null;
@@ -170474,6 +170832,7 @@ export declare const platformMessengerContract: {
170474
170832
  firstResponseTime: number;
170475
170833
  lastMessage: string;
170476
170834
  handleTime: number;
170835
+ closedAt: Date;
170477
170836
  unreadCount: number;
170478
170837
  firstResponseAt: Date;
170479
170838
  isLatest: boolean;
@@ -170648,7 +171007,6 @@ export declare const platformMessengerContract: {
170648
171007
  telephonySignature: string | null;
170649
171008
  };
170650
171009
  };
170651
- closedAt: Date;
170652
171010
  lastMessageAt: Date | null;
170653
171011
  isBotRoom: boolean;
170654
171012
  csatStatus: string | null;
@@ -171251,6 +171609,7 @@ export declare const platformMessengerContract: {
171251
171609
  firstResponseTime: number;
171252
171610
  lastMessage: string;
171253
171611
  handleTime: number;
171612
+ closedAt: Date;
171254
171613
  unreadCount: number;
171255
171614
  firstResponseAt: Date;
171256
171615
  isLatest: boolean;
@@ -171425,7 +171784,6 @@ export declare const platformMessengerContract: {
171425
171784
  telephonySignature: string | null;
171426
171785
  };
171427
171786
  };
171428
- closedAt: Date;
171429
171787
  lastMessageAt: Date | null;
171430
171788
  isBotRoom: boolean;
171431
171789
  csatStatus: string | null;
@@ -172024,6 +172382,7 @@ export declare const platformMessengerContract: {
172024
172382
  firstResponseTime: number;
172025
172383
  lastMessage: string;
172026
172384
  handleTime: number;
172385
+ closedAt: Date;
172027
172386
  unreadCount: number;
172028
172387
  firstResponseAt: Date;
172029
172388
  isLatest: boolean;
@@ -172198,7 +172557,6 @@ export declare const platformMessengerContract: {
172198
172557
  telephonySignature: string | null;
172199
172558
  };
172200
172559
  };
172201
- closedAt: Date;
172202
172560
  lastMessageAt: Date | null;
172203
172561
  isBotRoom: boolean;
172204
172562
  csatStatus: string | null;
@@ -179997,6 +180355,7 @@ export declare const platformInstagramContract: {
179997
180355
  firstResponseTime: number;
179998
180356
  lastMessage: string;
179999
180357
  handleTime: number;
180358
+ closedAt: Date;
180000
180359
  unreadCount: number;
180001
180360
  firstResponseAt: Date;
180002
180361
  isLatest: boolean;
@@ -180171,7 +180530,6 @@ export declare const platformInstagramContract: {
180171
180530
  telephonySignature: string | null;
180172
180531
  };
180173
180532
  };
180174
- closedAt: Date;
180175
180533
  lastMessageAt: Date | null;
180176
180534
  isBotRoom: boolean;
180177
180535
  csatStatus: string | null;
@@ -180433,6 +180791,7 @@ export declare const platformInstagramContract: {
180433
180791
  firstResponseTime: number;
180434
180792
  lastMessage: string;
180435
180793
  handleTime: number;
180794
+ closedAt: Date;
180436
180795
  unreadCount: number;
180437
180796
  firstResponseAt: Date;
180438
180797
  isLatest: boolean;
@@ -180607,7 +180966,6 @@ export declare const platformInstagramContract: {
180607
180966
  telephonySignature: string | null;
180608
180967
  };
180609
180968
  };
180610
- closedAt: Date;
180611
180969
  lastMessageAt: Date | null;
180612
180970
  isBotRoom: boolean;
180613
180971
  csatStatus: string | null;
@@ -184731,6 +185089,7 @@ export declare const platformInstagramContract: {
184731
185089
  firstResponseTime: number;
184732
185090
  lastMessage: string;
184733
185091
  handleTime: number;
185092
+ closedAt: Date;
184734
185093
  unreadCount: number;
184735
185094
  firstResponseAt: Date;
184736
185095
  isLatest: boolean;
@@ -184905,7 +185264,6 @@ export declare const platformInstagramContract: {
184905
185264
  telephonySignature: string | null;
184906
185265
  };
184907
185266
  };
184908
- closedAt: Date;
184909
185267
  lastMessageAt: Date | null;
184910
185268
  isBotRoom: boolean;
184911
185269
  csatStatus: string | null;
@@ -185167,6 +185525,7 @@ export declare const platformInstagramContract: {
185167
185525
  firstResponseTime: number;
185168
185526
  lastMessage: string;
185169
185527
  handleTime: number;
185528
+ closedAt: Date;
185170
185529
  unreadCount: number;
185171
185530
  firstResponseAt: Date;
185172
185531
  isLatest: boolean;
@@ -185341,7 +185700,6 @@ export declare const platformInstagramContract: {
185341
185700
  telephonySignature: string | null;
185342
185701
  };
185343
185702
  };
185344
- closedAt: Date;
185345
185703
  lastMessageAt: Date | null;
185346
185704
  isBotRoom: boolean;
185347
185705
  csatStatus: string | null;
@@ -187376,6 +187734,7 @@ export declare const platformInstagramContract: {
187376
187734
  firstResponseTime: number;
187377
187735
  lastMessage: string;
187378
187736
  handleTime: number;
187737
+ closedAt: Date;
187379
187738
  unreadCount: number;
187380
187739
  firstResponseAt: Date;
187381
187740
  isLatest: boolean;
@@ -187550,7 +187909,6 @@ export declare const platformInstagramContract: {
187550
187909
  telephonySignature: string | null;
187551
187910
  };
187552
187911
  };
187553
- closedAt: Date;
187554
187912
  lastMessageAt: Date | null;
187555
187913
  isBotRoom: boolean;
187556
187914
  csatStatus: string | null;
@@ -188149,6 +188507,7 @@ export declare const platformInstagramContract: {
188149
188507
  firstResponseTime: number;
188150
188508
  lastMessage: string;
188151
188509
  handleTime: number;
188510
+ closedAt: Date;
188152
188511
  unreadCount: number;
188153
188512
  firstResponseAt: Date;
188154
188513
  isLatest: boolean;
@@ -188323,7 +188682,6 @@ export declare const platformInstagramContract: {
188323
188682
  telephonySignature: string | null;
188324
188683
  };
188325
188684
  };
188326
- closedAt: Date;
188327
188685
  lastMessageAt: Date | null;
188328
188686
  isBotRoom: boolean;
188329
188687
  csatStatus: string | null;
@@ -188923,6 +189281,7 @@ export declare const platformInstagramContract: {
188923
189281
  firstResponseTime: number;
188924
189282
  lastMessage: string;
188925
189283
  handleTime: number;
189284
+ closedAt: Date;
188926
189285
  unreadCount: number;
188927
189286
  firstResponseAt: Date;
188928
189287
  isLatest: boolean;
@@ -189097,7 +189456,6 @@ export declare const platformInstagramContract: {
189097
189456
  telephonySignature: string | null;
189098
189457
  };
189099
189458
  };
189100
- closedAt: Date;
189101
189459
  lastMessageAt: Date | null;
189102
189460
  isBotRoom: boolean;
189103
189461
  csatStatus: string | null;
@@ -189696,6 +190054,7 @@ export declare const platformInstagramContract: {
189696
190054
  firstResponseTime: number;
189697
190055
  lastMessage: string;
189698
190056
  handleTime: number;
190057
+ closedAt: Date;
189699
190058
  unreadCount: number;
189700
190059
  firstResponseAt: Date;
189701
190060
  isLatest: boolean;
@@ -189870,7 +190229,6 @@ export declare const platformInstagramContract: {
189870
190229
  telephonySignature: string | null;
189871
190230
  };
189872
190231
  };
189873
- closedAt: Date;
189874
190232
  lastMessageAt: Date | null;
189875
190233
  isBotRoom: boolean;
189876
190234
  csatStatus: string | null;
@@ -190470,6 +190828,7 @@ export declare const platformInstagramContract: {
190470
190828
  firstResponseTime: number;
190471
190829
  lastMessage: string;
190472
190830
  handleTime: number;
190831
+ closedAt: Date;
190473
190832
  unreadCount: number;
190474
190833
  firstResponseAt: Date;
190475
190834
  isLatest: boolean;
@@ -190644,7 +191003,6 @@ export declare const platformInstagramContract: {
190644
191003
  telephonySignature: string | null;
190645
191004
  };
190646
191005
  };
190647
- closedAt: Date;
190648
191006
  lastMessageAt: Date | null;
190649
191007
  isBotRoom: boolean;
190650
191008
  csatStatus: string | null;
@@ -191243,6 +191601,7 @@ export declare const platformInstagramContract: {
191243
191601
  firstResponseTime: number;
191244
191602
  lastMessage: string;
191245
191603
  handleTime: number;
191604
+ closedAt: Date;
191246
191605
  unreadCount: number;
191247
191606
  firstResponseAt: Date;
191248
191607
  isLatest: boolean;
@@ -191417,7 +191776,6 @@ export declare const platformInstagramContract: {
191417
191776
  telephonySignature: string | null;
191418
191777
  };
191419
191778
  };
191420
- closedAt: Date;
191421
191779
  lastMessageAt: Date | null;
191422
191780
  isBotRoom: boolean;
191423
191781
  csatStatus: string | null;
@@ -192019,6 +192377,7 @@ export declare const platformInstagramContract: {
192019
192377
  firstResponseTime: number;
192020
192378
  lastMessage: string;
192021
192379
  handleTime: number;
192380
+ closedAt: Date;
192022
192381
  unreadCount: number;
192023
192382
  firstResponseAt: Date;
192024
192383
  isLatest: boolean;
@@ -192193,7 +192552,6 @@ export declare const platformInstagramContract: {
192193
192552
  telephonySignature: string | null;
192194
192553
  };
192195
192554
  };
192196
- closedAt: Date;
192197
192555
  lastMessageAt: Date | null;
192198
192556
  isBotRoom: boolean;
192199
192557
  csatStatus: string | null;
@@ -192792,6 +193150,7 @@ export declare const platformInstagramContract: {
192792
193150
  firstResponseTime: number;
192793
193151
  lastMessage: string;
192794
193152
  handleTime: number;
193153
+ closedAt: Date;
192795
193154
  unreadCount: number;
192796
193155
  firstResponseAt: Date;
192797
193156
  isLatest: boolean;
@@ -192966,7 +193325,6 @@ export declare const platformInstagramContract: {
192966
193325
  telephonySignature: string | null;
192967
193326
  };
192968
193327
  };
192969
- closedAt: Date;
192970
193328
  lastMessageAt: Date | null;
192971
193329
  isBotRoom: boolean;
192972
193330
  csatStatus: string | null;
@@ -193569,6 +193927,7 @@ export declare const platformInstagramContract: {
193569
193927
  firstResponseTime: number;
193570
193928
  lastMessage: string;
193571
193929
  handleTime: number;
193930
+ closedAt: Date;
193572
193931
  unreadCount: number;
193573
193932
  firstResponseAt: Date;
193574
193933
  isLatest: boolean;
@@ -193743,7 +194102,6 @@ export declare const platformInstagramContract: {
193743
194102
  telephonySignature: string | null;
193744
194103
  };
193745
194104
  };
193746
- closedAt: Date;
193747
194105
  lastMessageAt: Date | null;
193748
194106
  isBotRoom: boolean;
193749
194107
  csatStatus: string | null;
@@ -194342,6 +194700,7 @@ export declare const platformInstagramContract: {
194342
194700
  firstResponseTime: number;
194343
194701
  lastMessage: string;
194344
194702
  handleTime: number;
194703
+ closedAt: Date;
194345
194704
  unreadCount: number;
194346
194705
  firstResponseAt: Date;
194347
194706
  isLatest: boolean;
@@ -194516,7 +194875,6 @@ export declare const platformInstagramContract: {
194516
194875
  telephonySignature: string | null;
194517
194876
  };
194518
194877
  };
194519
- closedAt: Date;
194520
194878
  lastMessageAt: Date | null;
194521
194879
  isBotRoom: boolean;
194522
194880
  csatStatus: string | null;
@@ -206997,6 +207355,7 @@ export declare const platformWhatsappContract: {
206997
207355
  firstResponseTime: number;
206998
207356
  lastMessage: string;
206999
207357
  handleTime: number;
207358
+ closedAt: Date;
207000
207359
  unreadCount: number;
207001
207360
  firstResponseAt: Date;
207002
207361
  isLatest: boolean;
@@ -207171,7 +207530,6 @@ export declare const platformWhatsappContract: {
207171
207530
  telephonySignature: string | null;
207172
207531
  };
207173
207532
  };
207174
- closedAt: Date;
207175
207533
  lastMessageAt: Date | null;
207176
207534
  isBotRoom: boolean;
207177
207535
  csatStatus: string | null;
@@ -207433,6 +207791,7 @@ export declare const platformWhatsappContract: {
207433
207791
  firstResponseTime: number;
207434
207792
  lastMessage: string;
207435
207793
  handleTime: number;
207794
+ closedAt: Date;
207436
207795
  unreadCount: number;
207437
207796
  firstResponseAt: Date;
207438
207797
  isLatest: boolean;
@@ -207607,7 +207966,6 @@ export declare const platformWhatsappContract: {
207607
207966
  telephonySignature: string | null;
207608
207967
  };
207609
207968
  };
207610
- closedAt: Date;
207611
207969
  lastMessageAt: Date | null;
207612
207970
  isBotRoom: boolean;
207613
207971
  csatStatus: string | null;
@@ -211731,6 +212089,7 @@ export declare const platformWhatsappContract: {
211731
212089
  firstResponseTime: number;
211732
212090
  lastMessage: string;
211733
212091
  handleTime: number;
212092
+ closedAt: Date;
211734
212093
  unreadCount: number;
211735
212094
  firstResponseAt: Date;
211736
212095
  isLatest: boolean;
@@ -211905,7 +212264,6 @@ export declare const platformWhatsappContract: {
211905
212264
  telephonySignature: string | null;
211906
212265
  };
211907
212266
  };
211908
- closedAt: Date;
211909
212267
  lastMessageAt: Date | null;
211910
212268
  isBotRoom: boolean;
211911
212269
  csatStatus: string | null;
@@ -212167,6 +212525,7 @@ export declare const platformWhatsappContract: {
212167
212525
  firstResponseTime: number;
212168
212526
  lastMessage: string;
212169
212527
  handleTime: number;
212528
+ closedAt: Date;
212170
212529
  unreadCount: number;
212171
212530
  firstResponseAt: Date;
212172
212531
  isLatest: boolean;
@@ -212341,7 +212700,6 @@ export declare const platformWhatsappContract: {
212341
212700
  telephonySignature: string | null;
212342
212701
  };
212343
212702
  };
212344
- closedAt: Date;
212345
212703
  lastMessageAt: Date | null;
212346
212704
  isBotRoom: boolean;
212347
212705
  csatStatus: string | null;
@@ -214376,6 +214734,7 @@ export declare const platformWhatsappContract: {
214376
214734
  firstResponseTime: number;
214377
214735
  lastMessage: string;
214378
214736
  handleTime: number;
214737
+ closedAt: Date;
214379
214738
  unreadCount: number;
214380
214739
  firstResponseAt: Date;
214381
214740
  isLatest: boolean;
@@ -214550,7 +214909,6 @@ export declare const platformWhatsappContract: {
214550
214909
  telephonySignature: string | null;
214551
214910
  };
214552
214911
  };
214553
- closedAt: Date;
214554
214912
  lastMessageAt: Date | null;
214555
214913
  isBotRoom: boolean;
214556
214914
  csatStatus: string | null;
@@ -215149,6 +215507,7 @@ export declare const platformWhatsappContract: {
215149
215507
  firstResponseTime: number;
215150
215508
  lastMessage: string;
215151
215509
  handleTime: number;
215510
+ closedAt: Date;
215152
215511
  unreadCount: number;
215153
215512
  firstResponseAt: Date;
215154
215513
  isLatest: boolean;
@@ -215323,7 +215682,6 @@ export declare const platformWhatsappContract: {
215323
215682
  telephonySignature: string | null;
215324
215683
  };
215325
215684
  };
215326
- closedAt: Date;
215327
215685
  lastMessageAt: Date | null;
215328
215686
  isBotRoom: boolean;
215329
215687
  csatStatus: string | null;
@@ -215923,6 +216281,7 @@ export declare const platformWhatsappContract: {
215923
216281
  firstResponseTime: number;
215924
216282
  lastMessage: string;
215925
216283
  handleTime: number;
216284
+ closedAt: Date;
215926
216285
  unreadCount: number;
215927
216286
  firstResponseAt: Date;
215928
216287
  isLatest: boolean;
@@ -216097,7 +216456,6 @@ export declare const platformWhatsappContract: {
216097
216456
  telephonySignature: string | null;
216098
216457
  };
216099
216458
  };
216100
- closedAt: Date;
216101
216459
  lastMessageAt: Date | null;
216102
216460
  isBotRoom: boolean;
216103
216461
  csatStatus: string | null;
@@ -216696,6 +217054,7 @@ export declare const platformWhatsappContract: {
216696
217054
  firstResponseTime: number;
216697
217055
  lastMessage: string;
216698
217056
  handleTime: number;
217057
+ closedAt: Date;
216699
217058
  unreadCount: number;
216700
217059
  firstResponseAt: Date;
216701
217060
  isLatest: boolean;
@@ -216870,7 +217229,6 @@ export declare const platformWhatsappContract: {
216870
217229
  telephonySignature: string | null;
216871
217230
  };
216872
217231
  };
216873
- closedAt: Date;
216874
217232
  lastMessageAt: Date | null;
216875
217233
  isBotRoom: boolean;
216876
217234
  csatStatus: string | null;
@@ -217470,6 +217828,7 @@ export declare const platformWhatsappContract: {
217470
217828
  firstResponseTime: number;
217471
217829
  lastMessage: string;
217472
217830
  handleTime: number;
217831
+ closedAt: Date;
217473
217832
  unreadCount: number;
217474
217833
  firstResponseAt: Date;
217475
217834
  isLatest: boolean;
@@ -217644,7 +218003,6 @@ export declare const platformWhatsappContract: {
217644
218003
  telephonySignature: string | null;
217645
218004
  };
217646
218005
  };
217647
- closedAt: Date;
217648
218006
  lastMessageAt: Date | null;
217649
218007
  isBotRoom: boolean;
217650
218008
  csatStatus: string | null;
@@ -218243,6 +218601,7 @@ export declare const platformWhatsappContract: {
218243
218601
  firstResponseTime: number;
218244
218602
  lastMessage: string;
218245
218603
  handleTime: number;
218604
+ closedAt: Date;
218246
218605
  unreadCount: number;
218247
218606
  firstResponseAt: Date;
218248
218607
  isLatest: boolean;
@@ -218417,7 +218776,6 @@ export declare const platformWhatsappContract: {
218417
218776
  telephonySignature: string | null;
218418
218777
  };
218419
218778
  };
218420
- closedAt: Date;
218421
218779
  lastMessageAt: Date | null;
218422
218780
  isBotRoom: boolean;
218423
218781
  csatStatus: string | null;
@@ -219019,6 +219377,7 @@ export declare const platformWhatsappContract: {
219019
219377
  firstResponseTime: number;
219020
219378
  lastMessage: string;
219021
219379
  handleTime: number;
219380
+ closedAt: Date;
219022
219381
  unreadCount: number;
219023
219382
  firstResponseAt: Date;
219024
219383
  isLatest: boolean;
@@ -219193,7 +219552,6 @@ export declare const platformWhatsappContract: {
219193
219552
  telephonySignature: string | null;
219194
219553
  };
219195
219554
  };
219196
- closedAt: Date;
219197
219555
  lastMessageAt: Date | null;
219198
219556
  isBotRoom: boolean;
219199
219557
  csatStatus: string | null;
@@ -219792,6 +220150,7 @@ export declare const platformWhatsappContract: {
219792
220150
  firstResponseTime: number;
219793
220151
  lastMessage: string;
219794
220152
  handleTime: number;
220153
+ closedAt: Date;
219795
220154
  unreadCount: number;
219796
220155
  firstResponseAt: Date;
219797
220156
  isLatest: boolean;
@@ -219966,7 +220325,6 @@ export declare const platformWhatsappContract: {
219966
220325
  telephonySignature: string | null;
219967
220326
  };
219968
220327
  };
219969
- closedAt: Date;
219970
220328
  lastMessageAt: Date | null;
219971
220329
  isBotRoom: boolean;
219972
220330
  csatStatus: string | null;
@@ -220569,6 +220927,7 @@ export declare const platformWhatsappContract: {
220569
220927
  firstResponseTime: number;
220570
220928
  lastMessage: string;
220571
220929
  handleTime: number;
220930
+ closedAt: Date;
220572
220931
  unreadCount: number;
220573
220932
  firstResponseAt: Date;
220574
220933
  isLatest: boolean;
@@ -220743,7 +221102,6 @@ export declare const platformWhatsappContract: {
220743
221102
  telephonySignature: string | null;
220744
221103
  };
220745
221104
  };
220746
- closedAt: Date;
220747
221105
  lastMessageAt: Date | null;
220748
221106
  isBotRoom: boolean;
220749
221107
  csatStatus: string | null;
@@ -221342,6 +221700,7 @@ export declare const platformWhatsappContract: {
221342
221700
  firstResponseTime: number;
221343
221701
  lastMessage: string;
221344
221702
  handleTime: number;
221703
+ closedAt: Date;
221345
221704
  unreadCount: number;
221346
221705
  firstResponseAt: Date;
221347
221706
  isLatest: boolean;
@@ -221516,7 +221875,6 @@ export declare const platformWhatsappContract: {
221516
221875
  telephonySignature: string | null;
221517
221876
  };
221518
221877
  };
221519
- closedAt: Date;
221520
221878
  lastMessageAt: Date | null;
221521
221879
  isBotRoom: boolean;
221522
221880
  csatStatus: string | null;
@@ -233592,6 +233950,7 @@ export declare const facebookFeedContract: {
233592
233950
  firstResponseTime: number;
233593
233951
  lastMessage: string;
233594
233952
  handleTime: number;
233953
+ closedAt: Date;
233595
233954
  unreadCount: number;
233596
233955
  firstResponseAt: Date;
233597
233956
  isLatest: boolean;
@@ -233766,7 +234125,6 @@ export declare const facebookFeedContract: {
233766
234125
  telephonySignature: string | null;
233767
234126
  };
233768
234127
  };
233769
- closedAt: Date;
233770
234128
  lastMessageAt: Date | null;
233771
234129
  isBotRoom: boolean;
233772
234130
  csatStatus: string | null;
@@ -234028,6 +234386,7 @@ export declare const facebookFeedContract: {
234028
234386
  firstResponseTime: number;
234029
234387
  lastMessage: string;
234030
234388
  handleTime: number;
234389
+ closedAt: Date;
234031
234390
  unreadCount: number;
234032
234391
  firstResponseAt: Date;
234033
234392
  isLatest: boolean;
@@ -234202,7 +234561,6 @@ export declare const facebookFeedContract: {
234202
234561
  telephonySignature: string | null;
234203
234562
  };
234204
234563
  };
234205
- closedAt: Date;
234206
234564
  lastMessageAt: Date | null;
234207
234565
  isBotRoom: boolean;
234208
234566
  csatStatus: string | null;
@@ -238323,184 +238681,184 @@ export declare const facebookFeedContract: {
238323
238681
  telephonySignature: string | null;
238324
238682
  };
238325
238683
  };
238326
- firstResponseTime: number;
238327
- lastMessage: string;
238328
- handleTime: number;
238329
- unreadCount: number;
238330
- firstResponseAt: Date;
238331
- isLatest: boolean;
238332
- platformContact: {
238333
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
238334
- id: string;
238335
- metadata: {
238336
- name: string;
238337
- id: string;
238338
- picture?: string | undefined;
238339
- additionalCredentials?: any;
238340
- };
238341
- createdAt: Date;
238342
- updatedAt: Date;
238343
- deletedAt: Date | null;
238344
- contact: {
238345
- name: string;
238346
- id: string;
238347
- channel: string | null;
238348
- address: string | null;
238349
- createdAt: Date;
238350
- updatedAt: Date;
238351
- deletedAt: Date | null;
238352
- customFields: {
238353
- id: string;
238354
- createdAt: Date;
238355
- updatedAt: Date;
238356
- deletedAt: Date | null;
238357
- attribute: {
238358
- type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
238359
- id: string;
238360
- position: number;
238361
- createdAt: Date;
238362
- updatedAt: Date;
238363
- deletedAt: Date | null;
238364
- systemName: string;
238365
- displayName: string;
238366
- isDefault: boolean;
238367
- isArchived: boolean;
238368
- isRequired: boolean;
238369
- isUnique: boolean;
238370
- };
238371
- textValue: string | null;
238372
- booleanValue: boolean | null;
238373
- numberValue: number | null;
238374
- dateValue: Date | null;
238375
- uploads: {
238376
- id: string;
238377
- status: string | null;
238378
- createdAt: Date;
238379
- updatedAt: Date;
238380
- deletedAt: Date | null;
238381
- fileName: string;
238382
- fileKey: string;
238383
- bucketName: string;
238384
- fileSize: number;
238385
- fileUrl: string | null;
238386
- }[];
238387
- }[];
238388
- company: {
238389
- id: string;
238390
- createdAt: Date;
238391
- updatedAt: Date;
238392
- deletedAt: Date | null;
238393
- name?: string | undefined;
238394
- address?: string | null | undefined;
238395
- phone?: string | null | undefined;
238396
- industry?: string | null | undefined;
238397
- } | null;
238398
- notes: string | null;
238399
- contactProfile: string | null;
238400
- socialProfileUrl: string | null;
238401
- tags: {
238402
- name: string;
238403
- id: string;
238404
- createdAt: Date;
238405
- updatedAt: Date;
238406
- deletedAt: Date | null;
238407
- }[];
238408
- contactEmails: {
238409
- id: string;
238410
- isPrimary: boolean;
238411
- email: string;
238412
- createdAt: Date;
238413
- updatedAt: Date;
238414
- deletedAt: Date | null;
238415
- }[];
238416
- contactPhones: {
238417
- id: string;
238418
- isPrimary: boolean;
238419
- createdAt: Date;
238420
- updatedAt: Date;
238421
- deletedAt: Date | null;
238422
- phone: string;
238423
- }[];
238424
- platformContacts?: {
238425
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
238426
- id: string;
238427
- metadata: {
238428
- name: string;
238429
- id: string;
238430
- picture?: string | undefined;
238431
- additionalCredentials?: any;
238432
- };
238433
- createdAt: Date;
238434
- updatedAt: Date;
238435
- deletedAt: Date | null;
238436
- channelId: string;
238437
- socialPlatformId: string;
238438
- }[] | undefined;
238439
- activityLogs?: {
238440
- id: string;
238441
- description: string;
238442
- createdAt: Date;
238443
- updatedAt: Date;
238444
- deletedAt: Date | null;
238445
- entityId: string;
238446
- entityType: {
238447
- id: string;
238448
- description: string | null;
238449
- createdAt: Date;
238450
- updatedAt: Date;
238451
- deletedAt: Date | null;
238452
- entity: string;
238453
- };
238454
- }[] | undefined;
238455
- };
238456
- channelId: string;
238457
- socialPlatformId: string;
238458
- };
238459
- assignee: {
238460
- name: string;
238461
- id: string;
238462
- address: string | null;
238463
- email: string;
238464
- createdAt: Date;
238465
- updatedAt: Date;
238466
- deletedAt: Date | null;
238467
- emailVerifiedAt: Date | null;
238468
- password: string;
238469
- phone: string | null;
238470
- notificationCount: number | null;
238471
- roles: {
238472
- id: string;
238473
- description: string | null;
238474
- createdAt: Date;
238475
- updatedAt: Date;
238476
- deletedAt: Date | null;
238477
- systemName: string;
238478
- displayName: string;
238479
- permissions: {
238480
- id: string;
238481
- description: string | null;
238482
- createdAt: Date;
238483
- updatedAt: Date;
238484
- deletedAt: Date | null;
238485
- systemName: string;
238486
- displayName: string;
238487
- }[];
238488
- }[];
238489
- extension: {
238490
- id: string;
238491
- createdAt: Date;
238492
- updatedAt: Date;
238493
- deletedAt: Date | null;
238494
- userId: string | null;
238495
- sipServerUrl: string;
238496
- sipUserName: string;
238497
- webphoneLoginUser: string;
238498
- extensionId: string | null;
238499
- extensionName: string;
238500
- telephonySignature: string | null;
238501
- };
238502
- };
238684
+ firstResponseTime: number;
238685
+ lastMessage: string;
238686
+ handleTime: number;
238503
238687
  closedAt: Date;
238688
+ unreadCount: number;
238689
+ firstResponseAt: Date;
238690
+ isLatest: boolean;
238691
+ platformContact: {
238692
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
238693
+ id: string;
238694
+ metadata: {
238695
+ name: string;
238696
+ id: string;
238697
+ picture?: string | undefined;
238698
+ additionalCredentials?: any;
238699
+ };
238700
+ createdAt: Date;
238701
+ updatedAt: Date;
238702
+ deletedAt: Date | null;
238703
+ contact: {
238704
+ name: string;
238705
+ id: string;
238706
+ channel: string | null;
238707
+ address: string | null;
238708
+ createdAt: Date;
238709
+ updatedAt: Date;
238710
+ deletedAt: Date | null;
238711
+ customFields: {
238712
+ id: string;
238713
+ createdAt: Date;
238714
+ updatedAt: Date;
238715
+ deletedAt: Date | null;
238716
+ attribute: {
238717
+ type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
238718
+ id: string;
238719
+ position: number;
238720
+ createdAt: Date;
238721
+ updatedAt: Date;
238722
+ deletedAt: Date | null;
238723
+ systemName: string;
238724
+ displayName: string;
238725
+ isDefault: boolean;
238726
+ isArchived: boolean;
238727
+ isRequired: boolean;
238728
+ isUnique: boolean;
238729
+ };
238730
+ textValue: string | null;
238731
+ booleanValue: boolean | null;
238732
+ numberValue: number | null;
238733
+ dateValue: Date | null;
238734
+ uploads: {
238735
+ id: string;
238736
+ status: string | null;
238737
+ createdAt: Date;
238738
+ updatedAt: Date;
238739
+ deletedAt: Date | null;
238740
+ fileName: string;
238741
+ fileKey: string;
238742
+ bucketName: string;
238743
+ fileSize: number;
238744
+ fileUrl: string | null;
238745
+ }[];
238746
+ }[];
238747
+ company: {
238748
+ id: string;
238749
+ createdAt: Date;
238750
+ updatedAt: Date;
238751
+ deletedAt: Date | null;
238752
+ name?: string | undefined;
238753
+ address?: string | null | undefined;
238754
+ phone?: string | null | undefined;
238755
+ industry?: string | null | undefined;
238756
+ } | null;
238757
+ notes: string | null;
238758
+ contactProfile: string | null;
238759
+ socialProfileUrl: string | null;
238760
+ tags: {
238761
+ name: string;
238762
+ id: string;
238763
+ createdAt: Date;
238764
+ updatedAt: Date;
238765
+ deletedAt: Date | null;
238766
+ }[];
238767
+ contactEmails: {
238768
+ id: string;
238769
+ isPrimary: boolean;
238770
+ email: string;
238771
+ createdAt: Date;
238772
+ updatedAt: Date;
238773
+ deletedAt: Date | null;
238774
+ }[];
238775
+ contactPhones: {
238776
+ id: string;
238777
+ isPrimary: boolean;
238778
+ createdAt: Date;
238779
+ updatedAt: Date;
238780
+ deletedAt: Date | null;
238781
+ phone: string;
238782
+ }[];
238783
+ platformContacts?: {
238784
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
238785
+ id: string;
238786
+ metadata: {
238787
+ name: string;
238788
+ id: string;
238789
+ picture?: string | undefined;
238790
+ additionalCredentials?: any;
238791
+ };
238792
+ createdAt: Date;
238793
+ updatedAt: Date;
238794
+ deletedAt: Date | null;
238795
+ channelId: string;
238796
+ socialPlatformId: string;
238797
+ }[] | undefined;
238798
+ activityLogs?: {
238799
+ id: string;
238800
+ description: string;
238801
+ createdAt: Date;
238802
+ updatedAt: Date;
238803
+ deletedAt: Date | null;
238804
+ entityId: string;
238805
+ entityType: {
238806
+ id: string;
238807
+ description: string | null;
238808
+ createdAt: Date;
238809
+ updatedAt: Date;
238810
+ deletedAt: Date | null;
238811
+ entity: string;
238812
+ };
238813
+ }[] | undefined;
238814
+ };
238815
+ channelId: string;
238816
+ socialPlatformId: string;
238817
+ };
238818
+ assignee: {
238819
+ name: string;
238820
+ id: string;
238821
+ address: string | null;
238822
+ email: string;
238823
+ createdAt: Date;
238824
+ updatedAt: Date;
238825
+ deletedAt: Date | null;
238826
+ emailVerifiedAt: Date | null;
238827
+ password: string;
238828
+ phone: string | null;
238829
+ notificationCount: number | null;
238830
+ roles: {
238831
+ id: string;
238832
+ description: string | null;
238833
+ createdAt: Date;
238834
+ updatedAt: Date;
238835
+ deletedAt: Date | null;
238836
+ systemName: string;
238837
+ displayName: string;
238838
+ permissions: {
238839
+ id: string;
238840
+ description: string | null;
238841
+ createdAt: Date;
238842
+ updatedAt: Date;
238843
+ deletedAt: Date | null;
238844
+ systemName: string;
238845
+ displayName: string;
238846
+ }[];
238847
+ }[];
238848
+ extension: {
238849
+ id: string;
238850
+ createdAt: Date;
238851
+ updatedAt: Date;
238852
+ deletedAt: Date | null;
238853
+ userId: string | null;
238854
+ sipServerUrl: string;
238855
+ sipUserName: string;
238856
+ webphoneLoginUser: string;
238857
+ extensionId: string | null;
238858
+ extensionName: string;
238859
+ telephonySignature: string | null;
238860
+ };
238861
+ };
238504
238862
  lastMessageAt: Date | null;
238505
238863
  isBotRoom: boolean;
238506
238864
  csatStatus: string | null;
@@ -238762,6 +239120,7 @@ export declare const facebookFeedContract: {
238762
239120
  firstResponseTime: number;
238763
239121
  lastMessage: string;
238764
239122
  handleTime: number;
239123
+ closedAt: Date;
238765
239124
  unreadCount: number;
238766
239125
  firstResponseAt: Date;
238767
239126
  isLatest: boolean;
@@ -238936,7 +239295,6 @@ export declare const facebookFeedContract: {
238936
239295
  telephonySignature: string | null;
238937
239296
  };
238938
239297
  };
238939
- closedAt: Date;
238940
239298
  lastMessageAt: Date | null;
238941
239299
  isBotRoom: boolean;
238942
239300
  csatStatus: string | null;
@@ -240971,6 +241329,7 @@ export declare const facebookFeedContract: {
240971
241329
  firstResponseTime: number;
240972
241330
  lastMessage: string;
240973
241331
  handleTime: number;
241332
+ closedAt: Date;
240974
241333
  unreadCount: number;
240975
241334
  firstResponseAt: Date;
240976
241335
  isLatest: boolean;
@@ -241145,7 +241504,6 @@ export declare const facebookFeedContract: {
241145
241504
  telephonySignature: string | null;
241146
241505
  };
241147
241506
  };
241148
- closedAt: Date;
241149
241507
  lastMessageAt: Date | null;
241150
241508
  isBotRoom: boolean;
241151
241509
  csatStatus: string | null;
@@ -241744,6 +242102,7 @@ export declare const facebookFeedContract: {
241744
242102
  firstResponseTime: number;
241745
242103
  lastMessage: string;
241746
242104
  handleTime: number;
242105
+ closedAt: Date;
241747
242106
  unreadCount: number;
241748
242107
  firstResponseAt: Date;
241749
242108
  isLatest: boolean;
@@ -241918,7 +242277,6 @@ export declare const facebookFeedContract: {
241918
242277
  telephonySignature: string | null;
241919
242278
  };
241920
242279
  };
241921
- closedAt: Date;
241922
242280
  lastMessageAt: Date | null;
241923
242281
  isBotRoom: boolean;
241924
242282
  csatStatus: string | null;
@@ -242518,6 +242876,7 @@ export declare const facebookFeedContract: {
242518
242876
  firstResponseTime: number;
242519
242877
  lastMessage: string;
242520
242878
  handleTime: number;
242879
+ closedAt: Date;
242521
242880
  unreadCount: number;
242522
242881
  firstResponseAt: Date;
242523
242882
  isLatest: boolean;
@@ -242692,7 +243051,6 @@ export declare const facebookFeedContract: {
242692
243051
  telephonySignature: string | null;
242693
243052
  };
242694
243053
  };
242695
- closedAt: Date;
242696
243054
  lastMessageAt: Date | null;
242697
243055
  isBotRoom: boolean;
242698
243056
  csatStatus: string | null;
@@ -243291,6 +243649,7 @@ export declare const facebookFeedContract: {
243291
243649
  firstResponseTime: number;
243292
243650
  lastMessage: string;
243293
243651
  handleTime: number;
243652
+ closedAt: Date;
243294
243653
  unreadCount: number;
243295
243654
  firstResponseAt: Date;
243296
243655
  isLatest: boolean;
@@ -243465,7 +243824,6 @@ export declare const facebookFeedContract: {
243465
243824
  telephonySignature: string | null;
243466
243825
  };
243467
243826
  };
243468
- closedAt: Date;
243469
243827
  lastMessageAt: Date | null;
243470
243828
  isBotRoom: boolean;
243471
243829
  csatStatus: string | null;
@@ -244065,6 +244423,7 @@ export declare const facebookFeedContract: {
244065
244423
  firstResponseTime: number;
244066
244424
  lastMessage: string;
244067
244425
  handleTime: number;
244426
+ closedAt: Date;
244068
244427
  unreadCount: number;
244069
244428
  firstResponseAt: Date;
244070
244429
  isLatest: boolean;
@@ -244239,7 +244598,6 @@ export declare const facebookFeedContract: {
244239
244598
  telephonySignature: string | null;
244240
244599
  };
244241
244600
  };
244242
- closedAt: Date;
244243
244601
  lastMessageAt: Date | null;
244244
244602
  isBotRoom: boolean;
244245
244603
  csatStatus: string | null;
@@ -244838,6 +245196,7 @@ export declare const facebookFeedContract: {
244838
245196
  firstResponseTime: number;
244839
245197
  lastMessage: string;
244840
245198
  handleTime: number;
245199
+ closedAt: Date;
244841
245200
  unreadCount: number;
244842
245201
  firstResponseAt: Date;
244843
245202
  isLatest: boolean;
@@ -245012,7 +245371,6 @@ export declare const facebookFeedContract: {
245012
245371
  telephonySignature: string | null;
245013
245372
  };
245014
245373
  };
245015
- closedAt: Date;
245016
245374
  lastMessageAt: Date | null;
245017
245375
  isBotRoom: boolean;
245018
245376
  csatStatus: string | null;
@@ -245614,6 +245972,7 @@ export declare const facebookFeedContract: {
245614
245972
  firstResponseTime: number;
245615
245973
  lastMessage: string;
245616
245974
  handleTime: number;
245975
+ closedAt: Date;
245617
245976
  unreadCount: number;
245618
245977
  firstResponseAt: Date;
245619
245978
  isLatest: boolean;
@@ -245788,7 +246147,6 @@ export declare const facebookFeedContract: {
245788
246147
  telephonySignature: string | null;
245789
246148
  };
245790
246149
  };
245791
- closedAt: Date;
245792
246150
  lastMessageAt: Date | null;
245793
246151
  isBotRoom: boolean;
245794
246152
  csatStatus: string | null;
@@ -246387,6 +246745,7 @@ export declare const facebookFeedContract: {
246387
246745
  firstResponseTime: number;
246388
246746
  lastMessage: string;
246389
246747
  handleTime: number;
246748
+ closedAt: Date;
246390
246749
  unreadCount: number;
246391
246750
  firstResponseAt: Date;
246392
246751
  isLatest: boolean;
@@ -246561,7 +246920,6 @@ export declare const facebookFeedContract: {
246561
246920
  telephonySignature: string | null;
246562
246921
  };
246563
246922
  };
246564
- closedAt: Date;
246565
246923
  lastMessageAt: Date | null;
246566
246924
  isBotRoom: boolean;
246567
246925
  csatStatus: string | null;
@@ -247164,6 +247522,7 @@ export declare const facebookFeedContract: {
247164
247522
  firstResponseTime: number;
247165
247523
  lastMessage: string;
247166
247524
  handleTime: number;
247525
+ closedAt: Date;
247167
247526
  unreadCount: number;
247168
247527
  firstResponseAt: Date;
247169
247528
  isLatest: boolean;
@@ -247338,7 +247697,6 @@ export declare const facebookFeedContract: {
247338
247697
  telephonySignature: string | null;
247339
247698
  };
247340
247699
  };
247341
- closedAt: Date;
247342
247700
  lastMessageAt: Date | null;
247343
247701
  isBotRoom: boolean;
247344
247702
  csatStatus: string | null;
@@ -247937,6 +248295,7 @@ export declare const facebookFeedContract: {
247937
248295
  firstResponseTime: number;
247938
248296
  lastMessage: string;
247939
248297
  handleTime: number;
248298
+ closedAt: Date;
247940
248299
  unreadCount: number;
247941
248300
  firstResponseAt: Date;
247942
248301
  isLatest: boolean;
@@ -248111,7 +248470,6 @@ export declare const facebookFeedContract: {
248111
248470
  telephonySignature: string | null;
248112
248471
  };
248113
248472
  };
248114
- closedAt: Date;
248115
248473
  lastMessageAt: Date | null;
248116
248474
  isBotRoom: boolean;
248117
248475
  csatStatus: string | null;
@@ -256160,6 +256518,7 @@ export declare const feedPostContract: {
256160
256518
  firstResponseTime: number;
256161
256519
  lastMessage: string;
256162
256520
  handleTime: number;
256521
+ closedAt: Date;
256163
256522
  unreadCount: number;
256164
256523
  firstResponseAt: Date;
256165
256524
  isLatest: boolean;
@@ -256334,7 +256693,6 @@ export declare const feedPostContract: {
256334
256693
  telephonySignature: string | null;
256335
256694
  };
256336
256695
  };
256337
- closedAt: Date;
256338
256696
  lastMessageAt: Date | null;
256339
256697
  isBotRoom: boolean;
256340
256698
  csatStatus: string | null;
@@ -256596,6 +256954,7 @@ export declare const feedPostContract: {
256596
256954
  firstResponseTime: number;
256597
256955
  lastMessage: string;
256598
256956
  handleTime: number;
256957
+ closedAt: Date;
256599
256958
  unreadCount: number;
256600
256959
  firstResponseAt: Date;
256601
256960
  isLatest: boolean;
@@ -256770,7 +257129,6 @@ export declare const feedPostContract: {
256770
257129
  telephonySignature: string | null;
256771
257130
  };
256772
257131
  };
256773
- closedAt: Date;
256774
257132
  lastMessageAt: Date | null;
256775
257133
  isBotRoom: boolean;
256776
257134
  csatStatus: string | null;
@@ -261941,6 +262299,7 @@ export declare const feedPostContract: {
261941
262299
  firstResponseTime: number;
261942
262300
  lastMessage: string;
261943
262301
  handleTime: number;
262302
+ closedAt: Date;
261944
262303
  unreadCount: number;
261945
262304
  firstResponseAt: Date;
261946
262305
  isLatest: boolean;
@@ -262115,7 +262474,6 @@ export declare const feedPostContract: {
262115
262474
  telephonySignature: string | null;
262116
262475
  };
262117
262476
  };
262118
- closedAt: Date;
262119
262477
  lastMessageAt: Date | null;
262120
262478
  isBotRoom: boolean;
262121
262479
  csatStatus: string | null;
@@ -262377,6 +262735,7 @@ export declare const feedPostContract: {
262377
262735
  firstResponseTime: number;
262378
262736
  lastMessage: string;
262379
262737
  handleTime: number;
262738
+ closedAt: Date;
262380
262739
  unreadCount: number;
262381
262740
  firstResponseAt: Date;
262382
262741
  isLatest: boolean;
@@ -262551,7 +262910,6 @@ export declare const feedPostContract: {
262551
262910
  telephonySignature: string | null;
262552
262911
  };
262553
262912
  };
262554
- closedAt: Date;
262555
262913
  lastMessageAt: Date | null;
262556
262914
  isBotRoom: boolean;
262557
262915
  csatStatus: string | null;
@@ -264586,6 +264944,7 @@ export declare const feedPostContract: {
264586
264944
  firstResponseTime: number;
264587
264945
  lastMessage: string;
264588
264946
  handleTime: number;
264947
+ closedAt: Date;
264589
264948
  unreadCount: number;
264590
264949
  firstResponseAt: Date;
264591
264950
  isLatest: boolean;
@@ -264760,7 +265119,6 @@ export declare const feedPostContract: {
264760
265119
  telephonySignature: string | null;
264761
265120
  };
264762
265121
  };
264763
- closedAt: Date;
264764
265122
  lastMessageAt: Date | null;
264765
265123
  isBotRoom: boolean;
264766
265124
  csatStatus: string | null;
@@ -265359,6 +265717,7 @@ export declare const feedPostContract: {
265359
265717
  firstResponseTime: number;
265360
265718
  lastMessage: string;
265361
265719
  handleTime: number;
265720
+ closedAt: Date;
265362
265721
  unreadCount: number;
265363
265722
  firstResponseAt: Date;
265364
265723
  isLatest: boolean;
@@ -265533,7 +265892,6 @@ export declare const feedPostContract: {
265533
265892
  telephonySignature: string | null;
265534
265893
  };
265535
265894
  };
265536
- closedAt: Date;
265537
265895
  lastMessageAt: Date | null;
265538
265896
  isBotRoom: boolean;
265539
265897
  csatStatus: string | null;
@@ -266139,6 +266497,7 @@ export declare const feedPostContract: {
266139
266497
  firstResponseTime: number;
266140
266498
  lastMessage: string;
266141
266499
  handleTime: number;
266500
+ closedAt: Date;
266142
266501
  unreadCount: number;
266143
266502
  firstResponseAt: Date;
266144
266503
  isLatest: boolean;
@@ -266313,7 +266672,6 @@ export declare const feedPostContract: {
266313
266672
  telephonySignature: string | null;
266314
266673
  };
266315
266674
  };
266316
- closedAt: Date;
266317
266675
  lastMessageAt: Date | null;
266318
266676
  isBotRoom: boolean;
266319
266677
  csatStatus: string | null;
@@ -266907,6 +267265,7 @@ export declare const feedPostContract: {
266907
267265
  firstResponseTime: number;
266908
267266
  lastMessage: string;
266909
267267
  handleTime: number;
267268
+ closedAt: Date;
266910
267269
  unreadCount: number;
266911
267270
  firstResponseAt: Date;
266912
267271
  isLatest: boolean;
@@ -267081,7 +267440,6 @@ export declare const feedPostContract: {
267081
267440
  telephonySignature: string | null;
267082
267441
  };
267083
267442
  };
267084
- closedAt: Date;
267085
267443
  lastMessageAt: Date | null;
267086
267444
  isBotRoom: boolean;
267087
267445
  csatStatus: string | null;
@@ -267813,6 +268171,7 @@ export declare const feedPostContract: {
267813
268171
  firstResponseTime: number;
267814
268172
  lastMessage: string;
267815
268173
  handleTime: number;
268174
+ closedAt: Date;
267816
268175
  unreadCount: number;
267817
268176
  firstResponseAt: Date;
267818
268177
  isLatest: boolean;
@@ -267987,7 +268346,6 @@ export declare const feedPostContract: {
267987
268346
  telephonySignature: string | null;
267988
268347
  };
267989
268348
  };
267990
- closedAt: Date;
267991
268349
  lastMessageAt: Date | null;
267992
268350
  isBotRoom: boolean;
267993
268351
  csatStatus: string | null;
@@ -268581,6 +268939,7 @@ export declare const feedPostContract: {
268581
268939
  firstResponseTime: number;
268582
268940
  lastMessage: string;
268583
268941
  handleTime: number;
268942
+ closedAt: Date;
268584
268943
  unreadCount: number;
268585
268944
  firstResponseAt: Date;
268586
268945
  isLatest: boolean;
@@ -268755,7 +269114,6 @@ export declare const feedPostContract: {
268755
269114
  telephonySignature: string | null;
268756
269115
  };
268757
269116
  };
268758
- closedAt: Date;
268759
269117
  lastMessageAt: Date | null;
268760
269118
  isBotRoom: boolean;
268761
269119
  csatStatus: string | null;
@@ -269489,6 +269847,7 @@ export declare const feedPostContract: {
269489
269847
  firstResponseTime: number;
269490
269848
  lastMessage: string;
269491
269849
  handleTime: number;
269850
+ closedAt: Date;
269492
269851
  unreadCount: number;
269493
269852
  firstResponseAt: Date;
269494
269853
  isLatest: boolean;
@@ -269663,7 +270022,6 @@ export declare const feedPostContract: {
269663
270022
  telephonySignature: string | null;
269664
270023
  };
269665
270024
  };
269666
- closedAt: Date;
269667
270025
  lastMessageAt: Date | null;
269668
270026
  isBotRoom: boolean;
269669
270027
  csatStatus: string | null;
@@ -270257,6 +270615,7 @@ export declare const feedPostContract: {
270257
270615
  firstResponseTime: number;
270258
270616
  lastMessage: string;
270259
270617
  handleTime: number;
270618
+ closedAt: Date;
270260
270619
  unreadCount: number;
270261
270620
  firstResponseAt: Date;
270262
270621
  isLatest: boolean;
@@ -270431,7 +270790,6 @@ export declare const feedPostContract: {
270431
270790
  telephonySignature: string | null;
270432
270791
  };
270433
270792
  };
270434
- closedAt: Date;
270435
270793
  lastMessageAt: Date | null;
270436
270794
  isBotRoom: boolean;
270437
270795
  csatStatus: string | null;
@@ -271169,6 +271527,7 @@ export declare const feedPostContract: {
271169
271527
  firstResponseTime: number;
271170
271528
  lastMessage: string;
271171
271529
  handleTime: number;
271530
+ closedAt: Date;
271172
271531
  unreadCount: number;
271173
271532
  firstResponseAt: Date;
271174
271533
  isLatest: boolean;
@@ -271343,7 +271702,6 @@ export declare const feedPostContract: {
271343
271702
  telephonySignature: string | null;
271344
271703
  };
271345
271704
  };
271346
- closedAt: Date;
271347
271705
  lastMessageAt: Date | null;
271348
271706
  isBotRoom: boolean;
271349
271707
  csatStatus: string | null;
@@ -271937,6 +272295,7 @@ export declare const feedPostContract: {
271937
272295
  firstResponseTime: number;
271938
272296
  lastMessage: string;
271939
272297
  handleTime: number;
272298
+ closedAt: Date;
271940
272299
  unreadCount: number;
271941
272300
  firstResponseAt: Date;
271942
272301
  isLatest: boolean;
@@ -272111,7 +272470,6 @@ export declare const feedPostContract: {
272111
272470
  telephonySignature: string | null;
272112
272471
  };
272113
272472
  };
272114
- closedAt: Date;
272115
272473
  lastMessageAt: Date | null;
272116
272474
  isBotRoom: boolean;
272117
272475
  csatStatus: string | null;
@@ -294042,6 +294400,7 @@ export declare const workflowContract: {
294042
294400
  firstResponseTime: number;
294043
294401
  lastMessage: string;
294044
294402
  handleTime: number;
294403
+ closedAt: Date;
294045
294404
  unreadCount: number;
294046
294405
  firstResponseAt: Date;
294047
294406
  isLatest: boolean;
@@ -294216,7 +294575,6 @@ export declare const workflowContract: {
294216
294575
  telephonySignature: string | null;
294217
294576
  };
294218
294577
  };
294219
- closedAt: Date;
294220
294578
  lastMessageAt: Date | null;
294221
294579
  isBotRoom: boolean;
294222
294580
  csatStatus: string | null;
@@ -294478,6 +294836,7 @@ export declare const workflowContract: {
294478
294836
  firstResponseTime: number;
294479
294837
  lastMessage: string;
294480
294838
  handleTime: number;
294839
+ closedAt: Date;
294481
294840
  unreadCount: number;
294482
294841
  firstResponseAt: Date;
294483
294842
  isLatest: boolean;
@@ -294652,7 +295011,6 @@ export declare const workflowContract: {
294652
295011
  telephonySignature: string | null;
294653
295012
  };
294654
295013
  };
294655
- closedAt: Date;
294656
295014
  lastMessageAt: Date | null;
294657
295015
  isBotRoom: boolean;
294658
295016
  csatStatus: string | null;
@@ -294916,6 +295274,7 @@ export declare const workflowContract: {
294916
295274
  firstResponseTime: number;
294917
295275
  lastMessage: string;
294918
295276
  handleTime: number;
295277
+ closedAt: Date;
294919
295278
  unreadCount: number;
294920
295279
  firstResponseAt: Date;
294921
295280
  isLatest: boolean;
@@ -295090,7 +295449,6 @@ export declare const workflowContract: {
295090
295449
  telephonySignature: string | null;
295091
295450
  };
295092
295451
  };
295093
- closedAt: Date;
295094
295452
  lastMessageAt: Date | null;
295095
295453
  isBotRoom: boolean;
295096
295454
  csatStatus: string | null;
@@ -295355,6 +295713,7 @@ export declare const workflowContract: {
295355
295713
  firstResponseTime: number;
295356
295714
  lastMessage: string;
295357
295715
  handleTime: number;
295716
+ closedAt: Date;
295358
295717
  unreadCount: number;
295359
295718
  firstResponseAt: Date;
295360
295719
  isLatest: boolean;
@@ -295529,7 +295888,6 @@ export declare const workflowContract: {
295529
295888
  telephonySignature: string | null;
295530
295889
  };
295531
295890
  };
295532
- closedAt: Date;
295533
295891
  lastMessageAt: Date | null;
295534
295892
  isBotRoom: boolean;
295535
295893
  csatStatus: string | null;
@@ -298472,6 +298830,7 @@ export declare const workflowContract: {
298472
298830
  firstResponseTime: number;
298473
298831
  lastMessage: string;
298474
298832
  handleTime: number;
298833
+ closedAt: Date;
298475
298834
  unreadCount: number;
298476
298835
  firstResponseAt: Date;
298477
298836
  isLatest: boolean;
@@ -298646,7 +299005,6 @@ export declare const workflowContract: {
298646
299005
  telephonySignature: string | null;
298647
299006
  };
298648
299007
  };
298649
- closedAt: Date;
298650
299008
  lastMessageAt: Date | null;
298651
299009
  isBotRoom: boolean;
298652
299010
  csatStatus: string | null;
@@ -298908,6 +299266,7 @@ export declare const workflowContract: {
298908
299266
  firstResponseTime: number;
298909
299267
  lastMessage: string;
298910
299268
  handleTime: number;
299269
+ closedAt: Date;
298911
299270
  unreadCount: number;
298912
299271
  firstResponseAt: Date;
298913
299272
  isLatest: boolean;
@@ -299082,7 +299441,6 @@ export declare const workflowContract: {
299082
299441
  telephonySignature: string | null;
299083
299442
  };
299084
299443
  };
299085
- closedAt: Date;
299086
299444
  lastMessageAt: Date | null;
299087
299445
  isBotRoom: boolean;
299088
299446
  csatStatus: string | null;
@@ -301117,6 +301475,7 @@ export declare const workflowContract: {
301117
301475
  firstResponseTime: number;
301118
301476
  lastMessage: string;
301119
301477
  handleTime: number;
301478
+ closedAt: Date;
301120
301479
  unreadCount: number;
301121
301480
  firstResponseAt: Date;
301122
301481
  isLatest: boolean;
@@ -301291,7 +301650,6 @@ export declare const workflowContract: {
301291
301650
  telephonySignature: string | null;
301292
301651
  };
301293
301652
  };
301294
- closedAt: Date;
301295
301653
  lastMessageAt: Date | null;
301296
301654
  isBotRoom: boolean;
301297
301655
  csatStatus: string | null;
@@ -301890,6 +302248,7 @@ export declare const workflowContract: {
301890
302248
  firstResponseTime: number;
301891
302249
  lastMessage: string;
301892
302250
  handleTime: number;
302251
+ closedAt: Date;
301893
302252
  unreadCount: number;
301894
302253
  firstResponseAt: Date;
301895
302254
  isLatest: boolean;
@@ -302064,7 +302423,6 @@ export declare const workflowContract: {
302064
302423
  telephonySignature: string | null;
302065
302424
  };
302066
302425
  };
302067
- closedAt: Date;
302068
302426
  lastMessageAt: Date | null;
302069
302427
  isBotRoom: boolean;
302070
302428
  csatStatus: string | null;
@@ -302665,6 +303023,7 @@ export declare const workflowContract: {
302665
303023
  firstResponseTime: number;
302666
303024
  lastMessage: string;
302667
303025
  handleTime: number;
303026
+ closedAt: Date;
302668
303027
  unreadCount: number;
302669
303028
  firstResponseAt: Date;
302670
303029
  isLatest: boolean;
@@ -302839,7 +303198,6 @@ export declare const workflowContract: {
302839
303198
  telephonySignature: string | null;
302840
303199
  };
302841
303200
  };
302842
- closedAt: Date;
302843
303201
  lastMessageAt: Date | null;
302844
303202
  isBotRoom: boolean;
302845
303203
  csatStatus: string | null;
@@ -303441,6 +303799,7 @@ export declare const workflowContract: {
303441
303799
  firstResponseTime: number;
303442
303800
  lastMessage: string;
303443
303801
  handleTime: number;
303802
+ closedAt: Date;
303444
303803
  unreadCount: number;
303445
303804
  firstResponseAt: Date;
303446
303805
  isLatest: boolean;
@@ -303615,7 +303974,6 @@ export declare const workflowContract: {
303615
303974
  telephonySignature: string | null;
303616
303975
  };
303617
303976
  };
303618
- closedAt: Date;
303619
303977
  lastMessageAt: Date | null;
303620
303978
  isBotRoom: boolean;
303621
303979
  csatStatus: string | null;
@@ -304787,6 +305145,7 @@ export declare const workflowContract: {
304787
305145
  firstResponseTime: import("zod").ZodNumber;
304788
305146
  lastMessage: import("zod").ZodString;
304789
305147
  handleTime: import("zod").ZodNumber;
305148
+ closedAt: import("zod").ZodDate;
304790
305149
  unreadCount: import("zod").ZodNumber;
304791
305150
  firstResponseAt: import("zod").ZodDate;
304792
305151
  isLatest: import("zod").ZodBoolean;
@@ -306041,7 +306400,6 @@ export declare const workflowContract: {
306041
306400
  telephonySignature: string | null;
306042
306401
  };
306043
306402
  }>;
306044
- closedAt: import("zod").ZodDate;
306045
306403
  lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
306046
306404
  isBotRoom: import("zod").ZodBoolean;
306047
306405
  csatStatus: import("zod").ZodNullable<import("zod").ZodString>;
@@ -306768,6 +307126,7 @@ export declare const workflowContract: {
306768
307126
  firstResponseTime: number;
306769
307127
  lastMessage: string;
306770
307128
  handleTime: number;
307129
+ closedAt: Date;
306771
307130
  unreadCount: number;
306772
307131
  firstResponseAt: Date;
306773
307132
  isLatest: boolean;
@@ -306942,7 +307301,6 @@ export declare const workflowContract: {
306942
307301
  telephonySignature: string | null;
306943
307302
  };
306944
307303
  };
306945
- closedAt: Date;
306946
307304
  lastMessageAt: Date | null;
306947
307305
  isBotRoom: boolean;
306948
307306
  csatStatus: string | null;
@@ -307205,6 +307563,7 @@ export declare const workflowContract: {
307205
307563
  firstResponseTime: number;
307206
307564
  lastMessage: string;
307207
307565
  handleTime: number;
307566
+ closedAt: Date;
307208
307567
  unreadCount: number;
307209
307568
  firstResponseAt: Date;
307210
307569
  isLatest: boolean;
@@ -307379,7 +307738,6 @@ export declare const workflowContract: {
307379
307738
  telephonySignature: string | null;
307380
307739
  };
307381
307740
  };
307382
- closedAt: Date;
307383
307741
  lastMessageAt: Date | null;
307384
307742
  isBotRoom: boolean;
307385
307743
  csatStatus: string | null;
@@ -307644,6 +308002,7 @@ export declare const workflowContract: {
307644
308002
  firstResponseTime: number;
307645
308003
  lastMessage: string;
307646
308004
  handleTime: number;
308005
+ closedAt: Date;
307647
308006
  unreadCount: number;
307648
308007
  firstResponseAt: Date;
307649
308008
  isLatest: boolean;
@@ -307818,7 +308177,6 @@ export declare const workflowContract: {
307818
308177
  telephonySignature: string | null;
307819
308178
  };
307820
308179
  };
307821
- closedAt: Date;
307822
308180
  lastMessageAt: Date | null;
307823
308181
  isBotRoom: boolean;
307824
308182
  csatStatus: string | null;
@@ -308084,6 +308442,7 @@ export declare const workflowContract: {
308084
308442
  firstResponseTime: number;
308085
308443
  lastMessage: string;
308086
308444
  handleTime: number;
308445
+ closedAt: Date;
308087
308446
  unreadCount: number;
308088
308447
  firstResponseAt: Date;
308089
308448
  isLatest: boolean;
@@ -308258,7 +308617,6 @@ export declare const workflowContract: {
308258
308617
  telephonySignature: string | null;
308259
308618
  };
308260
308619
  };
308261
- closedAt: Date;
308262
308620
  lastMessageAt: Date | null;
308263
308621
  isBotRoom: boolean;
308264
308622
  csatStatus: string | null;