@kl1/contracts 1.3.57 → 1.3.60
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 +116 -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 +249 -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/index.d.ts +1 -0
- package/dist/api-contracts/src/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/invoice/index.d.ts +106 -0
- package/dist/api-contracts/src/invoice/index.d.ts.map +1 -0
- package/dist/api-contracts/src/invoice/schema.d.ts +48 -0
- package/dist/api-contracts/src/invoice/schema.d.ts.map +1 -0
- 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/mail/mail-contract.d.ts +6 -6
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +6 -6
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +2 -2
- 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/telegram/index.d.ts +16 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/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/whatsapp/index.d.ts +16 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +17 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +682 -627
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +681 -627
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9220,6 +9220,7 @@ export declare const mainFeedContract: {
|
|
|
9220
9220
|
firstResponseTime: z.ZodNumber;
|
|
9221
9221
|
isLatest: z.ZodBoolean;
|
|
9222
9222
|
isBotRoom: z.ZodBoolean;
|
|
9223
|
+
metadata: z.ZodAny;
|
|
9223
9224
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
9224
9225
|
platformContact: z.ZodObject<{
|
|
9225
9226
|
id: z.ZodString;
|
|
@@ -12258,6 +12259,7 @@ export declare const mainFeedContract: {
|
|
|
12258
12259
|
resumeLabel: {
|
|
12259
12260
|
name: string;
|
|
12260
12261
|
};
|
|
12262
|
+
metadata?: any;
|
|
12261
12263
|
automationQueueId?: string | null | undefined;
|
|
12262
12264
|
}, {
|
|
12263
12265
|
id: string;
|
|
@@ -12694,6 +12696,7 @@ export declare const mainFeedContract: {
|
|
|
12694
12696
|
resumeLabel: {
|
|
12695
12697
|
name: string;
|
|
12696
12698
|
};
|
|
12699
|
+
metadata?: any;
|
|
12697
12700
|
automationQueueId?: string | null | undefined;
|
|
12698
12701
|
}>;
|
|
12699
12702
|
platformMessageId: z.ZodString;
|
|
@@ -15001,6 +15004,7 @@ export declare const mainFeedContract: {
|
|
|
15001
15004
|
firstResponseTime: z.ZodNumber;
|
|
15002
15005
|
isLatest: z.ZodBoolean;
|
|
15003
15006
|
isBotRoom: z.ZodBoolean;
|
|
15007
|
+
metadata: z.ZodAny;
|
|
15004
15008
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
15005
15009
|
platformContact: z.ZodObject<{
|
|
15006
15010
|
id: z.ZodString;
|
|
@@ -18039,6 +18043,7 @@ export declare const mainFeedContract: {
|
|
|
18039
18043
|
resumeLabel: {
|
|
18040
18044
|
name: string;
|
|
18041
18045
|
};
|
|
18046
|
+
metadata?: any;
|
|
18042
18047
|
automationQueueId?: string | null | undefined;
|
|
18043
18048
|
}, {
|
|
18044
18049
|
id: string;
|
|
@@ -18475,6 +18480,7 @@ export declare const mainFeedContract: {
|
|
|
18475
18480
|
resumeLabel: {
|
|
18476
18481
|
name: string;
|
|
18477
18482
|
};
|
|
18483
|
+
metadata?: any;
|
|
18478
18484
|
automationQueueId?: string | null | undefined;
|
|
18479
18485
|
}>;
|
|
18480
18486
|
upload: z.ZodObject<{
|
|
@@ -20684,6 +20690,7 @@ export declare const mainFeedContract: {
|
|
|
20684
20690
|
resumeLabel: {
|
|
20685
20691
|
name: string;
|
|
20686
20692
|
};
|
|
20693
|
+
metadata?: any;
|
|
20687
20694
|
automationQueueId?: string | null | undefined;
|
|
20688
20695
|
};
|
|
20689
20696
|
platformMessageId: string;
|
|
@@ -21457,6 +21464,7 @@ export declare const mainFeedContract: {
|
|
|
21457
21464
|
resumeLabel: {
|
|
21458
21465
|
name: string;
|
|
21459
21466
|
};
|
|
21467
|
+
metadata?: any;
|
|
21460
21468
|
automationQueueId?: string | null | undefined;
|
|
21461
21469
|
};
|
|
21462
21470
|
platformMessageId: string;
|
|
@@ -22237,6 +22245,7 @@ export declare const mainFeedContract: {
|
|
|
22237
22245
|
resumeLabel: {
|
|
22238
22246
|
name: string;
|
|
22239
22247
|
};
|
|
22248
|
+
metadata?: any;
|
|
22240
22249
|
automationQueueId?: string | null | undefined;
|
|
22241
22250
|
};
|
|
22242
22251
|
platformMessageId: string;
|
|
@@ -23005,6 +23014,7 @@ export declare const mainFeedContract: {
|
|
|
23005
23014
|
resumeLabel: {
|
|
23006
23015
|
name: string;
|
|
23007
23016
|
};
|
|
23017
|
+
metadata?: any;
|
|
23008
23018
|
automationQueueId?: string | null | undefined;
|
|
23009
23019
|
};
|
|
23010
23020
|
platformMessageId: string;
|
|
@@ -23911,6 +23921,7 @@ export declare const mainFeedContract: {
|
|
|
23911
23921
|
resumeLabel: {
|
|
23912
23922
|
name: string;
|
|
23913
23923
|
};
|
|
23924
|
+
metadata?: any;
|
|
23914
23925
|
automationQueueId?: string | null | undefined;
|
|
23915
23926
|
};
|
|
23916
23927
|
platformMessageId: string;
|
|
@@ -24679,6 +24690,7 @@ export declare const mainFeedContract: {
|
|
|
24679
24690
|
resumeLabel: {
|
|
24680
24691
|
name: string;
|
|
24681
24692
|
};
|
|
24693
|
+
metadata?: any;
|
|
24682
24694
|
automationQueueId?: string | null | undefined;
|
|
24683
24695
|
};
|
|
24684
24696
|
platformMessageId: string;
|
|
@@ -25587,6 +25599,7 @@ export declare const mainFeedContract: {
|
|
|
25587
25599
|
resumeLabel: {
|
|
25588
25600
|
name: string;
|
|
25589
25601
|
};
|
|
25602
|
+
metadata?: any;
|
|
25590
25603
|
automationQueueId?: string | null | undefined;
|
|
25591
25604
|
};
|
|
25592
25605
|
platformMessageId: string;
|
|
@@ -26355,6 +26368,7 @@ export declare const mainFeedContract: {
|
|
|
26355
26368
|
resumeLabel: {
|
|
26356
26369
|
name: string;
|
|
26357
26370
|
};
|
|
26371
|
+
metadata?: any;
|
|
26358
26372
|
automationQueueId?: string | null | undefined;
|
|
26359
26373
|
};
|
|
26360
26374
|
platformMessageId: string;
|
|
@@ -27267,6 +27281,7 @@ export declare const mainFeedContract: {
|
|
|
27267
27281
|
resumeLabel: {
|
|
27268
27282
|
name: string;
|
|
27269
27283
|
};
|
|
27284
|
+
metadata?: any;
|
|
27270
27285
|
automationQueueId?: string | null | undefined;
|
|
27271
27286
|
};
|
|
27272
27287
|
platformMessageId: string;
|
|
@@ -28035,6 +28050,7 @@ export declare const mainFeedContract: {
|
|
|
28035
28050
|
resumeLabel: {
|
|
28036
28051
|
name: string;
|
|
28037
28052
|
};
|
|
28053
|
+
metadata?: any;
|
|
28038
28054
|
automationQueueId?: string | null | undefined;
|
|
28039
28055
|
};
|
|
28040
28056
|
platformMessageId: string;
|
|
@@ -28575,6 +28591,7 @@ export declare const mainChatRoomContract: {
|
|
|
28575
28591
|
firstResponseTime: z.ZodNumber;
|
|
28576
28592
|
isLatest: z.ZodBoolean;
|
|
28577
28593
|
isBotRoom: z.ZodBoolean;
|
|
28594
|
+
metadata: z.ZodAny;
|
|
28578
28595
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
28579
28596
|
platformContact: z.ZodObject<{
|
|
28580
28597
|
id: z.ZodString;
|
|
@@ -31613,6 +31630,7 @@ export declare const mainChatRoomContract: {
|
|
|
31613
31630
|
resumeLabel: {
|
|
31614
31631
|
name: string;
|
|
31615
31632
|
};
|
|
31633
|
+
metadata?: any;
|
|
31616
31634
|
automationQueueId?: string | null | undefined;
|
|
31617
31635
|
}, {
|
|
31618
31636
|
id: string;
|
|
@@ -32049,6 +32067,7 @@ export declare const mainChatRoomContract: {
|
|
|
32049
32067
|
resumeLabel: {
|
|
32050
32068
|
name: string;
|
|
32051
32069
|
};
|
|
32070
|
+
metadata?: any;
|
|
32052
32071
|
automationQueueId?: string | null | undefined;
|
|
32053
32072
|
}>, "many">;
|
|
32054
32073
|
showResumeLabel: z.ZodBoolean;
|
|
@@ -32498,6 +32517,7 @@ export declare const mainChatRoomContract: {
|
|
|
32498
32517
|
resumeLabel: {
|
|
32499
32518
|
name: string;
|
|
32500
32519
|
};
|
|
32520
|
+
metadata?: any;
|
|
32501
32521
|
automationQueueId?: string | null | undefined;
|
|
32502
32522
|
}[];
|
|
32503
32523
|
total: number;
|
|
@@ -32945,6 +32965,7 @@ export declare const mainChatRoomContract: {
|
|
|
32945
32965
|
resumeLabel: {
|
|
32946
32966
|
name: string;
|
|
32947
32967
|
};
|
|
32968
|
+
metadata?: any;
|
|
32948
32969
|
automationQueueId?: string | null | undefined;
|
|
32949
32970
|
}[];
|
|
32950
32971
|
total: number;
|
|
@@ -33015,6 +33036,7 @@ export declare const mainChatRoomContract: {
|
|
|
33015
33036
|
firstResponseTime: z.ZodNumber;
|
|
33016
33037
|
isLatest: z.ZodBoolean;
|
|
33017
33038
|
isBotRoom: z.ZodBoolean;
|
|
33039
|
+
metadata: z.ZodAny;
|
|
33018
33040
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
33019
33041
|
platformContact: z.ZodObject<{
|
|
33020
33042
|
id: z.ZodString;
|
|
@@ -36053,6 +36075,7 @@ export declare const mainChatRoomContract: {
|
|
|
36053
36075
|
resumeLabel: {
|
|
36054
36076
|
name: string;
|
|
36055
36077
|
};
|
|
36078
|
+
metadata?: any;
|
|
36056
36079
|
automationQueueId?: string | null | undefined;
|
|
36057
36080
|
}, {
|
|
36058
36081
|
id: string;
|
|
@@ -36489,6 +36512,7 @@ export declare const mainChatRoomContract: {
|
|
|
36489
36512
|
resumeLabel: {
|
|
36490
36513
|
name: string;
|
|
36491
36514
|
};
|
|
36515
|
+
metadata?: any;
|
|
36492
36516
|
automationQueueId?: string | null | undefined;
|
|
36493
36517
|
}>;
|
|
36494
36518
|
showResumeLabel: z.ZodBoolean;
|
|
@@ -37014,6 +37038,7 @@ export declare const mainChatRoomContract: {
|
|
|
37014
37038
|
resumeLabel: {
|
|
37015
37039
|
name: string;
|
|
37016
37040
|
};
|
|
37041
|
+
metadata?: any;
|
|
37017
37042
|
automationQueueId?: string | null | undefined;
|
|
37018
37043
|
};
|
|
37019
37044
|
showResumeLabel: boolean;
|
|
@@ -37483,6 +37508,7 @@ export declare const mainChatRoomContract: {
|
|
|
37483
37508
|
resumeLabel: {
|
|
37484
37509
|
name: string;
|
|
37485
37510
|
};
|
|
37511
|
+
metadata?: any;
|
|
37486
37512
|
automationQueueId?: string | null | undefined;
|
|
37487
37513
|
};
|
|
37488
37514
|
showResumeLabel: boolean;
|
|
@@ -37954,6 +37980,7 @@ export declare const mainChatRoomContract: {
|
|
|
37954
37980
|
resumeLabel: {
|
|
37955
37981
|
name: string;
|
|
37956
37982
|
};
|
|
37983
|
+
metadata?: any;
|
|
37957
37984
|
automationQueueId?: string | null | undefined;
|
|
37958
37985
|
};
|
|
37959
37986
|
showResumeLabel: boolean;
|
|
@@ -38426,6 +38453,7 @@ export declare const mainChatRoomContract: {
|
|
|
38426
38453
|
resumeLabel: {
|
|
38427
38454
|
name: string;
|
|
38428
38455
|
};
|
|
38456
|
+
metadata?: any;
|
|
38429
38457
|
automationQueueId?: string | null | undefined;
|
|
38430
38458
|
};
|
|
38431
38459
|
showResumeLabel: boolean;
|
|
@@ -39088,6 +39116,7 @@ export declare const mainChatRoomContract: {
|
|
|
39088
39116
|
} | null;
|
|
39089
39117
|
}>;
|
|
39090
39118
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
39119
|
+
metadata: z.ZodAny;
|
|
39091
39120
|
status: z.ZodNumber;
|
|
39092
39121
|
createdAt: z.ZodDate;
|
|
39093
39122
|
updatedAt: z.ZodDate;
|
|
@@ -41562,6 +41591,7 @@ export declare const mainChatRoomContract: {
|
|
|
41562
41591
|
name: string;
|
|
41563
41592
|
};
|
|
41564
41593
|
solveMessage: string;
|
|
41594
|
+
metadata?: any;
|
|
41565
41595
|
automationQueueId?: string | null | undefined;
|
|
41566
41596
|
}, {
|
|
41567
41597
|
id: string;
|
|
@@ -41999,6 +42029,7 @@ export declare const mainChatRoomContract: {
|
|
|
41999
42029
|
name: string;
|
|
42000
42030
|
};
|
|
42001
42031
|
solveMessage: string;
|
|
42032
|
+
metadata?: any;
|
|
42002
42033
|
automationQueueId?: string | null | undefined;
|
|
42003
42034
|
}>;
|
|
42004
42035
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -42438,6 +42469,7 @@ export declare const mainChatRoomContract: {
|
|
|
42438
42469
|
name: string;
|
|
42439
42470
|
};
|
|
42440
42471
|
solveMessage: string;
|
|
42472
|
+
metadata?: any;
|
|
42441
42473
|
automationQueueId?: string | null | undefined;
|
|
42442
42474
|
};
|
|
42443
42475
|
requestId: string;
|
|
@@ -42878,6 +42910,7 @@ export declare const mainChatRoomContract: {
|
|
|
42878
42910
|
name: string;
|
|
42879
42911
|
};
|
|
42880
42912
|
solveMessage: string;
|
|
42913
|
+
metadata?: any;
|
|
42881
42914
|
automationQueueId?: string | null | undefined;
|
|
42882
42915
|
};
|
|
42883
42916
|
requestId: string;
|
|
@@ -43506,6 +43539,7 @@ export declare const mainChatRoomContract: {
|
|
|
43506
43539
|
} | null;
|
|
43507
43540
|
}>;
|
|
43508
43541
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
43542
|
+
metadata: z.ZodAny;
|
|
43509
43543
|
status: z.ZodNumber;
|
|
43510
43544
|
createdAt: z.ZodDate;
|
|
43511
43545
|
updatedAt: z.ZodDate;
|
|
@@ -46862,6 +46896,7 @@ export declare const mainChatRoomContract: {
|
|
|
46862
46896
|
name: string;
|
|
46863
46897
|
};
|
|
46864
46898
|
openMessage: string;
|
|
46899
|
+
metadata?: any;
|
|
46865
46900
|
automationQueueId?: string | null | undefined;
|
|
46866
46901
|
}, {
|
|
46867
46902
|
id: string;
|
|
@@ -47411,6 +47446,7 @@ export declare const mainChatRoomContract: {
|
|
|
47411
47446
|
name: string;
|
|
47412
47447
|
};
|
|
47413
47448
|
openMessage: string;
|
|
47449
|
+
metadata?: any;
|
|
47414
47450
|
automationQueueId?: string | null | undefined;
|
|
47415
47451
|
}>;
|
|
47416
47452
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47962,6 +47998,7 @@ export declare const mainChatRoomContract: {
|
|
|
47962
47998
|
name: string;
|
|
47963
47999
|
};
|
|
47964
48000
|
openMessage: string;
|
|
48001
|
+
metadata?: any;
|
|
47965
48002
|
automationQueueId?: string | null | undefined;
|
|
47966
48003
|
};
|
|
47967
48004
|
requestId: string;
|
|
@@ -48514,6 +48551,7 @@ export declare const mainChatRoomContract: {
|
|
|
48514
48551
|
name: string;
|
|
48515
48552
|
};
|
|
48516
48553
|
openMessage: string;
|
|
48554
|
+
metadata?: any;
|
|
48517
48555
|
automationQueueId?: string | null | undefined;
|
|
48518
48556
|
};
|
|
48519
48557
|
requestId: string;
|
|
@@ -49132,6 +49170,7 @@ export declare const mainChatRoomContract: {
|
|
|
49132
49170
|
} | null;
|
|
49133
49171
|
}>;
|
|
49134
49172
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
49173
|
+
metadata: z.ZodAny;
|
|
49135
49174
|
status: z.ZodNumber;
|
|
49136
49175
|
createdAt: z.ZodDate;
|
|
49137
49176
|
updatedAt: z.ZodDate;
|
|
@@ -51606,6 +51645,7 @@ export declare const mainChatRoomContract: {
|
|
|
51606
51645
|
resumeLabel: {
|
|
51607
51646
|
name: string;
|
|
51608
51647
|
};
|
|
51648
|
+
metadata?: any;
|
|
51609
51649
|
automationQueueId?: string | null | undefined;
|
|
51610
51650
|
}, {
|
|
51611
51651
|
id: string;
|
|
@@ -52043,6 +52083,7 @@ export declare const mainChatRoomContract: {
|
|
|
52043
52083
|
resumeLabel: {
|
|
52044
52084
|
name: string;
|
|
52045
52085
|
};
|
|
52086
|
+
metadata?: any;
|
|
52046
52087
|
automationQueueId?: string | null | undefined;
|
|
52047
52088
|
}>;
|
|
52048
52089
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52482,6 +52523,7 @@ export declare const mainChatRoomContract: {
|
|
|
52482
52523
|
resumeLabel: {
|
|
52483
52524
|
name: string;
|
|
52484
52525
|
};
|
|
52526
|
+
metadata?: any;
|
|
52485
52527
|
automationQueueId?: string | null | undefined;
|
|
52486
52528
|
};
|
|
52487
52529
|
requestId: string;
|
|
@@ -52922,6 +52964,7 @@ export declare const mainChatRoomContract: {
|
|
|
52922
52964
|
resumeLabel: {
|
|
52923
52965
|
name: string;
|
|
52924
52966
|
};
|
|
52967
|
+
metadata?: any;
|
|
52925
52968
|
automationQueueId?: string | null | undefined;
|
|
52926
52969
|
};
|
|
52927
52970
|
requestId: string;
|
|
@@ -53554,6 +53597,7 @@ export declare const mainChatRoomContract: {
|
|
|
53554
53597
|
} | null;
|
|
53555
53598
|
}>;
|
|
53556
53599
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
53600
|
+
metadata: z.ZodAny;
|
|
53557
53601
|
status: z.ZodNumber;
|
|
53558
53602
|
createdAt: z.ZodDate;
|
|
53559
53603
|
updatedAt: z.ZodDate;
|
|
@@ -56026,6 +56070,7 @@ export declare const mainChatRoomContract: {
|
|
|
56026
56070
|
resumeLabel: {
|
|
56027
56071
|
name: string;
|
|
56028
56072
|
};
|
|
56073
|
+
metadata?: any;
|
|
56029
56074
|
automationQueueId?: string | null | undefined;
|
|
56030
56075
|
}, {
|
|
56031
56076
|
id: string;
|
|
@@ -56462,6 +56507,7 @@ export declare const mainChatRoomContract: {
|
|
|
56462
56507
|
resumeLabel: {
|
|
56463
56508
|
name: string;
|
|
56464
56509
|
};
|
|
56510
|
+
metadata?: any;
|
|
56465
56511
|
automationQueueId?: string | null | undefined;
|
|
56466
56512
|
}>, "many">;
|
|
56467
56513
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -56900,6 +56946,7 @@ export declare const mainChatRoomContract: {
|
|
|
56900
56946
|
resumeLabel: {
|
|
56901
56947
|
name: string;
|
|
56902
56948
|
};
|
|
56949
|
+
metadata?: any;
|
|
56903
56950
|
automationQueueId?: string | null | undefined;
|
|
56904
56951
|
}[];
|
|
56905
56952
|
total: number;
|
|
@@ -57342,6 +57389,7 @@ export declare const mainChatRoomContract: {
|
|
|
57342
57389
|
resumeLabel: {
|
|
57343
57390
|
name: string;
|
|
57344
57391
|
};
|
|
57392
|
+
metadata?: any;
|
|
57345
57393
|
automationQueueId?: string | null | undefined;
|
|
57346
57394
|
}[];
|
|
57347
57395
|
total: number;
|
|
@@ -58357,6 +58405,7 @@ export declare const mainChatContract: {
|
|
|
58357
58405
|
firstResponseTime: z.ZodNumber;
|
|
58358
58406
|
isLatest: z.ZodBoolean;
|
|
58359
58407
|
isBotRoom: z.ZodBoolean;
|
|
58408
|
+
metadata: z.ZodAny;
|
|
58360
58409
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
58361
58410
|
platformContact: z.ZodObject<{
|
|
58362
58411
|
id: z.ZodString;
|
|
@@ -61395,6 +61444,7 @@ export declare const mainChatContract: {
|
|
|
61395
61444
|
resumeLabel: {
|
|
61396
61445
|
name: string;
|
|
61397
61446
|
};
|
|
61447
|
+
metadata?: any;
|
|
61398
61448
|
automationQueueId?: string | null | undefined;
|
|
61399
61449
|
}, {
|
|
61400
61450
|
id: string;
|
|
@@ -61831,6 +61881,7 @@ export declare const mainChatContract: {
|
|
|
61831
61881
|
resumeLabel: {
|
|
61832
61882
|
name: string;
|
|
61833
61883
|
};
|
|
61884
|
+
metadata?: any;
|
|
61834
61885
|
automationQueueId?: string | null | undefined;
|
|
61835
61886
|
}>;
|
|
61836
61887
|
platformMessageId: z.ZodString;
|
|
@@ -63091,6 +63142,7 @@ export declare const mainChatContract: {
|
|
|
63091
63142
|
firstResponseTime: z.ZodNumber;
|
|
63092
63143
|
isLatest: z.ZodBoolean;
|
|
63093
63144
|
isBotRoom: z.ZodBoolean;
|
|
63145
|
+
metadata: z.ZodAny;
|
|
63094
63146
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
63095
63147
|
platformContact: z.ZodObject<{
|
|
63096
63148
|
id: z.ZodString;
|
|
@@ -66129,6 +66181,7 @@ export declare const mainChatContract: {
|
|
|
66129
66181
|
resumeLabel: {
|
|
66130
66182
|
name: string;
|
|
66131
66183
|
};
|
|
66184
|
+
metadata?: any;
|
|
66132
66185
|
automationQueueId?: string | null | undefined;
|
|
66133
66186
|
}, {
|
|
66134
66187
|
id: string;
|
|
@@ -66565,6 +66618,7 @@ export declare const mainChatContract: {
|
|
|
66565
66618
|
resumeLabel: {
|
|
66566
66619
|
name: string;
|
|
66567
66620
|
};
|
|
66621
|
+
metadata?: any;
|
|
66568
66622
|
automationQueueId?: string | null | undefined;
|
|
66569
66623
|
}>;
|
|
66570
66624
|
upload: z.ZodObject<{
|
|
@@ -68774,6 +68828,7 @@ export declare const mainChatContract: {
|
|
|
68774
68828
|
resumeLabel: {
|
|
68775
68829
|
name: string;
|
|
68776
68830
|
};
|
|
68831
|
+
metadata?: any;
|
|
68777
68832
|
automationQueueId?: string | null | undefined;
|
|
68778
68833
|
};
|
|
68779
68834
|
platformMessageId: string;
|
|
@@ -69547,6 +69602,7 @@ export declare const mainChatContract: {
|
|
|
69547
69602
|
resumeLabel: {
|
|
69548
69603
|
name: string;
|
|
69549
69604
|
};
|
|
69605
|
+
metadata?: any;
|
|
69550
69606
|
automationQueueId?: string | null | undefined;
|
|
69551
69607
|
};
|
|
69552
69608
|
platformMessageId: string;
|
|
@@ -70321,6 +70377,7 @@ export declare const mainChatContract: {
|
|
|
70321
70377
|
resumeLabel: {
|
|
70322
70378
|
name: string;
|
|
70323
70379
|
};
|
|
70380
|
+
metadata?: any;
|
|
70324
70381
|
automationQueueId?: string | null | undefined;
|
|
70325
70382
|
};
|
|
70326
70383
|
platformMessageId: string;
|
|
@@ -71094,6 +71151,7 @@ export declare const mainChatContract: {
|
|
|
71094
71151
|
resumeLabel: {
|
|
71095
71152
|
name: string;
|
|
71096
71153
|
};
|
|
71154
|
+
metadata?: any;
|
|
71097
71155
|
automationQueueId?: string | null | undefined;
|
|
71098
71156
|
};
|
|
71099
71157
|
platformMessageId: string;
|
|
@@ -71868,6 +71926,7 @@ export declare const mainChatContract: {
|
|
|
71868
71926
|
resumeLabel: {
|
|
71869
71927
|
name: string;
|
|
71870
71928
|
};
|
|
71929
|
+
metadata?: any;
|
|
71871
71930
|
automationQueueId?: string | null | undefined;
|
|
71872
71931
|
};
|
|
71873
71932
|
platformMessageId: string;
|
|
@@ -72641,6 +72700,7 @@ export declare const mainChatContract: {
|
|
|
72641
72700
|
resumeLabel: {
|
|
72642
72701
|
name: string;
|
|
72643
72702
|
};
|
|
72703
|
+
metadata?: any;
|
|
72644
72704
|
automationQueueId?: string | null | undefined;
|
|
72645
72705
|
};
|
|
72646
72706
|
platformMessageId: string;
|
|
@@ -73417,6 +73477,7 @@ export declare const mainChatContract: {
|
|
|
73417
73477
|
resumeLabel: {
|
|
73418
73478
|
name: string;
|
|
73419
73479
|
};
|
|
73480
|
+
metadata?: any;
|
|
73420
73481
|
automationQueueId?: string | null | undefined;
|
|
73421
73482
|
};
|
|
73422
73483
|
platformMessageId: string;
|
|
@@ -74190,6 +74251,7 @@ export declare const mainChatContract: {
|
|
|
74190
74251
|
resumeLabel: {
|
|
74191
74252
|
name: string;
|
|
74192
74253
|
};
|
|
74254
|
+
metadata?: any;
|
|
74193
74255
|
automationQueueId?: string | null | undefined;
|
|
74194
74256
|
};
|
|
74195
74257
|
platformMessageId: string;
|
|
@@ -74967,6 +75029,7 @@ export declare const mainChatContract: {
|
|
|
74967
75029
|
resumeLabel: {
|
|
74968
75030
|
name: string;
|
|
74969
75031
|
};
|
|
75032
|
+
metadata?: any;
|
|
74970
75033
|
automationQueueId?: string | null | undefined;
|
|
74971
75034
|
};
|
|
74972
75035
|
platformMessageId: string;
|
|
@@ -75740,6 +75803,7 @@ export declare const mainChatContract: {
|
|
|
75740
75803
|
resumeLabel: {
|
|
75741
75804
|
name: string;
|
|
75742
75805
|
};
|
|
75806
|
+
metadata?: any;
|
|
75743
75807
|
automationQueueId?: string | null | undefined;
|
|
75744
75808
|
};
|
|
75745
75809
|
platformMessageId: string;
|
|
@@ -76619,6 +76683,7 @@ export declare const mainChatContract: {
|
|
|
76619
76683
|
firstResponseTime: z.ZodNumber;
|
|
76620
76684
|
isLatest: z.ZodBoolean;
|
|
76621
76685
|
isBotRoom: z.ZodBoolean;
|
|
76686
|
+
metadata: z.ZodAny;
|
|
76622
76687
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
76623
76688
|
platformContact: z.ZodObject<{
|
|
76624
76689
|
id: z.ZodString;
|
|
@@ -79657,6 +79722,7 @@ export declare const mainChatContract: {
|
|
|
79657
79722
|
resumeLabel: {
|
|
79658
79723
|
name: string;
|
|
79659
79724
|
};
|
|
79725
|
+
metadata?: any;
|
|
79660
79726
|
automationQueueId?: string | null | undefined;
|
|
79661
79727
|
}, {
|
|
79662
79728
|
id: string;
|
|
@@ -80093,6 +80159,7 @@ export declare const mainChatContract: {
|
|
|
80093
80159
|
resumeLabel: {
|
|
80094
80160
|
name: string;
|
|
80095
80161
|
};
|
|
80162
|
+
metadata?: any;
|
|
80096
80163
|
automationQueueId?: string | null | undefined;
|
|
80097
80164
|
}>;
|
|
80098
80165
|
platformMessageId: z.ZodString;
|
|
@@ -84285,6 +84352,7 @@ export declare const mainChatContract: {
|
|
|
84285
84352
|
resumeLabel: {
|
|
84286
84353
|
name: string;
|
|
84287
84354
|
};
|
|
84355
|
+
metadata?: any;
|
|
84288
84356
|
automationQueueId?: string | null | undefined;
|
|
84289
84357
|
};
|
|
84290
84358
|
platformMessageId: string;
|
|
@@ -85348,6 +85416,7 @@ export declare const mainChatContract: {
|
|
|
85348
85416
|
resumeLabel: {
|
|
85349
85417
|
name: string;
|
|
85350
85418
|
};
|
|
85419
|
+
metadata?: any;
|
|
85351
85420
|
automationQueueId?: string | null | undefined;
|
|
85352
85421
|
};
|
|
85353
85422
|
platformMessageId: string;
|
|
@@ -86413,6 +86482,7 @@ export declare const mainChatContract: {
|
|
|
86413
86482
|
resumeLabel: {
|
|
86414
86483
|
name: string;
|
|
86415
86484
|
};
|
|
86485
|
+
metadata?: any;
|
|
86416
86486
|
automationQueueId?: string | null | undefined;
|
|
86417
86487
|
};
|
|
86418
86488
|
platformMessageId: string;
|
|
@@ -87482,6 +87552,7 @@ export declare const mainChatContract: {
|
|
|
87482
87552
|
resumeLabel: {
|
|
87483
87553
|
name: string;
|
|
87484
87554
|
};
|
|
87555
|
+
metadata?: any;
|
|
87485
87556
|
automationQueueId?: string | null | undefined;
|
|
87486
87557
|
};
|
|
87487
87558
|
platformMessageId: string;
|
|
@@ -88059,6 +88130,7 @@ export declare const mainChatContract: {
|
|
|
88059
88130
|
firstResponseTime: z.ZodNumber;
|
|
88060
88131
|
isLatest: z.ZodBoolean;
|
|
88061
88132
|
isBotRoom: z.ZodBoolean;
|
|
88133
|
+
metadata: z.ZodAny;
|
|
88062
88134
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
88063
88135
|
platformContact: z.ZodObject<{
|
|
88064
88136
|
id: z.ZodString;
|
|
@@ -91097,6 +91169,7 @@ export declare const mainChatContract: {
|
|
|
91097
91169
|
resumeLabel: {
|
|
91098
91170
|
name: string;
|
|
91099
91171
|
};
|
|
91172
|
+
metadata?: any;
|
|
91100
91173
|
automationQueueId?: string | null | undefined;
|
|
91101
91174
|
}, {
|
|
91102
91175
|
id: string;
|
|
@@ -91533,6 +91606,7 @@ export declare const mainChatContract: {
|
|
|
91533
91606
|
resumeLabel: {
|
|
91534
91607
|
name: string;
|
|
91535
91608
|
};
|
|
91609
|
+
metadata?: any;
|
|
91536
91610
|
automationQueueId?: string | null | undefined;
|
|
91537
91611
|
}>, "many">;
|
|
91538
91612
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -91971,6 +92045,7 @@ export declare const mainChatContract: {
|
|
|
91971
92045
|
resumeLabel: {
|
|
91972
92046
|
name: string;
|
|
91973
92047
|
};
|
|
92048
|
+
metadata?: any;
|
|
91974
92049
|
automationQueueId?: string | null | undefined;
|
|
91975
92050
|
}[];
|
|
91976
92051
|
requestId: string;
|
|
@@ -92410,6 +92485,7 @@ export declare const mainChatContract: {
|
|
|
92410
92485
|
resumeLabel: {
|
|
92411
92486
|
name: string;
|
|
92412
92487
|
};
|
|
92488
|
+
metadata?: any;
|
|
92413
92489
|
automationQueueId?: string | null | undefined;
|
|
92414
92490
|
}[];
|
|
92415
92491
|
requestId: string;
|
|
@@ -92477,6 +92553,7 @@ export declare const mainChatContract: {
|
|
|
92477
92553
|
firstResponseTime: z.ZodNumber;
|
|
92478
92554
|
isLatest: z.ZodBoolean;
|
|
92479
92555
|
isBotRoom: z.ZodBoolean;
|
|
92556
|
+
metadata: z.ZodAny;
|
|
92480
92557
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
92481
92558
|
platformContact: z.ZodObject<{
|
|
92482
92559
|
id: z.ZodString;
|
|
@@ -95515,6 +95592,7 @@ export declare const mainChatContract: {
|
|
|
95515
95592
|
resumeLabel: {
|
|
95516
95593
|
name: string;
|
|
95517
95594
|
};
|
|
95595
|
+
metadata?: any;
|
|
95518
95596
|
automationQueueId?: string | null | undefined;
|
|
95519
95597
|
}, {
|
|
95520
95598
|
id: string;
|
|
@@ -95951,6 +96029,7 @@ export declare const mainChatContract: {
|
|
|
95951
96029
|
resumeLabel: {
|
|
95952
96030
|
name: string;
|
|
95953
96031
|
};
|
|
96032
|
+
metadata?: any;
|
|
95954
96033
|
automationQueueId?: string | null | undefined;
|
|
95955
96034
|
}>;
|
|
95956
96035
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96389,6 +96468,7 @@ export declare const mainChatContract: {
|
|
|
96389
96468
|
resumeLabel: {
|
|
96390
96469
|
name: string;
|
|
96391
96470
|
};
|
|
96471
|
+
metadata?: any;
|
|
96392
96472
|
automationQueueId?: string | null | undefined;
|
|
96393
96473
|
};
|
|
96394
96474
|
requestId: string;
|
|
@@ -96828,6 +96908,7 @@ export declare const mainChatContract: {
|
|
|
96828
96908
|
resumeLabel: {
|
|
96829
96909
|
name: string;
|
|
96830
96910
|
};
|
|
96911
|
+
metadata?: any;
|
|
96831
96912
|
automationQueueId?: string | null | undefined;
|
|
96832
96913
|
};
|
|
96833
96914
|
requestId: string;
|
|
@@ -97956,6 +98037,7 @@ export declare const mainChatContract: {
|
|
|
97956
98037
|
firstResponseTime: z.ZodNumber;
|
|
97957
98038
|
isLatest: z.ZodBoolean;
|
|
97958
98039
|
isBotRoom: z.ZodBoolean;
|
|
98040
|
+
metadata: z.ZodAny;
|
|
97959
98041
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
97960
98042
|
platformContact: z.ZodObject<{
|
|
97961
98043
|
id: z.ZodString;
|
|
@@ -100994,6 +101076,7 @@ export declare const mainChatContract: {
|
|
|
100994
101076
|
resumeLabel: {
|
|
100995
101077
|
name: string;
|
|
100996
101078
|
};
|
|
101079
|
+
metadata?: any;
|
|
100997
101080
|
automationQueueId?: string | null | undefined;
|
|
100998
101081
|
}, {
|
|
100999
101082
|
id: string;
|
|
@@ -101430,6 +101513,7 @@ export declare const mainChatContract: {
|
|
|
101430
101513
|
resumeLabel: {
|
|
101431
101514
|
name: string;
|
|
101432
101515
|
};
|
|
101516
|
+
metadata?: any;
|
|
101433
101517
|
automationQueueId?: string | null | undefined;
|
|
101434
101518
|
}>;
|
|
101435
101519
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -101868,6 +101952,7 @@ export declare const mainChatContract: {
|
|
|
101868
101952
|
resumeLabel: {
|
|
101869
101953
|
name: string;
|
|
101870
101954
|
};
|
|
101955
|
+
metadata?: any;
|
|
101871
101956
|
automationQueueId?: string | null | undefined;
|
|
101872
101957
|
};
|
|
101873
101958
|
requestId: string;
|
|
@@ -102307,6 +102392,7 @@ export declare const mainChatContract: {
|
|
|
102307
102392
|
resumeLabel: {
|
|
102308
102393
|
name: string;
|
|
102309
102394
|
};
|
|
102395
|
+
metadata?: any;
|
|
102310
102396
|
automationQueueId?: string | null | undefined;
|
|
102311
102397
|
};
|
|
102312
102398
|
requestId: string;
|
|
@@ -102401,6 +102487,7 @@ export declare const initiateMessageContract: {
|
|
|
102401
102487
|
firstResponseTime: z.ZodNumber;
|
|
102402
102488
|
isLatest: z.ZodBoolean;
|
|
102403
102489
|
isBotRoom: z.ZodBoolean;
|
|
102490
|
+
metadata: z.ZodAny;
|
|
102404
102491
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
102405
102492
|
platformContact: z.ZodObject<{
|
|
102406
102493
|
id: z.ZodString;
|
|
@@ -105439,6 +105526,7 @@ export declare const initiateMessageContract: {
|
|
|
105439
105526
|
resumeLabel: {
|
|
105440
105527
|
name: string;
|
|
105441
105528
|
};
|
|
105529
|
+
metadata?: any;
|
|
105442
105530
|
automationQueueId?: string | null | undefined;
|
|
105443
105531
|
}, {
|
|
105444
105532
|
id: string;
|
|
@@ -105875,6 +105963,7 @@ export declare const initiateMessageContract: {
|
|
|
105875
105963
|
resumeLabel: {
|
|
105876
105964
|
name: string;
|
|
105877
105965
|
};
|
|
105966
|
+
metadata?: any;
|
|
105878
105967
|
automationQueueId?: string | null | undefined;
|
|
105879
105968
|
}>;
|
|
105880
105969
|
upload: z.ZodObject<{
|
|
@@ -108084,6 +108173,7 @@ export declare const initiateMessageContract: {
|
|
|
108084
108173
|
resumeLabel: {
|
|
108085
108174
|
name: string;
|
|
108086
108175
|
};
|
|
108176
|
+
metadata?: any;
|
|
108087
108177
|
automationQueueId?: string | null | undefined;
|
|
108088
108178
|
};
|
|
108089
108179
|
platformMessageId: string;
|
|
@@ -108857,6 +108947,7 @@ export declare const initiateMessageContract: {
|
|
|
108857
108947
|
resumeLabel: {
|
|
108858
108948
|
name: string;
|
|
108859
108949
|
};
|
|
108950
|
+
metadata?: any;
|
|
108860
108951
|
automationQueueId?: string | null | undefined;
|
|
108861
108952
|
};
|
|
108862
108953
|
platformMessageId: string;
|
|
@@ -109632,6 +109723,7 @@ export declare const initiateMessageContract: {
|
|
|
109632
109723
|
resumeLabel: {
|
|
109633
109724
|
name: string;
|
|
109634
109725
|
};
|
|
109726
|
+
metadata?: any;
|
|
109635
109727
|
automationQueueId?: string | null | undefined;
|
|
109636
109728
|
};
|
|
109637
109729
|
platformMessageId: string;
|
|
@@ -110408,6 +110500,7 @@ export declare const initiateMessageContract: {
|
|
|
110408
110500
|
resumeLabel: {
|
|
110409
110501
|
name: string;
|
|
110410
110502
|
};
|
|
110503
|
+
metadata?: any;
|
|
110411
110504
|
automationQueueId?: string | null | undefined;
|
|
110412
110505
|
};
|
|
110413
110506
|
platformMessageId: string;
|
|
@@ -111571,6 +111664,7 @@ export declare const mainChatMessageContract: {
|
|
|
111571
111664
|
firstResponseTime: z.ZodNumber;
|
|
111572
111665
|
isLatest: z.ZodBoolean;
|
|
111573
111666
|
isBotRoom: z.ZodBoolean;
|
|
111667
|
+
metadata: z.ZodAny;
|
|
111574
111668
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
111575
111669
|
platformContact: z.ZodObject<{
|
|
111576
111670
|
id: z.ZodString;
|
|
@@ -114609,6 +114703,7 @@ export declare const mainChatMessageContract: {
|
|
|
114609
114703
|
resumeLabel: {
|
|
114610
114704
|
name: string;
|
|
114611
114705
|
};
|
|
114706
|
+
metadata?: any;
|
|
114612
114707
|
automationQueueId?: string | null | undefined;
|
|
114613
114708
|
}, {
|
|
114614
114709
|
id: string;
|
|
@@ -115045,6 +115140,7 @@ export declare const mainChatMessageContract: {
|
|
|
115045
115140
|
resumeLabel: {
|
|
115046
115141
|
name: string;
|
|
115047
115142
|
};
|
|
115143
|
+
metadata?: any;
|
|
115048
115144
|
automationQueueId?: string | null | undefined;
|
|
115049
115145
|
}>;
|
|
115050
115146
|
platformMessageId: z.ZodString;
|
|
@@ -116305,6 +116401,7 @@ export declare const mainChatMessageContract: {
|
|
|
116305
116401
|
firstResponseTime: z.ZodNumber;
|
|
116306
116402
|
isLatest: z.ZodBoolean;
|
|
116307
116403
|
isBotRoom: z.ZodBoolean;
|
|
116404
|
+
metadata: z.ZodAny;
|
|
116308
116405
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
116309
116406
|
platformContact: z.ZodObject<{
|
|
116310
116407
|
id: z.ZodString;
|
|
@@ -119343,6 +119440,7 @@ export declare const mainChatMessageContract: {
|
|
|
119343
119440
|
resumeLabel: {
|
|
119344
119441
|
name: string;
|
|
119345
119442
|
};
|
|
119443
|
+
metadata?: any;
|
|
119346
119444
|
automationQueueId?: string | null | undefined;
|
|
119347
119445
|
}, {
|
|
119348
119446
|
id: string;
|
|
@@ -119779,6 +119877,7 @@ export declare const mainChatMessageContract: {
|
|
|
119779
119877
|
resumeLabel: {
|
|
119780
119878
|
name: string;
|
|
119781
119879
|
};
|
|
119880
|
+
metadata?: any;
|
|
119782
119881
|
automationQueueId?: string | null | undefined;
|
|
119783
119882
|
}>;
|
|
119784
119883
|
upload: z.ZodObject<{
|
|
@@ -121988,6 +122087,7 @@ export declare const mainChatMessageContract: {
|
|
|
121988
122087
|
resumeLabel: {
|
|
121989
122088
|
name: string;
|
|
121990
122089
|
};
|
|
122090
|
+
metadata?: any;
|
|
121991
122091
|
automationQueueId?: string | null | undefined;
|
|
121992
122092
|
};
|
|
121993
122093
|
platformMessageId: string;
|
|
@@ -122761,6 +122861,7 @@ export declare const mainChatMessageContract: {
|
|
|
122761
122861
|
resumeLabel: {
|
|
122762
122862
|
name: string;
|
|
122763
122863
|
};
|
|
122864
|
+
metadata?: any;
|
|
122764
122865
|
automationQueueId?: string | null | undefined;
|
|
122765
122866
|
};
|
|
122766
122867
|
platformMessageId: string;
|
|
@@ -123535,6 +123636,7 @@ export declare const mainChatMessageContract: {
|
|
|
123535
123636
|
resumeLabel: {
|
|
123536
123637
|
name: string;
|
|
123537
123638
|
};
|
|
123639
|
+
metadata?: any;
|
|
123538
123640
|
automationQueueId?: string | null | undefined;
|
|
123539
123641
|
};
|
|
123540
123642
|
platformMessageId: string;
|
|
@@ -124308,6 +124410,7 @@ export declare const mainChatMessageContract: {
|
|
|
124308
124410
|
resumeLabel: {
|
|
124309
124411
|
name: string;
|
|
124310
124412
|
};
|
|
124413
|
+
metadata?: any;
|
|
124311
124414
|
automationQueueId?: string | null | undefined;
|
|
124312
124415
|
};
|
|
124313
124416
|
platformMessageId: string;
|
|
@@ -125082,6 +125185,7 @@ export declare const mainChatMessageContract: {
|
|
|
125082
125185
|
resumeLabel: {
|
|
125083
125186
|
name: string;
|
|
125084
125187
|
};
|
|
125188
|
+
metadata?: any;
|
|
125085
125189
|
automationQueueId?: string | null | undefined;
|
|
125086
125190
|
};
|
|
125087
125191
|
platformMessageId: string;
|
|
@@ -125855,6 +125959,7 @@ export declare const mainChatMessageContract: {
|
|
|
125855
125959
|
resumeLabel: {
|
|
125856
125960
|
name: string;
|
|
125857
125961
|
};
|
|
125962
|
+
metadata?: any;
|
|
125858
125963
|
automationQueueId?: string | null | undefined;
|
|
125859
125964
|
};
|
|
125860
125965
|
platformMessageId: string;
|
|
@@ -126631,6 +126736,7 @@ export declare const mainChatMessageContract: {
|
|
|
126631
126736
|
resumeLabel: {
|
|
126632
126737
|
name: string;
|
|
126633
126738
|
};
|
|
126739
|
+
metadata?: any;
|
|
126634
126740
|
automationQueueId?: string | null | undefined;
|
|
126635
126741
|
};
|
|
126636
126742
|
platformMessageId: string;
|
|
@@ -127404,6 +127510,7 @@ export declare const mainChatMessageContract: {
|
|
|
127404
127510
|
resumeLabel: {
|
|
127405
127511
|
name: string;
|
|
127406
127512
|
};
|
|
127513
|
+
metadata?: any;
|
|
127407
127514
|
automationQueueId?: string | null | undefined;
|
|
127408
127515
|
};
|
|
127409
127516
|
platformMessageId: string;
|
|
@@ -128181,6 +128288,7 @@ export declare const mainChatMessageContract: {
|
|
|
128181
128288
|
resumeLabel: {
|
|
128182
128289
|
name: string;
|
|
128183
128290
|
};
|
|
128291
|
+
metadata?: any;
|
|
128184
128292
|
automationQueueId?: string | null | undefined;
|
|
128185
128293
|
};
|
|
128186
128294
|
platformMessageId: string;
|
|
@@ -128954,6 +129062,7 @@ export declare const mainChatMessageContract: {
|
|
|
128954
129062
|
resumeLabel: {
|
|
128955
129063
|
name: string;
|
|
128956
129064
|
};
|
|
129065
|
+
metadata?: any;
|
|
128957
129066
|
automationQueueId?: string | null | undefined;
|
|
128958
129067
|
};
|
|
128959
129068
|
platformMessageId: string;
|
|
@@ -130198,6 +130307,7 @@ export declare const mainChatMessageContract: {
|
|
|
130198
130307
|
firstResponseTime: z.ZodNumber;
|
|
130199
130308
|
isLatest: z.ZodBoolean;
|
|
130200
130309
|
isBotRoom: z.ZodBoolean;
|
|
130310
|
+
metadata: z.ZodAny;
|
|
130201
130311
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
130202
130312
|
platformContact: z.ZodObject<{
|
|
130203
130313
|
id: z.ZodString;
|
|
@@ -133236,6 +133346,7 @@ export declare const mainChatMessageContract: {
|
|
|
133236
133346
|
resumeLabel: {
|
|
133237
133347
|
name: string;
|
|
133238
133348
|
};
|
|
133349
|
+
metadata?: any;
|
|
133239
133350
|
automationQueueId?: string | null | undefined;
|
|
133240
133351
|
}, {
|
|
133241
133352
|
id: string;
|
|
@@ -133672,6 +133783,7 @@ export declare const mainChatMessageContract: {
|
|
|
133672
133783
|
resumeLabel: {
|
|
133673
133784
|
name: string;
|
|
133674
133785
|
};
|
|
133786
|
+
metadata?: any;
|
|
133675
133787
|
automationQueueId?: string | null | undefined;
|
|
133676
133788
|
}>;
|
|
133677
133789
|
upload: z.ZodObject<{
|
|
@@ -135881,6 +135993,7 @@ export declare const mainChatMessageContract: {
|
|
|
135881
135993
|
resumeLabel: {
|
|
135882
135994
|
name: string;
|
|
135883
135995
|
};
|
|
135996
|
+
metadata?: any;
|
|
135884
135997
|
automationQueueId?: string | null | undefined;
|
|
135885
135998
|
};
|
|
135886
135999
|
platformMessageId: string;
|
|
@@ -136654,6 +136767,7 @@ export declare const mainChatMessageContract: {
|
|
|
136654
136767
|
resumeLabel: {
|
|
136655
136768
|
name: string;
|
|
136656
136769
|
};
|
|
136770
|
+
metadata?: any;
|
|
136657
136771
|
automationQueueId?: string | null | undefined;
|
|
136658
136772
|
};
|
|
136659
136773
|
platformMessageId: string;
|
|
@@ -137429,6 +137543,7 @@ export declare const mainChatMessageContract: {
|
|
|
137429
137543
|
resumeLabel: {
|
|
137430
137544
|
name: string;
|
|
137431
137545
|
};
|
|
137546
|
+
metadata?: any;
|
|
137432
137547
|
automationQueueId?: string | null | undefined;
|
|
137433
137548
|
};
|
|
137434
137549
|
platformMessageId: string;
|
|
@@ -138205,6 +138320,7 @@ export declare const mainChatMessageContract: {
|
|
|
138205
138320
|
resumeLabel: {
|
|
138206
138321
|
name: string;
|
|
138207
138322
|
};
|
|
138323
|
+
metadata?: any;
|
|
138208
138324
|
automationQueueId?: string | null | undefined;
|
|
138209
138325
|
};
|
|
138210
138326
|
platformMessageId: string;
|