@kl1/contracts 1.1.98-uat → 1.1.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.
- package/dist/api-contracts/src/chat/index.d.ts +111 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +25 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +16 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +106 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +16 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +16 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +16 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +16 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +16 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +10 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9515,6 +9515,7 @@ export declare const mainFeedContract: {
|
|
|
9515
9515
|
channelId: string;
|
|
9516
9516
|
socialPlatformId: string;
|
|
9517
9517
|
}>;
|
|
9518
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
9518
9519
|
actor: z.ZodObject<{
|
|
9519
9520
|
id: z.ZodString;
|
|
9520
9521
|
createdAt: z.ZodDate;
|
|
@@ -11112,6 +11113,7 @@ export declare const mainFeedContract: {
|
|
|
11112
11113
|
closedAt: Date;
|
|
11113
11114
|
lastMessageAt: Date | null;
|
|
11114
11115
|
isBotRoom: boolean;
|
|
11116
|
+
automationQueueId: string | null;
|
|
11115
11117
|
cxlog: {
|
|
11116
11118
|
id: string;
|
|
11117
11119
|
channel: string | null;
|
|
@@ -11499,6 +11501,7 @@ export declare const mainFeedContract: {
|
|
|
11499
11501
|
closedAt: Date;
|
|
11500
11502
|
lastMessageAt: Date | null;
|
|
11501
11503
|
isBotRoom: boolean;
|
|
11504
|
+
automationQueueId: string | null;
|
|
11502
11505
|
cxlog: {
|
|
11503
11506
|
id: string;
|
|
11504
11507
|
channel: string | null;
|
|
@@ -14931,6 +14934,7 @@ export declare const mainFeedContract: {
|
|
|
14931
14934
|
channelId: string;
|
|
14932
14935
|
socialPlatformId: string;
|
|
14933
14936
|
}>;
|
|
14937
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
14934
14938
|
actor: z.ZodObject<{
|
|
14935
14939
|
id: z.ZodString;
|
|
14936
14940
|
createdAt: z.ZodDate;
|
|
@@ -16528,6 +16532,7 @@ export declare const mainFeedContract: {
|
|
|
16528
16532
|
closedAt: Date;
|
|
16529
16533
|
lastMessageAt: Date | null;
|
|
16530
16534
|
isBotRoom: boolean;
|
|
16535
|
+
automationQueueId: string | null;
|
|
16531
16536
|
cxlog: {
|
|
16532
16537
|
id: string;
|
|
16533
16538
|
channel: string | null;
|
|
@@ -16915,6 +16920,7 @@ export declare const mainFeedContract: {
|
|
|
16915
16920
|
closedAt: Date;
|
|
16916
16921
|
lastMessageAt: Date | null;
|
|
16917
16922
|
isBotRoom: boolean;
|
|
16923
|
+
automationQueueId: string | null;
|
|
16918
16924
|
cxlog: {
|
|
16919
16925
|
id: string;
|
|
16920
16926
|
channel: string | null;
|
|
@@ -19075,6 +19081,7 @@ export declare const mainFeedContract: {
|
|
|
19075
19081
|
closedAt: Date;
|
|
19076
19082
|
lastMessageAt: Date | null;
|
|
19077
19083
|
isBotRoom: boolean;
|
|
19084
|
+
automationQueueId: string | null;
|
|
19078
19085
|
cxlog: {
|
|
19079
19086
|
id: string;
|
|
19080
19087
|
channel: string | null;
|
|
@@ -19799,6 +19806,7 @@ export declare const mainFeedContract: {
|
|
|
19799
19806
|
closedAt: Date;
|
|
19800
19807
|
lastMessageAt: Date | null;
|
|
19801
19808
|
isBotRoom: boolean;
|
|
19809
|
+
automationQueueId: string | null;
|
|
19802
19810
|
cxlog: {
|
|
19803
19811
|
id: string;
|
|
19804
19812
|
channel: string | null;
|
|
@@ -20530,6 +20538,7 @@ export declare const mainFeedContract: {
|
|
|
20530
20538
|
closedAt: Date;
|
|
20531
20539
|
lastMessageAt: Date | null;
|
|
20532
20540
|
isBotRoom: boolean;
|
|
20541
|
+
automationQueueId: string | null;
|
|
20533
20542
|
cxlog: {
|
|
20534
20543
|
id: string;
|
|
20535
20544
|
channel: string | null;
|
|
@@ -21249,6 +21258,7 @@ export declare const mainFeedContract: {
|
|
|
21249
21258
|
closedAt: Date;
|
|
21250
21259
|
lastMessageAt: Date | null;
|
|
21251
21260
|
isBotRoom: boolean;
|
|
21261
|
+
automationQueueId: string | null;
|
|
21252
21262
|
cxlog: {
|
|
21253
21263
|
id: string;
|
|
21254
21264
|
channel: string | null;
|
|
@@ -22106,6 +22116,7 @@ export declare const mainFeedContract: {
|
|
|
22106
22116
|
closedAt: Date;
|
|
22107
22117
|
lastMessageAt: Date | null;
|
|
22108
22118
|
isBotRoom: boolean;
|
|
22119
|
+
automationQueueId: string | null;
|
|
22109
22120
|
cxlog: {
|
|
22110
22121
|
id: string;
|
|
22111
22122
|
channel: string | null;
|
|
@@ -22825,6 +22836,7 @@ export declare const mainFeedContract: {
|
|
|
22825
22836
|
closedAt: Date;
|
|
22826
22837
|
lastMessageAt: Date | null;
|
|
22827
22838
|
isBotRoom: boolean;
|
|
22839
|
+
automationQueueId: string | null;
|
|
22828
22840
|
cxlog: {
|
|
22829
22841
|
id: string;
|
|
22830
22842
|
channel: string | null;
|
|
@@ -23684,6 +23696,7 @@ export declare const mainFeedContract: {
|
|
|
23684
23696
|
closedAt: Date;
|
|
23685
23697
|
lastMessageAt: Date | null;
|
|
23686
23698
|
isBotRoom: boolean;
|
|
23699
|
+
automationQueueId: string | null;
|
|
23687
23700
|
cxlog: {
|
|
23688
23701
|
id: string;
|
|
23689
23702
|
channel: string | null;
|
|
@@ -24403,6 +24416,7 @@ export declare const mainFeedContract: {
|
|
|
24403
24416
|
closedAt: Date;
|
|
24404
24417
|
lastMessageAt: Date | null;
|
|
24405
24418
|
isBotRoom: boolean;
|
|
24419
|
+
automationQueueId: string | null;
|
|
24406
24420
|
cxlog: {
|
|
24407
24421
|
id: string;
|
|
24408
24422
|
channel: string | null;
|
|
@@ -25266,6 +25280,7 @@ export declare const mainFeedContract: {
|
|
|
25266
25280
|
closedAt: Date;
|
|
25267
25281
|
lastMessageAt: Date | null;
|
|
25268
25282
|
isBotRoom: boolean;
|
|
25283
|
+
automationQueueId: string | null;
|
|
25269
25284
|
cxlog: {
|
|
25270
25285
|
id: string;
|
|
25271
25286
|
channel: string | null;
|
|
@@ -25985,6 +26000,7 @@ export declare const mainFeedContract: {
|
|
|
25985
26000
|
closedAt: Date;
|
|
25986
26001
|
lastMessageAt: Date | null;
|
|
25987
26002
|
isBotRoom: boolean;
|
|
26003
|
+
automationQueueId: string | null;
|
|
25988
26004
|
cxlog: {
|
|
25989
26005
|
id: string;
|
|
25990
26006
|
channel: string | null;
|
|
@@ -27644,6 +27660,7 @@ export declare const mainChatRoomContract: {
|
|
|
27644
27660
|
channelId: string;
|
|
27645
27661
|
socialPlatformId: string;
|
|
27646
27662
|
}>;
|
|
27663
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
27647
27664
|
actor: z.ZodObject<{
|
|
27648
27665
|
id: z.ZodString;
|
|
27649
27666
|
createdAt: z.ZodDate;
|
|
@@ -29241,6 +29258,7 @@ export declare const mainChatRoomContract: {
|
|
|
29241
29258
|
closedAt: Date;
|
|
29242
29259
|
lastMessageAt: Date | null;
|
|
29243
29260
|
isBotRoom: boolean;
|
|
29261
|
+
automationQueueId: string | null;
|
|
29244
29262
|
cxlog: {
|
|
29245
29263
|
id: string;
|
|
29246
29264
|
channel: string | null;
|
|
@@ -29628,6 +29646,7 @@ export declare const mainChatRoomContract: {
|
|
|
29628
29646
|
closedAt: Date;
|
|
29629
29647
|
lastMessageAt: Date | null;
|
|
29630
29648
|
isBotRoom: boolean;
|
|
29649
|
+
automationQueueId: string | null;
|
|
29631
29650
|
cxlog: {
|
|
29632
29651
|
id: string;
|
|
29633
29652
|
channel: string | null;
|
|
@@ -30027,6 +30046,7 @@ export declare const mainChatRoomContract: {
|
|
|
30027
30046
|
closedAt: Date;
|
|
30028
30047
|
lastMessageAt: Date | null;
|
|
30029
30048
|
isBotRoom: boolean;
|
|
30049
|
+
automationQueueId: string | null;
|
|
30030
30050
|
cxlog: {
|
|
30031
30051
|
id: string;
|
|
30032
30052
|
channel: string | null;
|
|
@@ -30424,6 +30444,7 @@ export declare const mainChatRoomContract: {
|
|
|
30424
30444
|
closedAt: Date;
|
|
30425
30445
|
lastMessageAt: Date | null;
|
|
30426
30446
|
isBotRoom: boolean;
|
|
30447
|
+
automationQueueId: string | null;
|
|
30427
30448
|
cxlog: {
|
|
30428
30449
|
id: string;
|
|
30429
30450
|
channel: string | null;
|
|
@@ -31618,6 +31639,7 @@ export declare const mainChatRoomContract: {
|
|
|
31618
31639
|
channelId: string;
|
|
31619
31640
|
socialPlatformId: string;
|
|
31620
31641
|
}>;
|
|
31642
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
31621
31643
|
actor: z.ZodObject<{
|
|
31622
31644
|
id: z.ZodString;
|
|
31623
31645
|
createdAt: z.ZodDate;
|
|
@@ -33215,6 +33237,7 @@ export declare const mainChatRoomContract: {
|
|
|
33215
33237
|
closedAt: Date;
|
|
33216
33238
|
lastMessageAt: Date | null;
|
|
33217
33239
|
isBotRoom: boolean;
|
|
33240
|
+
automationQueueId: string | null;
|
|
33218
33241
|
cxlog: {
|
|
33219
33242
|
id: string;
|
|
33220
33243
|
channel: string | null;
|
|
@@ -33602,6 +33625,7 @@ export declare const mainChatRoomContract: {
|
|
|
33602
33625
|
closedAt: Date;
|
|
33603
33626
|
lastMessageAt: Date | null;
|
|
33604
33627
|
isBotRoom: boolean;
|
|
33628
|
+
automationQueueId: string | null;
|
|
33605
33629
|
cxlog: {
|
|
33606
33630
|
id: string;
|
|
33607
33631
|
channel: string | null;
|
|
@@ -34034,6 +34058,7 @@ export declare const mainChatRoomContract: {
|
|
|
34034
34058
|
closedAt: Date;
|
|
34035
34059
|
lastMessageAt: Date | null;
|
|
34036
34060
|
isBotRoom: boolean;
|
|
34061
|
+
automationQueueId: string | null;
|
|
34037
34062
|
cxlog: {
|
|
34038
34063
|
id: string;
|
|
34039
34064
|
channel: string | null;
|
|
@@ -34438,6 +34463,7 @@ export declare const mainChatRoomContract: {
|
|
|
34438
34463
|
closedAt: Date;
|
|
34439
34464
|
lastMessageAt: Date | null;
|
|
34440
34465
|
isBotRoom: boolean;
|
|
34466
|
+
automationQueueId: string | null;
|
|
34441
34467
|
cxlog: {
|
|
34442
34468
|
id: string;
|
|
34443
34469
|
channel: string | null;
|
|
@@ -34844,6 +34870,7 @@ export declare const mainChatRoomContract: {
|
|
|
34844
34870
|
closedAt: Date;
|
|
34845
34871
|
lastMessageAt: Date | null;
|
|
34846
34872
|
isBotRoom: boolean;
|
|
34873
|
+
automationQueueId: string | null;
|
|
34847
34874
|
cxlog: {
|
|
34848
34875
|
id: string;
|
|
34849
34876
|
channel: string | null;
|
|
@@ -35251,6 +35278,7 @@ export declare const mainChatRoomContract: {
|
|
|
35251
35278
|
closedAt: Date;
|
|
35252
35279
|
lastMessageAt: Date | null;
|
|
35253
35280
|
isBotRoom: boolean;
|
|
35281
|
+
automationQueueId: string | null;
|
|
35254
35282
|
cxlog: {
|
|
35255
35283
|
id: string;
|
|
35256
35284
|
channel: string | null;
|
|
@@ -37300,6 +37328,7 @@ export declare const mainChatRoomContract: {
|
|
|
37300
37328
|
closedAt: z.ZodDate;
|
|
37301
37329
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
37302
37330
|
isBotRoom: z.ZodBoolean;
|
|
37331
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
37303
37332
|
cxlog: z.ZodObject<{
|
|
37304
37333
|
id: z.ZodString;
|
|
37305
37334
|
createdAt: z.ZodDate;
|
|
@@ -38054,6 +38083,7 @@ export declare const mainChatRoomContract: {
|
|
|
38054
38083
|
closedAt: Date;
|
|
38055
38084
|
lastMessageAt: Date | null;
|
|
38056
38085
|
isBotRoom: boolean;
|
|
38086
|
+
automationQueueId: string | null;
|
|
38057
38087
|
cxlog: {
|
|
38058
38088
|
id: string;
|
|
38059
38089
|
channel: string | null;
|
|
@@ -38442,6 +38472,7 @@ export declare const mainChatRoomContract: {
|
|
|
38442
38472
|
closedAt: Date;
|
|
38443
38473
|
lastMessageAt: Date | null;
|
|
38444
38474
|
isBotRoom: boolean;
|
|
38475
|
+
automationQueueId: string | null;
|
|
38445
38476
|
cxlog: {
|
|
38446
38477
|
id: string;
|
|
38447
38478
|
channel: string | null;
|
|
@@ -38832,6 +38863,7 @@ export declare const mainChatRoomContract: {
|
|
|
38832
38863
|
closedAt: Date;
|
|
38833
38864
|
lastMessageAt: Date | null;
|
|
38834
38865
|
isBotRoom: boolean;
|
|
38866
|
+
automationQueueId: string | null;
|
|
38835
38867
|
cxlog: {
|
|
38836
38868
|
id: string;
|
|
38837
38869
|
channel: string | null;
|
|
@@ -39223,6 +39255,7 @@ export declare const mainChatRoomContract: {
|
|
|
39223
39255
|
closedAt: Date;
|
|
39224
39256
|
lastMessageAt: Date | null;
|
|
39225
39257
|
isBotRoom: boolean;
|
|
39258
|
+
automationQueueId: string | null;
|
|
39226
39259
|
cxlog: {
|
|
39227
39260
|
id: string;
|
|
39228
39261
|
channel: string | null;
|
|
@@ -41255,6 +41288,7 @@ export declare const mainChatRoomContract: {
|
|
|
41255
41288
|
closedAt: z.ZodDate;
|
|
41256
41289
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
41257
41290
|
isBotRoom: z.ZodBoolean;
|
|
41291
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
41258
41292
|
cxlog: z.ZodObject<{
|
|
41259
41293
|
id: z.ZodString;
|
|
41260
41294
|
createdAt: z.ZodDate;
|
|
@@ -42891,6 +42925,7 @@ export declare const mainChatRoomContract: {
|
|
|
42891
42925
|
closedAt: Date;
|
|
42892
42926
|
lastMessageAt: Date | null;
|
|
42893
42927
|
isBotRoom: boolean;
|
|
42928
|
+
automationQueueId: string | null;
|
|
42894
42929
|
cxlog: {
|
|
42895
42930
|
id: string;
|
|
42896
42931
|
channel: string | null;
|
|
@@ -43391,6 +43426,7 @@ export declare const mainChatRoomContract: {
|
|
|
43391
43426
|
closedAt: Date;
|
|
43392
43427
|
lastMessageAt: Date | null;
|
|
43393
43428
|
isBotRoom: boolean;
|
|
43429
|
+
automationQueueId: string | null;
|
|
43394
43430
|
cxlog: {
|
|
43395
43431
|
id: string;
|
|
43396
43432
|
channel: string | null;
|
|
@@ -43893,6 +43929,7 @@ export declare const mainChatRoomContract: {
|
|
|
43893
43929
|
closedAt: Date;
|
|
43894
43930
|
lastMessageAt: Date | null;
|
|
43895
43931
|
isBotRoom: boolean;
|
|
43932
|
+
automationQueueId: string | null;
|
|
43896
43933
|
cxlog: {
|
|
43897
43934
|
id: string;
|
|
43898
43935
|
channel: string | null;
|
|
@@ -44396,6 +44433,7 @@ export declare const mainChatRoomContract: {
|
|
|
44396
44433
|
closedAt: Date;
|
|
44397
44434
|
lastMessageAt: Date | null;
|
|
44398
44435
|
isBotRoom: boolean;
|
|
44436
|
+
automationQueueId: string | null;
|
|
44399
44437
|
cxlog: {
|
|
44400
44438
|
id: string;
|
|
44401
44439
|
channel: string | null;
|
|
@@ -46418,6 +46456,7 @@ export declare const mainChatRoomContract: {
|
|
|
46418
46456
|
closedAt: z.ZodDate;
|
|
46419
46457
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
46420
46458
|
isBotRoom: z.ZodBoolean;
|
|
46459
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
46421
46460
|
cxlog: z.ZodObject<{
|
|
46422
46461
|
id: z.ZodString;
|
|
46423
46462
|
createdAt: z.ZodDate;
|
|
@@ -47173,6 +47212,7 @@ export declare const mainChatRoomContract: {
|
|
|
47173
47212
|
closedAt: Date;
|
|
47174
47213
|
lastMessageAt: Date | null;
|
|
47175
47214
|
isBotRoom: boolean;
|
|
47215
|
+
automationQueueId: string | null;
|
|
47176
47216
|
cxlog: {
|
|
47177
47217
|
id: string;
|
|
47178
47218
|
channel: string | null;
|
|
@@ -47561,6 +47601,7 @@ export declare const mainChatRoomContract: {
|
|
|
47561
47601
|
closedAt: Date;
|
|
47562
47602
|
lastMessageAt: Date | null;
|
|
47563
47603
|
isBotRoom: boolean;
|
|
47604
|
+
automationQueueId: string | null;
|
|
47564
47605
|
cxlog: {
|
|
47565
47606
|
id: string;
|
|
47566
47607
|
channel: string | null;
|
|
@@ -47951,6 +47992,7 @@ export declare const mainChatRoomContract: {
|
|
|
47951
47992
|
closedAt: Date;
|
|
47952
47993
|
lastMessageAt: Date | null;
|
|
47953
47994
|
isBotRoom: boolean;
|
|
47995
|
+
automationQueueId: string | null;
|
|
47954
47996
|
cxlog: {
|
|
47955
47997
|
id: string;
|
|
47956
47998
|
channel: string | null;
|
|
@@ -48342,6 +48384,7 @@ export declare const mainChatRoomContract: {
|
|
|
48342
48384
|
closedAt: Date;
|
|
48343
48385
|
lastMessageAt: Date | null;
|
|
48344
48386
|
isBotRoom: boolean;
|
|
48387
|
+
automationQueueId: string | null;
|
|
48345
48388
|
cxlog: {
|
|
48346
48389
|
id: string;
|
|
48347
48390
|
channel: string | null;
|
|
@@ -58445,6 +58488,7 @@ export declare const mainChatContract: {
|
|
|
58445
58488
|
channelId: string;
|
|
58446
58489
|
socialPlatformId: string;
|
|
58447
58490
|
}>;
|
|
58491
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
58448
58492
|
actor: z.ZodObject<{
|
|
58449
58493
|
id: z.ZodString;
|
|
58450
58494
|
createdAt: z.ZodDate;
|
|
@@ -60042,6 +60086,7 @@ export declare const mainChatContract: {
|
|
|
60042
60086
|
closedAt: Date;
|
|
60043
60087
|
lastMessageAt: Date | null;
|
|
60044
60088
|
isBotRoom: boolean;
|
|
60089
|
+
automationQueueId: string | null;
|
|
60045
60090
|
cxlog: {
|
|
60046
60091
|
id: string;
|
|
60047
60092
|
channel: string | null;
|
|
@@ -60429,6 +60474,7 @@ export declare const mainChatContract: {
|
|
|
60429
60474
|
closedAt: Date;
|
|
60430
60475
|
lastMessageAt: Date | null;
|
|
60431
60476
|
isBotRoom: boolean;
|
|
60477
|
+
automationQueueId: string | null;
|
|
60432
60478
|
cxlog: {
|
|
60433
60479
|
id: string;
|
|
60434
60480
|
channel: string | null;
|
|
@@ -62814,6 +62860,7 @@ export declare const mainChatContract: {
|
|
|
62814
62860
|
channelId: string;
|
|
62815
62861
|
socialPlatformId: string;
|
|
62816
62862
|
}>;
|
|
62863
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
62817
62864
|
actor: z.ZodObject<{
|
|
62818
62865
|
id: z.ZodString;
|
|
62819
62866
|
createdAt: z.ZodDate;
|
|
@@ -64411,6 +64458,7 @@ export declare const mainChatContract: {
|
|
|
64411
64458
|
closedAt: Date;
|
|
64412
64459
|
lastMessageAt: Date | null;
|
|
64413
64460
|
isBotRoom: boolean;
|
|
64461
|
+
automationQueueId: string | null;
|
|
64414
64462
|
cxlog: {
|
|
64415
64463
|
id: string;
|
|
64416
64464
|
channel: string | null;
|
|
@@ -64798,6 +64846,7 @@ export declare const mainChatContract: {
|
|
|
64798
64846
|
closedAt: Date;
|
|
64799
64847
|
lastMessageAt: Date | null;
|
|
64800
64848
|
isBotRoom: boolean;
|
|
64849
|
+
automationQueueId: string | null;
|
|
64801
64850
|
cxlog: {
|
|
64802
64851
|
id: string;
|
|
64803
64852
|
channel: string | null;
|
|
@@ -66958,6 +67007,7 @@ export declare const mainChatContract: {
|
|
|
66958
67007
|
closedAt: Date;
|
|
66959
67008
|
lastMessageAt: Date | null;
|
|
66960
67009
|
isBotRoom: boolean;
|
|
67010
|
+
automationQueueId: string | null;
|
|
66961
67011
|
cxlog: {
|
|
66962
67012
|
id: string;
|
|
66963
67013
|
channel: string | null;
|
|
@@ -67682,6 +67732,7 @@ export declare const mainChatContract: {
|
|
|
67682
67732
|
closedAt: Date;
|
|
67683
67733
|
lastMessageAt: Date | null;
|
|
67684
67734
|
isBotRoom: boolean;
|
|
67735
|
+
automationQueueId: string | null;
|
|
67685
67736
|
cxlog: {
|
|
67686
67737
|
id: string;
|
|
67687
67738
|
channel: string | null;
|
|
@@ -68407,6 +68458,7 @@ export declare const mainChatContract: {
|
|
|
68407
68458
|
closedAt: Date;
|
|
68408
68459
|
lastMessageAt: Date | null;
|
|
68409
68460
|
isBotRoom: boolean;
|
|
68461
|
+
automationQueueId: string | null;
|
|
68410
68462
|
cxlog: {
|
|
68411
68463
|
id: string;
|
|
68412
68464
|
channel: string | null;
|
|
@@ -69131,6 +69183,7 @@ export declare const mainChatContract: {
|
|
|
69131
69183
|
closedAt: Date;
|
|
69132
69184
|
lastMessageAt: Date | null;
|
|
69133
69185
|
isBotRoom: boolean;
|
|
69186
|
+
automationQueueId: string | null;
|
|
69134
69187
|
cxlog: {
|
|
69135
69188
|
id: string;
|
|
69136
69189
|
channel: string | null;
|
|
@@ -69856,6 +69909,7 @@ export declare const mainChatContract: {
|
|
|
69856
69909
|
closedAt: Date;
|
|
69857
69910
|
lastMessageAt: Date | null;
|
|
69858
69911
|
isBotRoom: boolean;
|
|
69912
|
+
automationQueueId: string | null;
|
|
69859
69913
|
cxlog: {
|
|
69860
69914
|
id: string;
|
|
69861
69915
|
channel: string | null;
|
|
@@ -70580,6 +70634,7 @@ export declare const mainChatContract: {
|
|
|
70580
70634
|
closedAt: Date;
|
|
70581
70635
|
lastMessageAt: Date | null;
|
|
70582
70636
|
isBotRoom: boolean;
|
|
70637
|
+
automationQueueId: string | null;
|
|
70583
70638
|
cxlog: {
|
|
70584
70639
|
id: string;
|
|
70585
70640
|
channel: string | null;
|
|
@@ -71307,6 +71362,7 @@ export declare const mainChatContract: {
|
|
|
71307
71362
|
closedAt: Date;
|
|
71308
71363
|
lastMessageAt: Date | null;
|
|
71309
71364
|
isBotRoom: boolean;
|
|
71365
|
+
automationQueueId: string | null;
|
|
71310
71366
|
cxlog: {
|
|
71311
71367
|
id: string;
|
|
71312
71368
|
channel: string | null;
|
|
@@ -72031,6 +72087,7 @@ export declare const mainChatContract: {
|
|
|
72031
72087
|
closedAt: Date;
|
|
72032
72088
|
lastMessageAt: Date | null;
|
|
72033
72089
|
isBotRoom: boolean;
|
|
72090
|
+
automationQueueId: string | null;
|
|
72034
72091
|
cxlog: {
|
|
72035
72092
|
id: string;
|
|
72036
72093
|
channel: string | null;
|
|
@@ -72759,6 +72816,7 @@ export declare const mainChatContract: {
|
|
|
72759
72816
|
closedAt: Date;
|
|
72760
72817
|
lastMessageAt: Date | null;
|
|
72761
72818
|
isBotRoom: boolean;
|
|
72819
|
+
automationQueueId: string | null;
|
|
72762
72820
|
cxlog: {
|
|
72763
72821
|
id: string;
|
|
72764
72822
|
channel: string | null;
|
|
@@ -73483,6 +73541,7 @@ export declare const mainChatContract: {
|
|
|
73483
73541
|
closedAt: Date;
|
|
73484
73542
|
lastMessageAt: Date | null;
|
|
73485
73543
|
isBotRoom: boolean;
|
|
73544
|
+
automationQueueId: string | null;
|
|
73486
73545
|
cxlog: {
|
|
73487
73546
|
id: string;
|
|
73488
73547
|
channel: string | null;
|
|
@@ -74958,6 +75017,7 @@ export declare const mainChatContract: {
|
|
|
74958
75017
|
channelId: string;
|
|
74959
75018
|
socialPlatformId: string;
|
|
74960
75019
|
}>;
|
|
75020
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
74961
75021
|
actor: z.ZodObject<{
|
|
74962
75022
|
id: z.ZodString;
|
|
74963
75023
|
createdAt: z.ZodDate;
|
|
@@ -76555,6 +76615,7 @@ export declare const mainChatContract: {
|
|
|
76555
76615
|
closedAt: Date;
|
|
76556
76616
|
lastMessageAt: Date | null;
|
|
76557
76617
|
isBotRoom: boolean;
|
|
76618
|
+
automationQueueId: string | null;
|
|
76558
76619
|
cxlog: {
|
|
76559
76620
|
id: string;
|
|
76560
76621
|
channel: string | null;
|
|
@@ -76942,6 +77003,7 @@ export declare const mainChatContract: {
|
|
|
76942
77003
|
closedAt: Date;
|
|
76943
77004
|
lastMessageAt: Date | null;
|
|
76944
77005
|
isBotRoom: boolean;
|
|
77006
|
+
automationQueueId: string | null;
|
|
76945
77007
|
cxlog: {
|
|
76946
77008
|
id: string;
|
|
76947
77009
|
channel: string | null;
|
|
@@ -79102,6 +79164,7 @@ export declare const mainChatContract: {
|
|
|
79102
79164
|
closedAt: Date;
|
|
79103
79165
|
lastMessageAt: Date | null;
|
|
79104
79166
|
isBotRoom: boolean;
|
|
79167
|
+
automationQueueId: string | null;
|
|
79105
79168
|
cxlog: {
|
|
79106
79169
|
id: string;
|
|
79107
79170
|
channel: string | null;
|
|
@@ -79826,6 +79889,7 @@ export declare const mainChatContract: {
|
|
|
79826
79889
|
closedAt: Date;
|
|
79827
79890
|
lastMessageAt: Date | null;
|
|
79828
79891
|
isBotRoom: boolean;
|
|
79892
|
+
automationQueueId: string | null;
|
|
79829
79893
|
cxlog: {
|
|
79830
79894
|
id: string;
|
|
79831
79895
|
channel: string | null;
|
|
@@ -80552,6 +80616,7 @@ export declare const mainChatContract: {
|
|
|
80552
80616
|
closedAt: Date;
|
|
80553
80617
|
lastMessageAt: Date | null;
|
|
80554
80618
|
isBotRoom: boolean;
|
|
80619
|
+
automationQueueId: string | null;
|
|
80555
80620
|
cxlog: {
|
|
80556
80621
|
id: string;
|
|
80557
80622
|
channel: string | null;
|
|
@@ -81279,6 +81344,7 @@ export declare const mainChatContract: {
|
|
|
81279
81344
|
closedAt: Date;
|
|
81280
81345
|
lastMessageAt: Date | null;
|
|
81281
81346
|
isBotRoom: boolean;
|
|
81347
|
+
automationQueueId: string | null;
|
|
81282
81348
|
cxlog: {
|
|
81283
81349
|
id: string;
|
|
81284
81350
|
channel: string | null;
|
|
@@ -83225,6 +83291,7 @@ export declare const mainChatContract: {
|
|
|
83225
83291
|
channelId: string;
|
|
83226
83292
|
socialPlatformId: string;
|
|
83227
83293
|
}>;
|
|
83294
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
83228
83295
|
actor: z.ZodObject<{
|
|
83229
83296
|
id: z.ZodString;
|
|
83230
83297
|
createdAt: z.ZodDate;
|
|
@@ -84822,6 +84889,7 @@ export declare const mainChatContract: {
|
|
|
84822
84889
|
closedAt: Date;
|
|
84823
84890
|
lastMessageAt: Date | null;
|
|
84824
84891
|
isBotRoom: boolean;
|
|
84892
|
+
automationQueueId: string | null;
|
|
84825
84893
|
cxlog: {
|
|
84826
84894
|
id: string;
|
|
84827
84895
|
channel: string | null;
|
|
@@ -85209,6 +85277,7 @@ export declare const mainChatContract: {
|
|
|
85209
85277
|
closedAt: Date;
|
|
85210
85278
|
lastMessageAt: Date | null;
|
|
85211
85279
|
isBotRoom: boolean;
|
|
85280
|
+
automationQueueId: string | null;
|
|
85212
85281
|
cxlog: {
|
|
85213
85282
|
id: string;
|
|
85214
85283
|
channel: string | null;
|
|
@@ -89166,6 +89235,7 @@ export declare const mainChatContract: {
|
|
|
89166
89235
|
closedAt: Date;
|
|
89167
89236
|
lastMessageAt: Date | null;
|
|
89168
89237
|
isBotRoom: boolean;
|
|
89238
|
+
automationQueueId: string | null;
|
|
89169
89239
|
cxlog: {
|
|
89170
89240
|
id: string;
|
|
89171
89241
|
channel: string | null;
|
|
@@ -90158,6 +90228,7 @@ export declare const mainChatContract: {
|
|
|
90158
90228
|
closedAt: Date;
|
|
90159
90229
|
lastMessageAt: Date | null;
|
|
90160
90230
|
isBotRoom: boolean;
|
|
90231
|
+
automationQueueId: string | null;
|
|
90161
90232
|
cxlog: {
|
|
90162
90233
|
id: string;
|
|
90163
90234
|
channel: string | null;
|
|
@@ -91152,6 +91223,7 @@ export declare const mainChatContract: {
|
|
|
91152
91223
|
closedAt: Date;
|
|
91153
91224
|
lastMessageAt: Date | null;
|
|
91154
91225
|
isBotRoom: boolean;
|
|
91226
|
+
automationQueueId: string | null;
|
|
91155
91227
|
cxlog: {
|
|
91156
91228
|
id: string;
|
|
91157
91229
|
channel: string | null;
|
|
@@ -92150,6 +92222,7 @@ export declare const mainChatContract: {
|
|
|
92150
92222
|
closedAt: Date;
|
|
92151
92223
|
lastMessageAt: Date | null;
|
|
92152
92224
|
isBotRoom: boolean;
|
|
92225
|
+
automationQueueId: string | null;
|
|
92153
92226
|
cxlog: {
|
|
92154
92227
|
id: string;
|
|
92155
92228
|
channel: string | null;
|
|
@@ -93830,6 +93903,7 @@ export declare const mainChatContract: {
|
|
|
93830
93903
|
channelId: string;
|
|
93831
93904
|
socialPlatformId: string;
|
|
93832
93905
|
}>;
|
|
93906
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
93833
93907
|
actor: z.ZodObject<{
|
|
93834
93908
|
id: z.ZodString;
|
|
93835
93909
|
createdAt: z.ZodDate;
|
|
@@ -95427,6 +95501,7 @@ export declare const mainChatContract: {
|
|
|
95427
95501
|
closedAt: Date;
|
|
95428
95502
|
lastMessageAt: Date | null;
|
|
95429
95503
|
isBotRoom: boolean;
|
|
95504
|
+
automationQueueId: string | null;
|
|
95430
95505
|
cxlog: {
|
|
95431
95506
|
id: string;
|
|
95432
95507
|
channel: string | null;
|
|
@@ -95814,6 +95889,7 @@ export declare const mainChatContract: {
|
|
|
95814
95889
|
closedAt: Date;
|
|
95815
95890
|
lastMessageAt: Date | null;
|
|
95816
95891
|
isBotRoom: boolean;
|
|
95892
|
+
automationQueueId: string | null;
|
|
95817
95893
|
cxlog: {
|
|
95818
95894
|
id: string;
|
|
95819
95895
|
channel: string | null;
|
|
@@ -96203,6 +96279,7 @@ export declare const mainChatContract: {
|
|
|
96203
96279
|
closedAt: Date;
|
|
96204
96280
|
lastMessageAt: Date | null;
|
|
96205
96281
|
isBotRoom: boolean;
|
|
96282
|
+
automationQueueId: string | null;
|
|
96206
96283
|
cxlog: {
|
|
96207
96284
|
id: string;
|
|
96208
96285
|
channel: string | null;
|
|
@@ -96593,6 +96670,7 @@ export declare const mainChatContract: {
|
|
|
96593
96670
|
closedAt: Date;
|
|
96594
96671
|
lastMessageAt: Date | null;
|
|
96595
96672
|
isBotRoom: boolean;
|
|
96673
|
+
automationQueueId: string | null;
|
|
96596
96674
|
cxlog: {
|
|
96597
96675
|
id: string;
|
|
96598
96676
|
channel: string | null;
|
|
@@ -97785,6 +97863,7 @@ export declare const mainChatContract: {
|
|
|
97785
97863
|
channelId: string;
|
|
97786
97864
|
socialPlatformId: string;
|
|
97787
97865
|
}>;
|
|
97866
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
97788
97867
|
actor: z.ZodObject<{
|
|
97789
97868
|
id: z.ZodString;
|
|
97790
97869
|
createdAt: z.ZodDate;
|
|
@@ -99382,6 +99461,7 @@ export declare const mainChatContract: {
|
|
|
99382
99461
|
closedAt: Date;
|
|
99383
99462
|
lastMessageAt: Date | null;
|
|
99384
99463
|
isBotRoom: boolean;
|
|
99464
|
+
automationQueueId: string | null;
|
|
99385
99465
|
cxlog: {
|
|
99386
99466
|
id: string;
|
|
99387
99467
|
channel: string | null;
|
|
@@ -99769,6 +99849,7 @@ export declare const mainChatContract: {
|
|
|
99769
99849
|
closedAt: Date;
|
|
99770
99850
|
lastMessageAt: Date | null;
|
|
99771
99851
|
isBotRoom: boolean;
|
|
99852
|
+
automationQueueId: string | null;
|
|
99772
99853
|
cxlog: {
|
|
99773
99854
|
id: string;
|
|
99774
99855
|
channel: string | null;
|
|
@@ -100158,6 +100239,7 @@ export declare const mainChatContract: {
|
|
|
100158
100239
|
closedAt: Date;
|
|
100159
100240
|
lastMessageAt: Date | null;
|
|
100160
100241
|
isBotRoom: boolean;
|
|
100242
|
+
automationQueueId: string | null;
|
|
100161
100243
|
cxlog: {
|
|
100162
100244
|
id: string;
|
|
100163
100245
|
channel: string | null;
|
|
@@ -100548,6 +100630,7 @@ export declare const mainChatContract: {
|
|
|
100548
100630
|
closedAt: Date;
|
|
100549
100631
|
lastMessageAt: Date | null;
|
|
100550
100632
|
isBotRoom: boolean;
|
|
100633
|
+
automationQueueId: string | null;
|
|
100551
100634
|
cxlog: {
|
|
100552
100635
|
id: string;
|
|
100553
100636
|
channel: string | null;
|
|
@@ -102801,6 +102884,7 @@ export declare const mainChatContract: {
|
|
|
102801
102884
|
channelId: string;
|
|
102802
102885
|
socialPlatformId: string;
|
|
102803
102886
|
}>;
|
|
102887
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
102804
102888
|
actor: z.ZodObject<{
|
|
102805
102889
|
id: z.ZodString;
|
|
102806
102890
|
createdAt: z.ZodDate;
|
|
@@ -104398,6 +104482,7 @@ export declare const mainChatContract: {
|
|
|
104398
104482
|
closedAt: Date;
|
|
104399
104483
|
lastMessageAt: Date | null;
|
|
104400
104484
|
isBotRoom: boolean;
|
|
104485
|
+
automationQueueId: string | null;
|
|
104401
104486
|
cxlog: {
|
|
104402
104487
|
id: string;
|
|
104403
104488
|
channel: string | null;
|
|
@@ -104785,6 +104870,7 @@ export declare const mainChatContract: {
|
|
|
104785
104870
|
closedAt: Date;
|
|
104786
104871
|
lastMessageAt: Date | null;
|
|
104787
104872
|
isBotRoom: boolean;
|
|
104873
|
+
automationQueueId: string | null;
|
|
104788
104874
|
cxlog: {
|
|
104789
104875
|
id: string;
|
|
104790
104876
|
channel: string | null;
|
|
@@ -105174,6 +105260,7 @@ export declare const mainChatContract: {
|
|
|
105174
105260
|
closedAt: Date;
|
|
105175
105261
|
lastMessageAt: Date | null;
|
|
105176
105262
|
isBotRoom: boolean;
|
|
105263
|
+
automationQueueId: string | null;
|
|
105177
105264
|
cxlog: {
|
|
105178
105265
|
id: string;
|
|
105179
105266
|
channel: string | null;
|
|
@@ -105564,6 +105651,7 @@ export declare const mainChatContract: {
|
|
|
105564
105651
|
closedAt: Date;
|
|
105565
105652
|
lastMessageAt: Date | null;
|
|
105566
105653
|
isBotRoom: boolean;
|
|
105654
|
+
automationQueueId: string | null;
|
|
105567
105655
|
cxlog: {
|
|
105568
105656
|
id: string;
|
|
105569
105657
|
channel: string | null;
|
|
@@ -107595,6 +107683,7 @@ export declare const mainChatMessageContract: {
|
|
|
107595
107683
|
channelId: string;
|
|
107596
107684
|
socialPlatformId: string;
|
|
107597
107685
|
}>;
|
|
107686
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
107598
107687
|
actor: z.ZodObject<{
|
|
107599
107688
|
id: z.ZodString;
|
|
107600
107689
|
createdAt: z.ZodDate;
|
|
@@ -109192,6 +109281,7 @@ export declare const mainChatMessageContract: {
|
|
|
109192
109281
|
closedAt: Date;
|
|
109193
109282
|
lastMessageAt: Date | null;
|
|
109194
109283
|
isBotRoom: boolean;
|
|
109284
|
+
automationQueueId: string | null;
|
|
109195
109285
|
cxlog: {
|
|
109196
109286
|
id: string;
|
|
109197
109287
|
channel: string | null;
|
|
@@ -109579,6 +109669,7 @@ export declare const mainChatMessageContract: {
|
|
|
109579
109669
|
closedAt: Date;
|
|
109580
109670
|
lastMessageAt: Date | null;
|
|
109581
109671
|
isBotRoom: boolean;
|
|
109672
|
+
automationQueueId: string | null;
|
|
109582
109673
|
cxlog: {
|
|
109583
109674
|
id: string;
|
|
109584
109675
|
channel: string | null;
|
|
@@ -111964,6 +112055,7 @@ export declare const mainChatMessageContract: {
|
|
|
111964
112055
|
channelId: string;
|
|
111965
112056
|
socialPlatformId: string;
|
|
111966
112057
|
}>;
|
|
112058
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
111967
112059
|
actor: z.ZodObject<{
|
|
111968
112060
|
id: z.ZodString;
|
|
111969
112061
|
createdAt: z.ZodDate;
|
|
@@ -113561,6 +113653,7 @@ export declare const mainChatMessageContract: {
|
|
|
113561
113653
|
closedAt: Date;
|
|
113562
113654
|
lastMessageAt: Date | null;
|
|
113563
113655
|
isBotRoom: boolean;
|
|
113656
|
+
automationQueueId: string | null;
|
|
113564
113657
|
cxlog: {
|
|
113565
113658
|
id: string;
|
|
113566
113659
|
channel: string | null;
|
|
@@ -113948,6 +114041,7 @@ export declare const mainChatMessageContract: {
|
|
|
113948
114041
|
closedAt: Date;
|
|
113949
114042
|
lastMessageAt: Date | null;
|
|
113950
114043
|
isBotRoom: boolean;
|
|
114044
|
+
automationQueueId: string | null;
|
|
113951
114045
|
cxlog: {
|
|
113952
114046
|
id: string;
|
|
113953
114047
|
channel: string | null;
|
|
@@ -116108,6 +116202,7 @@ export declare const mainChatMessageContract: {
|
|
|
116108
116202
|
closedAt: Date;
|
|
116109
116203
|
lastMessageAt: Date | null;
|
|
116110
116204
|
isBotRoom: boolean;
|
|
116205
|
+
automationQueueId: string | null;
|
|
116111
116206
|
cxlog: {
|
|
116112
116207
|
id: string;
|
|
116113
116208
|
channel: string | null;
|
|
@@ -116832,6 +116927,7 @@ export declare const mainChatMessageContract: {
|
|
|
116832
116927
|
closedAt: Date;
|
|
116833
116928
|
lastMessageAt: Date | null;
|
|
116834
116929
|
isBotRoom: boolean;
|
|
116930
|
+
automationQueueId: string | null;
|
|
116835
116931
|
cxlog: {
|
|
116836
116932
|
id: string;
|
|
116837
116933
|
channel: string | null;
|
|
@@ -117557,6 +117653,7 @@ export declare const mainChatMessageContract: {
|
|
|
117557
117653
|
closedAt: Date;
|
|
117558
117654
|
lastMessageAt: Date | null;
|
|
117559
117655
|
isBotRoom: boolean;
|
|
117656
|
+
automationQueueId: string | null;
|
|
117560
117657
|
cxlog: {
|
|
117561
117658
|
id: string;
|
|
117562
117659
|
channel: string | null;
|
|
@@ -118281,6 +118378,7 @@ export declare const mainChatMessageContract: {
|
|
|
118281
118378
|
closedAt: Date;
|
|
118282
118379
|
lastMessageAt: Date | null;
|
|
118283
118380
|
isBotRoom: boolean;
|
|
118381
|
+
automationQueueId: string | null;
|
|
118284
118382
|
cxlog: {
|
|
118285
118383
|
id: string;
|
|
118286
118384
|
channel: string | null;
|
|
@@ -119006,6 +119104,7 @@ export declare const mainChatMessageContract: {
|
|
|
119006
119104
|
closedAt: Date;
|
|
119007
119105
|
lastMessageAt: Date | null;
|
|
119008
119106
|
isBotRoom: boolean;
|
|
119107
|
+
automationQueueId: string | null;
|
|
119009
119108
|
cxlog: {
|
|
119010
119109
|
id: string;
|
|
119011
119110
|
channel: string | null;
|
|
@@ -119730,6 +119829,7 @@ export declare const mainChatMessageContract: {
|
|
|
119730
119829
|
closedAt: Date;
|
|
119731
119830
|
lastMessageAt: Date | null;
|
|
119732
119831
|
isBotRoom: boolean;
|
|
119832
|
+
automationQueueId: string | null;
|
|
119733
119833
|
cxlog: {
|
|
119734
119834
|
id: string;
|
|
119735
119835
|
channel: string | null;
|
|
@@ -120457,6 +120557,7 @@ export declare const mainChatMessageContract: {
|
|
|
120457
120557
|
closedAt: Date;
|
|
120458
120558
|
lastMessageAt: Date | null;
|
|
120459
120559
|
isBotRoom: boolean;
|
|
120560
|
+
automationQueueId: string | null;
|
|
120460
120561
|
cxlog: {
|
|
120461
120562
|
id: string;
|
|
120462
120563
|
channel: string | null;
|
|
@@ -121181,6 +121282,7 @@ export declare const mainChatMessageContract: {
|
|
|
121181
121282
|
closedAt: Date;
|
|
121182
121283
|
lastMessageAt: Date | null;
|
|
121183
121284
|
isBotRoom: boolean;
|
|
121285
|
+
automationQueueId: string | null;
|
|
121184
121286
|
cxlog: {
|
|
121185
121287
|
id: string;
|
|
121186
121288
|
channel: string | null;
|
|
@@ -121909,6 +122011,7 @@ export declare const mainChatMessageContract: {
|
|
|
121909
122011
|
closedAt: Date;
|
|
121910
122012
|
lastMessageAt: Date | null;
|
|
121911
122013
|
isBotRoom: boolean;
|
|
122014
|
+
automationQueueId: string | null;
|
|
121912
122015
|
cxlog: {
|
|
121913
122016
|
id: string;
|
|
121914
122017
|
channel: string | null;
|
|
@@ -122633,6 +122736,7 @@ export declare const mainChatMessageContract: {
|
|
|
122633
122736
|
closedAt: Date;
|
|
122634
122737
|
lastMessageAt: Date | null;
|
|
122635
122738
|
isBotRoom: boolean;
|
|
122739
|
+
automationQueueId: string | null;
|
|
122636
122740
|
cxlog: {
|
|
122637
122741
|
id: string;
|
|
122638
122742
|
channel: string | null;
|
|
@@ -124728,6 +124832,7 @@ export declare const mainChatMessageContract: {
|
|
|
124728
124832
|
channelId: string;
|
|
124729
124833
|
socialPlatformId: string;
|
|
124730
124834
|
}>;
|
|
124835
|
+
automationQueueId: z.ZodNullable<z.ZodString>;
|
|
124731
124836
|
actor: z.ZodObject<{
|
|
124732
124837
|
id: z.ZodString;
|
|
124733
124838
|
createdAt: z.ZodDate;
|
|
@@ -126325,6 +126430,7 @@ export declare const mainChatMessageContract: {
|
|
|
126325
126430
|
closedAt: Date;
|
|
126326
126431
|
lastMessageAt: Date | null;
|
|
126327
126432
|
isBotRoom: boolean;
|
|
126433
|
+
automationQueueId: string | null;
|
|
126328
126434
|
cxlog: {
|
|
126329
126435
|
id: string;
|
|
126330
126436
|
channel: string | null;
|
|
@@ -126712,6 +126818,7 @@ export declare const mainChatMessageContract: {
|
|
|
126712
126818
|
closedAt: Date;
|
|
126713
126819
|
lastMessageAt: Date | null;
|
|
126714
126820
|
isBotRoom: boolean;
|
|
126821
|
+
automationQueueId: string | null;
|
|
126715
126822
|
cxlog: {
|
|
126716
126823
|
id: string;
|
|
126717
126824
|
channel: string | null;
|
|
@@ -128872,6 +128979,7 @@ export declare const mainChatMessageContract: {
|
|
|
128872
128979
|
closedAt: Date;
|
|
128873
128980
|
lastMessageAt: Date | null;
|
|
128874
128981
|
isBotRoom: boolean;
|
|
128982
|
+
automationQueueId: string | null;
|
|
128875
128983
|
cxlog: {
|
|
128876
128984
|
id: string;
|
|
128877
128985
|
channel: string | null;
|
|
@@ -129596,6 +129704,7 @@ export declare const mainChatMessageContract: {
|
|
|
129596
129704
|
closedAt: Date;
|
|
129597
129705
|
lastMessageAt: Date | null;
|
|
129598
129706
|
isBotRoom: boolean;
|
|
129707
|
+
automationQueueId: string | null;
|
|
129599
129708
|
cxlog: {
|
|
129600
129709
|
id: string;
|
|
129601
129710
|
channel: string | null;
|
|
@@ -130322,6 +130431,7 @@ export declare const mainChatMessageContract: {
|
|
|
130322
130431
|
closedAt: Date;
|
|
130323
130432
|
lastMessageAt: Date | null;
|
|
130324
130433
|
isBotRoom: boolean;
|
|
130434
|
+
automationQueueId: string | null;
|
|
130325
130435
|
cxlog: {
|
|
130326
130436
|
id: string;
|
|
130327
130437
|
channel: string | null;
|
|
@@ -131049,6 +131159,7 @@ export declare const mainChatMessageContract: {
|
|
|
131049
131159
|
closedAt: Date;
|
|
131050
131160
|
lastMessageAt: Date | null;
|
|
131051
131161
|
isBotRoom: boolean;
|
|
131162
|
+
automationQueueId: string | null;
|
|
131052
131163
|
cxlog: {
|
|
131053
131164
|
id: string;
|
|
131054
131165
|
channel: string | null;
|