@kl1/contracts 1.1.0-uat → 1.1.2-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.
Files changed (39) hide show
  1. package/dist/index.js +837 -939
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +837 -938
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/chat/index.d.ts +57 -57
  6. package/dist/src/chat/schema.d.ts +8 -8
  7. package/dist/src/chat/schema.d.ts.map +1 -1
  8. package/dist/src/chat/validation.d.ts +15 -15
  9. package/dist/src/chat/validation.d.ts.map +1 -1
  10. package/dist/src/contract.d.ts +1260 -1720
  11. package/dist/src/contract.d.ts.map +1 -1
  12. package/dist/src/index.d.ts +0 -1
  13. package/dist/src/index.d.ts.map +1 -1
  14. package/dist/src/instagram/index.d.ts +12 -12
  15. package/dist/src/line/index.d.ts +12 -12
  16. package/dist/src/mail/account-contract.d.ts +132 -132
  17. package/dist/src/mail/index.d.ts +0 -10
  18. package/dist/src/mail/index.d.ts.map +1 -1
  19. package/dist/src/mail/mail-contract.d.ts +1152 -1612
  20. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  21. package/dist/src/mail/mail-server-contract.d.ts +18 -477
  22. package/dist/src/mail/mail-server-contract.d.ts.map +1 -1
  23. package/dist/src/mail/message-contract.d.ts +54 -54
  24. package/dist/src/mail/room-contract.d.ts +948 -951
  25. package/dist/src/mail/room-contract.d.ts.map +1 -1
  26. package/dist/src/mail/schemas/account-validation.schema.d.ts +140 -140
  27. package/dist/src/mail/schemas/account-validation.schema.d.ts.map +1 -1
  28. package/dist/src/mail/schemas/account.schema.d.ts +32 -32
  29. package/dist/src/mail/schemas/message.schema.d.ts +42 -42
  30. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  31. package/dist/src/mail/schemas/room-validation.schema.d.ts +316 -319
  32. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  33. package/dist/src/mail/schemas/room.schema.d.ts +259 -683
  34. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  35. package/dist/src/messenger/index.d.ts +12 -12
  36. package/dist/src/user/index.d.ts +3 -3
  37. package/dist/src/user/index.d.ts.map +1 -1
  38. package/dist/src/viber/index.d.ts +12 -12
  39. package/package.json +1 -1
@@ -4725,7 +4725,7 @@ export declare const mainChatContract: {
4725
4725
  deletedAt: z.ZodNullable<z.ZodDate>;
4726
4726
  lastMessage: z.ZodString;
4727
4727
  handleTime: z.ZodNumber;
4728
- closeAt: z.ZodDate;
4728
+ closedAt: z.ZodDate;
4729
4729
  lastMessageAt: z.ZodNullable<z.ZodDate>;
4730
4730
  status: z.ZodNumber;
4731
4731
  unreadCount: z.ZodNumber;
@@ -6703,7 +6703,6 @@ export declare const mainChatContract: {
6703
6703
  firstResponseTime: number;
6704
6704
  lastMessage: string;
6705
6705
  handleTime: number;
6706
- closeAt: Date;
6707
6706
  unreadCount: number;
6708
6707
  firstResponseAt: Date;
6709
6708
  isLatest: boolean;
@@ -6863,6 +6862,7 @@ export declare const mainChatContract: {
6863
6862
  telephonySignature: string | null;
6864
6863
  };
6865
6864
  };
6865
+ closedAt: Date;
6866
6866
  lastMessageAt: Date | null;
6867
6867
  cxlog: {
6868
6868
  id: string;
@@ -7017,7 +7017,6 @@ export declare const mainChatContract: {
7017
7017
  firstResponseTime: number;
7018
7018
  lastMessage: string;
7019
7019
  handleTime: number;
7020
- closeAt: Date;
7021
7020
  unreadCount: number;
7022
7021
  firstResponseAt: Date;
7023
7022
  isLatest: boolean;
@@ -7177,6 +7176,7 @@ export declare const mainChatContract: {
7177
7176
  telephonySignature: string | null;
7178
7177
  };
7179
7178
  };
7179
+ closedAt: Date;
7180
7180
  lastMessageAt: Date | null;
7181
7181
  cxlog: {
7182
7182
  id: string;
@@ -7343,7 +7343,6 @@ export declare const mainChatContract: {
7343
7343
  firstResponseTime: number;
7344
7344
  lastMessage: string;
7345
7345
  handleTime: number;
7346
- closeAt: Date;
7347
7346
  unreadCount: number;
7348
7347
  firstResponseAt: Date;
7349
7348
  isLatest: boolean;
@@ -7503,6 +7502,7 @@ export declare const mainChatContract: {
7503
7502
  telephonySignature: string | null;
7504
7503
  };
7505
7504
  };
7505
+ closedAt: Date;
7506
7506
  lastMessageAt: Date | null;
7507
7507
  cxlog: {
7508
7508
  id: string;
@@ -7667,7 +7667,6 @@ export declare const mainChatContract: {
7667
7667
  firstResponseTime: number;
7668
7668
  lastMessage: string;
7669
7669
  handleTime: number;
7670
- closeAt: Date;
7671
7670
  unreadCount: number;
7672
7671
  firstResponseAt: Date;
7673
7672
  isLatest: boolean;
@@ -7827,6 +7826,7 @@ export declare const mainChatContract: {
7827
7826
  telephonySignature: string | null;
7828
7827
  };
7829
7828
  };
7829
+ closedAt: Date;
7830
7830
  lastMessageAt: Date | null;
7831
7831
  cxlog: {
7832
7832
  id: string;
@@ -8875,7 +8875,7 @@ export declare const mainChatContract: {
8875
8875
  deletedAt: z.ZodNullable<z.ZodDate>;
8876
8876
  lastMessage: z.ZodString;
8877
8877
  handleTime: z.ZodNumber;
8878
- closeAt: z.ZodDate;
8878
+ closedAt: z.ZodDate;
8879
8879
  lastMessageAt: z.ZodNullable<z.ZodDate>;
8880
8880
  status: z.ZodNumber;
8881
8881
  unreadCount: z.ZodNumber;
@@ -10853,7 +10853,6 @@ export declare const mainChatContract: {
10853
10853
  firstResponseTime: number;
10854
10854
  lastMessage: string;
10855
10855
  handleTime: number;
10856
- closeAt: Date;
10857
10856
  unreadCount: number;
10858
10857
  firstResponseAt: Date;
10859
10858
  isLatest: boolean;
@@ -11013,6 +11012,7 @@ export declare const mainChatContract: {
11013
11012
  telephonySignature: string | null;
11014
11013
  };
11015
11014
  };
11015
+ closedAt: Date;
11016
11016
  lastMessageAt: Date | null;
11017
11017
  cxlog: {
11018
11018
  id: string;
@@ -11167,7 +11167,6 @@ export declare const mainChatContract: {
11167
11167
  firstResponseTime: number;
11168
11168
  lastMessage: string;
11169
11169
  handleTime: number;
11170
- closeAt: Date;
11171
11170
  unreadCount: number;
11172
11171
  firstResponseAt: Date;
11173
11172
  isLatest: boolean;
@@ -11327,6 +11326,7 @@ export declare const mainChatContract: {
11327
11326
  telephonySignature: string | null;
11328
11327
  };
11329
11328
  };
11329
+ closedAt: Date;
11330
11330
  lastMessageAt: Date | null;
11331
11331
  cxlog: {
11332
11332
  id: string;
@@ -11483,7 +11483,6 @@ export declare const mainChatContract: {
11483
11483
  firstResponseTime: number;
11484
11484
  lastMessage: string;
11485
11485
  handleTime: number;
11486
- closeAt: Date;
11487
11486
  unreadCount: number;
11488
11487
  firstResponseAt: Date;
11489
11488
  isLatest: boolean;
@@ -11643,6 +11642,7 @@ export declare const mainChatContract: {
11643
11642
  telephonySignature: string | null;
11644
11643
  };
11645
11644
  };
11645
+ closedAt: Date;
11646
11646
  lastMessageAt: Date | null;
11647
11647
  cxlog: {
11648
11648
  id: string;
@@ -11800,7 +11800,6 @@ export declare const mainChatContract: {
11800
11800
  firstResponseTime: number;
11801
11801
  lastMessage: string;
11802
11802
  handleTime: number;
11803
- closeAt: Date;
11804
11803
  unreadCount: number;
11805
11804
  firstResponseAt: Date;
11806
11805
  isLatest: boolean;
@@ -11960,6 +11959,7 @@ export declare const mainChatContract: {
11960
11959
  telephonySignature: string | null;
11961
11960
  };
11962
11961
  };
11962
+ closedAt: Date;
11963
11963
  lastMessageAt: Date | null;
11964
11964
  cxlog: {
11965
11965
  id: string;
@@ -12262,7 +12262,7 @@ export declare const mainChatContract: {
12262
12262
  stickerId: number;
12263
12263
  }>>;
12264
12264
  file: z.ZodOptional<z.ZodType<File, z.ZodTypeDef, File>>;
12265
- messengerTags: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
12265
+ messengerTags: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"post_purchase_update">, z.ZodLiteral<"account_update">, z.ZodLiteral<"confirmed_event_update">]>>;
12266
12266
  }, "strip", z.ZodTypeAny, {
12267
12267
  messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12268
12268
  roomId: string;
@@ -12325,7 +12325,7 @@ export declare const mainChatContract: {
12325
12325
  stickerId: number;
12326
12326
  } | undefined;
12327
12327
  file?: File | undefined;
12328
- messengerTags?: 2 | 1 | 3 | undefined;
12328
+ messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
12329
12329
  }, {
12330
12330
  messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12331
12331
  roomId: string;
@@ -12388,7 +12388,7 @@ export declare const mainChatContract: {
12388
12388
  stickerId: number;
12389
12389
  } | undefined;
12390
12390
  file?: File | undefined;
12391
- messengerTags?: 2 | 1 | 3 | undefined;
12391
+ messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
12392
12392
  }>;
12393
12393
  summary: "Send message to room";
12394
12394
  method: "POST";
@@ -12420,7 +12420,7 @@ export declare const mainChatContract: {
12420
12420
  deletedAt: z.ZodNullable<z.ZodDate>;
12421
12421
  lastMessage: z.ZodString;
12422
12422
  handleTime: z.ZodNumber;
12423
- closeAt: z.ZodDate;
12423
+ closedAt: z.ZodDate;
12424
12424
  lastMessageAt: z.ZodNullable<z.ZodDate>;
12425
12425
  status: z.ZodNumber;
12426
12426
  unreadCount: z.ZodNumber;
@@ -14398,7 +14398,6 @@ export declare const mainChatContract: {
14398
14398
  firstResponseTime: number;
14399
14399
  lastMessage: string;
14400
14400
  handleTime: number;
14401
- closeAt: Date;
14402
14401
  unreadCount: number;
14403
14402
  firstResponseAt: Date;
14404
14403
  isLatest: boolean;
@@ -14558,6 +14557,7 @@ export declare const mainChatContract: {
14558
14557
  telephonySignature: string | null;
14559
14558
  };
14560
14559
  };
14560
+ closedAt: Date;
14561
14561
  lastMessageAt: Date | null;
14562
14562
  cxlog: {
14563
14563
  id: string;
@@ -14712,7 +14712,6 @@ export declare const mainChatContract: {
14712
14712
  firstResponseTime: number;
14713
14713
  lastMessage: string;
14714
14714
  handleTime: number;
14715
- closeAt: Date;
14716
14715
  unreadCount: number;
14717
14716
  firstResponseAt: Date;
14718
14717
  isLatest: boolean;
@@ -14872,6 +14871,7 @@ export declare const mainChatContract: {
14872
14871
  telephonySignature: string | null;
14873
14872
  };
14874
14873
  };
14874
+ closedAt: Date;
14875
14875
  lastMessageAt: Date | null;
14876
14876
  cxlog: {
14877
14877
  id: string;
@@ -16772,7 +16772,6 @@ export declare const mainChatContract: {
16772
16772
  firstResponseTime: number;
16773
16773
  lastMessage: string;
16774
16774
  handleTime: number;
16775
- closeAt: Date;
16776
16775
  unreadCount: number;
16777
16776
  firstResponseAt: Date;
16778
16777
  isLatest: boolean;
@@ -16932,6 +16931,7 @@ export declare const mainChatContract: {
16932
16931
  telephonySignature: string | null;
16933
16932
  };
16934
16933
  };
16934
+ closedAt: Date;
16935
16935
  lastMessageAt: Date | null;
16936
16936
  cxlog: {
16937
16937
  id: string;
@@ -17412,7 +17412,6 @@ export declare const mainChatContract: {
17412
17412
  firstResponseTime: number;
17413
17413
  lastMessage: string;
17414
17414
  handleTime: number;
17415
- closeAt: Date;
17416
17415
  unreadCount: number;
17417
17416
  firstResponseAt: Date;
17418
17417
  isLatest: boolean;
@@ -17572,6 +17571,7 @@ export declare const mainChatContract: {
17572
17571
  telephonySignature: string | null;
17573
17572
  };
17574
17573
  };
17574
+ closedAt: Date;
17575
17575
  lastMessageAt: Date | null;
17576
17576
  cxlog: {
17577
17577
  id: string;
@@ -18054,7 +18054,6 @@ export declare const mainChatContract: {
18054
18054
  firstResponseTime: number;
18055
18055
  lastMessage: string;
18056
18056
  handleTime: number;
18057
- closeAt: Date;
18058
18057
  unreadCount: number;
18059
18058
  firstResponseAt: Date;
18060
18059
  isLatest: boolean;
@@ -18214,6 +18213,7 @@ export declare const mainChatContract: {
18214
18213
  telephonySignature: string | null;
18215
18214
  };
18216
18215
  };
18216
+ closedAt: Date;
18217
18217
  lastMessageAt: Date | null;
18218
18218
  cxlog: {
18219
18219
  id: string;
@@ -18697,7 +18697,6 @@ export declare const mainChatContract: {
18697
18697
  firstResponseTime: number;
18698
18698
  lastMessage: string;
18699
18699
  handleTime: number;
18700
- closeAt: Date;
18701
18700
  unreadCount: number;
18702
18701
  firstResponseAt: Date;
18703
18702
  isLatest: boolean;
@@ -18857,6 +18856,7 @@ export declare const mainChatContract: {
18857
18856
  telephonySignature: string | null;
18858
18857
  };
18859
18858
  };
18859
+ closedAt: Date;
18860
18860
  lastMessageAt: Date | null;
18861
18861
  cxlog: {
18862
18862
  id: string;
@@ -19253,7 +19253,7 @@ export declare const mainChatContract: {
19253
19253
  deletedAt: z.ZodNullable<z.ZodDate>;
19254
19254
  lastMessage: z.ZodString;
19255
19255
  handleTime: z.ZodNumber;
19256
- closeAt: z.ZodDate;
19256
+ closedAt: z.ZodDate;
19257
19257
  lastMessageAt: z.ZodNullable<z.ZodDate>;
19258
19258
  status: z.ZodNumber;
19259
19259
  unreadCount: z.ZodNumber;
@@ -21231,7 +21231,6 @@ export declare const mainChatContract: {
21231
21231
  firstResponseTime: number;
21232
21232
  lastMessage: string;
21233
21233
  handleTime: number;
21234
- closeAt: Date;
21235
21234
  unreadCount: number;
21236
21235
  firstResponseAt: Date;
21237
21236
  isLatest: boolean;
@@ -21391,6 +21390,7 @@ export declare const mainChatContract: {
21391
21390
  telephonySignature: string | null;
21392
21391
  };
21393
21392
  };
21393
+ closedAt: Date;
21394
21394
  lastMessageAt: Date | null;
21395
21395
  cxlog: {
21396
21396
  id: string;
@@ -21545,7 +21545,6 @@ export declare const mainChatContract: {
21545
21545
  firstResponseTime: number;
21546
21546
  lastMessage: string;
21547
21547
  handleTime: number;
21548
- closeAt: Date;
21549
21548
  unreadCount: number;
21550
21549
  firstResponseAt: Date;
21551
21550
  isLatest: boolean;
@@ -21705,6 +21704,7 @@ export declare const mainChatContract: {
21705
21704
  telephonySignature: string | null;
21706
21705
  };
21707
21706
  };
21707
+ closedAt: Date;
21708
21708
  lastMessageAt: Date | null;
21709
21709
  cxlog: {
21710
21710
  id: string;
@@ -23605,7 +23605,6 @@ export declare const mainChatContract: {
23605
23605
  firstResponseTime: number;
23606
23606
  lastMessage: string;
23607
23607
  handleTime: number;
23608
- closeAt: Date;
23609
23608
  unreadCount: number;
23610
23609
  firstResponseAt: Date;
23611
23610
  isLatest: boolean;
@@ -23765,6 +23764,7 @@ export declare const mainChatContract: {
23765
23764
  telephonySignature: string | null;
23766
23765
  };
23767
23766
  };
23767
+ closedAt: Date;
23768
23768
  lastMessageAt: Date | null;
23769
23769
  cxlog: {
23770
23770
  id: string;
@@ -24245,7 +24245,6 @@ export declare const mainChatContract: {
24245
24245
  firstResponseTime: number;
24246
24246
  lastMessage: string;
24247
24247
  handleTime: number;
24248
- closeAt: Date;
24249
24248
  unreadCount: number;
24250
24249
  firstResponseAt: Date;
24251
24250
  isLatest: boolean;
@@ -24405,6 +24404,7 @@ export declare const mainChatContract: {
24405
24404
  telephonySignature: string | null;
24406
24405
  };
24407
24406
  };
24407
+ closedAt: Date;
24408
24408
  lastMessageAt: Date | null;
24409
24409
  cxlog: {
24410
24410
  id: string;
@@ -24887,7 +24887,6 @@ export declare const mainChatContract: {
24887
24887
  firstResponseTime: number;
24888
24888
  lastMessage: string;
24889
24889
  handleTime: number;
24890
- closeAt: Date;
24891
24890
  unreadCount: number;
24892
24891
  firstResponseAt: Date;
24893
24892
  isLatest: boolean;
@@ -25047,6 +25046,7 @@ export declare const mainChatContract: {
25047
25046
  telephonySignature: string | null;
25048
25047
  };
25049
25048
  };
25049
+ closedAt: Date;
25050
25050
  lastMessageAt: Date | null;
25051
25051
  cxlog: {
25052
25052
  id: string;
@@ -25533,7 +25533,6 @@ export declare const mainChatContract: {
25533
25533
  firstResponseTime: number;
25534
25534
  lastMessage: string;
25535
25535
  handleTime: number;
25536
- closeAt: Date;
25537
25536
  unreadCount: number;
25538
25537
  firstResponseAt: Date;
25539
25538
  isLatest: boolean;
@@ -25693,6 +25692,7 @@ export declare const mainChatContract: {
25693
25692
  telephonySignature: string | null;
25694
25693
  };
25695
25694
  };
25695
+ closedAt: Date;
25696
25696
  lastMessageAt: Date | null;
25697
25697
  cxlog: {
25698
25698
  id: string;
@@ -26564,7 +26564,6 @@ export declare const mainChatContract: {
26564
26564
  firstResponseTime: z.ZodNumber;
26565
26565
  lastMessage: z.ZodString;
26566
26566
  handleTime: z.ZodNumber;
26567
- closeAt: z.ZodDate;
26568
26567
  unreadCount: z.ZodNumber;
26569
26568
  firstResponseAt: z.ZodDate;
26570
26569
  isLatest: z.ZodBoolean;
@@ -27706,6 +27705,7 @@ export declare const mainChatContract: {
27706
27705
  telephonySignature: string | null;
27707
27706
  };
27708
27707
  }>;
27708
+ closedAt: z.ZodDate;
27709
27709
  lastMessageAt: z.ZodNullable<z.ZodDate>;
27710
27710
  cxlog: z.ZodObject<{
27711
27711
  id: z.ZodString;
@@ -27971,7 +27971,6 @@ export declare const mainChatContract: {
27971
27971
  firstResponseTime: number;
27972
27972
  lastMessage: string;
27973
27973
  handleTime: number;
27974
- closeAt: Date;
27975
27974
  unreadCount: number;
27976
27975
  firstResponseAt: Date;
27977
27976
  isLatest: boolean;
@@ -28131,6 +28130,7 @@ export declare const mainChatContract: {
28131
28130
  telephonySignature: string | null;
28132
28131
  };
28133
28132
  };
28133
+ closedAt: Date;
28134
28134
  lastMessageAt: Date | null;
28135
28135
  cxlog: {
28136
28136
  id: string;
@@ -28286,7 +28286,6 @@ export declare const mainChatContract: {
28286
28286
  firstResponseTime: number;
28287
28287
  lastMessage: string;
28288
28288
  handleTime: number;
28289
- closeAt: Date;
28290
28289
  unreadCount: number;
28291
28290
  firstResponseAt: Date;
28292
28291
  isLatest: boolean;
@@ -28446,6 +28445,7 @@ export declare const mainChatContract: {
28446
28445
  telephonySignature: string | null;
28447
28446
  };
28448
28447
  };
28448
+ closedAt: Date;
28449
28449
  lastMessageAt: Date | null;
28450
28450
  cxlog: {
28451
28451
  id: string;
@@ -28603,7 +28603,6 @@ export declare const mainChatContract: {
28603
28603
  firstResponseTime: number;
28604
28604
  lastMessage: string;
28605
28605
  handleTime: number;
28606
- closeAt: Date;
28607
28606
  unreadCount: number;
28608
28607
  firstResponseAt: Date;
28609
28608
  isLatest: boolean;
@@ -28763,6 +28762,7 @@ export declare const mainChatContract: {
28763
28762
  telephonySignature: string | null;
28764
28763
  };
28765
28764
  };
28765
+ closedAt: Date;
28766
28766
  lastMessageAt: Date | null;
28767
28767
  cxlog: {
28768
28768
  id: string;
@@ -28921,7 +28921,6 @@ export declare const mainChatContract: {
28921
28921
  firstResponseTime: number;
28922
28922
  lastMessage: string;
28923
28923
  handleTime: number;
28924
- closeAt: Date;
28925
28924
  unreadCount: number;
28926
28925
  firstResponseAt: Date;
28927
28926
  isLatest: boolean;
@@ -29081,6 +29080,7 @@ export declare const mainChatContract: {
29081
29080
  telephonySignature: string | null;
29082
29081
  };
29083
29082
  };
29083
+ closedAt: Date;
29084
29084
  lastMessageAt: Date | null;
29085
29085
  cxlog: {
29086
29086
  id: string;
@@ -29172,7 +29172,7 @@ export declare const mainChatContract: {
29172
29172
  deletedAt: z.ZodNullable<z.ZodDate>;
29173
29173
  lastMessage: z.ZodString;
29174
29174
  handleTime: z.ZodNumber;
29175
- closeAt: z.ZodDate;
29175
+ closedAt: z.ZodDate;
29176
29176
  lastMessageAt: z.ZodNullable<z.ZodDate>;
29177
29177
  status: z.ZodNumber;
29178
29178
  unreadCount: z.ZodNumber;
@@ -31150,7 +31150,6 @@ export declare const mainChatContract: {
31150
31150
  firstResponseTime: number;
31151
31151
  lastMessage: string;
31152
31152
  handleTime: number;
31153
- closeAt: Date;
31154
31153
  unreadCount: number;
31155
31154
  firstResponseAt: Date;
31156
31155
  isLatest: boolean;
@@ -31310,6 +31309,7 @@ export declare const mainChatContract: {
31310
31309
  telephonySignature: string | null;
31311
31310
  };
31312
31311
  };
31312
+ closedAt: Date;
31313
31313
  lastMessageAt: Date | null;
31314
31314
  cxlog: {
31315
31315
  id: string;
@@ -31464,7 +31464,6 @@ export declare const mainChatContract: {
31464
31464
  firstResponseTime: number;
31465
31465
  lastMessage: string;
31466
31466
  handleTime: number;
31467
- closeAt: Date;
31468
31467
  unreadCount: number;
31469
31468
  firstResponseAt: Date;
31470
31469
  isLatest: boolean;
@@ -31624,6 +31623,7 @@ export declare const mainChatContract: {
31624
31623
  telephonySignature: string | null;
31625
31624
  };
31626
31625
  };
31626
+ closedAt: Date;
31627
31627
  lastMessageAt: Date | null;
31628
31628
  cxlog: {
31629
31629
  id: string;
@@ -31780,7 +31780,6 @@ export declare const mainChatContract: {
31780
31780
  firstResponseTime: number;
31781
31781
  lastMessage: string;
31782
31782
  handleTime: number;
31783
- closeAt: Date;
31784
31783
  unreadCount: number;
31785
31784
  firstResponseAt: Date;
31786
31785
  isLatest: boolean;
@@ -31940,6 +31939,7 @@ export declare const mainChatContract: {
31940
31939
  telephonySignature: string | null;
31941
31940
  };
31942
31941
  };
31942
+ closedAt: Date;
31943
31943
  lastMessageAt: Date | null;
31944
31944
  cxlog: {
31945
31945
  id: string;
@@ -32097,7 +32097,6 @@ export declare const mainChatContract: {
32097
32097
  firstResponseTime: number;
32098
32098
  lastMessage: string;
32099
32099
  handleTime: number;
32100
- closeAt: Date;
32101
32100
  unreadCount: number;
32102
32101
  firstResponseAt: Date;
32103
32102
  isLatest: boolean;
@@ -32257,6 +32256,7 @@ export declare const mainChatContract: {
32257
32256
  telephonySignature: string | null;
32258
32257
  };
32259
32258
  };
32259
+ closedAt: Date;
32260
32260
  lastMessageAt: Date | null;
32261
32261
  cxlog: {
32262
32262
  id: string;
@@ -32334,7 +32334,7 @@ export declare const mainChatContract: {
32334
32334
  deletedAt: z.ZodNullable<z.ZodDate>;
32335
32335
  lastMessage: z.ZodString;
32336
32336
  handleTime: z.ZodNumber;
32337
- closeAt: z.ZodDate;
32337
+ closedAt: z.ZodDate;
32338
32338
  lastMessageAt: z.ZodNullable<z.ZodDate>;
32339
32339
  status: z.ZodNumber;
32340
32340
  unreadCount: z.ZodNumber;
@@ -34312,7 +34312,6 @@ export declare const mainChatContract: {
34312
34312
  firstResponseTime: number;
34313
34313
  lastMessage: string;
34314
34314
  handleTime: number;
34315
- closeAt: Date;
34316
34315
  unreadCount: number;
34317
34316
  firstResponseAt: Date;
34318
34317
  isLatest: boolean;
@@ -34472,6 +34471,7 @@ export declare const mainChatContract: {
34472
34471
  telephonySignature: string | null;
34473
34472
  };
34474
34473
  };
34474
+ closedAt: Date;
34475
34475
  lastMessageAt: Date | null;
34476
34476
  cxlog: {
34477
34477
  id: string;
@@ -34626,7 +34626,6 @@ export declare const mainChatContract: {
34626
34626
  firstResponseTime: number;
34627
34627
  lastMessage: string;
34628
34628
  handleTime: number;
34629
- closeAt: Date;
34630
34629
  unreadCount: number;
34631
34630
  firstResponseAt: Date;
34632
34631
  isLatest: boolean;
@@ -34786,6 +34785,7 @@ export declare const mainChatContract: {
34786
34785
  telephonySignature: string | null;
34787
34786
  };
34788
34787
  };
34788
+ closedAt: Date;
34789
34789
  lastMessageAt: Date | null;
34790
34790
  cxlog: {
34791
34791
  id: string;
@@ -34942,7 +34942,6 @@ export declare const mainChatContract: {
34942
34942
  firstResponseTime: number;
34943
34943
  lastMessage: string;
34944
34944
  handleTime: number;
34945
- closeAt: Date;
34946
34945
  unreadCount: number;
34947
34946
  firstResponseAt: Date;
34948
34947
  isLatest: boolean;
@@ -35102,6 +35101,7 @@ export declare const mainChatContract: {
35102
35101
  telephonySignature: string | null;
35103
35102
  };
35104
35103
  };
35104
+ closedAt: Date;
35105
35105
  lastMessageAt: Date | null;
35106
35106
  cxlog: {
35107
35107
  id: string;
@@ -35259,7 +35259,6 @@ export declare const mainChatContract: {
35259
35259
  firstResponseTime: number;
35260
35260
  lastMessage: string;
35261
35261
  handleTime: number;
35262
- closeAt: Date;
35263
35262
  unreadCount: number;
35264
35263
  firstResponseAt: Date;
35265
35264
  isLatest: boolean;
@@ -35419,6 +35418,7 @@ export declare const mainChatContract: {
35419
35418
  telephonySignature: string | null;
35420
35419
  };
35421
35420
  };
35421
+ closedAt: Date;
35422
35422
  lastMessageAt: Date | null;
35423
35423
  cxlog: {
35424
35424
  id: string;
@@ -36079,7 +36079,6 @@ export declare const mainChatContract: {
36079
36079
  firstResponseTime: z.ZodNumber;
36080
36080
  lastMessage: z.ZodString;
36081
36081
  handleTime: z.ZodNumber;
36082
- closeAt: z.ZodDate;
36083
36082
  unreadCount: z.ZodNumber;
36084
36083
  firstResponseAt: z.ZodDate;
36085
36084
  isLatest: z.ZodBoolean;
@@ -37221,6 +37220,7 @@ export declare const mainChatContract: {
37221
37220
  telephonySignature: string | null;
37222
37221
  };
37223
37222
  }>;
37223
+ closedAt: z.ZodDate;
37224
37224
  lastMessageAt: z.ZodNullable<z.ZodDate>;
37225
37225
  cxlog: z.ZodObject<{
37226
37226
  id: z.ZodString;
@@ -38270,7 +38270,6 @@ export declare const mainChatContract: {
38270
38270
  firstResponseTime: number;
38271
38271
  lastMessage: string;
38272
38272
  handleTime: number;
38273
- closeAt: Date;
38274
38273
  unreadCount: number;
38275
38274
  firstResponseAt: Date;
38276
38275
  isLatest: boolean;
@@ -38430,6 +38429,7 @@ export declare const mainChatContract: {
38430
38429
  telephonySignature: string | null;
38431
38430
  };
38432
38431
  };
38432
+ closedAt: Date;
38433
38433
  lastMessageAt: Date | null;
38434
38434
  cxlog: {
38435
38435
  id: string;
@@ -38682,7 +38682,6 @@ export declare const mainChatContract: {
38682
38682
  firstResponseTime: number;
38683
38683
  lastMessage: string;
38684
38684
  handleTime: number;
38685
- closeAt: Date;
38686
38685
  unreadCount: number;
38687
38686
  firstResponseAt: Date;
38688
38687
  isLatest: boolean;
@@ -38842,6 +38841,7 @@ export declare const mainChatContract: {
38842
38841
  telephonySignature: string | null;
38843
38842
  };
38844
38843
  };
38844
+ closedAt: Date;
38845
38845
  lastMessageAt: Date | null;
38846
38846
  cxlog: {
38847
38847
  id: string;
@@ -39096,7 +39096,6 @@ export declare const mainChatContract: {
39096
39096
  firstResponseTime: number;
39097
39097
  lastMessage: string;
39098
39098
  handleTime: number;
39099
- closeAt: Date;
39100
39099
  unreadCount: number;
39101
39100
  firstResponseAt: Date;
39102
39101
  isLatest: boolean;
@@ -39256,6 +39255,7 @@ export declare const mainChatContract: {
39256
39255
  telephonySignature: string | null;
39257
39256
  };
39258
39257
  };
39258
+ closedAt: Date;
39259
39259
  lastMessageAt: Date | null;
39260
39260
  cxlog: {
39261
39261
  id: string;
@@ -39511,7 +39511,6 @@ export declare const mainChatContract: {
39511
39511
  firstResponseTime: number;
39512
39512
  lastMessage: string;
39513
39513
  handleTime: number;
39514
- closeAt: Date;
39515
39514
  unreadCount: number;
39516
39515
  firstResponseAt: Date;
39517
39516
  isLatest: boolean;
@@ -39671,6 +39670,7 @@ export declare const mainChatContract: {
39671
39670
  telephonySignature: string | null;
39672
39671
  };
39673
39672
  };
39673
+ closedAt: Date;
39674
39674
  lastMessageAt: Date | null;
39675
39675
  cxlog: {
39676
39676
  id: string;
@@ -40322,7 +40322,6 @@ export declare const mainChatContract: {
40322
40322
  firstResponseTime: z.ZodNumber;
40323
40323
  lastMessage: z.ZodString;
40324
40324
  handleTime: z.ZodNumber;
40325
- closeAt: z.ZodDate;
40326
40325
  unreadCount: z.ZodNumber;
40327
40326
  firstResponseAt: z.ZodDate;
40328
40327
  isLatest: z.ZodBoolean;
@@ -41464,6 +41463,7 @@ export declare const mainChatContract: {
41464
41463
  telephonySignature: string | null;
41465
41464
  };
41466
41465
  }>;
41466
+ closedAt: z.ZodDate;
41467
41467
  lastMessageAt: z.ZodNullable<z.ZodDate>;
41468
41468
  cxlog: z.ZodObject<{
41469
41469
  id: z.ZodString;
@@ -41730,7 +41730,6 @@ export declare const mainChatContract: {
41730
41730
  firstResponseTime: number;
41731
41731
  lastMessage: string;
41732
41732
  handleTime: number;
41733
- closeAt: Date;
41734
41733
  unreadCount: number;
41735
41734
  firstResponseAt: Date;
41736
41735
  isLatest: boolean;
@@ -41890,6 +41889,7 @@ export declare const mainChatContract: {
41890
41889
  telephonySignature: string | null;
41891
41890
  };
41892
41891
  };
41892
+ closedAt: Date;
41893
41893
  lastMessageAt: Date | null;
41894
41894
  cxlog: {
41895
41895
  id: string;
@@ -42045,7 +42045,6 @@ export declare const mainChatContract: {
42045
42045
  firstResponseTime: number;
42046
42046
  lastMessage: string;
42047
42047
  handleTime: number;
42048
- closeAt: Date;
42049
42048
  unreadCount: number;
42050
42049
  firstResponseAt: Date;
42051
42050
  isLatest: boolean;
@@ -42205,6 +42204,7 @@ export declare const mainChatContract: {
42205
42204
  telephonySignature: string | null;
42206
42205
  };
42207
42206
  };
42207
+ closedAt: Date;
42208
42208
  lastMessageAt: Date | null;
42209
42209
  cxlog: {
42210
42210
  id: string;
@@ -42362,7 +42362,6 @@ export declare const mainChatContract: {
42362
42362
  firstResponseTime: number;
42363
42363
  lastMessage: string;
42364
42364
  handleTime: number;
42365
- closeAt: Date;
42366
42365
  unreadCount: number;
42367
42366
  firstResponseAt: Date;
42368
42367
  isLatest: boolean;
@@ -42522,6 +42521,7 @@ export declare const mainChatContract: {
42522
42521
  telephonySignature: string | null;
42523
42522
  };
42524
42523
  };
42524
+ closedAt: Date;
42525
42525
  lastMessageAt: Date | null;
42526
42526
  cxlog: {
42527
42527
  id: string;
@@ -42680,7 +42680,6 @@ export declare const mainChatContract: {
42680
42680
  firstResponseTime: number;
42681
42681
  lastMessage: string;
42682
42682
  handleTime: number;
42683
- closeAt: Date;
42684
42683
  unreadCount: number;
42685
42684
  firstResponseAt: Date;
42686
42685
  isLatest: boolean;
@@ -42840,6 +42839,7 @@ export declare const mainChatContract: {
42840
42839
  telephonySignature: string | null;
42841
42840
  };
42842
42841
  };
42842
+ closedAt: Date;
42843
42843
  lastMessageAt: Date | null;
42844
42844
  cxlog: {
42845
42845
  id: string;
@@ -42929,7 +42929,7 @@ export declare const mainChatContract: {
42929
42929
  deletedAt: z.ZodNullable<z.ZodDate>;
42930
42930
  lastMessage: z.ZodString;
42931
42931
  handleTime: z.ZodNumber;
42932
- closeAt: z.ZodDate;
42932
+ closedAt: z.ZodDate;
42933
42933
  lastMessageAt: z.ZodNullable<z.ZodDate>;
42934
42934
  status: z.ZodNumber;
42935
42935
  unreadCount: z.ZodNumber;
@@ -44907,7 +44907,6 @@ export declare const mainChatContract: {
44907
44907
  firstResponseTime: number;
44908
44908
  lastMessage: string;
44909
44909
  handleTime: number;
44910
- closeAt: Date;
44911
44910
  unreadCount: number;
44912
44911
  firstResponseAt: Date;
44913
44912
  isLatest: boolean;
@@ -45067,6 +45066,7 @@ export declare const mainChatContract: {
45067
45066
  telephonySignature: string | null;
45068
45067
  };
45069
45068
  };
45069
+ closedAt: Date;
45070
45070
  lastMessageAt: Date | null;
45071
45071
  cxlog: {
45072
45072
  id: string;
@@ -45221,7 +45221,6 @@ export declare const mainChatContract: {
45221
45221
  firstResponseTime: number;
45222
45222
  lastMessage: string;
45223
45223
  handleTime: number;
45224
- closeAt: Date;
45225
45224
  unreadCount: number;
45226
45225
  firstResponseAt: Date;
45227
45226
  isLatest: boolean;
@@ -45381,6 +45380,7 @@ export declare const mainChatContract: {
45381
45380
  telephonySignature: string | null;
45382
45381
  };
45383
45382
  };
45383
+ closedAt: Date;
45384
45384
  lastMessageAt: Date | null;
45385
45385
  cxlog: {
45386
45386
  id: string;
@@ -45537,7 +45537,6 @@ export declare const mainChatContract: {
45537
45537
  firstResponseTime: number;
45538
45538
  lastMessage: string;
45539
45539
  handleTime: number;
45540
- closeAt: Date;
45541
45540
  unreadCount: number;
45542
45541
  firstResponseAt: Date;
45543
45542
  isLatest: boolean;
@@ -45697,6 +45696,7 @@ export declare const mainChatContract: {
45697
45696
  telephonySignature: string | null;
45698
45697
  };
45699
45698
  };
45699
+ closedAt: Date;
45700
45700
  lastMessageAt: Date | null;
45701
45701
  cxlog: {
45702
45702
  id: string;
@@ -45857,7 +45857,6 @@ export declare const mainChatContract: {
45857
45857
  firstResponseTime: number;
45858
45858
  lastMessage: string;
45859
45859
  handleTime: number;
45860
- closeAt: Date;
45861
45860
  unreadCount: number;
45862
45861
  firstResponseAt: Date;
45863
45862
  isLatest: boolean;
@@ -46017,6 +46016,7 @@ export declare const mainChatContract: {
46017
46016
  telephonySignature: string | null;
46018
46017
  };
46019
46018
  };
46019
+ closedAt: Date;
46020
46020
  lastMessageAt: Date | null;
46021
46021
  cxlog: {
46022
46022
  id: string;