@kl1/contracts 1.2.69-uat → 1.2.71-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +28 -28
- package/dist/api-contracts/src/chat/index.d.ts +1800 -1800
- package/dist/api-contracts/src/chat/schema.d.ts +400 -400
- package/dist/api-contracts/src/chat/validation.d.ts +321 -321
- package/dist/api-contracts/src/comment/index.d.ts +364 -364
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +5 -5
- package/dist/api-contracts/src/contract.d.ts +3854 -3854
- package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
- package/dist/api-contracts/src/dashboard/index.d.ts +26 -26
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +220 -220
- package/dist/api-contracts/src/instagram/index.d.ts +220 -220
- package/dist/api-contracts/src/line/index.d.ts +220 -220
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +220 -220
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +220 -220
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +2 -2
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +672 -672
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +6 -6
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
- package/dist/api-contracts/src/viber/index.d.ts +220 -220
- package/dist/api-contracts/src/webchat/index.d.ts +220 -220
- package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
- package/dist/api-contracts/src/widget/index.d.ts +9 -9
- package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/index.js +112 -106
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +112 -106
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -245,7 +245,7 @@ export declare const attributeContract: {
|
|
245
245
|
error?: any;
|
246
246
|
}>;
|
247
247
|
};
|
248
|
-
path: "attributes";
|
248
|
+
path: "ms/attributes";
|
249
249
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
250
250
|
'x-tenant': z.ZodString;
|
251
251
|
'x-service-token': z.ZodString;
|
@@ -463,7 +463,7 @@ export declare const attributeContract: {
|
|
463
463
|
error?: any;
|
464
464
|
}>;
|
465
465
|
};
|
466
|
-
path: "attributes";
|
466
|
+
path: "ms/attributes";
|
467
467
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
468
468
|
'x-tenant': z.ZodString;
|
469
469
|
'x-service-token': z.ZodString;
|
@@ -725,7 +725,7 @@ export declare const attributeContract: {
|
|
725
725
|
error?: any;
|
726
726
|
}>;
|
727
727
|
};
|
728
|
-
path: "attributes/:id";
|
728
|
+
path: "ms/attributes/:id";
|
729
729
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
730
730
|
'x-tenant': z.ZodString;
|
731
731
|
'x-service-token': z.ZodString;
|
@@ -781,7 +781,7 @@ export declare const attributeContract: {
|
|
781
781
|
error?: any;
|
782
782
|
}>;
|
783
783
|
};
|
784
|
-
path: "attributes/visibility/:id";
|
784
|
+
path: "ms/attributes/visibility/:id";
|
785
785
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
786
786
|
'x-tenant': z.ZodString;
|
787
787
|
'x-service-token': z.ZodString;
|
@@ -837,7 +837,7 @@ export declare const attributeContract: {
|
|
837
837
|
error?: any;
|
838
838
|
}>;
|
839
839
|
};
|
840
|
-
path: "attributes/required/:id";
|
840
|
+
path: "ms/attributes/required/:id";
|
841
841
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
842
842
|
'x-tenant': z.ZodString;
|
843
843
|
'x-service-token': z.ZodString;
|
@@ -901,7 +901,7 @@ export declare const attributeContract: {
|
|
901
901
|
error?: any;
|
902
902
|
}>;
|
903
903
|
};
|
904
|
-
path: "attributes/position";
|
904
|
+
path: "ms/attributes/position";
|
905
905
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
906
906
|
'x-tenant': z.ZodString;
|
907
907
|
'x-service-token': z.ZodString;
|
@@ -951,7 +951,7 @@ export declare const attributeContract: {
|
|
951
951
|
error?: any;
|
952
952
|
}>;
|
953
953
|
};
|
954
|
-
path: "attributes/:id";
|
954
|
+
path: "ms/attributes/:id";
|
955
955
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
956
956
|
'x-tenant': z.ZodString;
|
957
957
|
'x-service-token': z.ZodString;
|
@@ -333,7 +333,7 @@ export declare const authContract: {
|
|
333
333
|
error?: any;
|
334
334
|
}>;
|
335
335
|
};
|
336
|
-
path: "auth/me";
|
336
|
+
path: "ms/auth/me";
|
337
337
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
338
338
|
'x-tenant': import("zod").ZodString;
|
339
339
|
'x-service-token': import("zod").ZodString;
|
@@ -97,7 +97,7 @@ export declare const awsContract: {
|
|
97
97
|
requestId: string;
|
98
98
|
}>;
|
99
99
|
};
|
100
|
-
path: "aws/s3/presigned-url";
|
100
|
+
path: "ms/aws/s3/presigned-url";
|
101
101
|
};
|
102
102
|
generateSignedUrl: {
|
103
103
|
body: import("zod").ZodObject<{
|
@@ -171,7 +171,7 @@ export declare const awsContract: {
|
|
171
171
|
requestId: string;
|
172
172
|
}>;
|
173
173
|
};
|
174
|
-
path: "aws/s3/signed-url";
|
174
|
+
path: "ms/aws/s3/signed-url";
|
175
175
|
};
|
176
176
|
};
|
177
177
|
//# sourceMappingURL=index.d.ts.map
|
@@ -485,7 +485,7 @@ export declare const botContract: {
|
|
485
485
|
error?: any;
|
486
486
|
}>;
|
487
487
|
};
|
488
|
-
path: "/bots/";
|
488
|
+
path: "ms/bots/";
|
489
489
|
};
|
490
490
|
getBots: {
|
491
491
|
method: "GET";
|
@@ -541,7 +541,7 @@ export declare const botContract: {
|
|
541
541
|
error?: any;
|
542
542
|
}>;
|
543
543
|
};
|
544
|
-
path: "/bots/";
|
544
|
+
path: "ms/bots/";
|
545
545
|
};
|
546
546
|
};
|
547
547
|
//# sourceMappingURL=index.d.ts.map
|
@@ -186,7 +186,7 @@ export declare const categoryContract: {
|
|
186
186
|
error?: any;
|
187
187
|
}>;
|
188
188
|
};
|
189
|
-
path: "categories";
|
189
|
+
path: "ms/categories";
|
190
190
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
191
191
|
'x-tenant': z.ZodString;
|
192
192
|
'x-service-token': z.ZodString;
|
@@ -331,7 +331,7 @@ export declare const categoryContract: {
|
|
331
331
|
error?: any;
|
332
332
|
}>;
|
333
333
|
};
|
334
|
-
path: "categories";
|
334
|
+
path: "ms/categories";
|
335
335
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
336
336
|
'x-tenant': z.ZodString;
|
337
337
|
'x-service-token': z.ZodString;
|
@@ -528,7 +528,7 @@ export declare const categoryContract: {
|
|
528
528
|
error?: any;
|
529
529
|
}>;
|
530
530
|
};
|
531
|
-
path: "categories/:id";
|
531
|
+
path: "ms/categories/:id";
|
532
532
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
533
533
|
'x-tenant': z.ZodString;
|
534
534
|
'x-service-token': z.ZodString;
|
@@ -578,7 +578,7 @@ export declare const categoryContract: {
|
|
578
578
|
error?: any;
|
579
579
|
}>;
|
580
580
|
};
|
581
|
-
path: "categories/:id";
|
581
|
+
path: "ms/categories/:id";
|
582
582
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
583
583
|
'x-tenant': z.ZodString;
|
584
584
|
'x-service-token': z.ZodString;
|
@@ -650,7 +650,7 @@ export declare const categoryContract: {
|
|
650
650
|
error?: any;
|
651
651
|
}>;
|
652
652
|
};
|
653
|
-
path: "categories/level";
|
653
|
+
path: "ms/categories/level";
|
654
654
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
655
655
|
'x-tenant': z.ZodString;
|
656
656
|
'x-service-token': z.ZodString;
|
@@ -712,7 +712,7 @@ export declare const categoryContract: {
|
|
712
712
|
error?: any;
|
713
713
|
}>;
|
714
714
|
};
|
715
|
-
path: "categories/level";
|
715
|
+
path: "ms/categories/level";
|
716
716
|
};
|
717
717
|
updateCategoryLevel: {
|
718
718
|
body: z.ZodObject<{
|
@@ -775,7 +775,7 @@ export declare const categoryContract: {
|
|
775
775
|
error?: any;
|
776
776
|
}>;
|
777
777
|
};
|
778
|
-
path: "categories/level/:id";
|
778
|
+
path: "ms/categories/level/:id";
|
779
779
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
780
780
|
'x-tenant': z.ZodString;
|
781
781
|
'x-service-token': z.ZodString;
|
@@ -778,7 +778,7 @@ export declare const channelContract: {
|
|
778
778
|
requestId: string;
|
779
779
|
}>;
|
780
780
|
};
|
781
|
-
path: "channel/";
|
781
|
+
path: "ms/channel/";
|
782
782
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
783
783
|
'x-tenant': z.ZodString;
|
784
784
|
'x-service-token': z.ZodString;
|
@@ -1195,7 +1195,7 @@ export declare const channelContract: {
|
|
1195
1195
|
error?: any;
|
1196
1196
|
}>;
|
1197
1197
|
};
|
1198
|
-
path: "channel/disconnect/:channelId";
|
1198
|
+
path: "ms/channel/disconnect/:channelId";
|
1199
1199
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1200
1200
|
'x-tenant': z.ZodString;
|
1201
1201
|
'x-service-token': z.ZodString;
|
@@ -1987,7 +1987,7 @@ export declare const channelContract: {
|
|
1987
1987
|
error?: any;
|
1988
1988
|
}>;
|
1989
1989
|
};
|
1990
|
-
path: "channel/delete/:channelId";
|
1990
|
+
path: "ms/channel/delete/:channelId";
|
1991
1991
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1992
1992
|
'x-tenant': z.ZodString;
|
1993
1993
|
'x-service-token': z.ZodString;
|
@@ -2785,7 +2785,7 @@ export declare const channelContract: {
|
|
2785
2785
|
error?: any;
|
2786
2786
|
}>;
|
2787
2787
|
};
|
2788
|
-
path: "channel/rename/:channelId";
|
2788
|
+
path: "ms/channel/rename/:channelId";
|
2789
2789
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2790
2790
|
'x-tenant': z.ZodString;
|
2791
2791
|
'x-service-token': z.ZodString;
|
@@ -3577,7 +3577,7 @@ export declare const channelContract: {
|
|
3577
3577
|
error?: any;
|
3578
3578
|
}>;
|
3579
3579
|
};
|
3580
|
-
path: "channel/reconnect/:channelId";
|
3580
|
+
path: "ms/channel/reconnect/:channelId";
|
3581
3581
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
3582
3582
|
'x-tenant': z.ZodString;
|
3583
3583
|
'x-service-token': z.ZodString;
|
@@ -4567,7 +4567,7 @@ export declare const channelContract: {
|
|
4567
4567
|
error?: any;
|
4568
4568
|
}>;
|
4569
4569
|
};
|
4570
|
-
path: "channel/relogin";
|
4570
|
+
path: "ms/channel/relogin";
|
4571
4571
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4572
4572
|
'x-tenant': z.ZodString;
|
4573
4573
|
'x-service-token': z.ZodString;
|
@@ -4625,7 +4625,7 @@ export declare const channelContract: {
|
|
4625
4625
|
error?: any;
|
4626
4626
|
}>;
|
4627
4627
|
};
|
4628
|
-
path: "channel/check-new-tenant";
|
4628
|
+
path: "ms/channel/check-new-tenant";
|
4629
4629
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4630
4630
|
'x-tenant': z.ZodString;
|
4631
4631
|
'x-service-token': z.ZodString;
|
@@ -4678,7 +4678,7 @@ export declare const channelContract: {
|
|
4678
4678
|
error?: any;
|
4679
4679
|
}>;
|
4680
4680
|
};
|
4681
|
-
path: "channel/update-new-tenant";
|
4681
|
+
path: "ms/channel/update-new-tenant";
|
4682
4682
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4683
4683
|
'x-tenant': z.ZodString;
|
4684
4684
|
'x-service-token': z.ZodString;
|
@@ -5476,7 +5476,7 @@ export declare const channelContract: {
|
|
5476
5476
|
error?: any;
|
5477
5477
|
}>;
|
5478
5478
|
};
|
5479
|
-
path: "channel/csat/:channelId";
|
5479
|
+
path: "ms/channel/csat/:channelId";
|
5480
5480
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5481
5481
|
'x-tenant': z.ZodString;
|
5482
5482
|
'x-service-token': z.ZodString;
|
@@ -5708,7 +5708,7 @@ export declare const channelContract: {
|
|
5708
5708
|
error?: any;
|
5709
5709
|
}>;
|
5710
5710
|
};
|
5711
|
-
path: "
|
5711
|
+
path: "ms/channelms/messenger/pages";
|
5712
5712
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5713
5713
|
'x-tenant': z.ZodString;
|
5714
5714
|
'x-service-token': z.ZodString;
|
@@ -6004,7 +6004,7 @@ export declare const channelContract: {
|
|
6004
6004
|
error?: any;
|
6005
6005
|
}>;
|
6006
6006
|
};
|
6007
|
-
path: "
|
6007
|
+
path: "ms/channelms/messenger/facebook-businesses";
|
6008
6008
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
6009
6009
|
'x-tenant': z.ZodString;
|
6010
6010
|
'x-service-token': z.ZodString;
|
@@ -6300,7 +6300,7 @@ export declare const channelContract: {
|
|
6300
6300
|
error?: any;
|
6301
6301
|
}>;
|
6302
6302
|
};
|
6303
|
-
path: "
|
6303
|
+
path: "ms/channelms/messenger/facebook-business-pages";
|
6304
6304
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
6305
6305
|
'x-tenant': z.ZodString;
|
6306
6306
|
'x-service-token': z.ZodString;
|
@@ -7290,7 +7290,7 @@ export declare const channelContract: {
|
|
7290
7290
|
error?: any;
|
7291
7291
|
}>;
|
7292
7292
|
};
|
7293
|
-
path: "
|
7293
|
+
path: "ms/channelms/messenger/connect";
|
7294
7294
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7295
7295
|
'x-tenant': z.ZodString;
|
7296
7296
|
'x-service-token': z.ZodString;
|
@@ -7351,7 +7351,7 @@ export declare const channelContract: {
|
|
7351
7351
|
error?: any;
|
7352
7352
|
}>;
|
7353
7353
|
};
|
7354
|
-
path: "
|
7354
|
+
path: "ms/channelms/line/connect";
|
7355
7355
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7356
7356
|
'x-tenant': z.ZodString;
|
7357
7357
|
'x-service-token': z.ZodString;
|
@@ -7541,7 +7541,7 @@ export declare const channelContract: {
|
|
7541
7541
|
error?: any;
|
7542
7542
|
}>;
|
7543
7543
|
};
|
7544
|
-
path: "
|
7544
|
+
path: "ms/channelms/instagram/pages";
|
7545
7545
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7546
7546
|
'x-tenant': z.ZodString;
|
7547
7547
|
'x-service-token': z.ZodString;
|
@@ -8531,7 +8531,7 @@ export declare const channelContract: {
|
|
8531
8531
|
error?: any;
|
8532
8532
|
}>;
|
8533
8533
|
};
|
8534
|
-
path: "
|
8534
|
+
path: "ms/channelms/instagram/connect";
|
8535
8535
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8536
8536
|
'x-tenant': z.ZodString;
|
8537
8537
|
'x-service-token': z.ZodString;
|
@@ -9337,7 +9337,7 @@ export declare const channelContract: {
|
|
9337
9337
|
error?: any;
|
9338
9338
|
}>;
|
9339
9339
|
};
|
9340
|
-
path: "
|
9340
|
+
path: "ms/channelms/viber/connect";
|
9341
9341
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9342
9342
|
'x-tenant': z.ZodString;
|
9343
9343
|
'x-service-token': z.ZodString;
|
@@ -10143,7 +10143,7 @@ export declare const channelContract: {
|
|
10143
10143
|
error?: any;
|
10144
10144
|
}>;
|
10145
10145
|
};
|
10146
|
-
path: "
|
10146
|
+
path: "ms/channelms/telegram/connect";
|
10147
10147
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
10148
10148
|
'x-tenant': z.ZodString;
|
10149
10149
|
'x-service-token': z.ZodString;
|
@@ -10999,7 +10999,7 @@ export declare const channelContract: {
|
|
10999
10999
|
error?: any;
|
11000
11000
|
}>;
|
11001
11001
|
};
|
11002
|
-
path: "
|
11002
|
+
path: "ms/channelms/webchat/connect";
|
11003
11003
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
11004
11004
|
'x-tenant': z.ZodString;
|
11005
11005
|
'x-service-token': z.ZodString;
|
@@ -11985,7 +11985,7 @@ export declare const channelContract: {
|
|
11985
11985
|
error?: any;
|
11986
11986
|
}>;
|
11987
11987
|
};
|
11988
|
-
path: "
|
11988
|
+
path: "ms/channelms/whatsapp/connect";
|
11989
11989
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
11990
11990
|
'x-tenant': z.ZodString;
|
11991
11991
|
'x-service-token': z.ZodString;
|
@@ -12069,7 +12069,7 @@ export declare const channelContract: {
|
|
12069
12069
|
error?: any;
|
12070
12070
|
}>;
|
12071
12071
|
};
|
12072
|
-
path: "
|
12072
|
+
path: "ms/channelms/whatsapp/templates";
|
12073
12073
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
12074
12074
|
'x-tenant': z.ZodString;
|
12075
12075
|
'x-service-token': z.ZodString;
|
@@ -12132,7 +12132,7 @@ export declare const channelContract: {
|
|
12132
12132
|
error?: any;
|
12133
12133
|
}>;
|
12134
12134
|
};
|
12135
|
-
path: "
|
12135
|
+
path: "ms/channelms/whatsapp/mobile";
|
12136
12136
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
12137
12137
|
'x-tenant': z.ZodString;
|
12138
12138
|
'x-service-token': z.ZodString;
|
@@ -12206,7 +12206,7 @@ export declare const channelContract: {
|
|
12206
12206
|
error?: any;
|
12207
12207
|
}>;
|
12208
12208
|
};
|
12209
|
-
path: "
|
12209
|
+
path: "ms/channelms/whatsapp/mobile/qr";
|
12210
12210
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
12211
12211
|
'x-tenant': z.ZodString;
|
12212
12212
|
'x-service-token': z.ZodString;
|
@@ -12263,7 +12263,7 @@ export declare const channelContract: {
|
|
12263
12263
|
error?: any;
|
12264
12264
|
}>;
|
12265
12265
|
};
|
12266
|
-
path: "
|
12266
|
+
path: "ms/channelms/whatsapp/mobile/:instanceId";
|
12267
12267
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
12268
12268
|
'x-tenant': z.ZodString;
|
12269
12269
|
'x-service-token': z.ZodString;
|
@@ -13059,7 +13059,7 @@ export declare const channelContract: {
|
|
13059
13059
|
error?: any;
|
13060
13060
|
}>;
|
13061
13061
|
};
|
13062
|
-
path: "channel/lazada/connect";
|
13062
|
+
path: "ms/channel/lazada/connect";
|
13063
13063
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
13064
13064
|
'x-tenant': z.ZodString;
|
13065
13065
|
'x-service-token': z.ZodString;
|
@@ -13293,7 +13293,7 @@ export declare const channelFacebookFeedContract: {
|
|
13293
13293
|
error?: any;
|
13294
13294
|
}>;
|
13295
13295
|
};
|
13296
|
-
path: "/facebook-feed/pages";
|
13296
|
+
path: "ms/facebook-feed/pages";
|
13297
13297
|
};
|
13298
13298
|
connect: {
|
13299
13299
|
body: z.ZodObject<{
|
@@ -14267,7 +14267,7 @@ export declare const channelFacebookFeedContract: {
|
|
14267
14267
|
error?: any;
|
14268
14268
|
}>;
|
14269
14269
|
};
|
14270
|
-
path: "/facebook-feed/connect";
|
14270
|
+
path: "ms/facebook-feed/connect";
|
14271
14271
|
};
|
14272
14272
|
};
|
14273
14273
|
export declare const channelBotContract: {
|
@@ -16637,7 +16637,7 @@ export declare const channelSMSContract: {
|
|
16637
16637
|
error?: any;
|
16638
16638
|
}>;
|
16639
16639
|
};
|
16640
|
-
path: "/channel/sms/connect";
|
16640
|
+
path: "ms/channel/sms/connect";
|
16641
16641
|
};
|
16642
16642
|
};
|
16643
16643
|
//# sourceMappingURL=index.d.ts.map
|