@kl1/contracts 1.2.11-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/mail/account-contract.d.ts +71 -0
- package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +71 -0
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +10 -0
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts.map +1 -1
- 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 +1137 -999
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1136 -999
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -3440,7 +3440,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3440
3440
|
deletedAt: Date | null;
|
3441
3441
|
isActive: boolean;
|
3442
3442
|
}>;
|
3443
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
3443
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
3444
3444
|
}, "strip", z.ZodTypeAny, {
|
3445
3445
|
id: string;
|
3446
3446
|
channel: {
|
@@ -3829,7 +3829,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3829
3829
|
deletedAt: Date | null;
|
3830
3830
|
isActive: boolean;
|
3831
3831
|
};
|
3832
|
-
automationQueueId
|
3832
|
+
automationQueueId?: string | null | undefined;
|
3833
3833
|
}, {
|
3834
3834
|
id: string;
|
3835
3835
|
channel: {
|
@@ -4218,7 +4218,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4218
4218
|
deletedAt: Date | null;
|
4219
4219
|
isActive: boolean;
|
4220
4220
|
};
|
4221
|
-
automationQueueId
|
4221
|
+
automationQueueId?: string | null | undefined;
|
4222
4222
|
}>;
|
4223
4223
|
/**
|
4224
4224
|
* Message
|
@@ -6597,7 +6597,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6597
6597
|
deletedAt: Date | null;
|
6598
6598
|
isActive: boolean;
|
6599
6599
|
}>;
|
6600
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
6600
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6601
6601
|
}, "strip", z.ZodTypeAny, {
|
6602
6602
|
id: string;
|
6603
6603
|
channel: {
|
@@ -6986,7 +6986,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6986
6986
|
deletedAt: Date | null;
|
6987
6987
|
isActive: boolean;
|
6988
6988
|
};
|
6989
|
-
automationQueueId
|
6989
|
+
automationQueueId?: string | null | undefined;
|
6990
6990
|
}, {
|
6991
6991
|
id: string;
|
6992
6992
|
channel: {
|
@@ -7375,7 +7375,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7375
7375
|
deletedAt: Date | null;
|
7376
7376
|
isActive: boolean;
|
7377
7377
|
};
|
7378
|
-
automationQueueId
|
7378
|
+
automationQueueId?: string | null | undefined;
|
7379
7379
|
}>;
|
7380
7380
|
upload: z.ZodObject<{
|
7381
7381
|
id: z.ZodString;
|
@@ -9537,7 +9537,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9537
9537
|
deletedAt: Date | null;
|
9538
9538
|
isActive: boolean;
|
9539
9539
|
};
|
9540
|
-
automationQueueId
|
9540
|
+
automationQueueId?: string | null | undefined;
|
9541
9541
|
};
|
9542
9542
|
platformMessageId: string;
|
9543
9543
|
workflowRule: {
|
@@ -10263,7 +10263,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10263
10263
|
deletedAt: Date | null;
|
10264
10264
|
isActive: boolean;
|
10265
10265
|
};
|
10266
|
-
automationQueueId
|
10266
|
+
automationQueueId?: string | null | undefined;
|
10267
10267
|
};
|
10268
10268
|
platformMessageId: string;
|
10269
10269
|
workflowRule: {
|
@@ -13303,7 +13303,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13303
13303
|
deletedAt: Date | null;
|
13304
13304
|
isActive: boolean;
|
13305
13305
|
}>;
|
13306
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
13306
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
13307
13307
|
}, "strip", z.ZodTypeAny, {
|
13308
13308
|
id: string;
|
13309
13309
|
channel: {
|
@@ -13692,7 +13692,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13692
13692
|
deletedAt: Date | null;
|
13693
13693
|
isActive: boolean;
|
13694
13694
|
};
|
13695
|
-
automationQueueId
|
13695
|
+
automationQueueId?: string | null | undefined;
|
13696
13696
|
}, {
|
13697
13697
|
id: string;
|
13698
13698
|
channel: {
|
@@ -14081,7 +14081,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14081
14081
|
deletedAt: Date | null;
|
14082
14082
|
isActive: boolean;
|
14083
14083
|
};
|
14084
|
-
automationQueueId
|
14084
|
+
automationQueueId?: string | null | undefined;
|
14085
14085
|
}>;
|
14086
14086
|
platformMessageId: z.ZodString;
|
14087
14087
|
workflowRule: z.ZodObject<{
|
@@ -18047,7 +18047,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18047
18047
|
deletedAt: Date | null;
|
18048
18048
|
isActive: boolean;
|
18049
18049
|
};
|
18050
|
-
automationQueueId
|
18050
|
+
automationQueueId?: string | null | undefined;
|
18051
18051
|
};
|
18052
18052
|
platformMessageId: string;
|
18053
18053
|
workflowRule: {
|
@@ -19042,7 +19042,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19042
19042
|
deletedAt: Date | null;
|
19043
19043
|
isActive: boolean;
|
19044
19044
|
};
|
19045
|
-
automationQueueId
|
19045
|
+
automationQueueId?: string | null | undefined;
|
19046
19046
|
};
|
19047
19047
|
platformMessageId: string;
|
19048
19048
|
workflowRule: {
|
@@ -23353,7 +23353,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23353
23353
|
deletedAt: Date | null;
|
23354
23354
|
isActive: boolean;
|
23355
23355
|
}>;
|
23356
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
23356
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
23357
23357
|
}, "strip", z.ZodTypeAny, {
|
23358
23358
|
id: string;
|
23359
23359
|
channel: {
|
@@ -23742,7 +23742,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23742
23742
|
deletedAt: Date | null;
|
23743
23743
|
isActive: boolean;
|
23744
23744
|
};
|
23745
|
-
automationQueueId
|
23745
|
+
automationQueueId?: string | null | undefined;
|
23746
23746
|
}, {
|
23747
23747
|
id: string;
|
23748
23748
|
channel: {
|
@@ -24131,7 +24131,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24131
24131
|
deletedAt: Date | null;
|
24132
24132
|
isActive: boolean;
|
24133
24133
|
};
|
24134
|
-
automationQueueId
|
24134
|
+
automationQueueId?: string | null | undefined;
|
24135
24135
|
}>;
|
24136
24136
|
platformMessageId: z.ZodString;
|
24137
24137
|
workflowRule: z.ZodObject<{
|
@@ -28779,7 +28779,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28779
28779
|
deletedAt: Date | null;
|
28780
28780
|
isActive: boolean;
|
28781
28781
|
}>;
|
28782
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
28782
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
28783
28783
|
}, "strip", z.ZodTypeAny, {
|
28784
28784
|
id: string;
|
28785
28785
|
channel: {
|
@@ -29168,7 +29168,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29168
29168
|
deletedAt: Date | null;
|
29169
29169
|
isActive: boolean;
|
29170
29170
|
};
|
29171
|
-
automationQueueId
|
29171
|
+
automationQueueId?: string | null | undefined;
|
29172
29172
|
}, {
|
29173
29173
|
id: string;
|
29174
29174
|
channel: {
|
@@ -29557,7 +29557,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29557
29557
|
deletedAt: Date | null;
|
29558
29558
|
isActive: boolean;
|
29559
29559
|
};
|
29560
|
-
automationQueueId
|
29560
|
+
automationQueueId?: string | null | undefined;
|
29561
29561
|
}>;
|
29562
29562
|
upload: z.ZodObject<{
|
29563
29563
|
id: z.ZodString;
|
@@ -31719,7 +31719,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31719
31719
|
deletedAt: Date | null;
|
31720
31720
|
isActive: boolean;
|
31721
31721
|
};
|
31722
|
-
automationQueueId
|
31722
|
+
automationQueueId?: string | null | undefined;
|
31723
31723
|
};
|
31724
31724
|
platformMessageId: string;
|
31725
31725
|
workflowRule: {
|
@@ -32445,7 +32445,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32445
32445
|
deletedAt: Date | null;
|
32446
32446
|
isActive: boolean;
|
32447
32447
|
};
|
32448
|
-
automationQueueId
|
32448
|
+
automationQueueId?: string | null | undefined;
|
32449
32449
|
};
|
32450
32450
|
platformMessageId: string;
|
32451
32451
|
workflowRule: {
|
@@ -33178,7 +33178,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33178
33178
|
deletedAt: Date | null;
|
33179
33179
|
isActive: boolean;
|
33180
33180
|
};
|
33181
|
-
automationQueueId
|
33181
|
+
automationQueueId?: string | null | undefined;
|
33182
33182
|
};
|
33183
33183
|
platformMessageId: string;
|
33184
33184
|
workflowRule: {
|
@@ -33899,7 +33899,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33899
33899
|
deletedAt: Date | null;
|
33900
33900
|
isActive: boolean;
|
33901
33901
|
};
|
33902
|
-
automationQueueId
|
33902
|
+
automationQueueId?: string | null | undefined;
|
33903
33903
|
};
|
33904
33904
|
platformMessageId: string;
|
33905
33905
|
workflowRule: {
|
@@ -34758,7 +34758,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34758
34758
|
deletedAt: Date | null;
|
34759
34759
|
isActive: boolean;
|
34760
34760
|
};
|
34761
|
-
automationQueueId
|
34761
|
+
automationQueueId?: string | null | undefined;
|
34762
34762
|
};
|
34763
34763
|
platformMessageId: string;
|
34764
34764
|
workflowRule: {
|
@@ -35479,7 +35479,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35479
35479
|
deletedAt: Date | null;
|
35480
35480
|
isActive: boolean;
|
35481
35481
|
};
|
35482
|
-
automationQueueId
|
35482
|
+
automationQueueId?: string | null | undefined;
|
35483
35483
|
};
|
35484
35484
|
platformMessageId: string;
|
35485
35485
|
workflowRule: {
|
@@ -5894,7 +5894,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
5894
5894
|
deletedAt: Date | null;
|
5895
5895
|
isActive: boolean;
|
5896
5896
|
}>;
|
5897
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
5897
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
5899
5899
|
id: string;
|
5900
5900
|
channel: {
|
@@ -6283,7 +6283,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6283
6283
|
deletedAt: Date | null;
|
6284
6284
|
isActive: boolean;
|
6285
6285
|
};
|
6286
|
-
automationQueueId
|
6286
|
+
automationQueueId?: string | null | undefined;
|
6287
6287
|
}, {
|
6288
6288
|
id: string;
|
6289
6289
|
channel: {
|
@@ -6672,7 +6672,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6672
6672
|
deletedAt: Date | null;
|
6673
6673
|
isActive: boolean;
|
6674
6674
|
};
|
6675
|
-
automationQueueId
|
6675
|
+
automationQueueId?: string | null | undefined;
|
6676
6676
|
}>;
|
6677
6677
|
platformMessageId: z.ZodString;
|
6678
6678
|
workflowRule: z.ZodObject<{
|
@@ -10273,7 +10273,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
10273
10273
|
deletedAt: Date | null;
|
10274
10274
|
isActive: boolean;
|
10275
10275
|
}>;
|
10276
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
10276
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10277
10277
|
}, "strip", z.ZodTypeAny, {
|
10278
10278
|
id: string;
|
10279
10279
|
channel: {
|
@@ -10662,7 +10662,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
10662
10662
|
deletedAt: Date | null;
|
10663
10663
|
isActive: boolean;
|
10664
10664
|
};
|
10665
|
-
automationQueueId
|
10665
|
+
automationQueueId?: string | null | undefined;
|
10666
10666
|
}, {
|
10667
10667
|
id: string;
|
10668
10668
|
channel: {
|
@@ -11051,7 +11051,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11051
11051
|
deletedAt: Date | null;
|
11052
11052
|
isActive: boolean;
|
11053
11053
|
};
|
11054
|
-
automationQueueId
|
11054
|
+
automationQueueId?: string | null | undefined;
|
11055
11055
|
}>;
|
11056
11056
|
upload: z.ZodObject<{
|
11057
11057
|
id: z.ZodString;
|
@@ -13213,7 +13213,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
13213
13213
|
deletedAt: Date | null;
|
13214
13214
|
isActive: boolean;
|
13215
13215
|
};
|
13216
|
-
automationQueueId
|
13216
|
+
automationQueueId?: string | null | undefined;
|
13217
13217
|
};
|
13218
13218
|
platformMessageId: string;
|
13219
13219
|
workflowRule: {
|
@@ -13939,7 +13939,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
13939
13939
|
deletedAt: Date | null;
|
13940
13940
|
isActive: boolean;
|
13941
13941
|
};
|
13942
|
-
automationQueueId
|
13942
|
+
automationQueueId?: string | null | undefined;
|
13943
13943
|
};
|
13944
13944
|
platformMessageId: string;
|
13945
13945
|
workflowRule: {
|
@@ -14666,7 +14666,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
14666
14666
|
deletedAt: Date | null;
|
14667
14667
|
isActive: boolean;
|
14668
14668
|
};
|
14669
|
-
automationQueueId
|
14669
|
+
automationQueueId?: string | null | undefined;
|
14670
14670
|
};
|
14671
14671
|
platformMessageId: string;
|
14672
14672
|
workflowRule: {
|
@@ -15392,7 +15392,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
15392
15392
|
deletedAt: Date | null;
|
15393
15393
|
isActive: boolean;
|
15394
15394
|
};
|
15395
|
-
automationQueueId
|
15395
|
+
automationQueueId?: string | null | undefined;
|
15396
15396
|
};
|
15397
15397
|
platformMessageId: string;
|
15398
15398
|
workflowRule: {
|
@@ -16119,7 +16119,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
16119
16119
|
deletedAt: Date | null;
|
16120
16120
|
isActive: boolean;
|
16121
16121
|
};
|
16122
|
-
automationQueueId
|
16122
|
+
automationQueueId?: string | null | undefined;
|
16123
16123
|
};
|
16124
16124
|
platformMessageId: string;
|
16125
16125
|
workflowRule: {
|
@@ -16845,7 +16845,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
16845
16845
|
deletedAt: Date | null;
|
16846
16846
|
isActive: boolean;
|
16847
16847
|
};
|
16848
|
-
automationQueueId
|
16848
|
+
automationQueueId?: string | null | undefined;
|
16849
16849
|
};
|
16850
16850
|
platformMessageId: string;
|
16851
16851
|
workflowRule: {
|
@@ -17574,7 +17574,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
17574
17574
|
deletedAt: Date | null;
|
17575
17575
|
isActive: boolean;
|
17576
17576
|
};
|
17577
|
-
automationQueueId
|
17577
|
+
automationQueueId?: string | null | undefined;
|
17578
17578
|
};
|
17579
17579
|
platformMessageId: string;
|
17580
17580
|
workflowRule: {
|
@@ -18300,7 +18300,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
18300
18300
|
deletedAt: Date | null;
|
18301
18301
|
isActive: boolean;
|
18302
18302
|
};
|
18303
|
-
automationQueueId
|
18303
|
+
automationQueueId?: string | null | undefined;
|
18304
18304
|
};
|
18305
18305
|
platformMessageId: string;
|
18306
18306
|
workflowRule: {
|
@@ -19030,7 +19030,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
19030
19030
|
deletedAt: Date | null;
|
19031
19031
|
isActive: boolean;
|
19032
19032
|
};
|
19033
|
-
automationQueueId
|
19033
|
+
automationQueueId?: string | null | undefined;
|
19034
19034
|
};
|
19035
19035
|
platformMessageId: string;
|
19036
19036
|
workflowRule: {
|
@@ -19756,7 +19756,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
19756
19756
|
deletedAt: Date | null;
|
19757
19757
|
isActive: boolean;
|
19758
19758
|
};
|
19759
|
-
automationQueueId
|
19759
|
+
automationQueueId?: string | null | undefined;
|
19760
19760
|
};
|
19761
19761
|
platformMessageId: string;
|
19762
19762
|
workflowRule: {
|