@kl1/contracts 1.0.97 → 1.0.99-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82638,6 +82638,7 @@ export declare const platformContract: {
82638
82638
  createdAt: import("zod").ZodString;
82639
82639
  updatedAt: import("zod").ZodString;
82640
82640
  platformContact: import("zod").ZodObject<{
82641
+ id: import("zod").ZodString;
82641
82642
  channelId: import("zod").ZodString;
82642
82643
  socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
82643
82644
  type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada"]>;
@@ -82681,6 +82682,7 @@ export declare const platformContract: {
82681
82682
  }>;
82682
82683
  }, "strip", import("zod").ZodTypeAny, {
82683
82684
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
82685
+ id: string;
82684
82686
  metadata: {
82685
82687
  id: string;
82686
82688
  name: string;
@@ -82699,6 +82701,7 @@ export declare const platformContract: {
82699
82701
  socialPlatformId: string | null;
82700
82702
  }, {
82701
82703
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
82704
+ id: string;
82702
82705
  metadata: {
82703
82706
  id: string;
82704
82707
  name: string;
@@ -82717,21 +82720,37 @@ export declare const platformContract: {
82717
82720
  socialPlatformId: string | null;
82718
82721
  }>;
82719
82722
  actor: import("zod").ZodNullable<import("zod").ZodObject<{
82723
+ id: import("zod").ZodString;
82720
82724
  name: import("zod").ZodString;
82721
82725
  email: import("zod").ZodString;
82722
82726
  address: import("zod").ZodNullable<import("zod").ZodString>;
82723
82727
  phone: import("zod").ZodNullable<import("zod").ZodString>;
82724
82728
  }, "strip", import("zod").ZodTypeAny, {
82729
+ id: string;
82725
82730
  address: string | null;
82726
82731
  name: string;
82727
82732
  email: string;
82728
82733
  phone: string | null;
82729
82734
  }, {
82735
+ id: string;
82730
82736
  address: string | null;
82731
82737
  name: string;
82732
82738
  email: string;
82733
82739
  phone: string | null;
82734
82740
  }>>;
82741
+ assignee: import("zod").ZodNullable<import("zod").ZodObject<{
82742
+ id: import("zod").ZodString;
82743
+ name: import("zod").ZodString;
82744
+ email: import("zod").ZodString;
82745
+ }, "strip", import("zod").ZodTypeAny, {
82746
+ id: string;
82747
+ name: string;
82748
+ email: string;
82749
+ }, {
82750
+ id: string;
82751
+ name: string;
82752
+ email: string;
82753
+ }>>;
82735
82754
  channel: import("zod").ZodObject<{
82736
82755
  id: import("zod").ZodString;
82737
82756
  name: import("zod").ZodString;
@@ -82857,6 +82876,7 @@ export declare const platformContract: {
82857
82876
  createdAt: string;
82858
82877
  updatedAt: string;
82859
82878
  actor: {
82879
+ id: string;
82860
82880
  address: string | null;
82861
82881
  name: string;
82862
82882
  email: string;
@@ -82865,6 +82885,7 @@ export declare const platformContract: {
82865
82885
  isLatest: boolean;
82866
82886
  platformContact: {
82867
82887
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
82888
+ id: string;
82868
82889
  metadata: {
82869
82890
  id: string;
82870
82891
  name: string;
@@ -82882,6 +82903,11 @@ export declare const platformContract: {
82882
82903
  channelId: string;
82883
82904
  socialPlatformId: string | null;
82884
82905
  };
82906
+ assignee: {
82907
+ id: string;
82908
+ name: string;
82909
+ email: string;
82910
+ } | null;
82885
82911
  lastMessage?: string | undefined;
82886
82912
  handleTime?: number | undefined;
82887
82913
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -82915,6 +82941,7 @@ export declare const platformContract: {
82915
82941
  createdAt: string;
82916
82942
  updatedAt: string;
82917
82943
  actor: {
82944
+ id: string;
82918
82945
  address: string | null;
82919
82946
  name: string;
82920
82947
  email: string;
@@ -82923,6 +82950,7 @@ export declare const platformContract: {
82923
82950
  isLatest: boolean;
82924
82951
  platformContact: {
82925
82952
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
82953
+ id: string;
82926
82954
  metadata: {
82927
82955
  id: string;
82928
82956
  name: string;
@@ -82940,6 +82968,11 @@ export declare const platformContract: {
82940
82968
  channelId: string;
82941
82969
  socialPlatformId: string | null;
82942
82970
  };
82971
+ assignee: {
82972
+ id: string;
82973
+ name: string;
82974
+ email: string;
82975
+ } | null;
82943
82976
  lastMessage?: string | undefined;
82944
82977
  handleTime?: number | undefined;
82945
82978
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -83107,6 +83140,7 @@ export declare const platformContract: {
83107
83140
  createdAt: string;
83108
83141
  updatedAt: string;
83109
83142
  actor: {
83143
+ id: string;
83110
83144
  address: string | null;
83111
83145
  name: string;
83112
83146
  email: string;
@@ -83115,6 +83149,7 @@ export declare const platformContract: {
83115
83149
  isLatest: boolean;
83116
83150
  platformContact: {
83117
83151
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
83152
+ id: string;
83118
83153
  metadata: {
83119
83154
  id: string;
83120
83155
  name: string;
@@ -83132,6 +83167,11 @@ export declare const platformContract: {
83132
83167
  channelId: string;
83133
83168
  socialPlatformId: string | null;
83134
83169
  };
83170
+ assignee: {
83171
+ id: string;
83172
+ name: string;
83173
+ email: string;
83174
+ } | null;
83135
83175
  lastMessage?: string | undefined;
83136
83176
  handleTime?: number | undefined;
83137
83177
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -83195,6 +83235,7 @@ export declare const platformContract: {
83195
83235
  createdAt: string;
83196
83236
  updatedAt: string;
83197
83237
  actor: {
83238
+ id: string;
83198
83239
  address: string | null;
83199
83240
  name: string;
83200
83241
  email: string;
@@ -83203,6 +83244,7 @@ export declare const platformContract: {
83203
83244
  isLatest: boolean;
83204
83245
  platformContact: {
83205
83246
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
83247
+ id: string;
83206
83248
  metadata: {
83207
83249
  id: string;
83208
83250
  name: string;
@@ -83220,6 +83262,11 @@ export declare const platformContract: {
83220
83262
  channelId: string;
83221
83263
  socialPlatformId: string | null;
83222
83264
  };
83265
+ assignee: {
83266
+ id: string;
83267
+ name: string;
83268
+ email: string;
83269
+ } | null;
83223
83270
  lastMessage?: string | undefined;
83224
83271
  handleTime?: number | undefined;
83225
83272
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -83254,7 +83301,9 @@ export declare const platformContract: {
83254
83301
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
83255
83302
  lastMessage: import("zod").ZodString;
83256
83303
  handleTime: import("zod").ZodNumber;
83257
- closeAt: import("zod").ZodDate;
83304
+ closedAt: import("zod").ZodDate;
83305
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
83306
+ status: import("zod").ZodNumber;
83258
83307
  unreadCount: import("zod").ZodNumber;
83259
83308
  firstResponseAt: import("zod").ZodDate;
83260
83309
  firstResponseTime: import("zod").ZodNumber;
@@ -85179,6 +85228,7 @@ export declare const platformContract: {
85179
85228
  connectedUserId: string;
85180
85229
  };
85181
85230
  direction: "incoming" | "outgoing" | "system";
85231
+ status: number;
85182
85232
  createdAt: Date;
85183
85233
  updatedAt: Date;
85184
85234
  deletedAt: Date | null;
@@ -85229,7 +85279,6 @@ export declare const platformContract: {
85229
85279
  firstResponseTime: number;
85230
85280
  lastMessage: string;
85231
85281
  handleTime: number;
85232
- closeAt: Date;
85233
85282
  unreadCount: number;
85234
85283
  firstResponseAt: Date;
85235
85284
  isLatest: boolean;
@@ -85389,6 +85438,8 @@ export declare const platformContract: {
85389
85438
  telephonySignature: string | null;
85390
85439
  };
85391
85440
  };
85441
+ closedAt: Date;
85442
+ lastMessageAt: Date | null;
85392
85443
  cxlog: {
85393
85444
  id: string;
85394
85445
  channel: string | null;
@@ -85491,6 +85542,7 @@ export declare const platformContract: {
85491
85542
  connectedUserId: string;
85492
85543
  };
85493
85544
  direction: "incoming" | "outgoing" | "system";
85545
+ status: number;
85494
85546
  createdAt: Date;
85495
85547
  updatedAt: Date;
85496
85548
  deletedAt: Date | null;
@@ -85541,7 +85593,6 @@ export declare const platformContract: {
85541
85593
  firstResponseTime: number;
85542
85594
  lastMessage: string;
85543
85595
  handleTime: number;
85544
- closeAt: Date;
85545
85596
  unreadCount: number;
85546
85597
  firstResponseAt: Date;
85547
85598
  isLatest: boolean;
@@ -85701,6 +85752,8 @@ export declare const platformContract: {
85701
85752
  telephonySignature: string | null;
85702
85753
  };
85703
85754
  };
85755
+ closedAt: Date;
85756
+ lastMessageAt: Date | null;
85704
85757
  cxlog: {
85705
85758
  id: string;
85706
85759
  channel: string | null;
@@ -87549,6 +87602,7 @@ export declare const platformContract: {
87549
87602
  connectedUserId: string;
87550
87603
  };
87551
87604
  direction: "incoming" | "outgoing" | "system";
87605
+ status: number;
87552
87606
  createdAt: Date;
87553
87607
  updatedAt: Date;
87554
87608
  deletedAt: Date | null;
@@ -87599,7 +87653,6 @@ export declare const platformContract: {
87599
87653
  firstResponseTime: number;
87600
87654
  lastMessage: string;
87601
87655
  handleTime: number;
87602
- closeAt: Date;
87603
87656
  unreadCount: number;
87604
87657
  firstResponseAt: Date;
87605
87658
  isLatest: boolean;
@@ -87759,6 +87812,8 @@ export declare const platformContract: {
87759
87812
  telephonySignature: string | null;
87760
87813
  };
87761
87814
  };
87815
+ closedAt: Date;
87816
+ lastMessageAt: Date | null;
87762
87817
  cxlog: {
87763
87818
  id: string;
87764
87819
  channel: string | null;
@@ -88187,6 +88242,7 @@ export declare const platformContract: {
88187
88242
  connectedUserId: string;
88188
88243
  };
88189
88244
  direction: "incoming" | "outgoing" | "system";
88245
+ status: number;
88190
88246
  createdAt: Date;
88191
88247
  updatedAt: Date;
88192
88248
  deletedAt: Date | null;
@@ -88237,7 +88293,6 @@ export declare const platformContract: {
88237
88293
  firstResponseTime: number;
88238
88294
  lastMessage: string;
88239
88295
  handleTime: number;
88240
- closeAt: Date;
88241
88296
  unreadCount: number;
88242
88297
  firstResponseAt: Date;
88243
88298
  isLatest: boolean;
@@ -88397,6 +88452,8 @@ export declare const platformContract: {
88397
88452
  telephonySignature: string | null;
88398
88453
  };
88399
88454
  };
88455
+ closedAt: Date;
88456
+ lastMessageAt: Date | null;
88400
88457
  cxlog: {
88401
88458
  id: string;
88402
88459
  channel: string | null;
@@ -88827,6 +88884,7 @@ export declare const platformContract: {
88827
88884
  connectedUserId: string;
88828
88885
  };
88829
88886
  direction: "incoming" | "outgoing" | "system";
88887
+ status: number;
88830
88888
  createdAt: Date;
88831
88889
  updatedAt: Date;
88832
88890
  deletedAt: Date | null;
@@ -88877,7 +88935,6 @@ export declare const platformContract: {
88877
88935
  firstResponseTime: number;
88878
88936
  lastMessage: string;
88879
88937
  handleTime: number;
88880
- closeAt: Date;
88881
88938
  unreadCount: number;
88882
88939
  firstResponseAt: Date;
88883
88940
  isLatest: boolean;
@@ -89037,6 +89094,8 @@ export declare const platformContract: {
89037
89094
  telephonySignature: string | null;
89038
89095
  };
89039
89096
  };
89097
+ closedAt: Date;
89098
+ lastMessageAt: Date | null;
89040
89099
  cxlog: {
89041
89100
  id: string;
89042
89101
  channel: string | null;
@@ -89468,6 +89527,7 @@ export declare const platformContract: {
89468
89527
  connectedUserId: string;
89469
89528
  };
89470
89529
  direction: "incoming" | "outgoing" | "system";
89530
+ status: number;
89471
89531
  createdAt: Date;
89472
89532
  updatedAt: Date;
89473
89533
  deletedAt: Date | null;
@@ -89518,7 +89578,6 @@ export declare const platformContract: {
89518
89578
  firstResponseTime: number;
89519
89579
  lastMessage: string;
89520
89580
  handleTime: number;
89521
- closeAt: Date;
89522
89581
  unreadCount: number;
89523
89582
  firstResponseAt: Date;
89524
89583
  isLatest: boolean;
@@ -89678,6 +89737,8 @@ export declare const platformContract: {
89678
89737
  telephonySignature: string | null;
89679
89738
  };
89680
89739
  };
89740
+ closedAt: Date;
89741
+ lastMessageAt: Date | null;
89681
89742
  cxlog: {
89682
89743
  id: string;
89683
89744
  channel: string | null;
@@ -90592,6 +90653,7 @@ export declare const platformContract: {
90592
90653
  createdAt: import("zod").ZodString;
90593
90654
  updatedAt: import("zod").ZodString;
90594
90655
  platformContact: import("zod").ZodObject<{
90656
+ id: import("zod").ZodString;
90595
90657
  channelId: import("zod").ZodString;
90596
90658
  socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
90597
90659
  type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada"]>;
@@ -90635,6 +90697,7 @@ export declare const platformContract: {
90635
90697
  }>;
90636
90698
  }, "strip", import("zod").ZodTypeAny, {
90637
90699
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
90700
+ id: string;
90638
90701
  metadata: {
90639
90702
  id: string;
90640
90703
  name: string;
@@ -90653,6 +90716,7 @@ export declare const platformContract: {
90653
90716
  socialPlatformId: string | null;
90654
90717
  }, {
90655
90718
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
90719
+ id: string;
90656
90720
  metadata: {
90657
90721
  id: string;
90658
90722
  name: string;
@@ -90671,21 +90735,37 @@ export declare const platformContract: {
90671
90735
  socialPlatformId: string | null;
90672
90736
  }>;
90673
90737
  actor: import("zod").ZodNullable<import("zod").ZodObject<{
90738
+ id: import("zod").ZodString;
90674
90739
  name: import("zod").ZodString;
90675
90740
  email: import("zod").ZodString;
90676
90741
  address: import("zod").ZodNullable<import("zod").ZodString>;
90677
90742
  phone: import("zod").ZodNullable<import("zod").ZodString>;
90678
90743
  }, "strip", import("zod").ZodTypeAny, {
90744
+ id: string;
90679
90745
  address: string | null;
90680
90746
  name: string;
90681
90747
  email: string;
90682
90748
  phone: string | null;
90683
90749
  }, {
90750
+ id: string;
90684
90751
  address: string | null;
90685
90752
  name: string;
90686
90753
  email: string;
90687
90754
  phone: string | null;
90688
90755
  }>>;
90756
+ assignee: import("zod").ZodNullable<import("zod").ZodObject<{
90757
+ id: import("zod").ZodString;
90758
+ name: import("zod").ZodString;
90759
+ email: import("zod").ZodString;
90760
+ }, "strip", import("zod").ZodTypeAny, {
90761
+ id: string;
90762
+ name: string;
90763
+ email: string;
90764
+ }, {
90765
+ id: string;
90766
+ name: string;
90767
+ email: string;
90768
+ }>>;
90689
90769
  channel: import("zod").ZodObject<{
90690
90770
  id: import("zod").ZodString;
90691
90771
  name: import("zod").ZodString;
@@ -90811,6 +90891,7 @@ export declare const platformContract: {
90811
90891
  createdAt: string;
90812
90892
  updatedAt: string;
90813
90893
  actor: {
90894
+ id: string;
90814
90895
  address: string | null;
90815
90896
  name: string;
90816
90897
  email: string;
@@ -90819,6 +90900,7 @@ export declare const platformContract: {
90819
90900
  isLatest: boolean;
90820
90901
  platformContact: {
90821
90902
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
90903
+ id: string;
90822
90904
  metadata: {
90823
90905
  id: string;
90824
90906
  name: string;
@@ -90836,6 +90918,11 @@ export declare const platformContract: {
90836
90918
  channelId: string;
90837
90919
  socialPlatformId: string | null;
90838
90920
  };
90921
+ assignee: {
90922
+ id: string;
90923
+ name: string;
90924
+ email: string;
90925
+ } | null;
90839
90926
  lastMessage?: string | undefined;
90840
90927
  handleTime?: number | undefined;
90841
90928
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -90869,6 +90956,7 @@ export declare const platformContract: {
90869
90956
  createdAt: string;
90870
90957
  updatedAt: string;
90871
90958
  actor: {
90959
+ id: string;
90872
90960
  address: string | null;
90873
90961
  name: string;
90874
90962
  email: string;
@@ -90877,6 +90965,7 @@ export declare const platformContract: {
90877
90965
  isLatest: boolean;
90878
90966
  platformContact: {
90879
90967
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
90968
+ id: string;
90880
90969
  metadata: {
90881
90970
  id: string;
90882
90971
  name: string;
@@ -90894,6 +90983,11 @@ export declare const platformContract: {
90894
90983
  channelId: string;
90895
90984
  socialPlatformId: string | null;
90896
90985
  };
90986
+ assignee: {
90987
+ id: string;
90988
+ name: string;
90989
+ email: string;
90990
+ } | null;
90897
90991
  lastMessage?: string | undefined;
90898
90992
  handleTime?: number | undefined;
90899
90993
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -91061,6 +91155,7 @@ export declare const platformContract: {
91061
91155
  createdAt: string;
91062
91156
  updatedAt: string;
91063
91157
  actor: {
91158
+ id: string;
91064
91159
  address: string | null;
91065
91160
  name: string;
91066
91161
  email: string;
@@ -91069,6 +91164,7 @@ export declare const platformContract: {
91069
91164
  isLatest: boolean;
91070
91165
  platformContact: {
91071
91166
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
91167
+ id: string;
91072
91168
  metadata: {
91073
91169
  id: string;
91074
91170
  name: string;
@@ -91086,6 +91182,11 @@ export declare const platformContract: {
91086
91182
  channelId: string;
91087
91183
  socialPlatformId: string | null;
91088
91184
  };
91185
+ assignee: {
91186
+ id: string;
91187
+ name: string;
91188
+ email: string;
91189
+ } | null;
91089
91190
  lastMessage?: string | undefined;
91090
91191
  handleTime?: number | undefined;
91091
91192
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -91149,6 +91250,7 @@ export declare const platformContract: {
91149
91250
  createdAt: string;
91150
91251
  updatedAt: string;
91151
91252
  actor: {
91253
+ id: string;
91152
91254
  address: string | null;
91153
91255
  name: string;
91154
91256
  email: string;
@@ -91157,6 +91259,7 @@ export declare const platformContract: {
91157
91259
  isLatest: boolean;
91158
91260
  platformContact: {
91159
91261
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
91262
+ id: string;
91160
91263
  metadata: {
91161
91264
  id: string;
91162
91265
  name: string;
@@ -91174,6 +91277,11 @@ export declare const platformContract: {
91174
91277
  channelId: string;
91175
91278
  socialPlatformId: string | null;
91176
91279
  };
91280
+ assignee: {
91281
+ id: string;
91282
+ name: string;
91283
+ email: string;
91284
+ } | null;
91177
91285
  lastMessage?: string | undefined;
91178
91286
  handleTime?: number | undefined;
91179
91287
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -91208,7 +91316,9 @@ export declare const platformContract: {
91208
91316
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
91209
91317
  lastMessage: import("zod").ZodString;
91210
91318
  handleTime: import("zod").ZodNumber;
91211
- closeAt: import("zod").ZodDate;
91319
+ closedAt: import("zod").ZodDate;
91320
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
91321
+ status: import("zod").ZodNumber;
91212
91322
  unreadCount: import("zod").ZodNumber;
91213
91323
  firstResponseAt: import("zod").ZodDate;
91214
91324
  firstResponseTime: import("zod").ZodNumber;
@@ -93133,6 +93243,7 @@ export declare const platformContract: {
93133
93243
  connectedUserId: string;
93134
93244
  };
93135
93245
  direction: "incoming" | "outgoing" | "system";
93246
+ status: number;
93136
93247
  createdAt: Date;
93137
93248
  updatedAt: Date;
93138
93249
  deletedAt: Date | null;
@@ -93183,7 +93294,6 @@ export declare const platformContract: {
93183
93294
  firstResponseTime: number;
93184
93295
  lastMessage: string;
93185
93296
  handleTime: number;
93186
- closeAt: Date;
93187
93297
  unreadCount: number;
93188
93298
  firstResponseAt: Date;
93189
93299
  isLatest: boolean;
@@ -93343,6 +93453,8 @@ export declare const platformContract: {
93343
93453
  telephonySignature: string | null;
93344
93454
  };
93345
93455
  };
93456
+ closedAt: Date;
93457
+ lastMessageAt: Date | null;
93346
93458
  cxlog: {
93347
93459
  id: string;
93348
93460
  channel: string | null;
@@ -93445,6 +93557,7 @@ export declare const platformContract: {
93445
93557
  connectedUserId: string;
93446
93558
  };
93447
93559
  direction: "incoming" | "outgoing" | "system";
93560
+ status: number;
93448
93561
  createdAt: Date;
93449
93562
  updatedAt: Date;
93450
93563
  deletedAt: Date | null;
@@ -93495,7 +93608,6 @@ export declare const platformContract: {
93495
93608
  firstResponseTime: number;
93496
93609
  lastMessage: string;
93497
93610
  handleTime: number;
93498
- closeAt: Date;
93499
93611
  unreadCount: number;
93500
93612
  firstResponseAt: Date;
93501
93613
  isLatest: boolean;
@@ -93655,6 +93767,8 @@ export declare const platformContract: {
93655
93767
  telephonySignature: string | null;
93656
93768
  };
93657
93769
  };
93770
+ closedAt: Date;
93771
+ lastMessageAt: Date | null;
93658
93772
  cxlog: {
93659
93773
  id: string;
93660
93774
  channel: string | null;
@@ -95503,6 +95617,7 @@ export declare const platformContract: {
95503
95617
  connectedUserId: string;
95504
95618
  };
95505
95619
  direction: "incoming" | "outgoing" | "system";
95620
+ status: number;
95506
95621
  createdAt: Date;
95507
95622
  updatedAt: Date;
95508
95623
  deletedAt: Date | null;
@@ -95553,7 +95668,6 @@ export declare const platformContract: {
95553
95668
  firstResponseTime: number;
95554
95669
  lastMessage: string;
95555
95670
  handleTime: number;
95556
- closeAt: Date;
95557
95671
  unreadCount: number;
95558
95672
  firstResponseAt: Date;
95559
95673
  isLatest: boolean;
@@ -95713,6 +95827,8 @@ export declare const platformContract: {
95713
95827
  telephonySignature: string | null;
95714
95828
  };
95715
95829
  };
95830
+ closedAt: Date;
95831
+ lastMessageAt: Date | null;
95716
95832
  cxlog: {
95717
95833
  id: string;
95718
95834
  channel: string | null;
@@ -96141,6 +96257,7 @@ export declare const platformContract: {
96141
96257
  connectedUserId: string;
96142
96258
  };
96143
96259
  direction: "incoming" | "outgoing" | "system";
96260
+ status: number;
96144
96261
  createdAt: Date;
96145
96262
  updatedAt: Date;
96146
96263
  deletedAt: Date | null;
@@ -96191,7 +96308,6 @@ export declare const platformContract: {
96191
96308
  firstResponseTime: number;
96192
96309
  lastMessage: string;
96193
96310
  handleTime: number;
96194
- closeAt: Date;
96195
96311
  unreadCount: number;
96196
96312
  firstResponseAt: Date;
96197
96313
  isLatest: boolean;
@@ -96351,6 +96467,8 @@ export declare const platformContract: {
96351
96467
  telephonySignature: string | null;
96352
96468
  };
96353
96469
  };
96470
+ closedAt: Date;
96471
+ lastMessageAt: Date | null;
96354
96472
  cxlog: {
96355
96473
  id: string;
96356
96474
  channel: string | null;
@@ -96781,6 +96899,7 @@ export declare const platformContract: {
96781
96899
  connectedUserId: string;
96782
96900
  };
96783
96901
  direction: "incoming" | "outgoing" | "system";
96902
+ status: number;
96784
96903
  createdAt: Date;
96785
96904
  updatedAt: Date;
96786
96905
  deletedAt: Date | null;
@@ -96831,7 +96950,6 @@ export declare const platformContract: {
96831
96950
  firstResponseTime: number;
96832
96951
  lastMessage: string;
96833
96952
  handleTime: number;
96834
- closeAt: Date;
96835
96953
  unreadCount: number;
96836
96954
  firstResponseAt: Date;
96837
96955
  isLatest: boolean;
@@ -96991,6 +97109,8 @@ export declare const platformContract: {
96991
97109
  telephonySignature: string | null;
96992
97110
  };
96993
97111
  };
97112
+ closedAt: Date;
97113
+ lastMessageAt: Date | null;
96994
97114
  cxlog: {
96995
97115
  id: string;
96996
97116
  channel: string | null;
@@ -97422,6 +97542,7 @@ export declare const platformContract: {
97422
97542
  connectedUserId: string;
97423
97543
  };
97424
97544
  direction: "incoming" | "outgoing" | "system";
97545
+ status: number;
97425
97546
  createdAt: Date;
97426
97547
  updatedAt: Date;
97427
97548
  deletedAt: Date | null;
@@ -97472,7 +97593,6 @@ export declare const platformContract: {
97472
97593
  firstResponseTime: number;
97473
97594
  lastMessage: string;
97474
97595
  handleTime: number;
97475
- closeAt: Date;
97476
97596
  unreadCount: number;
97477
97597
  firstResponseAt: Date;
97478
97598
  isLatest: boolean;
@@ -97632,6 +97752,8 @@ export declare const platformContract: {
97632
97752
  telephonySignature: string | null;
97633
97753
  };
97634
97754
  };
97755
+ closedAt: Date;
97756
+ lastMessageAt: Date | null;
97635
97757
  cxlog: {
97636
97758
  id: string;
97637
97759
  channel: string | null;
@@ -99222,6 +99344,7 @@ export declare const platformContract: {
99222
99344
  createdAt: import("zod").ZodString;
99223
99345
  updatedAt: import("zod").ZodString;
99224
99346
  platformContact: import("zod").ZodObject<{
99347
+ id: import("zod").ZodString;
99225
99348
  channelId: import("zod").ZodString;
99226
99349
  socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
99227
99350
  type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada"]>;
@@ -99265,6 +99388,7 @@ export declare const platformContract: {
99265
99388
  }>;
99266
99389
  }, "strip", import("zod").ZodTypeAny, {
99267
99390
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99391
+ id: string;
99268
99392
  metadata: {
99269
99393
  id: string;
99270
99394
  name: string;
@@ -99283,6 +99407,7 @@ export declare const platformContract: {
99283
99407
  socialPlatformId: string | null;
99284
99408
  }, {
99285
99409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99410
+ id: string;
99286
99411
  metadata: {
99287
99412
  id: string;
99288
99413
  name: string;
@@ -99301,21 +99426,37 @@ export declare const platformContract: {
99301
99426
  socialPlatformId: string | null;
99302
99427
  }>;
99303
99428
  actor: import("zod").ZodNullable<import("zod").ZodObject<{
99429
+ id: import("zod").ZodString;
99304
99430
  name: import("zod").ZodString;
99305
99431
  email: import("zod").ZodString;
99306
99432
  address: import("zod").ZodNullable<import("zod").ZodString>;
99307
99433
  phone: import("zod").ZodNullable<import("zod").ZodString>;
99308
99434
  }, "strip", import("zod").ZodTypeAny, {
99435
+ id: string;
99309
99436
  address: string | null;
99310
99437
  name: string;
99311
99438
  email: string;
99312
99439
  phone: string | null;
99313
99440
  }, {
99441
+ id: string;
99314
99442
  address: string | null;
99315
99443
  name: string;
99316
99444
  email: string;
99317
99445
  phone: string | null;
99318
99446
  }>>;
99447
+ assignee: import("zod").ZodNullable<import("zod").ZodObject<{
99448
+ id: import("zod").ZodString;
99449
+ name: import("zod").ZodString;
99450
+ email: import("zod").ZodString;
99451
+ }, "strip", import("zod").ZodTypeAny, {
99452
+ id: string;
99453
+ name: string;
99454
+ email: string;
99455
+ }, {
99456
+ id: string;
99457
+ name: string;
99458
+ email: string;
99459
+ }>>;
99319
99460
  channel: import("zod").ZodObject<{
99320
99461
  id: import("zod").ZodString;
99321
99462
  name: import("zod").ZodString;
@@ -99441,6 +99582,7 @@ export declare const platformContract: {
99441
99582
  createdAt: string;
99442
99583
  updatedAt: string;
99443
99584
  actor: {
99585
+ id: string;
99444
99586
  address: string | null;
99445
99587
  name: string;
99446
99588
  email: string;
@@ -99449,6 +99591,7 @@ export declare const platformContract: {
99449
99591
  isLatest: boolean;
99450
99592
  platformContact: {
99451
99593
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99594
+ id: string;
99452
99595
  metadata: {
99453
99596
  id: string;
99454
99597
  name: string;
@@ -99466,6 +99609,11 @@ export declare const platformContract: {
99466
99609
  channelId: string;
99467
99610
  socialPlatformId: string | null;
99468
99611
  };
99612
+ assignee: {
99613
+ id: string;
99614
+ name: string;
99615
+ email: string;
99616
+ } | null;
99469
99617
  lastMessage?: string | undefined;
99470
99618
  handleTime?: number | undefined;
99471
99619
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -99499,6 +99647,7 @@ export declare const platformContract: {
99499
99647
  createdAt: string;
99500
99648
  updatedAt: string;
99501
99649
  actor: {
99650
+ id: string;
99502
99651
  address: string | null;
99503
99652
  name: string;
99504
99653
  email: string;
@@ -99507,6 +99656,7 @@ export declare const platformContract: {
99507
99656
  isLatest: boolean;
99508
99657
  platformContact: {
99509
99658
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99659
+ id: string;
99510
99660
  metadata: {
99511
99661
  id: string;
99512
99662
  name: string;
@@ -99524,6 +99674,11 @@ export declare const platformContract: {
99524
99674
  channelId: string;
99525
99675
  socialPlatformId: string | null;
99526
99676
  };
99677
+ assignee: {
99678
+ id: string;
99679
+ name: string;
99680
+ email: string;
99681
+ } | null;
99527
99682
  lastMessage?: string | undefined;
99528
99683
  handleTime?: number | undefined;
99529
99684
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -99691,6 +99846,7 @@ export declare const platformContract: {
99691
99846
  createdAt: string;
99692
99847
  updatedAt: string;
99693
99848
  actor: {
99849
+ id: string;
99694
99850
  address: string | null;
99695
99851
  name: string;
99696
99852
  email: string;
@@ -99699,6 +99855,7 @@ export declare const platformContract: {
99699
99855
  isLatest: boolean;
99700
99856
  platformContact: {
99701
99857
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99858
+ id: string;
99702
99859
  metadata: {
99703
99860
  id: string;
99704
99861
  name: string;
@@ -99716,6 +99873,11 @@ export declare const platformContract: {
99716
99873
  channelId: string;
99717
99874
  socialPlatformId: string | null;
99718
99875
  };
99876
+ assignee: {
99877
+ id: string;
99878
+ name: string;
99879
+ email: string;
99880
+ } | null;
99719
99881
  lastMessage?: string | undefined;
99720
99882
  handleTime?: number | undefined;
99721
99883
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -99779,6 +99941,7 @@ export declare const platformContract: {
99779
99941
  createdAt: string;
99780
99942
  updatedAt: string;
99781
99943
  actor: {
99944
+ id: string;
99782
99945
  address: string | null;
99783
99946
  name: string;
99784
99947
  email: string;
@@ -99787,6 +99950,7 @@ export declare const platformContract: {
99787
99950
  isLatest: boolean;
99788
99951
  platformContact: {
99789
99952
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
99953
+ id: string;
99790
99954
  metadata: {
99791
99955
  id: string;
99792
99956
  name: string;
@@ -99804,6 +99968,11 @@ export declare const platformContract: {
99804
99968
  channelId: string;
99805
99969
  socialPlatformId: string | null;
99806
99970
  };
99971
+ assignee: {
99972
+ id: string;
99973
+ name: string;
99974
+ email: string;
99975
+ } | null;
99807
99976
  lastMessage?: string | undefined;
99808
99977
  handleTime?: number | undefined;
99809
99978
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -99838,7 +100007,9 @@ export declare const platformContract: {
99838
100007
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
99839
100008
  lastMessage: import("zod").ZodString;
99840
100009
  handleTime: import("zod").ZodNumber;
99841
- closeAt: import("zod").ZodDate;
100010
+ closedAt: import("zod").ZodDate;
100011
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
100012
+ status: import("zod").ZodNumber;
99842
100013
  unreadCount: import("zod").ZodNumber;
99843
100014
  firstResponseAt: import("zod").ZodDate;
99844
100015
  firstResponseTime: import("zod").ZodNumber;
@@ -101763,6 +101934,7 @@ export declare const platformContract: {
101763
101934
  connectedUserId: string;
101764
101935
  };
101765
101936
  direction: "incoming" | "outgoing" | "system";
101937
+ status: number;
101766
101938
  createdAt: Date;
101767
101939
  updatedAt: Date;
101768
101940
  deletedAt: Date | null;
@@ -101813,7 +101985,6 @@ export declare const platformContract: {
101813
101985
  firstResponseTime: number;
101814
101986
  lastMessage: string;
101815
101987
  handleTime: number;
101816
- closeAt: Date;
101817
101988
  unreadCount: number;
101818
101989
  firstResponseAt: Date;
101819
101990
  isLatest: boolean;
@@ -101973,6 +102144,8 @@ export declare const platformContract: {
101973
102144
  telephonySignature: string | null;
101974
102145
  };
101975
102146
  };
102147
+ closedAt: Date;
102148
+ lastMessageAt: Date | null;
101976
102149
  cxlog: {
101977
102150
  id: string;
101978
102151
  channel: string | null;
@@ -102075,6 +102248,7 @@ export declare const platformContract: {
102075
102248
  connectedUserId: string;
102076
102249
  };
102077
102250
  direction: "incoming" | "outgoing" | "system";
102251
+ status: number;
102078
102252
  createdAt: Date;
102079
102253
  updatedAt: Date;
102080
102254
  deletedAt: Date | null;
@@ -102125,7 +102299,6 @@ export declare const platformContract: {
102125
102299
  firstResponseTime: number;
102126
102300
  lastMessage: string;
102127
102301
  handleTime: number;
102128
- closeAt: Date;
102129
102302
  unreadCount: number;
102130
102303
  firstResponseAt: Date;
102131
102304
  isLatest: boolean;
@@ -102285,6 +102458,8 @@ export declare const platformContract: {
102285
102458
  telephonySignature: string | null;
102286
102459
  };
102287
102460
  };
102461
+ closedAt: Date;
102462
+ lastMessageAt: Date | null;
102288
102463
  cxlog: {
102289
102464
  id: string;
102290
102465
  channel: string | null;
@@ -104133,6 +104308,7 @@ export declare const platformContract: {
104133
104308
  connectedUserId: string;
104134
104309
  };
104135
104310
  direction: "incoming" | "outgoing" | "system";
104311
+ status: number;
104136
104312
  createdAt: Date;
104137
104313
  updatedAt: Date;
104138
104314
  deletedAt: Date | null;
@@ -104183,7 +104359,6 @@ export declare const platformContract: {
104183
104359
  firstResponseTime: number;
104184
104360
  lastMessage: string;
104185
104361
  handleTime: number;
104186
- closeAt: Date;
104187
104362
  unreadCount: number;
104188
104363
  firstResponseAt: Date;
104189
104364
  isLatest: boolean;
@@ -104343,6 +104518,8 @@ export declare const platformContract: {
104343
104518
  telephonySignature: string | null;
104344
104519
  };
104345
104520
  };
104521
+ closedAt: Date;
104522
+ lastMessageAt: Date | null;
104346
104523
  cxlog: {
104347
104524
  id: string;
104348
104525
  channel: string | null;
@@ -104771,6 +104948,7 @@ export declare const platformContract: {
104771
104948
  connectedUserId: string;
104772
104949
  };
104773
104950
  direction: "incoming" | "outgoing" | "system";
104951
+ status: number;
104774
104952
  createdAt: Date;
104775
104953
  updatedAt: Date;
104776
104954
  deletedAt: Date | null;
@@ -104821,7 +104999,6 @@ export declare const platformContract: {
104821
104999
  firstResponseTime: number;
104822
105000
  lastMessage: string;
104823
105001
  handleTime: number;
104824
- closeAt: Date;
104825
105002
  unreadCount: number;
104826
105003
  firstResponseAt: Date;
104827
105004
  isLatest: boolean;
@@ -104981,6 +105158,8 @@ export declare const platformContract: {
104981
105158
  telephonySignature: string | null;
104982
105159
  };
104983
105160
  };
105161
+ closedAt: Date;
105162
+ lastMessageAt: Date | null;
104984
105163
  cxlog: {
104985
105164
  id: string;
104986
105165
  channel: string | null;
@@ -105411,6 +105590,7 @@ export declare const platformContract: {
105411
105590
  connectedUserId: string;
105412
105591
  };
105413
105592
  direction: "incoming" | "outgoing" | "system";
105593
+ status: number;
105414
105594
  createdAt: Date;
105415
105595
  updatedAt: Date;
105416
105596
  deletedAt: Date | null;
@@ -105461,7 +105641,6 @@ export declare const platformContract: {
105461
105641
  firstResponseTime: number;
105462
105642
  lastMessage: string;
105463
105643
  handleTime: number;
105464
- closeAt: Date;
105465
105644
  unreadCount: number;
105466
105645
  firstResponseAt: Date;
105467
105646
  isLatest: boolean;
@@ -105621,6 +105800,8 @@ export declare const platformContract: {
105621
105800
  telephonySignature: string | null;
105622
105801
  };
105623
105802
  };
105803
+ closedAt: Date;
105804
+ lastMessageAt: Date | null;
105624
105805
  cxlog: {
105625
105806
  id: string;
105626
105807
  channel: string | null;
@@ -106052,6 +106233,7 @@ export declare const platformContract: {
106052
106233
  connectedUserId: string;
106053
106234
  };
106054
106235
  direction: "incoming" | "outgoing" | "system";
106236
+ status: number;
106055
106237
  createdAt: Date;
106056
106238
  updatedAt: Date;
106057
106239
  deletedAt: Date | null;
@@ -106102,7 +106284,6 @@ export declare const platformContract: {
106102
106284
  firstResponseTime: number;
106103
106285
  lastMessage: string;
106104
106286
  handleTime: number;
106105
- closeAt: Date;
106106
106287
  unreadCount: number;
106107
106288
  firstResponseAt: Date;
106108
106289
  isLatest: boolean;
@@ -106262,6 +106443,8 @@ export declare const platformContract: {
106262
106443
  telephonySignature: string | null;
106263
106444
  };
106264
106445
  };
106446
+ closedAt: Date;
106447
+ lastMessageAt: Date | null;
106265
106448
  cxlog: {
106266
106449
  id: string;
106267
106450
  channel: string | null;
@@ -108942,6 +109125,7 @@ export declare const platformContract: {
108942
109125
  createdAt: import("zod").ZodString;
108943
109126
  updatedAt: import("zod").ZodString;
108944
109127
  platformContact: import("zod").ZodObject<{
109128
+ id: import("zod").ZodString;
108945
109129
  channelId: import("zod").ZodString;
108946
109130
  socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
108947
109131
  type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada"]>;
@@ -108985,6 +109169,7 @@ export declare const platformContract: {
108985
109169
  }>;
108986
109170
  }, "strip", import("zod").ZodTypeAny, {
108987
109171
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109172
+ id: string;
108988
109173
  metadata: {
108989
109174
  id: string;
108990
109175
  name: string;
@@ -109003,6 +109188,7 @@ export declare const platformContract: {
109003
109188
  socialPlatformId: string | null;
109004
109189
  }, {
109005
109190
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109191
+ id: string;
109006
109192
  metadata: {
109007
109193
  id: string;
109008
109194
  name: string;
@@ -109021,21 +109207,37 @@ export declare const platformContract: {
109021
109207
  socialPlatformId: string | null;
109022
109208
  }>;
109023
109209
  actor: import("zod").ZodNullable<import("zod").ZodObject<{
109210
+ id: import("zod").ZodString;
109024
109211
  name: import("zod").ZodString;
109025
109212
  email: import("zod").ZodString;
109026
109213
  address: import("zod").ZodNullable<import("zod").ZodString>;
109027
109214
  phone: import("zod").ZodNullable<import("zod").ZodString>;
109028
109215
  }, "strip", import("zod").ZodTypeAny, {
109216
+ id: string;
109029
109217
  address: string | null;
109030
109218
  name: string;
109031
109219
  email: string;
109032
109220
  phone: string | null;
109033
109221
  }, {
109222
+ id: string;
109034
109223
  address: string | null;
109035
109224
  name: string;
109036
109225
  email: string;
109037
109226
  phone: string | null;
109038
109227
  }>>;
109228
+ assignee: import("zod").ZodNullable<import("zod").ZodObject<{
109229
+ id: import("zod").ZodString;
109230
+ name: import("zod").ZodString;
109231
+ email: import("zod").ZodString;
109232
+ }, "strip", import("zod").ZodTypeAny, {
109233
+ id: string;
109234
+ name: string;
109235
+ email: string;
109236
+ }, {
109237
+ id: string;
109238
+ name: string;
109239
+ email: string;
109240
+ }>>;
109039
109241
  channel: import("zod").ZodObject<{
109040
109242
  id: import("zod").ZodString;
109041
109243
  name: import("zod").ZodString;
@@ -109161,6 +109363,7 @@ export declare const platformContract: {
109161
109363
  createdAt: string;
109162
109364
  updatedAt: string;
109163
109365
  actor: {
109366
+ id: string;
109164
109367
  address: string | null;
109165
109368
  name: string;
109166
109369
  email: string;
@@ -109169,6 +109372,7 @@ export declare const platformContract: {
109169
109372
  isLatest: boolean;
109170
109373
  platformContact: {
109171
109374
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109375
+ id: string;
109172
109376
  metadata: {
109173
109377
  id: string;
109174
109378
  name: string;
@@ -109186,6 +109390,11 @@ export declare const platformContract: {
109186
109390
  channelId: string;
109187
109391
  socialPlatformId: string | null;
109188
109392
  };
109393
+ assignee: {
109394
+ id: string;
109395
+ name: string;
109396
+ email: string;
109397
+ } | null;
109189
109398
  lastMessage?: string | undefined;
109190
109399
  handleTime?: number | undefined;
109191
109400
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -109219,6 +109428,7 @@ export declare const platformContract: {
109219
109428
  createdAt: string;
109220
109429
  updatedAt: string;
109221
109430
  actor: {
109431
+ id: string;
109222
109432
  address: string | null;
109223
109433
  name: string;
109224
109434
  email: string;
@@ -109227,6 +109437,7 @@ export declare const platformContract: {
109227
109437
  isLatest: boolean;
109228
109438
  platformContact: {
109229
109439
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109440
+ id: string;
109230
109441
  metadata: {
109231
109442
  id: string;
109232
109443
  name: string;
@@ -109244,6 +109455,11 @@ export declare const platformContract: {
109244
109455
  channelId: string;
109245
109456
  socialPlatformId: string | null;
109246
109457
  };
109458
+ assignee: {
109459
+ id: string;
109460
+ name: string;
109461
+ email: string;
109462
+ } | null;
109247
109463
  lastMessage?: string | undefined;
109248
109464
  handleTime?: number | undefined;
109249
109465
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -109411,6 +109627,7 @@ export declare const platformContract: {
109411
109627
  createdAt: string;
109412
109628
  updatedAt: string;
109413
109629
  actor: {
109630
+ id: string;
109414
109631
  address: string | null;
109415
109632
  name: string;
109416
109633
  email: string;
@@ -109419,6 +109636,7 @@ export declare const platformContract: {
109419
109636
  isLatest: boolean;
109420
109637
  platformContact: {
109421
109638
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109639
+ id: string;
109422
109640
  metadata: {
109423
109641
  id: string;
109424
109642
  name: string;
@@ -109436,6 +109654,11 @@ export declare const platformContract: {
109436
109654
  channelId: string;
109437
109655
  socialPlatformId: string | null;
109438
109656
  };
109657
+ assignee: {
109658
+ id: string;
109659
+ name: string;
109660
+ email: string;
109661
+ } | null;
109439
109662
  lastMessage?: string | undefined;
109440
109663
  handleTime?: number | undefined;
109441
109664
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -109499,6 +109722,7 @@ export declare const platformContract: {
109499
109722
  createdAt: string;
109500
109723
  updatedAt: string;
109501
109724
  actor: {
109725
+ id: string;
109502
109726
  address: string | null;
109503
109727
  name: string;
109504
109728
  email: string;
@@ -109507,6 +109731,7 @@ export declare const platformContract: {
109507
109731
  isLatest: boolean;
109508
109732
  platformContact: {
109509
109733
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
109734
+ id: string;
109510
109735
  metadata: {
109511
109736
  id: string;
109512
109737
  name: string;
@@ -109524,6 +109749,11 @@ export declare const platformContract: {
109524
109749
  channelId: string;
109525
109750
  socialPlatformId: string | null;
109526
109751
  };
109752
+ assignee: {
109753
+ id: string;
109754
+ name: string;
109755
+ email: string;
109756
+ } | null;
109527
109757
  lastMessage?: string | undefined;
109528
109758
  handleTime?: number | undefined;
109529
109759
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
@@ -109558,7 +109788,9 @@ export declare const platformContract: {
109558
109788
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
109559
109789
  lastMessage: import("zod").ZodString;
109560
109790
  handleTime: import("zod").ZodNumber;
109561
- closeAt: import("zod").ZodDate;
109791
+ closedAt: import("zod").ZodDate;
109792
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
109793
+ status: import("zod").ZodNumber;
109562
109794
  unreadCount: import("zod").ZodNumber;
109563
109795
  firstResponseAt: import("zod").ZodDate;
109564
109796
  firstResponseTime: import("zod").ZodNumber;
@@ -111483,6 +111715,7 @@ export declare const platformContract: {
111483
111715
  connectedUserId: string;
111484
111716
  };
111485
111717
  direction: "incoming" | "outgoing" | "system";
111718
+ status: number;
111486
111719
  createdAt: Date;
111487
111720
  updatedAt: Date;
111488
111721
  deletedAt: Date | null;
@@ -111533,7 +111766,6 @@ export declare const platformContract: {
111533
111766
  firstResponseTime: number;
111534
111767
  lastMessage: string;
111535
111768
  handleTime: number;
111536
- closeAt: Date;
111537
111769
  unreadCount: number;
111538
111770
  firstResponseAt: Date;
111539
111771
  isLatest: boolean;
@@ -111693,6 +111925,8 @@ export declare const platformContract: {
111693
111925
  telephonySignature: string | null;
111694
111926
  };
111695
111927
  };
111928
+ closedAt: Date;
111929
+ lastMessageAt: Date | null;
111696
111930
  cxlog: {
111697
111931
  id: string;
111698
111932
  channel: string | null;
@@ -111795,6 +112029,7 @@ export declare const platformContract: {
111795
112029
  connectedUserId: string;
111796
112030
  };
111797
112031
  direction: "incoming" | "outgoing" | "system";
112032
+ status: number;
111798
112033
  createdAt: Date;
111799
112034
  updatedAt: Date;
111800
112035
  deletedAt: Date | null;
@@ -111845,7 +112080,6 @@ export declare const platformContract: {
111845
112080
  firstResponseTime: number;
111846
112081
  lastMessage: string;
111847
112082
  handleTime: number;
111848
- closeAt: Date;
111849
112083
  unreadCount: number;
111850
112084
  firstResponseAt: Date;
111851
112085
  isLatest: boolean;
@@ -112005,6 +112239,8 @@ export declare const platformContract: {
112005
112239
  telephonySignature: string | null;
112006
112240
  };
112007
112241
  };
112242
+ closedAt: Date;
112243
+ lastMessageAt: Date | null;
112008
112244
  cxlog: {
112009
112245
  id: string;
112010
112246
  channel: string | null;
@@ -113853,6 +114089,7 @@ export declare const platformContract: {
113853
114089
  connectedUserId: string;
113854
114090
  };
113855
114091
  direction: "incoming" | "outgoing" | "system";
114092
+ status: number;
113856
114093
  createdAt: Date;
113857
114094
  updatedAt: Date;
113858
114095
  deletedAt: Date | null;
@@ -113903,7 +114140,6 @@ export declare const platformContract: {
113903
114140
  firstResponseTime: number;
113904
114141
  lastMessage: string;
113905
114142
  handleTime: number;
113906
- closeAt: Date;
113907
114143
  unreadCount: number;
113908
114144
  firstResponseAt: Date;
113909
114145
  isLatest: boolean;
@@ -114063,6 +114299,8 @@ export declare const platformContract: {
114063
114299
  telephonySignature: string | null;
114064
114300
  };
114065
114301
  };
114302
+ closedAt: Date;
114303
+ lastMessageAt: Date | null;
114066
114304
  cxlog: {
114067
114305
  id: string;
114068
114306
  channel: string | null;
@@ -114491,6 +114729,7 @@ export declare const platformContract: {
114491
114729
  connectedUserId: string;
114492
114730
  };
114493
114731
  direction: "incoming" | "outgoing" | "system";
114732
+ status: number;
114494
114733
  createdAt: Date;
114495
114734
  updatedAt: Date;
114496
114735
  deletedAt: Date | null;
@@ -114541,7 +114780,6 @@ export declare const platformContract: {
114541
114780
  firstResponseTime: number;
114542
114781
  lastMessage: string;
114543
114782
  handleTime: number;
114544
- closeAt: Date;
114545
114783
  unreadCount: number;
114546
114784
  firstResponseAt: Date;
114547
114785
  isLatest: boolean;
@@ -114701,6 +114939,8 @@ export declare const platformContract: {
114701
114939
  telephonySignature: string | null;
114702
114940
  };
114703
114941
  };
114942
+ closedAt: Date;
114943
+ lastMessageAt: Date | null;
114704
114944
  cxlog: {
114705
114945
  id: string;
114706
114946
  channel: string | null;
@@ -115131,6 +115371,7 @@ export declare const platformContract: {
115131
115371
  connectedUserId: string;
115132
115372
  };
115133
115373
  direction: "incoming" | "outgoing" | "system";
115374
+ status: number;
115134
115375
  createdAt: Date;
115135
115376
  updatedAt: Date;
115136
115377
  deletedAt: Date | null;
@@ -115181,7 +115422,6 @@ export declare const platformContract: {
115181
115422
  firstResponseTime: number;
115182
115423
  lastMessage: string;
115183
115424
  handleTime: number;
115184
- closeAt: Date;
115185
115425
  unreadCount: number;
115186
115426
  firstResponseAt: Date;
115187
115427
  isLatest: boolean;
@@ -115341,6 +115581,8 @@ export declare const platformContract: {
115341
115581
  telephonySignature: string | null;
115342
115582
  };
115343
115583
  };
115584
+ closedAt: Date;
115585
+ lastMessageAt: Date | null;
115344
115586
  cxlog: {
115345
115587
  id: string;
115346
115588
  channel: string | null;
@@ -115772,6 +116014,7 @@ export declare const platformContract: {
115772
116014
  connectedUserId: string;
115773
116015
  };
115774
116016
  direction: "incoming" | "outgoing" | "system";
116017
+ status: number;
115775
116018
  createdAt: Date;
115776
116019
  updatedAt: Date;
115777
116020
  deletedAt: Date | null;
@@ -115822,7 +116065,6 @@ export declare const platformContract: {
115822
116065
  firstResponseTime: number;
115823
116066
  lastMessage: string;
115824
116067
  handleTime: number;
115825
- closeAt: Date;
115826
116068
  unreadCount: number;
115827
116069
  firstResponseAt: Date;
115828
116070
  isLatest: boolean;
@@ -115982,6 +116224,8 @@ export declare const platformContract: {
115982
116224
  telephonySignature: string | null;
115983
116225
  };
115984
116226
  };
116227
+ closedAt: Date;
116228
+ lastMessageAt: Date | null;
115985
116229
  cxlog: {
115986
116230
  id: string;
115987
116231
  channel: string | null;
@@ -117110,7 +117354,9 @@ export declare const chatContract: {
117110
117354
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
117111
117355
  lastMessage: import("zod").ZodString;
117112
117356
  handleTime: import("zod").ZodNumber;
117113
- closeAt: import("zod").ZodDate;
117357
+ closedAt: import("zod").ZodDate;
117358
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
117359
+ status: import("zod").ZodNumber;
117114
117360
  unreadCount: import("zod").ZodNumber;
117115
117361
  firstResponseAt: import("zod").ZodDate;
117116
117362
  firstResponseTime: import("zod").ZodNumber;
@@ -119035,6 +119281,7 @@ export declare const chatContract: {
119035
119281
  connectedUserId: string;
119036
119282
  };
119037
119283
  direction: "incoming" | "outgoing" | "system";
119284
+ status: number;
119038
119285
  createdAt: Date;
119039
119286
  updatedAt: Date;
119040
119287
  deletedAt: Date | null;
@@ -119085,7 +119332,6 @@ export declare const chatContract: {
119085
119332
  firstResponseTime: number;
119086
119333
  lastMessage: string;
119087
119334
  handleTime: number;
119088
- closeAt: Date;
119089
119335
  unreadCount: number;
119090
119336
  firstResponseAt: Date;
119091
119337
  isLatest: boolean;
@@ -119245,6 +119491,8 @@ export declare const chatContract: {
119245
119491
  telephonySignature: string | null;
119246
119492
  };
119247
119493
  };
119494
+ closedAt: Date;
119495
+ lastMessageAt: Date | null;
119248
119496
  cxlog: {
119249
119497
  id: string;
119250
119498
  channel: string | null;
@@ -119347,6 +119595,7 @@ export declare const chatContract: {
119347
119595
  connectedUserId: string;
119348
119596
  };
119349
119597
  direction: "incoming" | "outgoing" | "system";
119598
+ status: number;
119350
119599
  createdAt: Date;
119351
119600
  updatedAt: Date;
119352
119601
  deletedAt: Date | null;
@@ -119397,7 +119646,6 @@ export declare const chatContract: {
119397
119646
  firstResponseTime: number;
119398
119647
  lastMessage: string;
119399
119648
  handleTime: number;
119400
- closeAt: Date;
119401
119649
  unreadCount: number;
119402
119650
  firstResponseAt: Date;
119403
119651
  isLatest: boolean;
@@ -119557,6 +119805,8 @@ export declare const chatContract: {
119557
119805
  telephonySignature: string | null;
119558
119806
  };
119559
119807
  };
119808
+ closedAt: Date;
119809
+ lastMessageAt: Date | null;
119560
119810
  cxlog: {
119561
119811
  id: string;
119562
119812
  channel: string | null;
@@ -119671,6 +119921,7 @@ export declare const chatContract: {
119671
119921
  connectedUserId: string;
119672
119922
  };
119673
119923
  direction: "incoming" | "outgoing" | "system";
119924
+ status: number;
119674
119925
  createdAt: Date;
119675
119926
  updatedAt: Date;
119676
119927
  deletedAt: Date | null;
@@ -119721,7 +119972,6 @@ export declare const chatContract: {
119721
119972
  firstResponseTime: number;
119722
119973
  lastMessage: string;
119723
119974
  handleTime: number;
119724
- closeAt: Date;
119725
119975
  unreadCount: number;
119726
119976
  firstResponseAt: Date;
119727
119977
  isLatest: boolean;
@@ -119881,6 +120131,8 @@ export declare const chatContract: {
119881
120131
  telephonySignature: string | null;
119882
120132
  };
119883
120133
  };
120134
+ closedAt: Date;
120135
+ lastMessageAt: Date | null;
119884
120136
  cxlog: {
119885
120137
  id: string;
119886
120138
  channel: string | null;
@@ -119993,6 +120245,7 @@ export declare const chatContract: {
119993
120245
  connectedUserId: string;
119994
120246
  };
119995
120247
  direction: "incoming" | "outgoing" | "system";
120248
+ status: number;
119996
120249
  createdAt: Date;
119997
120250
  updatedAt: Date;
119998
120251
  deletedAt: Date | null;
@@ -120043,7 +120296,6 @@ export declare const chatContract: {
120043
120296
  firstResponseTime: number;
120044
120297
  lastMessage: string;
120045
120298
  handleTime: number;
120046
- closeAt: Date;
120047
120299
  unreadCount: number;
120048
120300
  firstResponseAt: Date;
120049
120301
  isLatest: boolean;
@@ -120203,6 +120455,8 @@ export declare const chatContract: {
120203
120455
  telephonySignature: string | null;
120204
120456
  };
120205
120457
  };
120458
+ closedAt: Date;
120459
+ lastMessageAt: Date | null;
120206
120460
  cxlog: {
120207
120461
  id: string;
120208
120462
  channel: string | null;
@@ -121250,7 +121504,9 @@ export declare const chatContract: {
121250
121504
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
121251
121505
  lastMessage: import("zod").ZodString;
121252
121506
  handleTime: import("zod").ZodNumber;
121253
- closeAt: import("zod").ZodDate;
121507
+ closedAt: import("zod").ZodDate;
121508
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
121509
+ status: import("zod").ZodNumber;
121254
121510
  unreadCount: import("zod").ZodNumber;
121255
121511
  firstResponseAt: import("zod").ZodDate;
121256
121512
  firstResponseTime: import("zod").ZodNumber;
@@ -123175,6 +123431,7 @@ export declare const chatContract: {
123175
123431
  connectedUserId: string;
123176
123432
  };
123177
123433
  direction: "incoming" | "outgoing" | "system";
123434
+ status: number;
123178
123435
  createdAt: Date;
123179
123436
  updatedAt: Date;
123180
123437
  deletedAt: Date | null;
@@ -123225,7 +123482,6 @@ export declare const chatContract: {
123225
123482
  firstResponseTime: number;
123226
123483
  lastMessage: string;
123227
123484
  handleTime: number;
123228
- closeAt: Date;
123229
123485
  unreadCount: number;
123230
123486
  firstResponseAt: Date;
123231
123487
  isLatest: boolean;
@@ -123385,6 +123641,8 @@ export declare const chatContract: {
123385
123641
  telephonySignature: string | null;
123386
123642
  };
123387
123643
  };
123644
+ closedAt: Date;
123645
+ lastMessageAt: Date | null;
123388
123646
  cxlog: {
123389
123647
  id: string;
123390
123648
  channel: string | null;
@@ -123487,6 +123745,7 @@ export declare const chatContract: {
123487
123745
  connectedUserId: string;
123488
123746
  };
123489
123747
  direction: "incoming" | "outgoing" | "system";
123748
+ status: number;
123490
123749
  createdAt: Date;
123491
123750
  updatedAt: Date;
123492
123751
  deletedAt: Date | null;
@@ -123537,7 +123796,6 @@ export declare const chatContract: {
123537
123796
  firstResponseTime: number;
123538
123797
  lastMessage: string;
123539
123798
  handleTime: number;
123540
- closeAt: Date;
123541
123799
  unreadCount: number;
123542
123800
  firstResponseAt: Date;
123543
123801
  isLatest: boolean;
@@ -123697,6 +123955,8 @@ export declare const chatContract: {
123697
123955
  telephonySignature: string | null;
123698
123956
  };
123699
123957
  };
123958
+ closedAt: Date;
123959
+ lastMessageAt: Date | null;
123700
123960
  cxlog: {
123701
123961
  id: string;
123702
123962
  channel: string | null;
@@ -123801,6 +124061,7 @@ export declare const chatContract: {
123801
124061
  connectedUserId: string;
123802
124062
  };
123803
124063
  direction: "incoming" | "outgoing" | "system";
124064
+ status: number;
123804
124065
  createdAt: Date;
123805
124066
  updatedAt: Date;
123806
124067
  deletedAt: Date | null;
@@ -123851,7 +124112,6 @@ export declare const chatContract: {
123851
124112
  firstResponseTime: number;
123852
124113
  lastMessage: string;
123853
124114
  handleTime: number;
123854
- closeAt: Date;
123855
124115
  unreadCount: number;
123856
124116
  firstResponseAt: Date;
123857
124117
  isLatest: boolean;
@@ -124011,6 +124271,8 @@ export declare const chatContract: {
124011
124271
  telephonySignature: string | null;
124012
124272
  };
124013
124273
  };
124274
+ closedAt: Date;
124275
+ lastMessageAt: Date | null;
124014
124276
  cxlog: {
124015
124277
  id: string;
124016
124278
  channel: string | null;
@@ -124116,6 +124378,7 @@ export declare const chatContract: {
124116
124378
  connectedUserId: string;
124117
124379
  };
124118
124380
  direction: "incoming" | "outgoing" | "system";
124381
+ status: number;
124119
124382
  createdAt: Date;
124120
124383
  updatedAt: Date;
124121
124384
  deletedAt: Date | null;
@@ -124166,7 +124429,6 @@ export declare const chatContract: {
124166
124429
  firstResponseTime: number;
124167
124430
  lastMessage: string;
124168
124431
  handleTime: number;
124169
- closeAt: Date;
124170
124432
  unreadCount: number;
124171
124433
  firstResponseAt: Date;
124172
124434
  isLatest: boolean;
@@ -124326,6 +124588,8 @@ export declare const chatContract: {
124326
124588
  telephonySignature: string | null;
124327
124589
  };
124328
124590
  };
124591
+ closedAt: Date;
124592
+ lastMessageAt: Date | null;
124329
124593
  cxlog: {
124330
124594
  id: string;
124331
124595
  channel: string | null;
@@ -124785,7 +125049,9 @@ export declare const chatContract: {
124785
125049
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
124786
125050
  lastMessage: import("zod").ZodString;
124787
125051
  handleTime: import("zod").ZodNumber;
124788
- closeAt: import("zod").ZodDate;
125052
+ closedAt: import("zod").ZodDate;
125053
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
125054
+ status: import("zod").ZodNumber;
124789
125055
  unreadCount: import("zod").ZodNumber;
124790
125056
  firstResponseAt: import("zod").ZodDate;
124791
125057
  firstResponseTime: import("zod").ZodNumber;
@@ -126710,6 +126976,7 @@ export declare const chatContract: {
126710
126976
  connectedUserId: string;
126711
126977
  };
126712
126978
  direction: "incoming" | "outgoing" | "system";
126979
+ status: number;
126713
126980
  createdAt: Date;
126714
126981
  updatedAt: Date;
126715
126982
  deletedAt: Date | null;
@@ -126760,7 +127027,6 @@ export declare const chatContract: {
126760
127027
  firstResponseTime: number;
126761
127028
  lastMessage: string;
126762
127029
  handleTime: number;
126763
- closeAt: Date;
126764
127030
  unreadCount: number;
126765
127031
  firstResponseAt: Date;
126766
127032
  isLatest: boolean;
@@ -126920,6 +127186,8 @@ export declare const chatContract: {
126920
127186
  telephonySignature: string | null;
126921
127187
  };
126922
127188
  };
127189
+ closedAt: Date;
127190
+ lastMessageAt: Date | null;
126923
127191
  cxlog: {
126924
127192
  id: string;
126925
127193
  channel: string | null;
@@ -127022,6 +127290,7 @@ export declare const chatContract: {
127022
127290
  connectedUserId: string;
127023
127291
  };
127024
127292
  direction: "incoming" | "outgoing" | "system";
127293
+ status: number;
127025
127294
  createdAt: Date;
127026
127295
  updatedAt: Date;
127027
127296
  deletedAt: Date | null;
@@ -127072,7 +127341,6 @@ export declare const chatContract: {
127072
127341
  firstResponseTime: number;
127073
127342
  lastMessage: string;
127074
127343
  handleTime: number;
127075
- closeAt: Date;
127076
127344
  unreadCount: number;
127077
127345
  firstResponseAt: Date;
127078
127346
  isLatest: boolean;
@@ -127232,6 +127500,8 @@ export declare const chatContract: {
127232
127500
  telephonySignature: string | null;
127233
127501
  };
127234
127502
  };
127503
+ closedAt: Date;
127504
+ lastMessageAt: Date | null;
127235
127505
  cxlog: {
127236
127506
  id: string;
127237
127507
  channel: string | null;
@@ -129080,6 +129350,7 @@ export declare const chatContract: {
129080
129350
  connectedUserId: string;
129081
129351
  };
129082
129352
  direction: "incoming" | "outgoing" | "system";
129353
+ status: number;
129083
129354
  createdAt: Date;
129084
129355
  updatedAt: Date;
129085
129356
  deletedAt: Date | null;
@@ -129130,7 +129401,6 @@ export declare const chatContract: {
129130
129401
  firstResponseTime: number;
129131
129402
  lastMessage: string;
129132
129403
  handleTime: number;
129133
- closeAt: Date;
129134
129404
  unreadCount: number;
129135
129405
  firstResponseAt: Date;
129136
129406
  isLatest: boolean;
@@ -129290,6 +129560,8 @@ export declare const chatContract: {
129290
129560
  telephonySignature: string | null;
129291
129561
  };
129292
129562
  };
129563
+ closedAt: Date;
129564
+ lastMessageAt: Date | null;
129293
129565
  cxlog: {
129294
129566
  id: string;
129295
129567
  channel: string | null;
@@ -129718,6 +129990,7 @@ export declare const chatContract: {
129718
129990
  connectedUserId: string;
129719
129991
  };
129720
129992
  direction: "incoming" | "outgoing" | "system";
129993
+ status: number;
129721
129994
  createdAt: Date;
129722
129995
  updatedAt: Date;
129723
129996
  deletedAt: Date | null;
@@ -129768,7 +130041,6 @@ export declare const chatContract: {
129768
130041
  firstResponseTime: number;
129769
130042
  lastMessage: string;
129770
130043
  handleTime: number;
129771
- closeAt: Date;
129772
130044
  unreadCount: number;
129773
130045
  firstResponseAt: Date;
129774
130046
  isLatest: boolean;
@@ -129928,6 +130200,8 @@ export declare const chatContract: {
129928
130200
  telephonySignature: string | null;
129929
130201
  };
129930
130202
  };
130203
+ closedAt: Date;
130204
+ lastMessageAt: Date | null;
129931
130205
  cxlog: {
129932
130206
  id: string;
129933
130207
  channel: string | null;
@@ -130358,6 +130632,7 @@ export declare const chatContract: {
130358
130632
  connectedUserId: string;
130359
130633
  };
130360
130634
  direction: "incoming" | "outgoing" | "system";
130635
+ status: number;
130361
130636
  createdAt: Date;
130362
130637
  updatedAt: Date;
130363
130638
  deletedAt: Date | null;
@@ -130408,7 +130683,6 @@ export declare const chatContract: {
130408
130683
  firstResponseTime: number;
130409
130684
  lastMessage: string;
130410
130685
  handleTime: number;
130411
- closeAt: Date;
130412
130686
  unreadCount: number;
130413
130687
  firstResponseAt: Date;
130414
130688
  isLatest: boolean;
@@ -130568,6 +130842,8 @@ export declare const chatContract: {
130568
130842
  telephonySignature: string | null;
130569
130843
  };
130570
130844
  };
130845
+ closedAt: Date;
130846
+ lastMessageAt: Date | null;
130571
130847
  cxlog: {
130572
130848
  id: string;
130573
130849
  channel: string | null;
@@ -130999,6 +131275,7 @@ export declare const chatContract: {
130999
131275
  connectedUserId: string;
131000
131276
  };
131001
131277
  direction: "incoming" | "outgoing" | "system";
131278
+ status: number;
131002
131279
  createdAt: Date;
131003
131280
  updatedAt: Date;
131004
131281
  deletedAt: Date | null;
@@ -131049,7 +131326,6 @@ export declare const chatContract: {
131049
131326
  firstResponseTime: number;
131050
131327
  lastMessage: string;
131051
131328
  handleTime: number;
131052
- closeAt: Date;
131053
131329
  unreadCount: number;
131054
131330
  firstResponseAt: Date;
131055
131331
  isLatest: boolean;
@@ -131209,6 +131485,8 @@ export declare const chatContract: {
131209
131485
  telephonySignature: string | null;
131210
131486
  };
131211
131487
  };
131488
+ closedAt: Date;
131489
+ lastMessageAt: Date | null;
131212
131490
  cxlog: {
131213
131491
  id: string;
131214
131492
  channel: string | null;
@@ -131604,7 +131882,9 @@ export declare const chatContract: {
131604
131882
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
131605
131883
  lastMessage: import("zod").ZodString;
131606
131884
  handleTime: import("zod").ZodNumber;
131607
- closeAt: import("zod").ZodDate;
131885
+ closedAt: import("zod").ZodDate;
131886
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
131887
+ status: import("zod").ZodNumber;
131608
131888
  unreadCount: import("zod").ZodNumber;
131609
131889
  firstResponseAt: import("zod").ZodDate;
131610
131890
  firstResponseTime: import("zod").ZodNumber;
@@ -133529,6 +133809,7 @@ export declare const chatContract: {
133529
133809
  connectedUserId: string;
133530
133810
  };
133531
133811
  direction: "incoming" | "outgoing" | "system";
133812
+ status: number;
133532
133813
  createdAt: Date;
133533
133814
  updatedAt: Date;
133534
133815
  deletedAt: Date | null;
@@ -133579,7 +133860,6 @@ export declare const chatContract: {
133579
133860
  firstResponseTime: number;
133580
133861
  lastMessage: string;
133581
133862
  handleTime: number;
133582
- closeAt: Date;
133583
133863
  unreadCount: number;
133584
133864
  firstResponseAt: Date;
133585
133865
  isLatest: boolean;
@@ -133739,6 +134019,8 @@ export declare const chatContract: {
133739
134019
  telephonySignature: string | null;
133740
134020
  };
133741
134021
  };
134022
+ closedAt: Date;
134023
+ lastMessageAt: Date | null;
133742
134024
  cxlog: {
133743
134025
  id: string;
133744
134026
  channel: string | null;
@@ -133841,6 +134123,7 @@ export declare const chatContract: {
133841
134123
  connectedUserId: string;
133842
134124
  };
133843
134125
  direction: "incoming" | "outgoing" | "system";
134126
+ status: number;
133844
134127
  createdAt: Date;
133845
134128
  updatedAt: Date;
133846
134129
  deletedAt: Date | null;
@@ -133891,7 +134174,6 @@ export declare const chatContract: {
133891
134174
  firstResponseTime: number;
133892
134175
  lastMessage: string;
133893
134176
  handleTime: number;
133894
- closeAt: Date;
133895
134177
  unreadCount: number;
133896
134178
  firstResponseAt: Date;
133897
134179
  isLatest: boolean;
@@ -134051,6 +134333,8 @@ export declare const chatContract: {
134051
134333
  telephonySignature: string | null;
134052
134334
  };
134053
134335
  };
134336
+ closedAt: Date;
134337
+ lastMessageAt: Date | null;
134054
134338
  cxlog: {
134055
134339
  id: string;
134056
134340
  channel: string | null;
@@ -135899,6 +136183,7 @@ export declare const chatContract: {
135899
136183
  connectedUserId: string;
135900
136184
  };
135901
136185
  direction: "incoming" | "outgoing" | "system";
136186
+ status: number;
135902
136187
  createdAt: Date;
135903
136188
  updatedAt: Date;
135904
136189
  deletedAt: Date | null;
@@ -135949,7 +136234,6 @@ export declare const chatContract: {
135949
136234
  firstResponseTime: number;
135950
136235
  lastMessage: string;
135951
136236
  handleTime: number;
135952
- closeAt: Date;
135953
136237
  unreadCount: number;
135954
136238
  firstResponseAt: Date;
135955
136239
  isLatest: boolean;
@@ -136109,6 +136393,8 @@ export declare const chatContract: {
136109
136393
  telephonySignature: string | null;
136110
136394
  };
136111
136395
  };
136396
+ closedAt: Date;
136397
+ lastMessageAt: Date | null;
136112
136398
  cxlog: {
136113
136399
  id: string;
136114
136400
  channel: string | null;
@@ -136537,6 +136823,7 @@ export declare const chatContract: {
136537
136823
  connectedUserId: string;
136538
136824
  };
136539
136825
  direction: "incoming" | "outgoing" | "system";
136826
+ status: number;
136540
136827
  createdAt: Date;
136541
136828
  updatedAt: Date;
136542
136829
  deletedAt: Date | null;
@@ -136587,7 +136874,6 @@ export declare const chatContract: {
136587
136874
  firstResponseTime: number;
136588
136875
  lastMessage: string;
136589
136876
  handleTime: number;
136590
- closeAt: Date;
136591
136877
  unreadCount: number;
136592
136878
  firstResponseAt: Date;
136593
136879
  isLatest: boolean;
@@ -136747,6 +137033,8 @@ export declare const chatContract: {
136747
137033
  telephonySignature: string | null;
136748
137034
  };
136749
137035
  };
137036
+ closedAt: Date;
137037
+ lastMessageAt: Date | null;
136750
137038
  cxlog: {
136751
137039
  id: string;
136752
137040
  channel: string | null;
@@ -137177,6 +137465,7 @@ export declare const chatContract: {
137177
137465
  connectedUserId: string;
137178
137466
  };
137179
137467
  direction: "incoming" | "outgoing" | "system";
137468
+ status: number;
137180
137469
  createdAt: Date;
137181
137470
  updatedAt: Date;
137182
137471
  deletedAt: Date | null;
@@ -137227,7 +137516,6 @@ export declare const chatContract: {
137227
137516
  firstResponseTime: number;
137228
137517
  lastMessage: string;
137229
137518
  handleTime: number;
137230
- closeAt: Date;
137231
137519
  unreadCount: number;
137232
137520
  firstResponseAt: Date;
137233
137521
  isLatest: boolean;
@@ -137387,6 +137675,8 @@ export declare const chatContract: {
137387
137675
  telephonySignature: string | null;
137388
137676
  };
137389
137677
  };
137678
+ closedAt: Date;
137679
+ lastMessageAt: Date | null;
137390
137680
  cxlog: {
137391
137681
  id: string;
137392
137682
  channel: string | null;
@@ -137821,6 +138111,7 @@ export declare const chatContract: {
137821
138111
  connectedUserId: string;
137822
138112
  };
137823
138113
  direction: "incoming" | "outgoing" | "system";
138114
+ status: number;
137824
138115
  createdAt: Date;
137825
138116
  updatedAt: Date;
137826
138117
  deletedAt: Date | null;
@@ -137871,7 +138162,6 @@ export declare const chatContract: {
137871
138162
  firstResponseTime: number;
137872
138163
  lastMessage: string;
137873
138164
  handleTime: number;
137874
- closeAt: Date;
137875
138165
  unreadCount: number;
137876
138166
  firstResponseAt: Date;
137877
138167
  isLatest: boolean;
@@ -138031,6 +138321,8 @@ export declare const chatContract: {
138031
138321
  telephonySignature: string | null;
138032
138322
  };
138033
138323
  };
138324
+ closedAt: Date;
138325
+ lastMessageAt: Date | null;
138034
138326
  cxlog: {
138035
138327
  id: string;
138036
138328
  channel: string | null;
@@ -138690,6 +138982,7 @@ export declare const chatContract: {
138690
138982
  connectedUserId: string;
138691
138983
  }>;
138692
138984
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
138985
+ status: import("zod").ZodNumber;
138693
138986
  createdAt: import("zod").ZodDate;
138694
138987
  updatedAt: import("zod").ZodDate;
138695
138988
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
@@ -138900,7 +139193,6 @@ export declare const chatContract: {
138900
139193
  firstResponseTime: import("zod").ZodNumber;
138901
139194
  lastMessage: import("zod").ZodString;
138902
139195
  handleTime: import("zod").ZodNumber;
138903
- closeAt: import("zod").ZodDate;
138904
139196
  unreadCount: import("zod").ZodNumber;
138905
139197
  firstResponseAt: import("zod").ZodDate;
138906
139198
  isLatest: import("zod").ZodBoolean;
@@ -140042,6 +140334,8 @@ export declare const chatContract: {
140042
140334
  telephonySignature: string | null;
140043
140335
  };
140044
140336
  }>;
140337
+ closedAt: import("zod").ZodDate;
140338
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
140045
140339
  cxlog: import("zod").ZodObject<{
140046
140340
  id: import("zod").ZodString;
140047
140341
  createdAt: import("zod").ZodDate;
@@ -140255,6 +140549,7 @@ export declare const chatContract: {
140255
140549
  connectedUserId: string;
140256
140550
  };
140257
140551
  direction: "incoming" | "outgoing" | "system";
140552
+ status: number;
140258
140553
  createdAt: Date;
140259
140554
  updatedAt: Date;
140260
140555
  deletedAt: Date | null;
@@ -140305,7 +140600,6 @@ export declare const chatContract: {
140305
140600
  firstResponseTime: number;
140306
140601
  lastMessage: string;
140307
140602
  handleTime: number;
140308
- closeAt: Date;
140309
140603
  unreadCount: number;
140310
140604
  firstResponseAt: Date;
140311
140605
  isLatest: boolean;
@@ -140465,6 +140759,8 @@ export declare const chatContract: {
140465
140759
  telephonySignature: string | null;
140466
140760
  };
140467
140761
  };
140762
+ closedAt: Date;
140763
+ lastMessageAt: Date | null;
140468
140764
  cxlog: {
140469
140765
  id: string;
140470
140766
  channel: string | null;
@@ -140568,6 +140864,7 @@ export declare const chatContract: {
140568
140864
  connectedUserId: string;
140569
140865
  };
140570
140866
  direction: "incoming" | "outgoing" | "system";
140867
+ status: number;
140571
140868
  createdAt: Date;
140572
140869
  updatedAt: Date;
140573
140870
  deletedAt: Date | null;
@@ -140618,7 +140915,6 @@ export declare const chatContract: {
140618
140915
  firstResponseTime: number;
140619
140916
  lastMessage: string;
140620
140917
  handleTime: number;
140621
- closeAt: Date;
140622
140918
  unreadCount: number;
140623
140919
  firstResponseAt: Date;
140624
140920
  isLatest: boolean;
@@ -140778,6 +141074,8 @@ export declare const chatContract: {
140778
141074
  telephonySignature: string | null;
140779
141075
  };
140780
141076
  };
141077
+ closedAt: Date;
141078
+ lastMessageAt: Date | null;
140781
141079
  cxlog: {
140782
141080
  id: string;
140783
141081
  channel: string | null;
@@ -140883,6 +141181,7 @@ export declare const chatContract: {
140883
141181
  connectedUserId: string;
140884
141182
  };
140885
141183
  direction: "incoming" | "outgoing" | "system";
141184
+ status: number;
140886
141185
  createdAt: Date;
140887
141186
  updatedAt: Date;
140888
141187
  deletedAt: Date | null;
@@ -140933,7 +141232,6 @@ export declare const chatContract: {
140933
141232
  firstResponseTime: number;
140934
141233
  lastMessage: string;
140935
141234
  handleTime: number;
140936
- closeAt: Date;
140937
141235
  unreadCount: number;
140938
141236
  firstResponseAt: Date;
140939
141237
  isLatest: boolean;
@@ -141093,6 +141391,8 @@ export declare const chatContract: {
141093
141391
  telephonySignature: string | null;
141094
141392
  };
141095
141393
  };
141394
+ closedAt: Date;
141395
+ lastMessageAt: Date | null;
141096
141396
  cxlog: {
141097
141397
  id: string;
141098
141398
  channel: string | null;
@@ -141199,6 +141499,7 @@ export declare const chatContract: {
141199
141499
  connectedUserId: string;
141200
141500
  };
141201
141501
  direction: "incoming" | "outgoing" | "system";
141502
+ status: number;
141202
141503
  createdAt: Date;
141203
141504
  updatedAt: Date;
141204
141505
  deletedAt: Date | null;
@@ -141249,7 +141550,6 @@ export declare const chatContract: {
141249
141550
  firstResponseTime: number;
141250
141551
  lastMessage: string;
141251
141552
  handleTime: number;
141252
- closeAt: Date;
141253
141553
  unreadCount: number;
141254
141554
  firstResponseAt: Date;
141255
141555
  isLatest: boolean;
@@ -141409,6 +141709,8 @@ export declare const chatContract: {
141409
141709
  telephonySignature: string | null;
141410
141710
  };
141411
141711
  };
141712
+ closedAt: Date;
141713
+ lastMessageAt: Date | null;
141412
141714
  cxlog: {
141413
141715
  id: string;
141414
141716
  channel: string | null;
@@ -141499,7 +141801,9 @@ export declare const chatContract: {
141499
141801
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
141500
141802
  lastMessage: import("zod").ZodString;
141501
141803
  handleTime: import("zod").ZodNumber;
141502
- closeAt: import("zod").ZodDate;
141804
+ closedAt: import("zod").ZodDate;
141805
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
141806
+ status: import("zod").ZodNumber;
141503
141807
  unreadCount: import("zod").ZodNumber;
141504
141808
  firstResponseAt: import("zod").ZodDate;
141505
141809
  firstResponseTime: import("zod").ZodNumber;
@@ -143424,6 +143728,7 @@ export declare const chatContract: {
143424
143728
  connectedUserId: string;
143425
143729
  };
143426
143730
  direction: "incoming" | "outgoing" | "system";
143731
+ status: number;
143427
143732
  createdAt: Date;
143428
143733
  updatedAt: Date;
143429
143734
  deletedAt: Date | null;
@@ -143474,7 +143779,6 @@ export declare const chatContract: {
143474
143779
  firstResponseTime: number;
143475
143780
  lastMessage: string;
143476
143781
  handleTime: number;
143477
- closeAt: Date;
143478
143782
  unreadCount: number;
143479
143783
  firstResponseAt: Date;
143480
143784
  isLatest: boolean;
@@ -143634,6 +143938,8 @@ export declare const chatContract: {
143634
143938
  telephonySignature: string | null;
143635
143939
  };
143636
143940
  };
143941
+ closedAt: Date;
143942
+ lastMessageAt: Date | null;
143637
143943
  cxlog: {
143638
143944
  id: string;
143639
143945
  channel: string | null;
@@ -143736,6 +144042,7 @@ export declare const chatContract: {
143736
144042
  connectedUserId: string;
143737
144043
  };
143738
144044
  direction: "incoming" | "outgoing" | "system";
144045
+ status: number;
143739
144046
  createdAt: Date;
143740
144047
  updatedAt: Date;
143741
144048
  deletedAt: Date | null;
@@ -143786,7 +144093,6 @@ export declare const chatContract: {
143786
144093
  firstResponseTime: number;
143787
144094
  lastMessage: string;
143788
144095
  handleTime: number;
143789
- closeAt: Date;
143790
144096
  unreadCount: number;
143791
144097
  firstResponseAt: Date;
143792
144098
  isLatest: boolean;
@@ -143946,6 +144252,8 @@ export declare const chatContract: {
143946
144252
  telephonySignature: string | null;
143947
144253
  };
143948
144254
  };
144255
+ closedAt: Date;
144256
+ lastMessageAt: Date | null;
143949
144257
  cxlog: {
143950
144258
  id: string;
143951
144259
  channel: string | null;
@@ -144050,6 +144358,7 @@ export declare const chatContract: {
144050
144358
  connectedUserId: string;
144051
144359
  };
144052
144360
  direction: "incoming" | "outgoing" | "system";
144361
+ status: number;
144053
144362
  createdAt: Date;
144054
144363
  updatedAt: Date;
144055
144364
  deletedAt: Date | null;
@@ -144100,7 +144409,6 @@ export declare const chatContract: {
144100
144409
  firstResponseTime: number;
144101
144410
  lastMessage: string;
144102
144411
  handleTime: number;
144103
- closeAt: Date;
144104
144412
  unreadCount: number;
144105
144413
  firstResponseAt: Date;
144106
144414
  isLatest: boolean;
@@ -144260,6 +144568,8 @@ export declare const chatContract: {
144260
144568
  telephonySignature: string | null;
144261
144569
  };
144262
144570
  };
144571
+ closedAt: Date;
144572
+ lastMessageAt: Date | null;
144263
144573
  cxlog: {
144264
144574
  id: string;
144265
144575
  channel: string | null;
@@ -144365,6 +144675,7 @@ export declare const chatContract: {
144365
144675
  connectedUserId: string;
144366
144676
  };
144367
144677
  direction: "incoming" | "outgoing" | "system";
144678
+ status: number;
144368
144679
  createdAt: Date;
144369
144680
  updatedAt: Date;
144370
144681
  deletedAt: Date | null;
@@ -144415,7 +144726,6 @@ export declare const chatContract: {
144415
144726
  firstResponseTime: number;
144416
144727
  lastMessage: string;
144417
144728
  handleTime: number;
144418
- closeAt: Date;
144419
144729
  unreadCount: number;
144420
144730
  firstResponseAt: Date;
144421
144731
  isLatest: boolean;
@@ -144575,6 +144885,8 @@ export declare const chatContract: {
144575
144885
  telephonySignature: string | null;
144576
144886
  };
144577
144887
  };
144888
+ closedAt: Date;
144889
+ lastMessageAt: Date | null;
144578
144890
  cxlog: {
144579
144891
  id: string;
144580
144892
  channel: string | null;
@@ -144651,7 +144963,9 @@ export declare const chatContract: {
144651
144963
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
144652
144964
  lastMessage: import("zod").ZodString;
144653
144965
  handleTime: import("zod").ZodNumber;
144654
- closeAt: import("zod").ZodDate;
144966
+ closedAt: import("zod").ZodDate;
144967
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
144968
+ status: import("zod").ZodNumber;
144655
144969
  unreadCount: import("zod").ZodNumber;
144656
144970
  firstResponseAt: import("zod").ZodDate;
144657
144971
  firstResponseTime: import("zod").ZodNumber;
@@ -146576,6 +146890,7 @@ export declare const chatContract: {
146576
146890
  connectedUserId: string;
146577
146891
  };
146578
146892
  direction: "incoming" | "outgoing" | "system";
146893
+ status: number;
146579
146894
  createdAt: Date;
146580
146895
  updatedAt: Date;
146581
146896
  deletedAt: Date | null;
@@ -146626,7 +146941,6 @@ export declare const chatContract: {
146626
146941
  firstResponseTime: number;
146627
146942
  lastMessage: string;
146628
146943
  handleTime: number;
146629
- closeAt: Date;
146630
146944
  unreadCount: number;
146631
146945
  firstResponseAt: Date;
146632
146946
  isLatest: boolean;
@@ -146786,6 +147100,8 @@ export declare const chatContract: {
146786
147100
  telephonySignature: string | null;
146787
147101
  };
146788
147102
  };
147103
+ closedAt: Date;
147104
+ lastMessageAt: Date | null;
146789
147105
  cxlog: {
146790
147106
  id: string;
146791
147107
  channel: string | null;
@@ -146888,6 +147204,7 @@ export declare const chatContract: {
146888
147204
  connectedUserId: string;
146889
147205
  };
146890
147206
  direction: "incoming" | "outgoing" | "system";
147207
+ status: number;
146891
147208
  createdAt: Date;
146892
147209
  updatedAt: Date;
146893
147210
  deletedAt: Date | null;
@@ -146938,7 +147255,6 @@ export declare const chatContract: {
146938
147255
  firstResponseTime: number;
146939
147256
  lastMessage: string;
146940
147257
  handleTime: number;
146941
- closeAt: Date;
146942
147258
  unreadCount: number;
146943
147259
  firstResponseAt: Date;
146944
147260
  isLatest: boolean;
@@ -147098,6 +147414,8 @@ export declare const chatContract: {
147098
147414
  telephonySignature: string | null;
147099
147415
  };
147100
147416
  };
147417
+ closedAt: Date;
147418
+ lastMessageAt: Date | null;
147101
147419
  cxlog: {
147102
147420
  id: string;
147103
147421
  channel: string | null;
@@ -147202,6 +147520,7 @@ export declare const chatContract: {
147202
147520
  connectedUserId: string;
147203
147521
  };
147204
147522
  direction: "incoming" | "outgoing" | "system";
147523
+ status: number;
147205
147524
  createdAt: Date;
147206
147525
  updatedAt: Date;
147207
147526
  deletedAt: Date | null;
@@ -147252,7 +147571,6 @@ export declare const chatContract: {
147252
147571
  firstResponseTime: number;
147253
147572
  lastMessage: string;
147254
147573
  handleTime: number;
147255
- closeAt: Date;
147256
147574
  unreadCount: number;
147257
147575
  firstResponseAt: Date;
147258
147576
  isLatest: boolean;
@@ -147412,6 +147730,8 @@ export declare const chatContract: {
147412
147730
  telephonySignature: string | null;
147413
147731
  };
147414
147732
  };
147733
+ closedAt: Date;
147734
+ lastMessageAt: Date | null;
147415
147735
  cxlog: {
147416
147736
  id: string;
147417
147737
  channel: string | null;
@@ -147517,6 +147837,7 @@ export declare const chatContract: {
147517
147837
  connectedUserId: string;
147518
147838
  };
147519
147839
  direction: "incoming" | "outgoing" | "system";
147840
+ status: number;
147520
147841
  createdAt: Date;
147521
147842
  updatedAt: Date;
147522
147843
  deletedAt: Date | null;
@@ -147567,7 +147888,6 @@ export declare const chatContract: {
147567
147888
  firstResponseTime: number;
147568
147889
  lastMessage: string;
147569
147890
  handleTime: number;
147570
- closeAt: Date;
147571
147891
  unreadCount: number;
147572
147892
  firstResponseAt: Date;
147573
147893
  isLatest: boolean;
@@ -147727,6 +148047,8 @@ export declare const chatContract: {
147727
148047
  telephonySignature: string | null;
147728
148048
  };
147729
148049
  };
148050
+ closedAt: Date;
148051
+ lastMessageAt: Date | null;
147730
148052
  cxlog: {
147731
148053
  id: string;
147732
148054
  channel: string | null;
@@ -148175,6 +148497,7 @@ export declare const chatContract: {
148175
148497
  connectedUserId: string;
148176
148498
  }>;
148177
148499
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
148500
+ status: import("zod").ZodNumber;
148178
148501
  createdAt: import("zod").ZodDate;
148179
148502
  updatedAt: import("zod").ZodDate;
148180
148503
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
@@ -148385,7 +148708,6 @@ export declare const chatContract: {
148385
148708
  firstResponseTime: import("zod").ZodNumber;
148386
148709
  lastMessage: import("zod").ZodString;
148387
148710
  handleTime: import("zod").ZodNumber;
148388
- closeAt: import("zod").ZodDate;
148389
148711
  unreadCount: import("zod").ZodNumber;
148390
148712
  firstResponseAt: import("zod").ZodDate;
148391
148713
  isLatest: import("zod").ZodBoolean;
@@ -149527,6 +149849,8 @@ export declare const chatContract: {
149527
149849
  telephonySignature: string | null;
149528
149850
  };
149529
149851
  }>;
149852
+ closedAt: import("zod").ZodDate;
149853
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
149530
149854
  cxlog: import("zod").ZodObject<{
149531
149855
  id: import("zod").ZodString;
149532
149856
  createdAt: import("zod").ZodDate;
@@ -150427,6 +150751,7 @@ export declare const chatContract: {
150427
150751
  connectedUserId: string;
150428
150752
  };
150429
150753
  direction: "incoming" | "outgoing" | "system";
150754
+ status: number;
150430
150755
  createdAt: Date;
150431
150756
  updatedAt: Date;
150432
150757
  deletedAt: Date | null;
@@ -150574,7 +150899,6 @@ export declare const chatContract: {
150574
150899
  firstResponseTime: number;
150575
150900
  lastMessage: string;
150576
150901
  handleTime: number;
150577
- closeAt: Date;
150578
150902
  unreadCount: number;
150579
150903
  firstResponseAt: Date;
150580
150904
  isLatest: boolean;
@@ -150734,6 +151058,8 @@ export declare const chatContract: {
150734
151058
  telephonySignature: string | null;
150735
151059
  };
150736
151060
  };
151061
+ closedAt: Date;
151062
+ lastMessageAt: Date | null;
150737
151063
  cxlog: {
150738
151064
  id: string;
150739
151065
  channel: string | null;
@@ -150837,6 +151163,7 @@ export declare const chatContract: {
150837
151163
  connectedUserId: string;
150838
151164
  };
150839
151165
  direction: "incoming" | "outgoing" | "system";
151166
+ status: number;
150840
151167
  createdAt: Date;
150841
151168
  updatedAt: Date;
150842
151169
  deletedAt: Date | null;
@@ -150984,7 +151311,6 @@ export declare const chatContract: {
150984
151311
  firstResponseTime: number;
150985
151312
  lastMessage: string;
150986
151313
  handleTime: number;
150987
- closeAt: Date;
150988
151314
  unreadCount: number;
150989
151315
  firstResponseAt: Date;
150990
151316
  isLatest: boolean;
@@ -151144,6 +151470,8 @@ export declare const chatContract: {
151144
151470
  telephonySignature: string | null;
151145
151471
  };
151146
151472
  };
151473
+ closedAt: Date;
151474
+ lastMessageAt: Date | null;
151147
151475
  cxlog: {
151148
151476
  id: string;
151149
151477
  channel: string | null;
@@ -151249,6 +151577,7 @@ export declare const chatContract: {
151249
151577
  connectedUserId: string;
151250
151578
  };
151251
151579
  direction: "incoming" | "outgoing" | "system";
151580
+ status: number;
151252
151581
  createdAt: Date;
151253
151582
  updatedAt: Date;
151254
151583
  deletedAt: Date | null;
@@ -151396,7 +151725,6 @@ export declare const chatContract: {
151396
151725
  firstResponseTime: number;
151397
151726
  lastMessage: string;
151398
151727
  handleTime: number;
151399
- closeAt: Date;
151400
151728
  unreadCount: number;
151401
151729
  firstResponseAt: Date;
151402
151730
  isLatest: boolean;
@@ -151556,6 +151884,8 @@ export declare const chatContract: {
151556
151884
  telephonySignature: string | null;
151557
151885
  };
151558
151886
  };
151887
+ closedAt: Date;
151888
+ lastMessageAt: Date | null;
151559
151889
  cxlog: {
151560
151890
  id: string;
151561
151891
  channel: string | null;
@@ -151662,6 +151992,7 @@ export declare const chatContract: {
151662
151992
  connectedUserId: string;
151663
151993
  };
151664
151994
  direction: "incoming" | "outgoing" | "system";
151995
+ status: number;
151665
151996
  createdAt: Date;
151666
151997
  updatedAt: Date;
151667
151998
  deletedAt: Date | null;
@@ -151809,7 +152140,6 @@ export declare const chatContract: {
151809
152140
  firstResponseTime: number;
151810
152141
  lastMessage: string;
151811
152142
  handleTime: number;
151812
- closeAt: Date;
151813
152143
  unreadCount: number;
151814
152144
  firstResponseAt: Date;
151815
152145
  isLatest: boolean;
@@ -151969,6 +152299,8 @@ export declare const chatContract: {
151969
152299
  telephonySignature: string | null;
151970
152300
  };
151971
152301
  };
152302
+ closedAt: Date;
152303
+ lastMessageAt: Date | null;
151972
152304
  cxlog: {
151973
152305
  id: string;
151974
152306
  channel: string | null;
@@ -152408,6 +152740,7 @@ export declare const chatContract: {
152408
152740
  connectedUserId: string;
152409
152741
  }>;
152410
152742
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
152743
+ status: import("zod").ZodNumber;
152411
152744
  createdAt: import("zod").ZodDate;
152412
152745
  updatedAt: import("zod").ZodDate;
152413
152746
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
@@ -152618,7 +152951,6 @@ export declare const chatContract: {
152618
152951
  firstResponseTime: import("zod").ZodNumber;
152619
152952
  lastMessage: import("zod").ZodString;
152620
152953
  handleTime: import("zod").ZodNumber;
152621
- closeAt: import("zod").ZodDate;
152622
152954
  unreadCount: import("zod").ZodNumber;
152623
152955
  firstResponseAt: import("zod").ZodDate;
152624
152956
  isLatest: import("zod").ZodBoolean;
@@ -153760,6 +154092,8 @@ export declare const chatContract: {
153760
154092
  telephonySignature: string | null;
153761
154093
  };
153762
154094
  }>;
154095
+ closedAt: import("zod").ZodDate;
154096
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
153763
154097
  cxlog: import("zod").ZodObject<{
153764
154098
  id: import("zod").ZodString;
153765
154099
  createdAt: import("zod").ZodDate;
@@ -153974,6 +154308,7 @@ export declare const chatContract: {
153974
154308
  };
153975
154309
  direction: "incoming" | "outgoing" | "system";
153976
154310
  description: string | null;
154311
+ status: number;
153977
154312
  createdAt: Date;
153978
154313
  updatedAt: Date;
153979
154314
  deletedAt: Date | null;
@@ -154024,7 +154359,6 @@ export declare const chatContract: {
154024
154359
  firstResponseTime: number;
154025
154360
  lastMessage: string;
154026
154361
  handleTime: number;
154027
- closeAt: Date;
154028
154362
  unreadCount: number;
154029
154363
  firstResponseAt: Date;
154030
154364
  isLatest: boolean;
@@ -154184,6 +154518,8 @@ export declare const chatContract: {
154184
154518
  telephonySignature: string | null;
154185
154519
  };
154186
154520
  };
154521
+ closedAt: Date;
154522
+ lastMessageAt: Date | null;
154187
154523
  cxlog: {
154188
154524
  id: string;
154189
154525
  channel: string | null;
@@ -154287,6 +154623,7 @@ export declare const chatContract: {
154287
154623
  };
154288
154624
  direction: "incoming" | "outgoing" | "system";
154289
154625
  description: string | null;
154626
+ status: number;
154290
154627
  createdAt: Date;
154291
154628
  updatedAt: Date;
154292
154629
  deletedAt: Date | null;
@@ -154337,7 +154674,6 @@ export declare const chatContract: {
154337
154674
  firstResponseTime: number;
154338
154675
  lastMessage: string;
154339
154676
  handleTime: number;
154340
- closeAt: Date;
154341
154677
  unreadCount: number;
154342
154678
  firstResponseAt: Date;
154343
154679
  isLatest: boolean;
@@ -154497,6 +154833,8 @@ export declare const chatContract: {
154497
154833
  telephonySignature: string | null;
154498
154834
  };
154499
154835
  };
154836
+ closedAt: Date;
154837
+ lastMessageAt: Date | null;
154500
154838
  cxlog: {
154501
154839
  id: string;
154502
154840
  channel: string | null;
@@ -154602,6 +154940,7 @@ export declare const chatContract: {
154602
154940
  };
154603
154941
  direction: "incoming" | "outgoing" | "system";
154604
154942
  description: string | null;
154943
+ status: number;
154605
154944
  createdAt: Date;
154606
154945
  updatedAt: Date;
154607
154946
  deletedAt: Date | null;
@@ -154652,7 +154991,6 @@ export declare const chatContract: {
154652
154991
  firstResponseTime: number;
154653
154992
  lastMessage: string;
154654
154993
  handleTime: number;
154655
- closeAt: Date;
154656
154994
  unreadCount: number;
154657
154995
  firstResponseAt: Date;
154658
154996
  isLatest: boolean;
@@ -154812,6 +155150,8 @@ export declare const chatContract: {
154812
155150
  telephonySignature: string | null;
154813
155151
  };
154814
155152
  };
155153
+ closedAt: Date;
155154
+ lastMessageAt: Date | null;
154815
155155
  cxlog: {
154816
155156
  id: string;
154817
155157
  channel: string | null;
@@ -154918,6 +155258,7 @@ export declare const chatContract: {
154918
155258
  };
154919
155259
  direction: "incoming" | "outgoing" | "system";
154920
155260
  description: string | null;
155261
+ status: number;
154921
155262
  createdAt: Date;
154922
155263
  updatedAt: Date;
154923
155264
  deletedAt: Date | null;
@@ -154968,7 +155309,6 @@ export declare const chatContract: {
154968
155309
  firstResponseTime: number;
154969
155310
  lastMessage: string;
154970
155311
  handleTime: number;
154971
- closeAt: Date;
154972
155312
  unreadCount: number;
154973
155313
  firstResponseAt: Date;
154974
155314
  isLatest: boolean;
@@ -155128,6 +155468,8 @@ export declare const chatContract: {
155128
155468
  telephonySignature: string | null;
155129
155469
  };
155130
155470
  };
155471
+ closedAt: Date;
155472
+ lastMessageAt: Date | null;
155131
155473
  cxlog: {
155132
155474
  id: string;
155133
155475
  channel: string | null;
@@ -155216,7 +155558,9 @@ export declare const chatContract: {
155216
155558
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
155217
155559
  lastMessage: import("zod").ZodString;
155218
155560
  handleTime: import("zod").ZodNumber;
155219
- closeAt: import("zod").ZodDate;
155561
+ closedAt: import("zod").ZodDate;
155562
+ lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
155563
+ status: import("zod").ZodNumber;
155220
155564
  unreadCount: import("zod").ZodNumber;
155221
155565
  firstResponseAt: import("zod").ZodDate;
155222
155566
  firstResponseTime: import("zod").ZodNumber;
@@ -157141,6 +157485,7 @@ export declare const chatContract: {
157141
157485
  connectedUserId: string;
157142
157486
  };
157143
157487
  direction: "incoming" | "outgoing" | "system";
157488
+ status: number;
157144
157489
  createdAt: Date;
157145
157490
  updatedAt: Date;
157146
157491
  deletedAt: Date | null;
@@ -157191,7 +157536,6 @@ export declare const chatContract: {
157191
157536
  firstResponseTime: number;
157192
157537
  lastMessage: string;
157193
157538
  handleTime: number;
157194
- closeAt: Date;
157195
157539
  unreadCount: number;
157196
157540
  firstResponseAt: Date;
157197
157541
  isLatest: boolean;
@@ -157351,6 +157695,8 @@ export declare const chatContract: {
157351
157695
  telephonySignature: string | null;
157352
157696
  };
157353
157697
  };
157698
+ closedAt: Date;
157699
+ lastMessageAt: Date | null;
157354
157700
  cxlog: {
157355
157701
  id: string;
157356
157702
  channel: string | null;
@@ -157453,6 +157799,7 @@ export declare const chatContract: {
157453
157799
  connectedUserId: string;
157454
157800
  };
157455
157801
  direction: "incoming" | "outgoing" | "system";
157802
+ status: number;
157456
157803
  createdAt: Date;
157457
157804
  updatedAt: Date;
157458
157805
  deletedAt: Date | null;
@@ -157503,7 +157850,6 @@ export declare const chatContract: {
157503
157850
  firstResponseTime: number;
157504
157851
  lastMessage: string;
157505
157852
  handleTime: number;
157506
- closeAt: Date;
157507
157853
  unreadCount: number;
157508
157854
  firstResponseAt: Date;
157509
157855
  isLatest: boolean;
@@ -157663,6 +158009,8 @@ export declare const chatContract: {
157663
158009
  telephonySignature: string | null;
157664
158010
  };
157665
158011
  };
158012
+ closedAt: Date;
158013
+ lastMessageAt: Date | null;
157666
158014
  cxlog: {
157667
158015
  id: string;
157668
158016
  channel: string | null;
@@ -157767,6 +158115,7 @@ export declare const chatContract: {
157767
158115
  connectedUserId: string;
157768
158116
  };
157769
158117
  direction: "incoming" | "outgoing" | "system";
158118
+ status: number;
157770
158119
  createdAt: Date;
157771
158120
  updatedAt: Date;
157772
158121
  deletedAt: Date | null;
@@ -157817,7 +158166,6 @@ export declare const chatContract: {
157817
158166
  firstResponseTime: number;
157818
158167
  lastMessage: string;
157819
158168
  handleTime: number;
157820
- closeAt: Date;
157821
158169
  unreadCount: number;
157822
158170
  firstResponseAt: Date;
157823
158171
  isLatest: boolean;
@@ -157977,6 +158325,8 @@ export declare const chatContract: {
157977
158325
  telephonySignature: string | null;
157978
158326
  };
157979
158327
  };
158328
+ closedAt: Date;
158329
+ lastMessageAt: Date | null;
157980
158330
  cxlog: {
157981
158331
  id: string;
157982
158332
  channel: string | null;
@@ -158085,6 +158435,7 @@ export declare const chatContract: {
158085
158435
  connectedUserId: string;
158086
158436
  };
158087
158437
  direction: "incoming" | "outgoing" | "system";
158438
+ status: number;
158088
158439
  createdAt: Date;
158089
158440
  updatedAt: Date;
158090
158441
  deletedAt: Date | null;
@@ -158135,7 +158486,6 @@ export declare const chatContract: {
158135
158486
  firstResponseTime: number;
158136
158487
  lastMessage: string;
158137
158488
  handleTime: number;
158138
- closeAt: Date;
158139
158489
  unreadCount: number;
158140
158490
  firstResponseAt: Date;
158141
158491
  isLatest: boolean;
@@ -158295,6 +158645,8 @@ export declare const chatContract: {
158295
158645
  telephonySignature: string | null;
158296
158646
  };
158297
158647
  };
158648
+ closedAt: Date;
158649
+ lastMessageAt: Date | null;
158298
158650
  cxlog: {
158299
158651
  id: string;
158300
158652
  channel: string | null;