@kl1/contracts 1.2.12-uat → 1.2.13-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +663 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +111 -111
- package/dist/api-contracts/src/chat/schema.d.ts +25 -25
- package/dist/api-contracts/src/chat/validation.d.ts +16 -16
- package/dist/api-contracts/src/contract.d.ts +22097 -449
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -16
- package/dist/api-contracts/src/instagram/index.d.ts +16 -16
- package/dist/api-contracts/src/line/index.d.ts +16 -16
- package/dist/api-contracts/src/messenger/index.d.ts +16 -16
- package/dist/api-contracts/src/telegram/index.d.ts +20328 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -0
- package/dist/api-contracts/src/telegram/schema.d.ts +2 -0
- package/dist/api-contracts/src/telegram/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/telegram/validation.d.ts +45 -0
- package/dist/api-contracts/src/telegram/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/viber/index.d.ts +16 -16
- package/dist/api-contracts/src/webchat/index.d.ts +16 -16
- package/dist/api-contracts/src/workflow-rule/index.d.ts +10 -10
- package/dist/index.js +1120 -1003
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1119 -1003
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -10827,7 +10827,7 @@ export declare const mainFeedContract: {
|
|
10827
10827
|
deletedAt: Date | null;
|
10828
10828
|
isActive: boolean;
|
10829
10829
|
}>;
|
10830
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
10830
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10831
10831
|
}, "strip", z.ZodTypeAny, {
|
10832
10832
|
id: string;
|
10833
10833
|
channel: {
|
@@ -11216,7 +11216,7 @@ export declare const mainFeedContract: {
|
|
11216
11216
|
deletedAt: Date | null;
|
11217
11217
|
isActive: boolean;
|
11218
11218
|
};
|
11219
|
-
automationQueueId
|
11219
|
+
automationQueueId?: string | null | undefined;
|
11220
11220
|
}, {
|
11221
11221
|
id: string;
|
11222
11222
|
channel: {
|
@@ -11605,7 +11605,7 @@ export declare const mainFeedContract: {
|
|
11605
11605
|
deletedAt: Date | null;
|
11606
11606
|
isActive: boolean;
|
11607
11607
|
};
|
11608
|
-
automationQueueId
|
11608
|
+
automationQueueId?: string | null | undefined;
|
11609
11609
|
}>;
|
11610
11610
|
platformMessageId: z.ZodString;
|
11611
11611
|
workflowRule: z.ZodObject<{
|
@@ -16253,7 +16253,7 @@ export declare const mainFeedContract: {
|
|
16253
16253
|
deletedAt: Date | null;
|
16254
16254
|
isActive: boolean;
|
16255
16255
|
}>;
|
16256
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
16256
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
16257
16257
|
}, "strip", z.ZodTypeAny, {
|
16258
16258
|
id: string;
|
16259
16259
|
channel: {
|
@@ -16642,7 +16642,7 @@ export declare const mainFeedContract: {
|
|
16642
16642
|
deletedAt: Date | null;
|
16643
16643
|
isActive: boolean;
|
16644
16644
|
};
|
16645
|
-
automationQueueId
|
16645
|
+
automationQueueId?: string | null | undefined;
|
16646
16646
|
}, {
|
16647
16647
|
id: string;
|
16648
16648
|
channel: {
|
@@ -17031,7 +17031,7 @@ export declare const mainFeedContract: {
|
|
17031
17031
|
deletedAt: Date | null;
|
17032
17032
|
isActive: boolean;
|
17033
17033
|
};
|
17034
|
-
automationQueueId
|
17034
|
+
automationQueueId?: string | null | undefined;
|
17035
17035
|
}>;
|
17036
17036
|
upload: z.ZodObject<{
|
17037
17037
|
id: z.ZodString;
|
@@ -19193,7 +19193,7 @@ export declare const mainFeedContract: {
|
|
19193
19193
|
deletedAt: Date | null;
|
19194
19194
|
isActive: boolean;
|
19195
19195
|
};
|
19196
|
-
automationQueueId
|
19196
|
+
automationQueueId?: string | null | undefined;
|
19197
19197
|
};
|
19198
19198
|
platformMessageId: string;
|
19199
19199
|
workflowRule: {
|
@@ -19919,7 +19919,7 @@ export declare const mainFeedContract: {
|
|
19919
19919
|
deletedAt: Date | null;
|
19920
19920
|
isActive: boolean;
|
19921
19921
|
};
|
19922
|
-
automationQueueId
|
19922
|
+
automationQueueId?: string | null | undefined;
|
19923
19923
|
};
|
19924
19924
|
platformMessageId: string;
|
19925
19925
|
workflowRule: {
|
@@ -20652,7 +20652,7 @@ export declare const mainFeedContract: {
|
|
20652
20652
|
deletedAt: Date | null;
|
20653
20653
|
isActive: boolean;
|
20654
20654
|
};
|
20655
|
-
automationQueueId
|
20655
|
+
automationQueueId?: string | null | undefined;
|
20656
20656
|
};
|
20657
20657
|
platformMessageId: string;
|
20658
20658
|
workflowRule: {
|
@@ -21373,7 +21373,7 @@ export declare const mainFeedContract: {
|
|
21373
21373
|
deletedAt: Date | null;
|
21374
21374
|
isActive: boolean;
|
21375
21375
|
};
|
21376
|
-
automationQueueId
|
21376
|
+
automationQueueId?: string | null | undefined;
|
21377
21377
|
};
|
21378
21378
|
platformMessageId: string;
|
21379
21379
|
workflowRule: {
|
@@ -22232,7 +22232,7 @@ export declare const mainFeedContract: {
|
|
22232
22232
|
deletedAt: Date | null;
|
22233
22233
|
isActive: boolean;
|
22234
22234
|
};
|
22235
|
-
automationQueueId
|
22235
|
+
automationQueueId?: string | null | undefined;
|
22236
22236
|
};
|
22237
22237
|
platformMessageId: string;
|
22238
22238
|
workflowRule: {
|
@@ -22953,7 +22953,7 @@ export declare const mainFeedContract: {
|
|
22953
22953
|
deletedAt: Date | null;
|
22954
22954
|
isActive: boolean;
|
22955
22955
|
};
|
22956
|
-
automationQueueId
|
22956
|
+
automationQueueId?: string | null | undefined;
|
22957
22957
|
};
|
22958
22958
|
platformMessageId: string;
|
22959
22959
|
workflowRule: {
|
@@ -23814,7 +23814,7 @@ export declare const mainFeedContract: {
|
|
23814
23814
|
deletedAt: Date | null;
|
23815
23815
|
isActive: boolean;
|
23816
23816
|
};
|
23817
|
-
automationQueueId
|
23817
|
+
automationQueueId?: string | null | undefined;
|
23818
23818
|
};
|
23819
23819
|
platformMessageId: string;
|
23820
23820
|
workflowRule: {
|
@@ -24535,7 +24535,7 @@ export declare const mainFeedContract: {
|
|
24535
24535
|
deletedAt: Date | null;
|
24536
24536
|
isActive: boolean;
|
24537
24537
|
};
|
24538
|
-
automationQueueId
|
24538
|
+
automationQueueId?: string | null | undefined;
|
24539
24539
|
};
|
24540
24540
|
platformMessageId: string;
|
24541
24541
|
workflowRule: {
|
@@ -25400,7 +25400,7 @@ export declare const mainFeedContract: {
|
|
25400
25400
|
deletedAt: Date | null;
|
25401
25401
|
isActive: boolean;
|
25402
25402
|
};
|
25403
|
-
automationQueueId
|
25403
|
+
automationQueueId?: string | null | undefined;
|
25404
25404
|
};
|
25405
25405
|
platformMessageId: string;
|
25406
25406
|
workflowRule: {
|
@@ -26121,7 +26121,7 @@ export declare const mainFeedContract: {
|
|
26121
26121
|
deletedAt: Date | null;
|
26122
26122
|
isActive: boolean;
|
26123
26123
|
};
|
26124
|
-
automationQueueId
|
26124
|
+
automationQueueId?: string | null | undefined;
|
26125
26125
|
};
|
26126
26126
|
platformMessageId: string;
|
26127
26127
|
workflowRule: {
|
@@ -28999,7 +28999,7 @@ export declare const mainChatRoomContract: {
|
|
28999
28999
|
deletedAt: Date | null;
|
29000
29000
|
isActive: boolean;
|
29001
29001
|
}>;
|
29002
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
29002
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
29003
29003
|
}, "strip", z.ZodTypeAny, {
|
29004
29004
|
id: string;
|
29005
29005
|
channel: {
|
@@ -29388,7 +29388,7 @@ export declare const mainChatRoomContract: {
|
|
29388
29388
|
deletedAt: Date | null;
|
29389
29389
|
isActive: boolean;
|
29390
29390
|
};
|
29391
|
-
automationQueueId
|
29391
|
+
automationQueueId?: string | null | undefined;
|
29392
29392
|
}, {
|
29393
29393
|
id: string;
|
29394
29394
|
channel: {
|
@@ -29777,7 +29777,7 @@ export declare const mainChatRoomContract: {
|
|
29777
29777
|
deletedAt: Date | null;
|
29778
29778
|
isActive: boolean;
|
29779
29779
|
};
|
29780
|
-
automationQueueId
|
29780
|
+
automationQueueId?: string | null | undefined;
|
29781
29781
|
}>, "many">;
|
29782
29782
|
unreadCountsByAssignee: z.ZodArray<z.ZodObject<{
|
29783
29783
|
assigneeId: z.ZodString;
|
@@ -30178,7 +30178,7 @@ export declare const mainChatRoomContract: {
|
|
30178
30178
|
deletedAt: Date | null;
|
30179
30179
|
isActive: boolean;
|
30180
30180
|
};
|
30181
|
-
automationQueueId
|
30181
|
+
automationQueueId?: string | null | undefined;
|
30182
30182
|
}[];
|
30183
30183
|
total: number;
|
30184
30184
|
page: number;
|
@@ -30577,7 +30577,7 @@ export declare const mainChatRoomContract: {
|
|
30577
30577
|
deletedAt: Date | null;
|
30578
30578
|
isActive: boolean;
|
30579
30579
|
};
|
30580
|
-
automationQueueId
|
30580
|
+
automationQueueId?: string | null | undefined;
|
30581
30581
|
}[];
|
30582
30582
|
total: number;
|
30583
30583
|
page: number;
|
@@ -32987,7 +32987,7 @@ export declare const mainChatRoomContract: {
|
|
32987
32987
|
deletedAt: Date | null;
|
32988
32988
|
isActive: boolean;
|
32989
32989
|
}>;
|
32990
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
32990
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
32991
32991
|
}, "strip", z.ZodTypeAny, {
|
32992
32992
|
id: string;
|
32993
32993
|
channel: {
|
@@ -33376,7 +33376,7 @@ export declare const mainChatRoomContract: {
|
|
33376
33376
|
deletedAt: Date | null;
|
33377
33377
|
isActive: boolean;
|
33378
33378
|
};
|
33379
|
-
automationQueueId
|
33379
|
+
automationQueueId?: string | null | undefined;
|
33380
33380
|
}, {
|
33381
33381
|
id: string;
|
33382
33382
|
channel: {
|
@@ -33765,7 +33765,7 @@ export declare const mainChatRoomContract: {
|
|
33765
33765
|
deletedAt: Date | null;
|
33766
33766
|
isActive: boolean;
|
33767
33767
|
};
|
33768
|
-
automationQueueId
|
33768
|
+
automationQueueId?: string | null | undefined;
|
33769
33769
|
}>;
|
33770
33770
|
latestIncomingMessage: z.ZodObject<{
|
33771
33771
|
message: z.ZodString;
|
@@ -34199,7 +34199,7 @@ export declare const mainChatRoomContract: {
|
|
34199
34199
|
deletedAt: Date | null;
|
34200
34200
|
isActive: boolean;
|
34201
34201
|
};
|
34202
|
-
automationQueueId
|
34202
|
+
automationQueueId?: string | null | undefined;
|
34203
34203
|
};
|
34204
34204
|
latestIncomingMessage: {
|
34205
34205
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
@@ -34605,7 +34605,7 @@ export declare const mainChatRoomContract: {
|
|
34605
34605
|
deletedAt: Date | null;
|
34606
34606
|
isActive: boolean;
|
34607
34607
|
};
|
34608
|
-
automationQueueId
|
34608
|
+
automationQueueId?: string | null | undefined;
|
34609
34609
|
};
|
34610
34610
|
latestIncomingMessage: {
|
34611
34611
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
@@ -35013,7 +35013,7 @@ export declare const mainChatRoomContract: {
|
|
35013
35013
|
deletedAt: Date | null;
|
35014
35014
|
isActive: boolean;
|
35015
35015
|
};
|
35016
|
-
automationQueueId
|
35016
|
+
automationQueueId?: string | null | undefined;
|
35017
35017
|
};
|
35018
35018
|
latestIncomingMessage: {
|
35019
35019
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
@@ -35422,7 +35422,7 @@ export declare const mainChatRoomContract: {
|
|
35422
35422
|
deletedAt: Date | null;
|
35423
35423
|
isActive: boolean;
|
35424
35424
|
};
|
35425
|
-
automationQueueId
|
35425
|
+
automationQueueId?: string | null | undefined;
|
35426
35426
|
};
|
35427
35427
|
latestIncomingMessage: {
|
35428
35428
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
@@ -37843,7 +37843,7 @@ export declare const mainChatRoomContract: {
|
|
37843
37843
|
deletedAt: Date | null;
|
37844
37844
|
isActive: boolean;
|
37845
37845
|
}>;
|
37846
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
37846
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
37847
37847
|
solveMessage: z.ZodString;
|
37848
37848
|
}, "strip", z.ZodTypeAny, {
|
37849
37849
|
id: string;
|
@@ -38233,8 +38233,8 @@ export declare const mainChatRoomContract: {
|
|
38233
38233
|
deletedAt: Date | null;
|
38234
38234
|
isActive: boolean;
|
38235
38235
|
};
|
38236
|
-
automationQueueId: string | null;
|
38237
38236
|
solveMessage: string;
|
38237
|
+
automationQueueId?: string | null | undefined;
|
38238
38238
|
}, {
|
38239
38239
|
id: string;
|
38240
38240
|
channel: {
|
@@ -38623,8 +38623,8 @@ export declare const mainChatRoomContract: {
|
|
38623
38623
|
deletedAt: Date | null;
|
38624
38624
|
isActive: boolean;
|
38625
38625
|
};
|
38626
|
-
automationQueueId: string | null;
|
38627
38626
|
solveMessage: string;
|
38627
|
+
automationQueueId?: string | null | undefined;
|
38628
38628
|
}>;
|
38629
38629
|
}, "strip", z.ZodTypeAny, {
|
38630
38630
|
data: {
|
@@ -39015,8 +39015,8 @@ export declare const mainChatRoomContract: {
|
|
39015
39015
|
deletedAt: Date | null;
|
39016
39016
|
isActive: boolean;
|
39017
39017
|
};
|
39018
|
-
automationQueueId: string | null;
|
39019
39018
|
solveMessage: string;
|
39019
|
+
automationQueueId?: string | null | undefined;
|
39020
39020
|
};
|
39021
39021
|
requestId: string;
|
39022
39022
|
}, {
|
@@ -39408,8 +39408,8 @@ export declare const mainChatRoomContract: {
|
|
39408
39408
|
deletedAt: Date | null;
|
39409
39409
|
isActive: boolean;
|
39410
39410
|
};
|
39411
|
-
automationQueueId: string | null;
|
39412
39411
|
solveMessage: string;
|
39412
|
+
automationQueueId?: string | null | undefined;
|
39413
39413
|
};
|
39414
39414
|
requestId: string;
|
39415
39415
|
}>;
|
@@ -41812,7 +41812,7 @@ export declare const mainChatRoomContract: {
|
|
41812
41812
|
deletedAt: Date | null;
|
41813
41813
|
isActive: boolean;
|
41814
41814
|
}>;
|
41815
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
41815
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
41816
41816
|
contact: z.ZodObject<{
|
41817
41817
|
id: z.ZodString;
|
41818
41818
|
createdAt: z.ZodDate;
|
@@ -43084,8 +43084,8 @@ export declare const mainChatRoomContract: {
|
|
43084
43084
|
deletedAt: Date | null;
|
43085
43085
|
isActive: boolean;
|
43086
43086
|
};
|
43087
|
-
automationQueueId: string | null;
|
43088
43087
|
openMessage: string;
|
43088
|
+
automationQueueId?: string | null | undefined;
|
43089
43089
|
}, {
|
43090
43090
|
id: string;
|
43091
43091
|
channel: {
|
@@ -43586,8 +43586,8 @@ export declare const mainChatRoomContract: {
|
|
43586
43586
|
deletedAt: Date | null;
|
43587
43587
|
isActive: boolean;
|
43588
43588
|
};
|
43589
|
-
automationQueueId: string | null;
|
43590
43589
|
openMessage: string;
|
43590
|
+
automationQueueId?: string | null | undefined;
|
43591
43591
|
}>;
|
43592
43592
|
}, "strip", z.ZodTypeAny, {
|
43593
43593
|
data: {
|
@@ -44090,8 +44090,8 @@ export declare const mainChatRoomContract: {
|
|
44090
44090
|
deletedAt: Date | null;
|
44091
44091
|
isActive: boolean;
|
44092
44092
|
};
|
44093
|
-
automationQueueId: string | null;
|
44094
44093
|
openMessage: string;
|
44094
|
+
automationQueueId?: string | null | undefined;
|
44095
44095
|
};
|
44096
44096
|
requestId: string;
|
44097
44097
|
}, {
|
@@ -44595,8 +44595,8 @@ export declare const mainChatRoomContract: {
|
|
44595
44595
|
deletedAt: Date | null;
|
44596
44596
|
isActive: boolean;
|
44597
44597
|
};
|
44598
|
-
automationQueueId: string | null;
|
44599
44598
|
openMessage: string;
|
44599
|
+
automationQueueId?: string | null | undefined;
|
44600
44600
|
};
|
44601
44601
|
requestId: string;
|
44602
44602
|
}>;
|
@@ -46989,7 +46989,7 @@ export declare const mainChatRoomContract: {
|
|
46989
46989
|
deletedAt: Date | null;
|
46990
46990
|
isActive: boolean;
|
46991
46991
|
}>;
|
46992
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
46992
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
46993
46993
|
description: z.ZodNullable<z.ZodString>;
|
46994
46994
|
}, "strip", z.ZodTypeAny, {
|
46995
46995
|
id: string;
|
@@ -47380,7 +47380,7 @@ export declare const mainChatRoomContract: {
|
|
47380
47380
|
deletedAt: Date | null;
|
47381
47381
|
isActive: boolean;
|
47382
47382
|
};
|
47383
|
-
automationQueueId
|
47383
|
+
automationQueueId?: string | null | undefined;
|
47384
47384
|
}, {
|
47385
47385
|
id: string;
|
47386
47386
|
channel: {
|
@@ -47770,7 +47770,7 @@ export declare const mainChatRoomContract: {
|
|
47770
47770
|
deletedAt: Date | null;
|
47771
47771
|
isActive: boolean;
|
47772
47772
|
};
|
47773
|
-
automationQueueId
|
47773
|
+
automationQueueId?: string | null | undefined;
|
47774
47774
|
}>;
|
47775
47775
|
}, "strip", z.ZodTypeAny, {
|
47776
47776
|
data: {
|
@@ -48162,7 +48162,7 @@ export declare const mainChatRoomContract: {
|
|
48162
48162
|
deletedAt: Date | null;
|
48163
48163
|
isActive: boolean;
|
48164
48164
|
};
|
48165
|
-
automationQueueId
|
48165
|
+
automationQueueId?: string | null | undefined;
|
48166
48166
|
};
|
48167
48167
|
requestId: string;
|
48168
48168
|
}, {
|
@@ -48555,7 +48555,7 @@ export declare const mainChatRoomContract: {
|
|
48555
48555
|
deletedAt: Date | null;
|
48556
48556
|
isActive: boolean;
|
48557
48557
|
};
|
48558
|
-
automationQueueId
|
48558
|
+
automationQueueId?: string | null | undefined;
|
48559
48559
|
};
|
48560
48560
|
requestId: string;
|
48561
48561
|
}>;
|
@@ -55776,7 +55776,7 @@ export declare const mainChatContract: {
|
|
55776
55776
|
deletedAt: Date | null;
|
55777
55777
|
isActive: boolean;
|
55778
55778
|
}>;
|
55779
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
55779
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
55780
55780
|
}, "strip", z.ZodTypeAny, {
|
55781
55781
|
id: string;
|
55782
55782
|
channel: {
|
@@ -56165,7 +56165,7 @@ export declare const mainChatContract: {
|
|
56165
56165
|
deletedAt: Date | null;
|
56166
56166
|
isActive: boolean;
|
56167
56167
|
};
|
56168
|
-
automationQueueId
|
56168
|
+
automationQueueId?: string | null | undefined;
|
56169
56169
|
}, {
|
56170
56170
|
id: string;
|
56171
56171
|
channel: {
|
@@ -56554,7 +56554,7 @@ export declare const mainChatContract: {
|
|
56554
56554
|
deletedAt: Date | null;
|
56555
56555
|
isActive: boolean;
|
56556
56556
|
};
|
56557
|
-
automationQueueId
|
56557
|
+
automationQueueId?: string | null | undefined;
|
56558
56558
|
}>;
|
56559
56559
|
platformMessageId: z.ZodString;
|
56560
56560
|
workflowRule: z.ZodObject<{
|
@@ -60155,7 +60155,7 @@ export declare const mainChatContract: {
|
|
60155
60155
|
deletedAt: Date | null;
|
60156
60156
|
isActive: boolean;
|
60157
60157
|
}>;
|
60158
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
60158
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
60159
60159
|
}, "strip", z.ZodTypeAny, {
|
60160
60160
|
id: string;
|
60161
60161
|
channel: {
|
@@ -60544,7 +60544,7 @@ export declare const mainChatContract: {
|
|
60544
60544
|
deletedAt: Date | null;
|
60545
60545
|
isActive: boolean;
|
60546
60546
|
};
|
60547
|
-
automationQueueId
|
60547
|
+
automationQueueId?: string | null | undefined;
|
60548
60548
|
}, {
|
60549
60549
|
id: string;
|
60550
60550
|
channel: {
|
@@ -60933,7 +60933,7 @@ export declare const mainChatContract: {
|
|
60933
60933
|
deletedAt: Date | null;
|
60934
60934
|
isActive: boolean;
|
60935
60935
|
};
|
60936
|
-
automationQueueId
|
60936
|
+
automationQueueId?: string | null | undefined;
|
60937
60937
|
}>;
|
60938
60938
|
upload: z.ZodObject<{
|
60939
60939
|
id: z.ZodString;
|
@@ -63095,7 +63095,7 @@ export declare const mainChatContract: {
|
|
63095
63095
|
deletedAt: Date | null;
|
63096
63096
|
isActive: boolean;
|
63097
63097
|
};
|
63098
|
-
automationQueueId
|
63098
|
+
automationQueueId?: string | null | undefined;
|
63099
63099
|
};
|
63100
63100
|
platformMessageId: string;
|
63101
63101
|
workflowRule: {
|
@@ -63821,7 +63821,7 @@ export declare const mainChatContract: {
|
|
63821
63821
|
deletedAt: Date | null;
|
63822
63822
|
isActive: boolean;
|
63823
63823
|
};
|
63824
|
-
automationQueueId
|
63824
|
+
automationQueueId?: string | null | undefined;
|
63825
63825
|
};
|
63826
63826
|
platformMessageId: string;
|
63827
63827
|
workflowRule: {
|
@@ -64548,7 +64548,7 @@ export declare const mainChatContract: {
|
|
64548
64548
|
deletedAt: Date | null;
|
64549
64549
|
isActive: boolean;
|
64550
64550
|
};
|
64551
|
-
automationQueueId
|
64551
|
+
automationQueueId?: string | null | undefined;
|
64552
64552
|
};
|
64553
64553
|
platformMessageId: string;
|
64554
64554
|
workflowRule: {
|
@@ -65274,7 +65274,7 @@ export declare const mainChatContract: {
|
|
65274
65274
|
deletedAt: Date | null;
|
65275
65275
|
isActive: boolean;
|
65276
65276
|
};
|
65277
|
-
automationQueueId
|
65277
|
+
automationQueueId?: string | null | undefined;
|
65278
65278
|
};
|
65279
65279
|
platformMessageId: string;
|
65280
65280
|
workflowRule: {
|
@@ -66001,7 +66001,7 @@ export declare const mainChatContract: {
|
|
66001
66001
|
deletedAt: Date | null;
|
66002
66002
|
isActive: boolean;
|
66003
66003
|
};
|
66004
|
-
automationQueueId
|
66004
|
+
automationQueueId?: string | null | undefined;
|
66005
66005
|
};
|
66006
66006
|
platformMessageId: string;
|
66007
66007
|
workflowRule: {
|
@@ -66727,7 +66727,7 @@ export declare const mainChatContract: {
|
|
66727
66727
|
deletedAt: Date | null;
|
66728
66728
|
isActive: boolean;
|
66729
66729
|
};
|
66730
|
-
automationQueueId
|
66730
|
+
automationQueueId?: string | null | undefined;
|
66731
66731
|
};
|
66732
66732
|
platformMessageId: string;
|
66733
66733
|
workflowRule: {
|
@@ -67456,7 +67456,7 @@ export declare const mainChatContract: {
|
|
67456
67456
|
deletedAt: Date | null;
|
67457
67457
|
isActive: boolean;
|
67458
67458
|
};
|
67459
|
-
automationQueueId
|
67459
|
+
automationQueueId?: string | null | undefined;
|
67460
67460
|
};
|
67461
67461
|
platformMessageId: string;
|
67462
67462
|
workflowRule: {
|
@@ -68182,7 +68182,7 @@ export declare const mainChatContract: {
|
|
68182
68182
|
deletedAt: Date | null;
|
68183
68183
|
isActive: boolean;
|
68184
68184
|
};
|
68185
|
-
automationQueueId
|
68185
|
+
automationQueueId?: string | null | undefined;
|
68186
68186
|
};
|
68187
68187
|
platformMessageId: string;
|
68188
68188
|
workflowRule: {
|
@@ -68912,7 +68912,7 @@ export declare const mainChatContract: {
|
|
68912
68912
|
deletedAt: Date | null;
|
68913
68913
|
isActive: boolean;
|
68914
68914
|
};
|
68915
|
-
automationQueueId
|
68915
|
+
automationQueueId?: string | null | undefined;
|
68916
68916
|
};
|
68917
68917
|
platformMessageId: string;
|
68918
68918
|
workflowRule: {
|
@@ -69638,7 +69638,7 @@ export declare const mainChatContract: {
|
|
69638
69638
|
deletedAt: Date | null;
|
69639
69639
|
isActive: boolean;
|
69640
69640
|
};
|
69641
|
-
automationQueueId
|
69641
|
+
automationQueueId?: string | null | undefined;
|
69642
69642
|
};
|
69643
69643
|
platformMessageId: string;
|
69644
69644
|
workflowRule: {
|
@@ -72329,7 +72329,7 @@ export declare const mainChatContract: {
|
|
72329
72329
|
deletedAt: Date | null;
|
72330
72330
|
isActive: boolean;
|
72331
72331
|
}>;
|
72332
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
72332
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
72333
72333
|
}, "strip", z.ZodTypeAny, {
|
72334
72334
|
id: string;
|
72335
72335
|
channel: {
|
@@ -72718,7 +72718,7 @@ export declare const mainChatContract: {
|
|
72718
72718
|
deletedAt: Date | null;
|
72719
72719
|
isActive: boolean;
|
72720
72720
|
};
|
72721
|
-
automationQueueId
|
72721
|
+
automationQueueId?: string | null | undefined;
|
72722
72722
|
}, {
|
72723
72723
|
id: string;
|
72724
72724
|
channel: {
|
@@ -73107,7 +73107,7 @@ export declare const mainChatContract: {
|
|
73107
73107
|
deletedAt: Date | null;
|
73108
73108
|
isActive: boolean;
|
73109
73109
|
};
|
73110
|
-
automationQueueId
|
73110
|
+
automationQueueId?: string | null | undefined;
|
73111
73111
|
}>;
|
73112
73112
|
upload: z.ZodObject<{
|
73113
73113
|
id: z.ZodString;
|
@@ -75269,7 +75269,7 @@ export declare const mainChatContract: {
|
|
75269
75269
|
deletedAt: Date | null;
|
75270
75270
|
isActive: boolean;
|
75271
75271
|
};
|
75272
|
-
automationQueueId
|
75272
|
+
automationQueueId?: string | null | undefined;
|
75273
75273
|
};
|
75274
75274
|
platformMessageId: string;
|
75275
75275
|
workflowRule: {
|
@@ -75995,7 +75995,7 @@ export declare const mainChatContract: {
|
|
75995
75995
|
deletedAt: Date | null;
|
75996
75996
|
isActive: boolean;
|
75997
75997
|
};
|
75998
|
-
automationQueueId
|
75998
|
+
automationQueueId?: string | null | undefined;
|
75999
75999
|
};
|
76000
76000
|
platformMessageId: string;
|
76001
76001
|
workflowRule: {
|
@@ -76723,7 +76723,7 @@ export declare const mainChatContract: {
|
|
76723
76723
|
deletedAt: Date | null;
|
76724
76724
|
isActive: boolean;
|
76725
76725
|
};
|
76726
|
-
automationQueueId
|
76726
|
+
automationQueueId?: string | null | undefined;
|
76727
76727
|
};
|
76728
76728
|
platformMessageId: string;
|
76729
76729
|
workflowRule: {
|
@@ -77452,7 +77452,7 @@ export declare const mainChatContract: {
|
|
77452
77452
|
deletedAt: Date | null;
|
77453
77453
|
isActive: boolean;
|
77454
77454
|
};
|
77455
|
-
automationQueueId
|
77455
|
+
automationQueueId?: string | null | undefined;
|
77456
77456
|
};
|
77457
77457
|
platformMessageId: string;
|
77458
77458
|
workflowRule: {
|
@@ -80661,7 +80661,7 @@ export declare const mainChatContract: {
|
|
80661
80661
|
deletedAt: Date | null;
|
80662
80662
|
isActive: boolean;
|
80663
80663
|
}>;
|
80664
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
80664
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
80665
80665
|
}, "strip", z.ZodTypeAny, {
|
80666
80666
|
id: string;
|
80667
80667
|
channel: {
|
@@ -81050,7 +81050,7 @@ export declare const mainChatContract: {
|
|
81050
81050
|
deletedAt: Date | null;
|
81051
81051
|
isActive: boolean;
|
81052
81052
|
};
|
81053
|
-
automationQueueId
|
81053
|
+
automationQueueId?: string | null | undefined;
|
81054
81054
|
}, {
|
81055
81055
|
id: string;
|
81056
81056
|
channel: {
|
@@ -81439,7 +81439,7 @@ export declare const mainChatContract: {
|
|
81439
81439
|
deletedAt: Date | null;
|
81440
81440
|
isActive: boolean;
|
81441
81441
|
};
|
81442
|
-
automationQueueId
|
81442
|
+
automationQueueId?: string | null | undefined;
|
81443
81443
|
}>;
|
81444
81444
|
platformMessageId: z.ZodString;
|
81445
81445
|
workflowRule: z.ZodObject<{
|
@@ -85405,7 +85405,7 @@ export declare const mainChatContract: {
|
|
85405
85405
|
deletedAt: Date | null;
|
85406
85406
|
isActive: boolean;
|
85407
85407
|
};
|
85408
|
-
automationQueueId
|
85408
|
+
automationQueueId?: string | null | undefined;
|
85409
85409
|
};
|
85410
85410
|
platformMessageId: string;
|
85411
85411
|
workflowRule: {
|
@@ -86400,7 +86400,7 @@ export declare const mainChatContract: {
|
|
86400
86400
|
deletedAt: Date | null;
|
86401
86401
|
isActive: boolean;
|
86402
86402
|
};
|
86403
|
-
automationQueueId
|
86403
|
+
automationQueueId?: string | null | undefined;
|
86404
86404
|
};
|
86405
86405
|
platformMessageId: string;
|
86406
86406
|
workflowRule: {
|
@@ -87397,7 +87397,7 @@ export declare const mainChatContract: {
|
|
87397
87397
|
deletedAt: Date | null;
|
87398
87398
|
isActive: boolean;
|
87399
87399
|
};
|
87400
|
-
automationQueueId
|
87400
|
+
automationQueueId?: string | null | undefined;
|
87401
87401
|
};
|
87402
87402
|
platformMessageId: string;
|
87403
87403
|
workflowRule: {
|
@@ -88398,7 +88398,7 @@ export declare const mainChatContract: {
|
|
88398
88398
|
deletedAt: Date | null;
|
88399
88399
|
isActive: boolean;
|
88400
88400
|
};
|
88401
|
-
automationQueueId
|
88401
|
+
automationQueueId?: string | null | undefined;
|
88402
88402
|
};
|
88403
88403
|
platformMessageId: string;
|
88404
88404
|
workflowRule: {
|
@@ -91295,7 +91295,7 @@ export declare const mainChatContract: {
|
|
91295
91295
|
deletedAt: Date | null;
|
91296
91296
|
isActive: boolean;
|
91297
91297
|
}>;
|
91298
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
91298
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
91299
91299
|
}, "strip", z.ZodTypeAny, {
|
91300
91300
|
id: string;
|
91301
91301
|
channel: {
|
@@ -91684,7 +91684,7 @@ export declare const mainChatContract: {
|
|
91684
91684
|
deletedAt: Date | null;
|
91685
91685
|
isActive: boolean;
|
91686
91686
|
};
|
91687
|
-
automationQueueId
|
91687
|
+
automationQueueId?: string | null | undefined;
|
91688
91688
|
}, {
|
91689
91689
|
id: string;
|
91690
91690
|
channel: {
|
@@ -92073,7 +92073,7 @@ export declare const mainChatContract: {
|
|
92073
92073
|
deletedAt: Date | null;
|
92074
92074
|
isActive: boolean;
|
92075
92075
|
};
|
92076
|
-
automationQueueId
|
92076
|
+
automationQueueId?: string | null | undefined;
|
92077
92077
|
}>, "many">;
|
92078
92078
|
}, "strip", z.ZodTypeAny, {
|
92079
92079
|
data: {
|
@@ -92464,7 +92464,7 @@ export declare const mainChatContract: {
|
|
92464
92464
|
deletedAt: Date | null;
|
92465
92465
|
isActive: boolean;
|
92466
92466
|
};
|
92467
|
-
automationQueueId
|
92467
|
+
automationQueueId?: string | null | undefined;
|
92468
92468
|
}[];
|
92469
92469
|
requestId: string;
|
92470
92470
|
}, {
|
@@ -92856,7 +92856,7 @@ export declare const mainChatContract: {
|
|
92856
92856
|
deletedAt: Date | null;
|
92857
92857
|
isActive: boolean;
|
92858
92858
|
};
|
92859
|
-
automationQueueId
|
92859
|
+
automationQueueId?: string | null | undefined;
|
92860
92860
|
}[];
|
92861
92861
|
requestId: string;
|
92862
92862
|
}>;
|
@@ -95264,7 +95264,7 @@ export declare const mainChatContract: {
|
|
95264
95264
|
deletedAt: Date | null;
|
95265
95265
|
isActive: boolean;
|
95266
95266
|
}>;
|
95267
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
95267
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
95268
95268
|
}, "strip", z.ZodTypeAny, {
|
95269
95269
|
id: string;
|
95270
95270
|
channel: {
|
@@ -95653,7 +95653,7 @@ export declare const mainChatContract: {
|
|
95653
95653
|
deletedAt: Date | null;
|
95654
95654
|
isActive: boolean;
|
95655
95655
|
};
|
95656
|
-
automationQueueId
|
95656
|
+
automationQueueId?: string | null | undefined;
|
95657
95657
|
}, {
|
95658
95658
|
id: string;
|
95659
95659
|
channel: {
|
@@ -96042,7 +96042,7 @@ export declare const mainChatContract: {
|
|
96042
96042
|
deletedAt: Date | null;
|
96043
96043
|
isActive: boolean;
|
96044
96044
|
};
|
96045
|
-
automationQueueId
|
96045
|
+
automationQueueId?: string | null | undefined;
|
96046
96046
|
}>;
|
96047
96047
|
}, "strip", z.ZodTypeAny, {
|
96048
96048
|
data: {
|
@@ -96433,7 +96433,7 @@ export declare const mainChatContract: {
|
|
96433
96433
|
deletedAt: Date | null;
|
96434
96434
|
isActive: boolean;
|
96435
96435
|
};
|
96436
|
-
automationQueueId
|
96436
|
+
automationQueueId?: string | null | undefined;
|
96437
96437
|
};
|
96438
96438
|
requestId: string;
|
96439
96439
|
}, {
|
@@ -96825,7 +96825,7 @@ export declare const mainChatContract: {
|
|
96825
96825
|
deletedAt: Date | null;
|
96826
96826
|
isActive: boolean;
|
96827
96827
|
};
|
96828
|
-
automationQueueId
|
96828
|
+
automationQueueId?: string | null | undefined;
|
96829
96829
|
};
|
96830
96830
|
requestId: string;
|
96831
96831
|
}>;
|
@@ -100294,7 +100294,7 @@ export declare const mainChatContract: {
|
|
100294
100294
|
deletedAt: Date | null;
|
100295
100295
|
isActive: boolean;
|
100296
100296
|
}>;
|
100297
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
100297
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
100298
100298
|
}, "strip", z.ZodTypeAny, {
|
100299
100299
|
id: string;
|
100300
100300
|
channel: {
|
@@ -100683,7 +100683,7 @@ export declare const mainChatContract: {
|
|
100683
100683
|
deletedAt: Date | null;
|
100684
100684
|
isActive: boolean;
|
100685
100685
|
};
|
100686
|
-
automationQueueId
|
100686
|
+
automationQueueId?: string | null | undefined;
|
100687
100687
|
}, {
|
100688
100688
|
id: string;
|
100689
100689
|
channel: {
|
@@ -101072,7 +101072,7 @@ export declare const mainChatContract: {
|
|
101072
101072
|
deletedAt: Date | null;
|
101073
101073
|
isActive: boolean;
|
101074
101074
|
};
|
101075
|
-
automationQueueId
|
101075
|
+
automationQueueId?: string | null | undefined;
|
101076
101076
|
}>;
|
101077
101077
|
}, "strip", z.ZodTypeAny, {
|
101078
101078
|
data: {
|
@@ -101463,7 +101463,7 @@ export declare const mainChatContract: {
|
|
101463
101463
|
deletedAt: Date | null;
|
101464
101464
|
isActive: boolean;
|
101465
101465
|
};
|
101466
|
-
automationQueueId
|
101466
|
+
automationQueueId?: string | null | undefined;
|
101467
101467
|
};
|
101468
101468
|
requestId: string;
|
101469
101469
|
}, {
|
@@ -101855,7 +101855,7 @@ export declare const mainChatContract: {
|
|
101855
101855
|
deletedAt: Date | null;
|
101856
101856
|
isActive: boolean;
|
101857
101857
|
};
|
101858
|
-
automationQueueId
|
101858
|
+
automationQueueId?: string | null | undefined;
|
101859
101859
|
};
|
101860
101860
|
requestId: string;
|
101861
101861
|
}>;
|
@@ -105102,7 +105102,7 @@ export declare const mainChatMessageContract: {
|
|
105102
105102
|
deletedAt: Date | null;
|
105103
105103
|
isActive: boolean;
|
105104
105104
|
}>;
|
105105
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
105105
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
105106
105106
|
}, "strip", z.ZodTypeAny, {
|
105107
105107
|
id: string;
|
105108
105108
|
channel: {
|
@@ -105491,7 +105491,7 @@ export declare const mainChatMessageContract: {
|
|
105491
105491
|
deletedAt: Date | null;
|
105492
105492
|
isActive: boolean;
|
105493
105493
|
};
|
105494
|
-
automationQueueId
|
105494
|
+
automationQueueId?: string | null | undefined;
|
105495
105495
|
}, {
|
105496
105496
|
id: string;
|
105497
105497
|
channel: {
|
@@ -105880,7 +105880,7 @@ export declare const mainChatMessageContract: {
|
|
105880
105880
|
deletedAt: Date | null;
|
105881
105881
|
isActive: boolean;
|
105882
105882
|
};
|
105883
|
-
automationQueueId
|
105883
|
+
automationQueueId?: string | null | undefined;
|
105884
105884
|
}>;
|
105885
105885
|
platformMessageId: z.ZodString;
|
105886
105886
|
workflowRule: z.ZodObject<{
|
@@ -109481,7 +109481,7 @@ export declare const mainChatMessageContract: {
|
|
109481
109481
|
deletedAt: Date | null;
|
109482
109482
|
isActive: boolean;
|
109483
109483
|
}>;
|
109484
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
109484
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
109485
109485
|
}, "strip", z.ZodTypeAny, {
|
109486
109486
|
id: string;
|
109487
109487
|
channel: {
|
@@ -109870,7 +109870,7 @@ export declare const mainChatMessageContract: {
|
|
109870
109870
|
deletedAt: Date | null;
|
109871
109871
|
isActive: boolean;
|
109872
109872
|
};
|
109873
|
-
automationQueueId
|
109873
|
+
automationQueueId?: string | null | undefined;
|
109874
109874
|
}, {
|
109875
109875
|
id: string;
|
109876
109876
|
channel: {
|
@@ -110259,7 +110259,7 @@ export declare const mainChatMessageContract: {
|
|
110259
110259
|
deletedAt: Date | null;
|
110260
110260
|
isActive: boolean;
|
110261
110261
|
};
|
110262
|
-
automationQueueId
|
110262
|
+
automationQueueId?: string | null | undefined;
|
110263
110263
|
}>;
|
110264
110264
|
upload: z.ZodObject<{
|
110265
110265
|
id: z.ZodString;
|
@@ -112421,7 +112421,7 @@ export declare const mainChatMessageContract: {
|
|
112421
112421
|
deletedAt: Date | null;
|
112422
112422
|
isActive: boolean;
|
112423
112423
|
};
|
112424
|
-
automationQueueId
|
112424
|
+
automationQueueId?: string | null | undefined;
|
112425
112425
|
};
|
112426
112426
|
platformMessageId: string;
|
112427
112427
|
workflowRule: {
|
@@ -113147,7 +113147,7 @@ export declare const mainChatMessageContract: {
|
|
113147
113147
|
deletedAt: Date | null;
|
113148
113148
|
isActive: boolean;
|
113149
113149
|
};
|
113150
|
-
automationQueueId
|
113150
|
+
automationQueueId?: string | null | undefined;
|
113151
113151
|
};
|
113152
113152
|
platformMessageId: string;
|
113153
113153
|
workflowRule: {
|
@@ -113874,7 +113874,7 @@ export declare const mainChatMessageContract: {
|
|
113874
113874
|
deletedAt: Date | null;
|
113875
113875
|
isActive: boolean;
|
113876
113876
|
};
|
113877
|
-
automationQueueId
|
113877
|
+
automationQueueId?: string | null | undefined;
|
113878
113878
|
};
|
113879
113879
|
platformMessageId: string;
|
113880
113880
|
workflowRule: {
|
@@ -114600,7 +114600,7 @@ export declare const mainChatMessageContract: {
|
|
114600
114600
|
deletedAt: Date | null;
|
114601
114601
|
isActive: boolean;
|
114602
114602
|
};
|
114603
|
-
automationQueueId
|
114603
|
+
automationQueueId?: string | null | undefined;
|
114604
114604
|
};
|
114605
114605
|
platformMessageId: string;
|
114606
114606
|
workflowRule: {
|
@@ -115327,7 +115327,7 @@ export declare const mainChatMessageContract: {
|
|
115327
115327
|
deletedAt: Date | null;
|
115328
115328
|
isActive: boolean;
|
115329
115329
|
};
|
115330
|
-
automationQueueId
|
115330
|
+
automationQueueId?: string | null | undefined;
|
115331
115331
|
};
|
115332
115332
|
platformMessageId: string;
|
115333
115333
|
workflowRule: {
|
@@ -116053,7 +116053,7 @@ export declare const mainChatMessageContract: {
|
|
116053
116053
|
deletedAt: Date | null;
|
116054
116054
|
isActive: boolean;
|
116055
116055
|
};
|
116056
|
-
automationQueueId
|
116056
|
+
automationQueueId?: string | null | undefined;
|
116057
116057
|
};
|
116058
116058
|
platformMessageId: string;
|
116059
116059
|
workflowRule: {
|
@@ -116782,7 +116782,7 @@ export declare const mainChatMessageContract: {
|
|
116782
116782
|
deletedAt: Date | null;
|
116783
116783
|
isActive: boolean;
|
116784
116784
|
};
|
116785
|
-
automationQueueId
|
116785
|
+
automationQueueId?: string | null | undefined;
|
116786
116786
|
};
|
116787
116787
|
platformMessageId: string;
|
116788
116788
|
workflowRule: {
|
@@ -117508,7 +117508,7 @@ export declare const mainChatMessageContract: {
|
|
117508
117508
|
deletedAt: Date | null;
|
117509
117509
|
isActive: boolean;
|
117510
117510
|
};
|
117511
|
-
automationQueueId
|
117511
|
+
automationQueueId?: string | null | undefined;
|
117512
117512
|
};
|
117513
117513
|
platformMessageId: string;
|
117514
117514
|
workflowRule: {
|
@@ -118238,7 +118238,7 @@ export declare const mainChatMessageContract: {
|
|
118238
118238
|
deletedAt: Date | null;
|
118239
118239
|
isActive: boolean;
|
118240
118240
|
};
|
118241
|
-
automationQueueId
|
118241
|
+
automationQueueId?: string | null | undefined;
|
118242
118242
|
};
|
118243
118243
|
platformMessageId: string;
|
118244
118244
|
workflowRule: {
|
@@ -118964,7 +118964,7 @@ export declare const mainChatMessageContract: {
|
|
118964
118964
|
deletedAt: Date | null;
|
118965
118965
|
isActive: boolean;
|
118966
118966
|
};
|
118967
|
-
automationQueueId
|
118967
|
+
automationQueueId?: string | null | undefined;
|
118968
118968
|
};
|
118969
118969
|
platformMessageId: string;
|
118970
118970
|
workflowRule: {
|
@@ -122286,7 +122286,7 @@ export declare const mainChatMessageContract: {
|
|
122286
122286
|
deletedAt: Date | null;
|
122287
122287
|
isActive: boolean;
|
122288
122288
|
}>;
|
122289
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
122289
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
122290
122290
|
}, "strip", z.ZodTypeAny, {
|
122291
122291
|
id: string;
|
122292
122292
|
channel: {
|
@@ -122675,7 +122675,7 @@ export declare const mainChatMessageContract: {
|
|
122675
122675
|
deletedAt: Date | null;
|
122676
122676
|
isActive: boolean;
|
122677
122677
|
};
|
122678
|
-
automationQueueId
|
122678
|
+
automationQueueId?: string | null | undefined;
|
122679
122679
|
}, {
|
122680
122680
|
id: string;
|
122681
122681
|
channel: {
|
@@ -123064,7 +123064,7 @@ export declare const mainChatMessageContract: {
|
|
123064
123064
|
deletedAt: Date | null;
|
123065
123065
|
isActive: boolean;
|
123066
123066
|
};
|
123067
|
-
automationQueueId
|
123067
|
+
automationQueueId?: string | null | undefined;
|
123068
123068
|
}>;
|
123069
123069
|
upload: z.ZodObject<{
|
123070
123070
|
id: z.ZodString;
|
@@ -125226,7 +125226,7 @@ export declare const mainChatMessageContract: {
|
|
125226
125226
|
deletedAt: Date | null;
|
125227
125227
|
isActive: boolean;
|
125228
125228
|
};
|
125229
|
-
automationQueueId
|
125229
|
+
automationQueueId?: string | null | undefined;
|
125230
125230
|
};
|
125231
125231
|
platformMessageId: string;
|
125232
125232
|
workflowRule: {
|
@@ -125952,7 +125952,7 @@ export declare const mainChatMessageContract: {
|
|
125952
125952
|
deletedAt: Date | null;
|
125953
125953
|
isActive: boolean;
|
125954
125954
|
};
|
125955
|
-
automationQueueId
|
125955
|
+
automationQueueId?: string | null | undefined;
|
125956
125956
|
};
|
125957
125957
|
platformMessageId: string;
|
125958
125958
|
workflowRule: {
|
@@ -126680,7 +126680,7 @@ export declare const mainChatMessageContract: {
|
|
126680
126680
|
deletedAt: Date | null;
|
126681
126681
|
isActive: boolean;
|
126682
126682
|
};
|
126683
|
-
automationQueueId
|
126683
|
+
automationQueueId?: string | null | undefined;
|
126684
126684
|
};
|
126685
126685
|
platformMessageId: string;
|
126686
126686
|
workflowRule: {
|
@@ -127409,7 +127409,7 @@ export declare const mainChatMessageContract: {
|
|
127409
127409
|
deletedAt: Date | null;
|
127410
127410
|
isActive: boolean;
|
127411
127411
|
};
|
127412
|
-
automationQueueId
|
127412
|
+
automationQueueId?: string | null | undefined;
|
127413
127413
|
};
|
127414
127414
|
platformMessageId: string;
|
127415
127415
|
workflowRule: {
|