@kl1/contracts 1.2.30-uat → 1.2.31-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +1470 -1470
- package/dist/api-contracts/src/chat/schema.d.ts +230 -230
- package/dist/api-contracts/src/chat/validation.d.ts +158 -158
- package/dist/api-contracts/src/contract.d.ts +1534 -1534
- package/dist/api-contracts/src/facebook-feed/index.d.ts +158 -158
- package/dist/api-contracts/src/instagram/index.d.ts +158 -158
- package/dist/api-contracts/src/line/index.d.ts +158 -158
- package/dist/api-contracts/src/messenger/index.d.ts +158 -158
- package/dist/api-contracts/src/telegram/index.d.ts +158 -158
- package/dist/api-contracts/src/viber/index.d.ts +158 -158
- package/dist/api-contracts/src/webchat/index.d.ts +158 -158
- package/dist/api-contracts/src/whatsapp/index.d.ts +158 -158
- package/dist/api-contracts/src/workflow-rule/index.d.ts +96 -96
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -3076,7 +3076,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3076
3076
|
integrationId: string;
|
3077
3077
|
} | null;
|
3078
3078
|
}>;
|
3079
|
-
cxlog: z.
|
3079
|
+
cxlog: z.ZodObject<{
|
3080
3080
|
id: z.ZodString;
|
3081
3081
|
createdAt: z.ZodDate;
|
3082
3082
|
updatedAt: z.ZodDate;
|
@@ -3591,7 +3591,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3591
3591
|
deletedAt: Date | null;
|
3592
3592
|
} | null | undefined;
|
3593
3593
|
}[] | null | undefined;
|
3594
|
-
}
|
3594
|
+
}>;
|
3595
3595
|
workflowRule: z.ZodObject<{
|
3596
3596
|
id: z.ZodString;
|
3597
3597
|
createdAt: z.ZodDate;
|
@@ -3940,16 +3940,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3940
3940
|
closedAt: Date;
|
3941
3941
|
lastMessageAt: Date | null;
|
3942
3942
|
isBotRoom: boolean;
|
3943
|
-
|
3944
|
-
type: string;
|
3945
|
-
id: string;
|
3946
|
-
name: string;
|
3947
|
-
createdAt: Date;
|
3948
|
-
updatedAt: Date;
|
3949
|
-
deletedAt: Date | null;
|
3950
|
-
isActive: boolean;
|
3951
|
-
};
|
3952
|
-
cxlog?: {
|
3943
|
+
cxlog: {
|
3953
3944
|
id: string;
|
3954
3945
|
channel: string | null;
|
3955
3946
|
direction: string | null;
|
@@ -4034,7 +4025,16 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4034
4025
|
deletedAt: Date | null;
|
4035
4026
|
} | null | undefined;
|
4036
4027
|
}[] | null | undefined;
|
4037
|
-
}
|
4028
|
+
};
|
4029
|
+
workflowRule: {
|
4030
|
+
type: string;
|
4031
|
+
id: string;
|
4032
|
+
name: string;
|
4033
|
+
createdAt: Date;
|
4034
|
+
updatedAt: Date;
|
4035
|
+
deletedAt: Date | null;
|
4036
|
+
isActive: boolean;
|
4037
|
+
};
|
4038
4038
|
automationQueueId?: string | null | undefined;
|
4039
4039
|
}, {
|
4040
4040
|
id: string;
|
@@ -4358,16 +4358,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4358
4358
|
closedAt: Date;
|
4359
4359
|
lastMessageAt: Date | null;
|
4360
4360
|
isBotRoom: boolean;
|
4361
|
-
|
4362
|
-
type: string;
|
4363
|
-
id: string;
|
4364
|
-
name: string;
|
4365
|
-
createdAt: Date;
|
4366
|
-
updatedAt: Date;
|
4367
|
-
deletedAt: Date | null;
|
4368
|
-
isActive: boolean;
|
4369
|
-
};
|
4370
|
-
cxlog?: {
|
4361
|
+
cxlog: {
|
4371
4362
|
id: string;
|
4372
4363
|
channel: string | null;
|
4373
4364
|
direction: string | null;
|
@@ -4452,7 +4443,16 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4452
4443
|
deletedAt: Date | null;
|
4453
4444
|
} | null | undefined;
|
4454
4445
|
}[] | null | undefined;
|
4455
|
-
}
|
4446
|
+
};
|
4447
|
+
workflowRule: {
|
4448
|
+
type: string;
|
4449
|
+
id: string;
|
4450
|
+
name: string;
|
4451
|
+
createdAt: Date;
|
4452
|
+
updatedAt: Date;
|
4453
|
+
deletedAt: Date | null;
|
4454
|
+
isActive: boolean;
|
4455
|
+
};
|
4456
4456
|
automationQueueId?: string | null | undefined;
|
4457
4457
|
}>;
|
4458
4458
|
/**
|
@@ -6468,7 +6468,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6468
6468
|
integrationId: string;
|
6469
6469
|
} | null;
|
6470
6470
|
}>;
|
6471
|
-
cxlog: z.
|
6471
|
+
cxlog: z.ZodObject<{
|
6472
6472
|
id: z.ZodString;
|
6473
6473
|
createdAt: z.ZodDate;
|
6474
6474
|
updatedAt: z.ZodDate;
|
@@ -6983,7 +6983,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6983
6983
|
deletedAt: Date | null;
|
6984
6984
|
} | null | undefined;
|
6985
6985
|
}[] | null | undefined;
|
6986
|
-
}
|
6986
|
+
}>;
|
6987
6987
|
workflowRule: z.ZodObject<{
|
6988
6988
|
id: z.ZodString;
|
6989
6989
|
createdAt: z.ZodDate;
|
@@ -7332,16 +7332,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7332
7332
|
closedAt: Date;
|
7333
7333
|
lastMessageAt: Date | null;
|
7334
7334
|
isBotRoom: boolean;
|
7335
|
-
|
7336
|
-
type: string;
|
7337
|
-
id: string;
|
7338
|
-
name: string;
|
7339
|
-
createdAt: Date;
|
7340
|
-
updatedAt: Date;
|
7341
|
-
deletedAt: Date | null;
|
7342
|
-
isActive: boolean;
|
7343
|
-
};
|
7344
|
-
cxlog?: {
|
7335
|
+
cxlog: {
|
7345
7336
|
id: string;
|
7346
7337
|
channel: string | null;
|
7347
7338
|
direction: string | null;
|
@@ -7426,7 +7417,16 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7426
7417
|
deletedAt: Date | null;
|
7427
7418
|
} | null | undefined;
|
7428
7419
|
}[] | null | undefined;
|
7429
|
-
}
|
7420
|
+
};
|
7421
|
+
workflowRule: {
|
7422
|
+
type: string;
|
7423
|
+
id: string;
|
7424
|
+
name: string;
|
7425
|
+
createdAt: Date;
|
7426
|
+
updatedAt: Date;
|
7427
|
+
deletedAt: Date | null;
|
7428
|
+
isActive: boolean;
|
7429
|
+
};
|
7430
7430
|
automationQueueId?: string | null | undefined;
|
7431
7431
|
}, {
|
7432
7432
|
id: string;
|
@@ -7750,16 +7750,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7750
7750
|
closedAt: Date;
|
7751
7751
|
lastMessageAt: Date | null;
|
7752
7752
|
isBotRoom: boolean;
|
7753
|
-
|
7754
|
-
type: string;
|
7755
|
-
id: string;
|
7756
|
-
name: string;
|
7757
|
-
createdAt: Date;
|
7758
|
-
updatedAt: Date;
|
7759
|
-
deletedAt: Date | null;
|
7760
|
-
isActive: boolean;
|
7761
|
-
};
|
7762
|
-
cxlog?: {
|
7753
|
+
cxlog: {
|
7763
7754
|
id: string;
|
7764
7755
|
channel: string | null;
|
7765
7756
|
direction: string | null;
|
@@ -7844,7 +7835,16 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7844
7835
|
deletedAt: Date | null;
|
7845
7836
|
} | null | undefined;
|
7846
7837
|
}[] | null | undefined;
|
7847
|
-
}
|
7838
|
+
};
|
7839
|
+
workflowRule: {
|
7840
|
+
type: string;
|
7841
|
+
id: string;
|
7842
|
+
name: string;
|
7843
|
+
createdAt: Date;
|
7844
|
+
updatedAt: Date;
|
7845
|
+
deletedAt: Date | null;
|
7846
|
+
isActive: boolean;
|
7847
|
+
};
|
7848
7848
|
automationQueueId?: string | null | undefined;
|
7849
7849
|
}>;
|
7850
7850
|
upload: z.ZodObject<{
|
@@ -9941,16 +9941,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9941
9941
|
closedAt: Date;
|
9942
9942
|
lastMessageAt: Date | null;
|
9943
9943
|
isBotRoom: boolean;
|
9944
|
-
|
9945
|
-
type: string;
|
9946
|
-
id: string;
|
9947
|
-
name: string;
|
9948
|
-
createdAt: Date;
|
9949
|
-
updatedAt: Date;
|
9950
|
-
deletedAt: Date | null;
|
9951
|
-
isActive: boolean;
|
9952
|
-
};
|
9953
|
-
cxlog?: {
|
9944
|
+
cxlog: {
|
9954
9945
|
id: string;
|
9955
9946
|
channel: string | null;
|
9956
9947
|
direction: string | null;
|
@@ -10035,7 +10026,16 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10035
10026
|
deletedAt: Date | null;
|
10036
10027
|
} | null | undefined;
|
10037
10028
|
}[] | null | undefined;
|
10038
|
-
}
|
10029
|
+
};
|
10030
|
+
workflowRule: {
|
10031
|
+
type: string;
|
10032
|
+
id: string;
|
10033
|
+
name: string;
|
10034
|
+
createdAt: Date;
|
10035
|
+
updatedAt: Date;
|
10036
|
+
deletedAt: Date | null;
|
10037
|
+
isActive: boolean;
|
10038
|
+
};
|
10039
10039
|
automationQueueId?: string | null | undefined;
|
10040
10040
|
};
|
10041
10041
|
platformMessageId: string;
|
@@ -10696,16 +10696,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10696
10696
|
closedAt: Date;
|
10697
10697
|
lastMessageAt: Date | null;
|
10698
10698
|
isBotRoom: boolean;
|
10699
|
-
|
10700
|
-
type: string;
|
10701
|
-
id: string;
|
10702
|
-
name: string;
|
10703
|
-
createdAt: Date;
|
10704
|
-
updatedAt: Date;
|
10705
|
-
deletedAt: Date | null;
|
10706
|
-
isActive: boolean;
|
10707
|
-
};
|
10708
|
-
cxlog?: {
|
10699
|
+
cxlog: {
|
10709
10700
|
id: string;
|
10710
10701
|
channel: string | null;
|
10711
10702
|
direction: string | null;
|
@@ -10790,7 +10781,16 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10790
10781
|
deletedAt: Date | null;
|
10791
10782
|
} | null | undefined;
|
10792
10783
|
}[] | null | undefined;
|
10793
|
-
}
|
10784
|
+
};
|
10785
|
+
workflowRule: {
|
10786
|
+
type: string;
|
10787
|
+
id: string;
|
10788
|
+
name: string;
|
10789
|
+
createdAt: Date;
|
10790
|
+
updatedAt: Date;
|
10791
|
+
deletedAt: Date | null;
|
10792
|
+
isActive: boolean;
|
10793
|
+
};
|
10794
10794
|
automationQueueId?: string | null | undefined;
|
10795
10795
|
};
|
10796
10796
|
platformMessageId: string;
|
@@ -13467,7 +13467,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13467
13467
|
integrationId: string;
|
13468
13468
|
} | null;
|
13469
13469
|
}>;
|
13470
|
-
cxlog: z.
|
13470
|
+
cxlog: z.ZodObject<{
|
13471
13471
|
id: z.ZodString;
|
13472
13472
|
createdAt: z.ZodDate;
|
13473
13473
|
updatedAt: z.ZodDate;
|
@@ -13982,7 +13982,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13982
13982
|
deletedAt: Date | null;
|
13983
13983
|
} | null | undefined;
|
13984
13984
|
}[] | null | undefined;
|
13985
|
-
}
|
13985
|
+
}>;
|
13986
13986
|
workflowRule: z.ZodObject<{
|
13987
13987
|
id: z.ZodString;
|
13988
13988
|
createdAt: z.ZodDate;
|
@@ -14331,16 +14331,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14331
14331
|
closedAt: Date;
|
14332
14332
|
lastMessageAt: Date | null;
|
14333
14333
|
isBotRoom: boolean;
|
14334
|
-
|
14335
|
-
type: string;
|
14336
|
-
id: string;
|
14337
|
-
name: string;
|
14338
|
-
createdAt: Date;
|
14339
|
-
updatedAt: Date;
|
14340
|
-
deletedAt: Date | null;
|
14341
|
-
isActive: boolean;
|
14342
|
-
};
|
14343
|
-
cxlog?: {
|
14334
|
+
cxlog: {
|
14344
14335
|
id: string;
|
14345
14336
|
channel: string | null;
|
14346
14337
|
direction: string | null;
|
@@ -14425,7 +14416,16 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14425
14416
|
deletedAt: Date | null;
|
14426
14417
|
} | null | undefined;
|
14427
14418
|
}[] | null | undefined;
|
14428
|
-
}
|
14419
|
+
};
|
14420
|
+
workflowRule: {
|
14421
|
+
type: string;
|
14422
|
+
id: string;
|
14423
|
+
name: string;
|
14424
|
+
createdAt: Date;
|
14425
|
+
updatedAt: Date;
|
14426
|
+
deletedAt: Date | null;
|
14427
|
+
isActive: boolean;
|
14428
|
+
};
|
14429
14429
|
automationQueueId?: string | null | undefined;
|
14430
14430
|
}, {
|
14431
14431
|
id: string;
|
@@ -14749,16 +14749,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14749
14749
|
closedAt: Date;
|
14750
14750
|
lastMessageAt: Date | null;
|
14751
14751
|
isBotRoom: boolean;
|
14752
|
-
|
14753
|
-
type: string;
|
14754
|
-
id: string;
|
14755
|
-
name: string;
|
14756
|
-
createdAt: Date;
|
14757
|
-
updatedAt: Date;
|
14758
|
-
deletedAt: Date | null;
|
14759
|
-
isActive: boolean;
|
14760
|
-
};
|
14761
|
-
cxlog?: {
|
14752
|
+
cxlog: {
|
14762
14753
|
id: string;
|
14763
14754
|
channel: string | null;
|
14764
14755
|
direction: string | null;
|
@@ -14843,7 +14834,16 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14843
14834
|
deletedAt: Date | null;
|
14844
14835
|
} | null | undefined;
|
14845
14836
|
}[] | null | undefined;
|
14846
|
-
}
|
14837
|
+
};
|
14838
|
+
workflowRule: {
|
14839
|
+
type: string;
|
14840
|
+
id: string;
|
14841
|
+
name: string;
|
14842
|
+
createdAt: Date;
|
14843
|
+
updatedAt: Date;
|
14844
|
+
deletedAt: Date | null;
|
14845
|
+
isActive: boolean;
|
14846
|
+
};
|
14847
14847
|
automationQueueId?: string | null | undefined;
|
14848
14848
|
}>;
|
14849
14849
|
platformMessageId: z.ZodString;
|
@@ -18848,16 +18848,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18848
18848
|
closedAt: Date;
|
18849
18849
|
lastMessageAt: Date | null;
|
18850
18850
|
isBotRoom: boolean;
|
18851
|
-
|
18852
|
-
type: string;
|
18853
|
-
id: string;
|
18854
|
-
name: string;
|
18855
|
-
createdAt: Date;
|
18856
|
-
updatedAt: Date;
|
18857
|
-
deletedAt: Date | null;
|
18858
|
-
isActive: boolean;
|
18859
|
-
};
|
18860
|
-
cxlog?: {
|
18851
|
+
cxlog: {
|
18861
18852
|
id: string;
|
18862
18853
|
channel: string | null;
|
18863
18854
|
direction: string | null;
|
@@ -18942,7 +18933,16 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18942
18933
|
deletedAt: Date | null;
|
18943
18934
|
} | null | undefined;
|
18944
18935
|
}[] | null | undefined;
|
18945
|
-
}
|
18936
|
+
};
|
18937
|
+
workflowRule: {
|
18938
|
+
type: string;
|
18939
|
+
id: string;
|
18940
|
+
name: string;
|
18941
|
+
createdAt: Date;
|
18942
|
+
updatedAt: Date;
|
18943
|
+
deletedAt: Date | null;
|
18944
|
+
isActive: boolean;
|
18945
|
+
};
|
18946
18946
|
automationQueueId?: string | null | undefined;
|
18947
18947
|
};
|
18948
18948
|
platformMessageId: string;
|
@@ -19884,16 +19884,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19884
19884
|
closedAt: Date;
|
19885
19885
|
lastMessageAt: Date | null;
|
19886
19886
|
isBotRoom: boolean;
|
19887
|
-
|
19888
|
-
type: string;
|
19889
|
-
id: string;
|
19890
|
-
name: string;
|
19891
|
-
createdAt: Date;
|
19892
|
-
updatedAt: Date;
|
19893
|
-
deletedAt: Date | null;
|
19894
|
-
isActive: boolean;
|
19895
|
-
};
|
19896
|
-
cxlog?: {
|
19887
|
+
cxlog: {
|
19897
19888
|
id: string;
|
19898
19889
|
channel: string | null;
|
19899
19890
|
direction: string | null;
|
@@ -19978,7 +19969,16 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19978
19969
|
deletedAt: Date | null;
|
19979
19970
|
} | null | undefined;
|
19980
19971
|
}[] | null | undefined;
|
19981
|
-
}
|
19972
|
+
};
|
19973
|
+
workflowRule: {
|
19974
|
+
type: string;
|
19975
|
+
id: string;
|
19976
|
+
name: string;
|
19977
|
+
createdAt: Date;
|
19978
|
+
updatedAt: Date;
|
19979
|
+
deletedAt: Date | null;
|
19980
|
+
isActive: boolean;
|
19981
|
+
};
|
19982
19982
|
automationQueueId?: string | null | undefined;
|
19983
19983
|
};
|
19984
19984
|
platformMessageId: string;
|
@@ -23938,7 +23938,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23938
23938
|
integrationId: string;
|
23939
23939
|
} | null;
|
23940
23940
|
}>;
|
23941
|
-
cxlog: z.
|
23941
|
+
cxlog: z.ZodObject<{
|
23942
23942
|
id: z.ZodString;
|
23943
23943
|
createdAt: z.ZodDate;
|
23944
23944
|
updatedAt: z.ZodDate;
|
@@ -24453,7 +24453,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24453
24453
|
deletedAt: Date | null;
|
24454
24454
|
} | null | undefined;
|
24455
24455
|
}[] | null | undefined;
|
24456
|
-
}
|
24456
|
+
}>;
|
24457
24457
|
workflowRule: z.ZodObject<{
|
24458
24458
|
id: z.ZodString;
|
24459
24459
|
createdAt: z.ZodDate;
|
@@ -24802,16 +24802,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24802
24802
|
closedAt: Date;
|
24803
24803
|
lastMessageAt: Date | null;
|
24804
24804
|
isBotRoom: boolean;
|
24805
|
-
|
24806
|
-
type: string;
|
24807
|
-
id: string;
|
24808
|
-
name: string;
|
24809
|
-
createdAt: Date;
|
24810
|
-
updatedAt: Date;
|
24811
|
-
deletedAt: Date | null;
|
24812
|
-
isActive: boolean;
|
24813
|
-
};
|
24814
|
-
cxlog?: {
|
24805
|
+
cxlog: {
|
24815
24806
|
id: string;
|
24816
24807
|
channel: string | null;
|
24817
24808
|
direction: string | null;
|
@@ -24896,7 +24887,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24896
24887
|
deletedAt: Date | null;
|
24897
24888
|
} | null | undefined;
|
24898
24889
|
}[] | null | undefined;
|
24899
|
-
}
|
24890
|
+
};
|
24891
|
+
workflowRule: {
|
24892
|
+
type: string;
|
24893
|
+
id: string;
|
24894
|
+
name: string;
|
24895
|
+
createdAt: Date;
|
24896
|
+
updatedAt: Date;
|
24897
|
+
deletedAt: Date | null;
|
24898
|
+
isActive: boolean;
|
24899
|
+
};
|
24900
24900
|
automationQueueId?: string | null | undefined;
|
24901
24901
|
}, {
|
24902
24902
|
id: string;
|
@@ -25220,16 +25220,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25220
25220
|
closedAt: Date;
|
25221
25221
|
lastMessageAt: Date | null;
|
25222
25222
|
isBotRoom: boolean;
|
25223
|
-
|
25224
|
-
type: string;
|
25225
|
-
id: string;
|
25226
|
-
name: string;
|
25227
|
-
createdAt: Date;
|
25228
|
-
updatedAt: Date;
|
25229
|
-
deletedAt: Date | null;
|
25230
|
-
isActive: boolean;
|
25231
|
-
};
|
25232
|
-
cxlog?: {
|
25223
|
+
cxlog: {
|
25233
25224
|
id: string;
|
25234
25225
|
channel: string | null;
|
25235
25226
|
direction: string | null;
|
@@ -25314,7 +25305,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25314
25305
|
deletedAt: Date | null;
|
25315
25306
|
} | null | undefined;
|
25316
25307
|
}[] | null | undefined;
|
25317
|
-
}
|
25308
|
+
};
|
25309
|
+
workflowRule: {
|
25310
|
+
type: string;
|
25311
|
+
id: string;
|
25312
|
+
name: string;
|
25313
|
+
createdAt: Date;
|
25314
|
+
updatedAt: Date;
|
25315
|
+
deletedAt: Date | null;
|
25316
|
+
isActive: boolean;
|
25317
|
+
};
|
25318
25318
|
automationQueueId?: string | null | undefined;
|
25319
25319
|
}>;
|
25320
25320
|
platformMessageId: z.ZodString;
|
@@ -29599,7 +29599,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29599
29599
|
integrationId: string;
|
29600
29600
|
} | null;
|
29601
29601
|
}>;
|
29602
|
-
cxlog: z.
|
29602
|
+
cxlog: z.ZodObject<{
|
29603
29603
|
id: z.ZodString;
|
29604
29604
|
createdAt: z.ZodDate;
|
29605
29605
|
updatedAt: z.ZodDate;
|
@@ -30114,7 +30114,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30114
30114
|
deletedAt: Date | null;
|
30115
30115
|
} | null | undefined;
|
30116
30116
|
}[] | null | undefined;
|
30117
|
-
}
|
30117
|
+
}>;
|
30118
30118
|
workflowRule: z.ZodObject<{
|
30119
30119
|
id: z.ZodString;
|
30120
30120
|
createdAt: z.ZodDate;
|
@@ -30463,16 +30463,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30463
30463
|
closedAt: Date;
|
30464
30464
|
lastMessageAt: Date | null;
|
30465
30465
|
isBotRoom: boolean;
|
30466
|
-
|
30467
|
-
type: string;
|
30468
|
-
id: string;
|
30469
|
-
name: string;
|
30470
|
-
createdAt: Date;
|
30471
|
-
updatedAt: Date;
|
30472
|
-
deletedAt: Date | null;
|
30473
|
-
isActive: boolean;
|
30474
|
-
};
|
30475
|
-
cxlog?: {
|
30466
|
+
cxlog: {
|
30476
30467
|
id: string;
|
30477
30468
|
channel: string | null;
|
30478
30469
|
direction: string | null;
|
@@ -30557,7 +30548,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30557
30548
|
deletedAt: Date | null;
|
30558
30549
|
} | null | undefined;
|
30559
30550
|
}[] | null | undefined;
|
30560
|
-
}
|
30551
|
+
};
|
30552
|
+
workflowRule: {
|
30553
|
+
type: string;
|
30554
|
+
id: string;
|
30555
|
+
name: string;
|
30556
|
+
createdAt: Date;
|
30557
|
+
updatedAt: Date;
|
30558
|
+
deletedAt: Date | null;
|
30559
|
+
isActive: boolean;
|
30560
|
+
};
|
30561
30561
|
automationQueueId?: string | null | undefined;
|
30562
30562
|
}, {
|
30563
30563
|
id: string;
|
@@ -30881,16 +30881,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30881
30881
|
closedAt: Date;
|
30882
30882
|
lastMessageAt: Date | null;
|
30883
30883
|
isBotRoom: boolean;
|
30884
|
-
|
30885
|
-
type: string;
|
30886
|
-
id: string;
|
30887
|
-
name: string;
|
30888
|
-
createdAt: Date;
|
30889
|
-
updatedAt: Date;
|
30890
|
-
deletedAt: Date | null;
|
30891
|
-
isActive: boolean;
|
30892
|
-
};
|
30893
|
-
cxlog?: {
|
30884
|
+
cxlog: {
|
30894
30885
|
id: string;
|
30895
30886
|
channel: string | null;
|
30896
30887
|
direction: string | null;
|
@@ -30975,7 +30966,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30975
30966
|
deletedAt: Date | null;
|
30976
30967
|
} | null | undefined;
|
30977
30968
|
}[] | null | undefined;
|
30978
|
-
}
|
30969
|
+
};
|
30970
|
+
workflowRule: {
|
30971
|
+
type: string;
|
30972
|
+
id: string;
|
30973
|
+
name: string;
|
30974
|
+
createdAt: Date;
|
30975
|
+
updatedAt: Date;
|
30976
|
+
deletedAt: Date | null;
|
30977
|
+
isActive: boolean;
|
30978
|
+
};
|
30979
30979
|
automationQueueId?: string | null | undefined;
|
30980
30980
|
}>;
|
30981
30981
|
upload: z.ZodObject<{
|
@@ -33072,16 +33072,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33072
33072
|
closedAt: Date;
|
33073
33073
|
lastMessageAt: Date | null;
|
33074
33074
|
isBotRoom: boolean;
|
33075
|
-
|
33076
|
-
type: string;
|
33077
|
-
id: string;
|
33078
|
-
name: string;
|
33079
|
-
createdAt: Date;
|
33080
|
-
updatedAt: Date;
|
33081
|
-
deletedAt: Date | null;
|
33082
|
-
isActive: boolean;
|
33083
|
-
};
|
33084
|
-
cxlog?: {
|
33075
|
+
cxlog: {
|
33085
33076
|
id: string;
|
33086
33077
|
channel: string | null;
|
33087
33078
|
direction: string | null;
|
@@ -33166,7 +33157,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33166
33157
|
deletedAt: Date | null;
|
33167
33158
|
} | null | undefined;
|
33168
33159
|
}[] | null | undefined;
|
33169
|
-
}
|
33160
|
+
};
|
33161
|
+
workflowRule: {
|
33162
|
+
type: string;
|
33163
|
+
id: string;
|
33164
|
+
name: string;
|
33165
|
+
createdAt: Date;
|
33166
|
+
updatedAt: Date;
|
33167
|
+
deletedAt: Date | null;
|
33168
|
+
isActive: boolean;
|
33169
|
+
};
|
33170
33170
|
automationQueueId?: string | null | undefined;
|
33171
33171
|
};
|
33172
33172
|
platformMessageId: string;
|
@@ -33827,16 +33827,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33827
33827
|
closedAt: Date;
|
33828
33828
|
lastMessageAt: Date | null;
|
33829
33829
|
isBotRoom: boolean;
|
33830
|
-
|
33831
|
-
type: string;
|
33832
|
-
id: string;
|
33833
|
-
name: string;
|
33834
|
-
createdAt: Date;
|
33835
|
-
updatedAt: Date;
|
33836
|
-
deletedAt: Date | null;
|
33837
|
-
isActive: boolean;
|
33838
|
-
};
|
33839
|
-
cxlog?: {
|
33830
|
+
cxlog: {
|
33840
33831
|
id: string;
|
33841
33832
|
channel: string | null;
|
33842
33833
|
direction: string | null;
|
@@ -33921,7 +33912,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33921
33912
|
deletedAt: Date | null;
|
33922
33913
|
} | null | undefined;
|
33923
33914
|
}[] | null | undefined;
|
33924
|
-
}
|
33915
|
+
};
|
33916
|
+
workflowRule: {
|
33917
|
+
type: string;
|
33918
|
+
id: string;
|
33919
|
+
name: string;
|
33920
|
+
createdAt: Date;
|
33921
|
+
updatedAt: Date;
|
33922
|
+
deletedAt: Date | null;
|
33923
|
+
isActive: boolean;
|
33924
|
+
};
|
33925
33925
|
automationQueueId?: string | null | undefined;
|
33926
33926
|
};
|
33927
33927
|
platformMessageId: string;
|
@@ -34589,16 +34589,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34589
34589
|
closedAt: Date;
|
34590
34590
|
lastMessageAt: Date | null;
|
34591
34591
|
isBotRoom: boolean;
|
34592
|
-
|
34593
|
-
type: string;
|
34594
|
-
id: string;
|
34595
|
-
name: string;
|
34596
|
-
createdAt: Date;
|
34597
|
-
updatedAt: Date;
|
34598
|
-
deletedAt: Date | null;
|
34599
|
-
isActive: boolean;
|
34600
|
-
};
|
34601
|
-
cxlog?: {
|
34592
|
+
cxlog: {
|
34602
34593
|
id: string;
|
34603
34594
|
channel: string | null;
|
34604
34595
|
direction: string | null;
|
@@ -34683,7 +34674,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34683
34674
|
deletedAt: Date | null;
|
34684
34675
|
} | null | undefined;
|
34685
34676
|
}[] | null | undefined;
|
34686
|
-
}
|
34677
|
+
};
|
34678
|
+
workflowRule: {
|
34679
|
+
type: string;
|
34680
|
+
id: string;
|
34681
|
+
name: string;
|
34682
|
+
createdAt: Date;
|
34683
|
+
updatedAt: Date;
|
34684
|
+
deletedAt: Date | null;
|
34685
|
+
isActive: boolean;
|
34686
|
+
};
|
34687
34687
|
automationQueueId?: string | null | undefined;
|
34688
34688
|
};
|
34689
34689
|
platformMessageId: string;
|
@@ -35339,16 +35339,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35339
35339
|
closedAt: Date;
|
35340
35340
|
lastMessageAt: Date | null;
|
35341
35341
|
isBotRoom: boolean;
|
35342
|
-
|
35343
|
-
type: string;
|
35344
|
-
id: string;
|
35345
|
-
name: string;
|
35346
|
-
createdAt: Date;
|
35347
|
-
updatedAt: Date;
|
35348
|
-
deletedAt: Date | null;
|
35349
|
-
isActive: boolean;
|
35350
|
-
};
|
35351
|
-
cxlog?: {
|
35342
|
+
cxlog: {
|
35352
35343
|
id: string;
|
35353
35344
|
channel: string | null;
|
35354
35345
|
direction: string | null;
|
@@ -35433,7 +35424,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35433
35424
|
deletedAt: Date | null;
|
35434
35425
|
} | null | undefined;
|
35435
35426
|
}[] | null | undefined;
|
35436
|
-
}
|
35427
|
+
};
|
35428
|
+
workflowRule: {
|
35429
|
+
type: string;
|
35430
|
+
id: string;
|
35431
|
+
name: string;
|
35432
|
+
createdAt: Date;
|
35433
|
+
updatedAt: Date;
|
35434
|
+
deletedAt: Date | null;
|
35435
|
+
isActive: boolean;
|
35436
|
+
};
|
35437
35437
|
automationQueueId?: string | null | undefined;
|
35438
35438
|
};
|
35439
35439
|
platformMessageId: string;
|
@@ -36227,16 +36227,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36227
36227
|
closedAt: Date;
|
36228
36228
|
lastMessageAt: Date | null;
|
36229
36229
|
isBotRoom: boolean;
|
36230
|
-
|
36231
|
-
type: string;
|
36232
|
-
id: string;
|
36233
|
-
name: string;
|
36234
|
-
createdAt: Date;
|
36235
|
-
updatedAt: Date;
|
36236
|
-
deletedAt: Date | null;
|
36237
|
-
isActive: boolean;
|
36238
|
-
};
|
36239
|
-
cxlog?: {
|
36230
|
+
cxlog: {
|
36240
36231
|
id: string;
|
36241
36232
|
channel: string | null;
|
36242
36233
|
direction: string | null;
|
@@ -36321,7 +36312,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36321
36312
|
deletedAt: Date | null;
|
36322
36313
|
} | null | undefined;
|
36323
36314
|
}[] | null | undefined;
|
36324
|
-
}
|
36315
|
+
};
|
36316
|
+
workflowRule: {
|
36317
|
+
type: string;
|
36318
|
+
id: string;
|
36319
|
+
name: string;
|
36320
|
+
createdAt: Date;
|
36321
|
+
updatedAt: Date;
|
36322
|
+
deletedAt: Date | null;
|
36323
|
+
isActive: boolean;
|
36324
|
+
};
|
36325
36325
|
automationQueueId?: string | null | undefined;
|
36326
36326
|
};
|
36327
36327
|
platformMessageId: string;
|
@@ -36977,16 +36977,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36977
36977
|
closedAt: Date;
|
36978
36978
|
lastMessageAt: Date | null;
|
36979
36979
|
isBotRoom: boolean;
|
36980
|
-
|
36981
|
-
type: string;
|
36982
|
-
id: string;
|
36983
|
-
name: string;
|
36984
|
-
createdAt: Date;
|
36985
|
-
updatedAt: Date;
|
36986
|
-
deletedAt: Date | null;
|
36987
|
-
isActive: boolean;
|
36988
|
-
};
|
36989
|
-
cxlog?: {
|
36980
|
+
cxlog: {
|
36990
36981
|
id: string;
|
36991
36982
|
channel: string | null;
|
36992
36983
|
direction: string | null;
|
@@ -37071,7 +37062,16 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
37071
37062
|
deletedAt: Date | null;
|
37072
37063
|
} | null | undefined;
|
37073
37064
|
}[] | null | undefined;
|
37074
|
-
}
|
37065
|
+
};
|
37066
|
+
workflowRule: {
|
37067
|
+
type: string;
|
37068
|
+
id: string;
|
37069
|
+
name: string;
|
37070
|
+
createdAt: Date;
|
37071
|
+
updatedAt: Date;
|
37072
|
+
deletedAt: Date | null;
|
37073
|
+
isActive: boolean;
|
37074
|
+
};
|
37075
37075
|
automationQueueId?: string | null | undefined;
|
37076
37076
|
};
|
37077
37077
|
platformMessageId: string;
|