@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
@@ -7106,7 +7106,7 @@ export declare const facebookFeedContract: {
|
|
7106
7106
|
deletedAt: Date | null;
|
7107
7107
|
isActive: boolean;
|
7108
7108
|
}>;
|
7109
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
7109
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7110
7110
|
}, "strip", z.ZodTypeAny, {
|
7111
7111
|
id: string;
|
7112
7112
|
channel: {
|
@@ -7495,7 +7495,7 @@ export declare const facebookFeedContract: {
|
|
7495
7495
|
deletedAt: Date | null;
|
7496
7496
|
isActive: boolean;
|
7497
7497
|
};
|
7498
|
-
automationQueueId
|
7498
|
+
automationQueueId?: string | null | undefined;
|
7499
7499
|
}, {
|
7500
7500
|
id: string;
|
7501
7501
|
channel: {
|
@@ -7884,7 +7884,7 @@ export declare const facebookFeedContract: {
|
|
7884
7884
|
deletedAt: Date | null;
|
7885
7885
|
isActive: boolean;
|
7886
7886
|
};
|
7887
|
-
automationQueueId
|
7887
|
+
automationQueueId?: string | null | undefined;
|
7888
7888
|
}>;
|
7889
7889
|
platformMessageId: z.ZodString;
|
7890
7890
|
workflowRule: z.ZodObject<{
|
@@ -11485,7 +11485,7 @@ export declare const facebookFeedContract: {
|
|
11485
11485
|
deletedAt: Date | null;
|
11486
11486
|
isActive: boolean;
|
11487
11487
|
}>;
|
11488
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
11488
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
11489
11489
|
}, "strip", z.ZodTypeAny, {
|
11490
11490
|
id: string;
|
11491
11491
|
channel: {
|
@@ -11874,7 +11874,7 @@ export declare const facebookFeedContract: {
|
|
11874
11874
|
deletedAt: Date | null;
|
11875
11875
|
isActive: boolean;
|
11876
11876
|
};
|
11877
|
-
automationQueueId
|
11877
|
+
automationQueueId?: string | null | undefined;
|
11878
11878
|
}, {
|
11879
11879
|
id: string;
|
11880
11880
|
channel: {
|
@@ -12263,7 +12263,7 @@ export declare const facebookFeedContract: {
|
|
12263
12263
|
deletedAt: Date | null;
|
12264
12264
|
isActive: boolean;
|
12265
12265
|
};
|
12266
|
-
automationQueueId
|
12266
|
+
automationQueueId?: string | null | undefined;
|
12267
12267
|
}>;
|
12268
12268
|
upload: z.ZodObject<{
|
12269
12269
|
id: z.ZodString;
|
@@ -14425,7 +14425,7 @@ export declare const facebookFeedContract: {
|
|
14425
14425
|
deletedAt: Date | null;
|
14426
14426
|
isActive: boolean;
|
14427
14427
|
};
|
14428
|
-
automationQueueId
|
14428
|
+
automationQueueId?: string | null | undefined;
|
14429
14429
|
};
|
14430
14430
|
platformMessageId: string;
|
14431
14431
|
workflowRule: {
|
@@ -15151,7 +15151,7 @@ export declare const facebookFeedContract: {
|
|
15151
15151
|
deletedAt: Date | null;
|
15152
15152
|
isActive: boolean;
|
15153
15153
|
};
|
15154
|
-
automationQueueId
|
15154
|
+
automationQueueId?: string | null | undefined;
|
15155
15155
|
};
|
15156
15156
|
platformMessageId: string;
|
15157
15157
|
workflowRule: {
|
@@ -15878,7 +15878,7 @@ export declare const facebookFeedContract: {
|
|
15878
15878
|
deletedAt: Date | null;
|
15879
15879
|
isActive: boolean;
|
15880
15880
|
};
|
15881
|
-
automationQueueId
|
15881
|
+
automationQueueId?: string | null | undefined;
|
15882
15882
|
};
|
15883
15883
|
platformMessageId: string;
|
15884
15884
|
workflowRule: {
|
@@ -16604,7 +16604,7 @@ export declare const facebookFeedContract: {
|
|
16604
16604
|
deletedAt: Date | null;
|
16605
16605
|
isActive: boolean;
|
16606
16606
|
};
|
16607
|
-
automationQueueId
|
16607
|
+
automationQueueId?: string | null | undefined;
|
16608
16608
|
};
|
16609
16609
|
platformMessageId: string;
|
16610
16610
|
workflowRule: {
|
@@ -17331,7 +17331,7 @@ export declare const facebookFeedContract: {
|
|
17331
17331
|
deletedAt: Date | null;
|
17332
17332
|
isActive: boolean;
|
17333
17333
|
};
|
17334
|
-
automationQueueId
|
17334
|
+
automationQueueId?: string | null | undefined;
|
17335
17335
|
};
|
17336
17336
|
platformMessageId: string;
|
17337
17337
|
workflowRule: {
|
@@ -18057,7 +18057,7 @@ export declare const facebookFeedContract: {
|
|
18057
18057
|
deletedAt: Date | null;
|
18058
18058
|
isActive: boolean;
|
18059
18059
|
};
|
18060
|
-
automationQueueId
|
18060
|
+
automationQueueId?: string | null | undefined;
|
18061
18061
|
};
|
18062
18062
|
platformMessageId: string;
|
18063
18063
|
workflowRule: {
|
@@ -18786,7 +18786,7 @@ export declare const facebookFeedContract: {
|
|
18786
18786
|
deletedAt: Date | null;
|
18787
18787
|
isActive: boolean;
|
18788
18788
|
};
|
18789
|
-
automationQueueId
|
18789
|
+
automationQueueId?: string | null | undefined;
|
18790
18790
|
};
|
18791
18791
|
platformMessageId: string;
|
18792
18792
|
workflowRule: {
|
@@ -19512,7 +19512,7 @@ export declare const facebookFeedContract: {
|
|
19512
19512
|
deletedAt: Date | null;
|
19513
19513
|
isActive: boolean;
|
19514
19514
|
};
|
19515
|
-
automationQueueId
|
19515
|
+
automationQueueId?: string | null | undefined;
|
19516
19516
|
};
|
19517
19517
|
platformMessageId: string;
|
19518
19518
|
workflowRule: {
|
@@ -20242,7 +20242,7 @@ export declare const facebookFeedContract: {
|
|
20242
20242
|
deletedAt: Date | null;
|
20243
20243
|
isActive: boolean;
|
20244
20244
|
};
|
20245
|
-
automationQueueId
|
20245
|
+
automationQueueId?: string | null | undefined;
|
20246
20246
|
};
|
20247
20247
|
platformMessageId: string;
|
20248
20248
|
workflowRule: {
|
@@ -20968,7 +20968,7 @@ export declare const facebookFeedContract: {
|
|
20968
20968
|
deletedAt: Date | null;
|
20969
20969
|
isActive: boolean;
|
20970
20970
|
};
|
20971
|
-
automationQueueId
|
20971
|
+
automationQueueId?: string | null | undefined;
|
20972
20972
|
};
|
20973
20973
|
platformMessageId: string;
|
20974
20974
|
workflowRule: {
|
@@ -3591,7 +3591,7 @@ export declare const instagramContract: {
|
|
3591
3591
|
deletedAt: Date | null;
|
3592
3592
|
isActive: boolean;
|
3593
3593
|
}>;
|
3594
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
3594
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
3595
3595
|
}, "strip", z.ZodTypeAny, {
|
3596
3596
|
id: string;
|
3597
3597
|
channel: {
|
@@ -3980,7 +3980,7 @@ export declare const instagramContract: {
|
|
3980
3980
|
deletedAt: Date | null;
|
3981
3981
|
isActive: boolean;
|
3982
3982
|
};
|
3983
|
-
automationQueueId
|
3983
|
+
automationQueueId?: string | null | undefined;
|
3984
3984
|
}, {
|
3985
3985
|
id: string;
|
3986
3986
|
channel: {
|
@@ -4369,7 +4369,7 @@ export declare const instagramContract: {
|
|
4369
4369
|
deletedAt: Date | null;
|
4370
4370
|
isActive: boolean;
|
4371
4371
|
};
|
4372
|
-
automationQueueId
|
4372
|
+
automationQueueId?: string | null | undefined;
|
4373
4373
|
}>;
|
4374
4374
|
platformMessageId: z.ZodString;
|
4375
4375
|
workflowRule: z.ZodObject<{
|
@@ -7970,7 +7970,7 @@ export declare const instagramContract: {
|
|
7970
7970
|
deletedAt: Date | null;
|
7971
7971
|
isActive: boolean;
|
7972
7972
|
}>;
|
7973
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
7973
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7974
7974
|
}, "strip", z.ZodTypeAny, {
|
7975
7975
|
id: string;
|
7976
7976
|
channel: {
|
@@ -8359,7 +8359,7 @@ export declare const instagramContract: {
|
|
8359
8359
|
deletedAt: Date | null;
|
8360
8360
|
isActive: boolean;
|
8361
8361
|
};
|
8362
|
-
automationQueueId
|
8362
|
+
automationQueueId?: string | null | undefined;
|
8363
8363
|
}, {
|
8364
8364
|
id: string;
|
8365
8365
|
channel: {
|
@@ -8748,7 +8748,7 @@ export declare const instagramContract: {
|
|
8748
8748
|
deletedAt: Date | null;
|
8749
8749
|
isActive: boolean;
|
8750
8750
|
};
|
8751
|
-
automationQueueId
|
8751
|
+
automationQueueId?: string | null | undefined;
|
8752
8752
|
}>;
|
8753
8753
|
upload: z.ZodObject<{
|
8754
8754
|
id: z.ZodString;
|
@@ -10910,7 +10910,7 @@ export declare const instagramContract: {
|
|
10910
10910
|
deletedAt: Date | null;
|
10911
10911
|
isActive: boolean;
|
10912
10912
|
};
|
10913
|
-
automationQueueId
|
10913
|
+
automationQueueId?: string | null | undefined;
|
10914
10914
|
};
|
10915
10915
|
platformMessageId: string;
|
10916
10916
|
workflowRule: {
|
@@ -11636,7 +11636,7 @@ export declare const instagramContract: {
|
|
11636
11636
|
deletedAt: Date | null;
|
11637
11637
|
isActive: boolean;
|
11638
11638
|
};
|
11639
|
-
automationQueueId
|
11639
|
+
automationQueueId?: string | null | undefined;
|
11640
11640
|
};
|
11641
11641
|
platformMessageId: string;
|
11642
11642
|
workflowRule: {
|
@@ -12363,7 +12363,7 @@ export declare const instagramContract: {
|
|
12363
12363
|
deletedAt: Date | null;
|
12364
12364
|
isActive: boolean;
|
12365
12365
|
};
|
12366
|
-
automationQueueId
|
12366
|
+
automationQueueId?: string | null | undefined;
|
12367
12367
|
};
|
12368
12368
|
platformMessageId: string;
|
12369
12369
|
workflowRule: {
|
@@ -13089,7 +13089,7 @@ export declare const instagramContract: {
|
|
13089
13089
|
deletedAt: Date | null;
|
13090
13090
|
isActive: boolean;
|
13091
13091
|
};
|
13092
|
-
automationQueueId
|
13092
|
+
automationQueueId?: string | null | undefined;
|
13093
13093
|
};
|
13094
13094
|
platformMessageId: string;
|
13095
13095
|
workflowRule: {
|
@@ -13816,7 +13816,7 @@ export declare const instagramContract: {
|
|
13816
13816
|
deletedAt: Date | null;
|
13817
13817
|
isActive: boolean;
|
13818
13818
|
};
|
13819
|
-
automationQueueId
|
13819
|
+
automationQueueId?: string | null | undefined;
|
13820
13820
|
};
|
13821
13821
|
platformMessageId: string;
|
13822
13822
|
workflowRule: {
|
@@ -14542,7 +14542,7 @@ export declare const instagramContract: {
|
|
14542
14542
|
deletedAt: Date | null;
|
14543
14543
|
isActive: boolean;
|
14544
14544
|
};
|
14545
|
-
automationQueueId
|
14545
|
+
automationQueueId?: string | null | undefined;
|
14546
14546
|
};
|
14547
14547
|
platformMessageId: string;
|
14548
14548
|
workflowRule: {
|
@@ -15271,7 +15271,7 @@ export declare const instagramContract: {
|
|
15271
15271
|
deletedAt: Date | null;
|
15272
15272
|
isActive: boolean;
|
15273
15273
|
};
|
15274
|
-
automationQueueId
|
15274
|
+
automationQueueId?: string | null | undefined;
|
15275
15275
|
};
|
15276
15276
|
platformMessageId: string;
|
15277
15277
|
workflowRule: {
|
@@ -15997,7 +15997,7 @@ export declare const instagramContract: {
|
|
15997
15997
|
deletedAt: Date | null;
|
15998
15998
|
isActive: boolean;
|
15999
15999
|
};
|
16000
|
-
automationQueueId
|
16000
|
+
automationQueueId?: string | null | undefined;
|
16001
16001
|
};
|
16002
16002
|
platformMessageId: string;
|
16003
16003
|
workflowRule: {
|
@@ -16727,7 +16727,7 @@ export declare const instagramContract: {
|
|
16727
16727
|
deletedAt: Date | null;
|
16728
16728
|
isActive: boolean;
|
16729
16729
|
};
|
16730
|
-
automationQueueId
|
16730
|
+
automationQueueId?: string | null | undefined;
|
16731
16731
|
};
|
16732
16732
|
platformMessageId: string;
|
16733
16733
|
workflowRule: {
|
@@ -17453,7 +17453,7 @@ export declare const instagramContract: {
|
|
17453
17453
|
deletedAt: Date | null;
|
17454
17454
|
isActive: boolean;
|
17455
17455
|
};
|
17456
|
-
automationQueueId
|
17456
|
+
automationQueueId?: string | null | undefined;
|
17457
17457
|
};
|
17458
17458
|
platformMessageId: string;
|
17459
17459
|
workflowRule: {
|
@@ -4566,7 +4566,7 @@ export declare const lineContract: {
|
|
4566
4566
|
deletedAt: Date | null;
|
4567
4567
|
isActive: boolean;
|
4568
4568
|
}>;
|
4569
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
4569
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4570
4570
|
}, "strip", z.ZodTypeAny, {
|
4571
4571
|
id: string;
|
4572
4572
|
channel: {
|
@@ -4955,7 +4955,7 @@ export declare const lineContract: {
|
|
4955
4955
|
deletedAt: Date | null;
|
4956
4956
|
isActive: boolean;
|
4957
4957
|
};
|
4958
|
-
automationQueueId
|
4958
|
+
automationQueueId?: string | null | undefined;
|
4959
4959
|
}, {
|
4960
4960
|
id: string;
|
4961
4961
|
channel: {
|
@@ -5344,7 +5344,7 @@ export declare const lineContract: {
|
|
5344
5344
|
deletedAt: Date | null;
|
5345
5345
|
isActive: boolean;
|
5346
5346
|
};
|
5347
|
-
automationQueueId
|
5347
|
+
automationQueueId?: string | null | undefined;
|
5348
5348
|
}>;
|
5349
5349
|
platformMessageId: z.ZodString;
|
5350
5350
|
workflowRule: z.ZodObject<{
|
@@ -8945,7 +8945,7 @@ export declare const lineContract: {
|
|
8945
8945
|
deletedAt: Date | null;
|
8946
8946
|
isActive: boolean;
|
8947
8947
|
}>;
|
8948
|
-
automationQueueId: z.ZodNullable<z.ZodString
|
8948
|
+
automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8949
8949
|
}, "strip", z.ZodTypeAny, {
|
8950
8950
|
id: string;
|
8951
8951
|
channel: {
|
@@ -9334,7 +9334,7 @@ export declare const lineContract: {
|
|
9334
9334
|
deletedAt: Date | null;
|
9335
9335
|
isActive: boolean;
|
9336
9336
|
};
|
9337
|
-
automationQueueId
|
9337
|
+
automationQueueId?: string | null | undefined;
|
9338
9338
|
}, {
|
9339
9339
|
id: string;
|
9340
9340
|
channel: {
|
@@ -9723,7 +9723,7 @@ export declare const lineContract: {
|
|
9723
9723
|
deletedAt: Date | null;
|
9724
9724
|
isActive: boolean;
|
9725
9725
|
};
|
9726
|
-
automationQueueId
|
9726
|
+
automationQueueId?: string | null | undefined;
|
9727
9727
|
}>;
|
9728
9728
|
upload: z.ZodObject<{
|
9729
9729
|
id: z.ZodString;
|
@@ -11885,7 +11885,7 @@ export declare const lineContract: {
|
|
11885
11885
|
deletedAt: Date | null;
|
11886
11886
|
isActive: boolean;
|
11887
11887
|
};
|
11888
|
-
automationQueueId
|
11888
|
+
automationQueueId?: string | null | undefined;
|
11889
11889
|
};
|
11890
11890
|
platformMessageId: string;
|
11891
11891
|
workflowRule: {
|
@@ -12611,7 +12611,7 @@ export declare const lineContract: {
|
|
12611
12611
|
deletedAt: Date | null;
|
12612
12612
|
isActive: boolean;
|
12613
12613
|
};
|
12614
|
-
automationQueueId
|
12614
|
+
automationQueueId?: string | null | undefined;
|
12615
12615
|
};
|
12616
12616
|
platformMessageId: string;
|
12617
12617
|
workflowRule: {
|
@@ -13338,7 +13338,7 @@ export declare const lineContract: {
|
|
13338
13338
|
deletedAt: Date | null;
|
13339
13339
|
isActive: boolean;
|
13340
13340
|
};
|
13341
|
-
automationQueueId
|
13341
|
+
automationQueueId?: string | null | undefined;
|
13342
13342
|
};
|
13343
13343
|
platformMessageId: string;
|
13344
13344
|
workflowRule: {
|
@@ -14064,7 +14064,7 @@ export declare const lineContract: {
|
|
14064
14064
|
deletedAt: Date | null;
|
14065
14065
|
isActive: boolean;
|
14066
14066
|
};
|
14067
|
-
automationQueueId
|
14067
|
+
automationQueueId?: string | null | undefined;
|
14068
14068
|
};
|
14069
14069
|
platformMessageId: string;
|
14070
14070
|
workflowRule: {
|
@@ -14791,7 +14791,7 @@ export declare const lineContract: {
|
|
14791
14791
|
deletedAt: Date | null;
|
14792
14792
|
isActive: boolean;
|
14793
14793
|
};
|
14794
|
-
automationQueueId
|
14794
|
+
automationQueueId?: string | null | undefined;
|
14795
14795
|
};
|
14796
14796
|
platformMessageId: string;
|
14797
14797
|
workflowRule: {
|
@@ -15517,7 +15517,7 @@ export declare const lineContract: {
|
|
15517
15517
|
deletedAt: Date | null;
|
15518
15518
|
isActive: boolean;
|
15519
15519
|
};
|
15520
|
-
automationQueueId
|
15520
|
+
automationQueueId?: string | null | undefined;
|
15521
15521
|
};
|
15522
15522
|
platformMessageId: string;
|
15523
15523
|
workflowRule: {
|
@@ -16246,7 +16246,7 @@ export declare const lineContract: {
|
|
16246
16246
|
deletedAt: Date | null;
|
16247
16247
|
isActive: boolean;
|
16248
16248
|
};
|
16249
|
-
automationQueueId
|
16249
|
+
automationQueueId?: string | null | undefined;
|
16250
16250
|
};
|
16251
16251
|
platformMessageId: string;
|
16252
16252
|
workflowRule: {
|
@@ -16972,7 +16972,7 @@ export declare const lineContract: {
|
|
16972
16972
|
deletedAt: Date | null;
|
16973
16973
|
isActive: boolean;
|
16974
16974
|
};
|
16975
|
-
automationQueueId
|
16975
|
+
automationQueueId?: string | null | undefined;
|
16976
16976
|
};
|
16977
16977
|
platformMessageId: string;
|
16978
16978
|
workflowRule: {
|
@@ -17702,7 +17702,7 @@ export declare const lineContract: {
|
|
17702
17702
|
deletedAt: Date | null;
|
17703
17703
|
isActive: boolean;
|
17704
17704
|
};
|
17705
|
-
automationQueueId
|
17705
|
+
automationQueueId?: string | null | undefined;
|
17706
17706
|
};
|
17707
17707
|
platformMessageId: string;
|
17708
17708
|
workflowRule: {
|
@@ -18428,7 +18428,7 @@ export declare const lineContract: {
|
|
18428
18428
|
deletedAt: Date | null;
|
18429
18429
|
isActive: boolean;
|
18430
18430
|
};
|
18431
|
-
automationQueueId
|
18431
|
+
automationQueueId?: string | null | undefined;
|
18432
18432
|
};
|
18433
18433
|
platformMessageId: string;
|
18434
18434
|
workflowRule: {
|
@@ -1720,6 +1720,77 @@ export declare const accountContract: {
|
|
1720
1720
|
'x-client-timezone'?: string | undefined;
|
1721
1721
|
}>>>;
|
1722
1722
|
};
|
1723
|
+
deleteEmailEngineAcc: {
|
1724
|
+
body: null;
|
1725
|
+
summary: "Delete an account by id";
|
1726
|
+
method: "DELETE";
|
1727
|
+
pathParams: z.ZodObject<{
|
1728
|
+
account: z.ZodString;
|
1729
|
+
}, "strip", z.ZodTypeAny, {
|
1730
|
+
account: string;
|
1731
|
+
}, {
|
1732
|
+
account: string;
|
1733
|
+
}>;
|
1734
|
+
responses: {
|
1735
|
+
401: z.ZodObject<{
|
1736
|
+
message: z.ZodString;
|
1737
|
+
error: z.ZodAny;
|
1738
|
+
}, "strip", z.ZodTypeAny, {
|
1739
|
+
message: string;
|
1740
|
+
error?: any;
|
1741
|
+
}, {
|
1742
|
+
message: string;
|
1743
|
+
error?: any;
|
1744
|
+
}>;
|
1745
|
+
404: z.ZodObject<{
|
1746
|
+
message: z.ZodString;
|
1747
|
+
error: z.ZodAny;
|
1748
|
+
}, "strip", z.ZodTypeAny, {
|
1749
|
+
message: string;
|
1750
|
+
error?: any;
|
1751
|
+
}, {
|
1752
|
+
message: string;
|
1753
|
+
error?: any;
|
1754
|
+
}>;
|
1755
|
+
422: z.ZodObject<{
|
1756
|
+
message: z.ZodString;
|
1757
|
+
error: z.ZodAny;
|
1758
|
+
}, "strip", z.ZodTypeAny, {
|
1759
|
+
message: string;
|
1760
|
+
error?: any;
|
1761
|
+
}, {
|
1762
|
+
message: string;
|
1763
|
+
error?: any;
|
1764
|
+
}>;
|
1765
|
+
200: z.ZodObject<{
|
1766
|
+
requestId: z.ZodString;
|
1767
|
+
message: z.ZodString;
|
1768
|
+
}, "strip", z.ZodTypeAny, {
|
1769
|
+
message: string;
|
1770
|
+
requestId: string;
|
1771
|
+
}, {
|
1772
|
+
message: string;
|
1773
|
+
requestId: string;
|
1774
|
+
}>;
|
1775
|
+
};
|
1776
|
+
path: "email-service/mail/account/email-engine/:account";
|
1777
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1778
|
+
'x-tenant': z.ZodString;
|
1779
|
+
authorization: z.ZodString;
|
1780
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
1781
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
1782
|
+
}, "strip", z.ZodTypeAny, {
|
1783
|
+
'x-tenant': string;
|
1784
|
+
authorization: string;
|
1785
|
+
'x-client-timezone': string;
|
1786
|
+
'x-code'?: string | undefined;
|
1787
|
+
}, {
|
1788
|
+
'x-tenant': string;
|
1789
|
+
authorization: string;
|
1790
|
+
'x-code'?: string | undefined;
|
1791
|
+
'x-client-timezone'?: string | undefined;
|
1792
|
+
}>>>;
|
1793
|
+
};
|
1723
1794
|
createOAuth2Acc: {
|
1724
1795
|
body: z.ZodObject<{
|
1725
1796
|
account: z.ZodString;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"account-contract.d.ts","sourceRoot":"","sources":["../../../../src/mail/account-contract.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"account-contract.d.ts","sourceRoot":"","sources":["../../../../src/mail/account-contract.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6M3B,CAAC"}
|
@@ -36849,6 +36849,77 @@ export declare const mailContract: {
|
|
36849
36849
|
'x-client-timezone'?: string | undefined;
|
36850
36850
|
}>>>;
|
36851
36851
|
};
|
36852
|
+
deleteEmailEngineAcc: {
|
36853
|
+
body: null;
|
36854
|
+
summary: "Delete an account by id";
|
36855
|
+
method: "DELETE";
|
36856
|
+
pathParams: import("zod").ZodObject<{
|
36857
|
+
account: import("zod").ZodString;
|
36858
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36859
|
+
account: string;
|
36860
|
+
}, {
|
36861
|
+
account: string;
|
36862
|
+
}>;
|
36863
|
+
responses: {
|
36864
|
+
401: import("zod").ZodObject<{
|
36865
|
+
message: import("zod").ZodString;
|
36866
|
+
error: import("zod").ZodAny;
|
36867
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36868
|
+
message: string;
|
36869
|
+
error?: any;
|
36870
|
+
}, {
|
36871
|
+
message: string;
|
36872
|
+
error?: any;
|
36873
|
+
}>;
|
36874
|
+
404: import("zod").ZodObject<{
|
36875
|
+
message: import("zod").ZodString;
|
36876
|
+
error: import("zod").ZodAny;
|
36877
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36878
|
+
message: string;
|
36879
|
+
error?: any;
|
36880
|
+
}, {
|
36881
|
+
message: string;
|
36882
|
+
error?: any;
|
36883
|
+
}>;
|
36884
|
+
422: import("zod").ZodObject<{
|
36885
|
+
message: import("zod").ZodString;
|
36886
|
+
error: import("zod").ZodAny;
|
36887
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36888
|
+
message: string;
|
36889
|
+
error?: any;
|
36890
|
+
}, {
|
36891
|
+
message: string;
|
36892
|
+
error?: any;
|
36893
|
+
}>;
|
36894
|
+
200: import("zod").ZodObject<{
|
36895
|
+
requestId: import("zod").ZodString;
|
36896
|
+
message: import("zod").ZodString;
|
36897
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36898
|
+
message: string;
|
36899
|
+
requestId: string;
|
36900
|
+
}, {
|
36901
|
+
message: string;
|
36902
|
+
requestId: string;
|
36903
|
+
}>;
|
36904
|
+
};
|
36905
|
+
path: "email-service/mail/account/email-engine/:account";
|
36906
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
36907
|
+
'x-tenant': import("zod").ZodString;
|
36908
|
+
authorization: import("zod").ZodString;
|
36909
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
36910
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
36911
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36912
|
+
'x-tenant': string;
|
36913
|
+
authorization: string;
|
36914
|
+
'x-client-timezone': string;
|
36915
|
+
'x-code'?: string | undefined;
|
36916
|
+
}, {
|
36917
|
+
'x-tenant': string;
|
36918
|
+
authorization: string;
|
36919
|
+
'x-code'?: string | undefined;
|
36920
|
+
'x-client-timezone'?: string | undefined;
|
36921
|
+
}>>>;
|
36922
|
+
};
|
36852
36923
|
createOAuth2Acc: {
|
36853
36924
|
body: import("zod").ZodObject<{
|
36854
36925
|
account: import("zod").ZodString;
|