@kl1/contracts 1.2.70-uat → 1.2.72-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +7 -7
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +27 -27
- package/dist/api-contracts/src/chat/index.d.ts +19 -19
- package/dist/api-contracts/src/contract.d.ts +102 -96
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +19 -13
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +3 -3
- package/dist/api-contracts/src/dashboard/validation.d.ts +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/workflow-rule/index.d.ts +4 -4
- package/dist/index.js +46 -38
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +46 -38
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -856,7 +856,7 @@ export declare const automationQueueContract: {
|
|
|
856
856
|
} | undefined;
|
|
857
857
|
}>;
|
|
858
858
|
};
|
|
859
|
-
path: "/automation-queue";
|
|
859
|
+
path: "ms/automation-queue";
|
|
860
860
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
861
861
|
'x-tenant': z.ZodString;
|
|
862
862
|
'x-service-token': z.ZodString;
|
|
@@ -1706,7 +1706,7 @@ export declare const automationQueueContract: {
|
|
|
1706
1706
|
} | undefined;
|
|
1707
1707
|
}>;
|
|
1708
1708
|
};
|
|
1709
|
-
path: "/automation-queue/:id/duplicate";
|
|
1709
|
+
path: "ms/automation-queue/:id/duplicate";
|
|
1710
1710
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1711
1711
|
'x-tenant': z.ZodString;
|
|
1712
1712
|
'x-service-token': z.ZodString;
|
|
@@ -2558,7 +2558,7 @@ export declare const automationQueueContract: {
|
|
|
2558
2558
|
requestId: string;
|
|
2559
2559
|
}>;
|
|
2560
2560
|
};
|
|
2561
|
-
path: "/automation-queue";
|
|
2561
|
+
path: "ms/automation-queue";
|
|
2562
2562
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2563
2563
|
'x-tenant': z.ZodString;
|
|
2564
2564
|
'x-service-token': z.ZodString;
|
|
@@ -3407,7 +3407,7 @@ export declare const automationQueueContract: {
|
|
|
3407
3407
|
requestId: string;
|
|
3408
3408
|
}>;
|
|
3409
3409
|
};
|
|
3410
|
-
path: "/automation-queue/:id";
|
|
3410
|
+
path: "ms/automation-queue/:id";
|
|
3411
3411
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3412
3412
|
'x-tenant': z.ZodString;
|
|
3413
3413
|
'x-service-token': z.ZodString;
|
|
@@ -4281,7 +4281,7 @@ export declare const automationQueueContract: {
|
|
|
4281
4281
|
requestId: string;
|
|
4282
4282
|
}>;
|
|
4283
4283
|
};
|
|
4284
|
-
path: "/automation-queue/:id";
|
|
4284
|
+
path: "ms/automation-queue/:id";
|
|
4285
4285
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4286
4286
|
'x-tenant': z.ZodString;
|
|
4287
4287
|
'x-service-token': z.ZodString;
|
|
@@ -4321,7 +4321,7 @@ export declare const automationQueueContract: {
|
|
|
4321
4321
|
requestId: string;
|
|
4322
4322
|
}>;
|
|
4323
4323
|
};
|
|
4324
|
-
path: "/automation-queue/:id";
|
|
4324
|
+
path: "ms/automation-queue/:id";
|
|
4325
4325
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4326
4326
|
'x-tenant': z.ZodString;
|
|
4327
4327
|
'x-service-token': z.ZodString;
|
|
@@ -4373,7 +4373,7 @@ export declare const automationQueueContract: {
|
|
|
4373
4373
|
requestId: string;
|
|
4374
4374
|
}>;
|
|
4375
4375
|
};
|
|
4376
|
-
path: "/automation-queue/check-has-assigned-room";
|
|
4376
|
+
path: "ms/automation-queue/check-has-assigned-room";
|
|
4377
4377
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4378
4378
|
'x-tenant': z.ZodString;
|
|
4379
4379
|
'x-service-token': z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAMjD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+FnC,CAAC"}
|
|
@@ -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: {
|
|
@@ -5631,7 +5631,7 @@ export declare const receiveMessageContract: {
|
|
|
5631
5631
|
error?: any;
|
|
5632
5632
|
}>;
|
|
5633
5633
|
};
|
|
5634
|
-
path: "message/receive";
|
|
5634
|
+
path: "ms/message/receive";
|
|
5635
5635
|
headers: z.ZodObject<{
|
|
5636
5636
|
'x-code': z.ZodString;
|
|
5637
5637
|
'x-tenant': z.ZodString;
|
|
@@ -32647,7 +32647,7 @@ export declare const mainChatRoomContract: {
|
|
|
32647
32647
|
error?: any;
|
|
32648
32648
|
}>;
|
|
32649
32649
|
};
|
|
32650
|
-
path: "chat/rooms";
|
|
32650
|
+
path: "ms/chat/rooms";
|
|
32651
32651
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
32652
32652
|
'x-tenant': z.ZodString;
|
|
32653
32653
|
'x-service-token': z.ZodString;
|
|
@@ -38072,7 +38072,7 @@ export declare const mainChatRoomContract: {
|
|
|
38072
38072
|
error?: any;
|
|
38073
38073
|
}>;
|
|
38074
38074
|
};
|
|
38075
|
-
path: "chat/room/:roomId";
|
|
38075
|
+
path: "ms/chat/room/:roomId";
|
|
38076
38076
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
38077
38077
|
'x-tenant': z.ZodString;
|
|
38078
38078
|
'x-service-token': z.ZodString;
|
|
@@ -42431,7 +42431,7 @@ export declare const mainChatRoomContract: {
|
|
|
42431
42431
|
error?: any;
|
|
42432
42432
|
}>;
|
|
42433
42433
|
};
|
|
42434
|
-
path: "chat/room/solve";
|
|
42434
|
+
path: "ms/chat/room/solve";
|
|
42435
42435
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
42436
42436
|
'x-tenant': z.ZodString;
|
|
42437
42437
|
'x-service-token': z.ZodString;
|
|
@@ -47996,7 +47996,7 @@ export declare const mainChatRoomContract: {
|
|
|
47996
47996
|
requestId: string;
|
|
47997
47997
|
}>;
|
|
47998
47998
|
};
|
|
47999
|
-
path: "chat/room/create/:platformContactId";
|
|
47999
|
+
path: "ms/chat/room/create/:platformContactId";
|
|
48000
48000
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
48001
48001
|
'x-tenant': z.ZodString;
|
|
48002
48002
|
'x-service-token': z.ZodString;
|
|
@@ -52343,7 +52343,7 @@ export declare const mainChatRoomContract: {
|
|
|
52343
52343
|
requestId: string;
|
|
52344
52344
|
}>;
|
|
52345
52345
|
};
|
|
52346
|
-
path: "chat/room/read/:roomId";
|
|
52346
|
+
path: "ms/chat/room/read/:roomId";
|
|
52347
52347
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
52348
52348
|
'x-tenant': z.ZodString;
|
|
52349
52349
|
'x-service-token': z.ZodString;
|
|
@@ -56705,7 +56705,7 @@ export declare const mainChatRoomContract: {
|
|
|
56705
56705
|
requestId: string;
|
|
56706
56706
|
}>;
|
|
56707
56707
|
};
|
|
56708
|
-
path: "chat/search";
|
|
56708
|
+
path: "ms/chat/search";
|
|
56709
56709
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
56710
56710
|
'x-tenant': z.ZodString;
|
|
56711
56711
|
'x-service-token': z.ZodString;
|
|
@@ -75098,7 +75098,7 @@ export declare const mainChatContract: {
|
|
|
75098
75098
|
error?: any;
|
|
75099
75099
|
}>;
|
|
75100
75100
|
};
|
|
75101
|
-
path: "chat/message";
|
|
75101
|
+
path: "ms/chat/message";
|
|
75102
75102
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
75103
75103
|
'x-tenant': z.ZodString;
|
|
75104
75104
|
'x-service-token': z.ZodString;
|
|
@@ -75145,7 +75145,7 @@ export declare const mainChatContract: {
|
|
|
75145
75145
|
}[];
|
|
75146
75146
|
}>;
|
|
75147
75147
|
};
|
|
75148
|
-
path: "chat/rooms/unread-count";
|
|
75148
|
+
path: "ms/chat/rooms/unread-count";
|
|
75149
75149
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
75150
75150
|
'x-tenant': z.ZodString;
|
|
75151
75151
|
'x-service-token': z.ZodString;
|
|
@@ -75197,7 +75197,7 @@ export declare const mainChatContract: {
|
|
|
75197
75197
|
requestId: string;
|
|
75198
75198
|
}>;
|
|
75199
75199
|
};
|
|
75200
|
-
path: "chat/rooms/:platformContactId";
|
|
75200
|
+
path: "ms/chat/rooms/:platformContactId";
|
|
75201
75201
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
75202
75202
|
'x-tenant': z.ZodString;
|
|
75203
75203
|
'x-service-token': z.ZodString;
|
|
@@ -86977,7 +86977,7 @@ export declare const mainChatContract: {
|
|
|
86977
86977
|
requestId: string;
|
|
86978
86978
|
}>;
|
|
86979
86979
|
};
|
|
86980
|
-
path: "chat/message/:roomId";
|
|
86980
|
+
path: "ms/chat/message/:roomId";
|
|
86981
86981
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
86982
86982
|
'x-tenant': z.ZodString;
|
|
86983
86983
|
'x-service-token': z.ZodString;
|
|
@@ -91334,7 +91334,7 @@ export declare const mainChatContract: {
|
|
|
91334
91334
|
error?: any;
|
|
91335
91335
|
}>;
|
|
91336
91336
|
};
|
|
91337
|
-
path: "chat/rooms/assignee/update_rooms";
|
|
91337
|
+
path: "ms/chat/rooms/assignee/update_rooms";
|
|
91338
91338
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
91339
91339
|
'x-tenant': z.ZodString;
|
|
91340
91340
|
'x-service-token': z.ZodString;
|
|
@@ -95691,7 +95691,7 @@ export declare const mainChatContract: {
|
|
|
95691
95691
|
error?: any;
|
|
95692
95692
|
}>;
|
|
95693
95693
|
};
|
|
95694
|
-
path: "chat/room/assignee/update";
|
|
95694
|
+
path: "ms/chat/room/assignee/update";
|
|
95695
95695
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
95696
95696
|
'x-tenant': z.ZodString;
|
|
95697
95697
|
'x-service-token': z.ZodString;
|
|
@@ -96722,7 +96722,7 @@ export declare const mainChatContract: {
|
|
|
96722
96722
|
requestId: string;
|
|
96723
96723
|
}>;
|
|
96724
96724
|
};
|
|
96725
|
-
path: "chat/contact/:contactId";
|
|
96725
|
+
path: "ms/chat/contact/:contactId";
|
|
96726
96726
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
96727
96727
|
'x-tenant': z.ZodString;
|
|
96728
96728
|
'x-service-token': z.ZodString;
|
|
@@ -101099,7 +101099,7 @@ export declare const mainChatContract: {
|
|
|
101099
101099
|
requestId: string;
|
|
101100
101100
|
}>;
|
|
101101
101101
|
};
|
|
101102
|
-
path: "chat/room";
|
|
101102
|
+
path: "ms/chat/room";
|
|
101103
101103
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
101104
101104
|
'x-tenant': z.ZodString;
|
|
101105
101105
|
'x-service-token': z.ZodString;
|
|
@@ -109372,7 +109372,7 @@ export declare const initiateMessageContract: {
|
|
|
109372
109372
|
error?: any;
|
|
109373
109373
|
}>;
|
|
109374
109374
|
};
|
|
109375
|
-
path: "chat/initiate-message";
|
|
109375
|
+
path: "ms/chat/initiate-message";
|
|
109376
109376
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
109377
109377
|
'x-tenant': z.ZodString;
|
|
109378
109378
|
'x-service-token': z.ZodString;
|
|
@@ -127765,7 +127765,7 @@ export declare const mainChatMessageContract: {
|
|
|
127765
127765
|
error?: any;
|
|
127766
127766
|
}>;
|
|
127767
127767
|
};
|
|
127768
|
-
path: "chat/message";
|
|
127768
|
+
path: "ms/chat/message";
|
|
127769
127769
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
127770
127770
|
'x-tenant': z.ZodString;
|
|
127771
127771
|
'x-service-token': z.ZodString;
|
|
@@ -128633,7 +128633,7 @@ export declare const mainChatMessageContract: {
|
|
|
128633
128633
|
error?: any;
|
|
128634
128634
|
}>;
|
|
128635
128635
|
};
|
|
128636
|
-
path: "chat/message";
|
|
128636
|
+
path: "ms/chat/message";
|
|
128637
128637
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
128638
128638
|
'x-tenant': z.ZodString;
|
|
128639
128639
|
'x-service-token': z.ZodString;
|
|
@@ -136860,7 +136860,7 @@ export declare const mainChatMessageContract: {
|
|
|
136860
136860
|
requestId: string;
|
|
136861
136861
|
}>;
|
|
136862
136862
|
};
|
|
136863
|
-
path: "chat/edited-messages/:messageId";
|
|
136863
|
+
path: "ms/chat/edited-messages/:messageId";
|
|
136864
136864
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
136865
136865
|
'x-tenant': z.ZodString;
|
|
136866
136866
|
'x-service-token': z.ZodString;
|