@kl1/contracts 1.3.31 → 1.3.32
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/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/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +27 -27
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +1821 -1821
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- 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/contract.d.ts +33508 -33508
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- 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 +19 -19
- 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/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- 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/subscription/index.d.ts +5 -5
- 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 +3 -3
- 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 +7 -7
- 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 +11 -11
- 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 +188 -170
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +188 -170
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -981,7 +981,7 @@ export declare const userNotificationContract: {
|
|
981
981
|
error?: any;
|
982
982
|
}>;
|
983
983
|
};
|
984
|
-
path: "notification";
|
984
|
+
path: "ms/notification";
|
985
985
|
};
|
986
986
|
getNewNotificationsCount: {
|
987
987
|
summary: "Get user's unread notifications count";
|
@@ -1049,7 +1049,7 @@ export declare const userNotificationContract: {
|
|
1049
1049
|
error?: any;
|
1050
1050
|
}>;
|
1051
1051
|
};
|
1052
|
-
path: "notification/new_notifications_count";
|
1052
|
+
path: "ms/notification/new_notifications_count";
|
1053
1053
|
};
|
1054
1054
|
resetNotifications: {
|
1055
1055
|
body: null;
|
@@ -1407,7 +1407,7 @@ export declare const userNotificationContract: {
|
|
1407
1407
|
error?: any;
|
1408
1408
|
}>;
|
1409
1409
|
};
|
1410
|
-
path: "notification/reset";
|
1410
|
+
path: "ms/notification/reset";
|
1411
1411
|
};
|
1412
1412
|
readNotification: {
|
1413
1413
|
body: z.ZodObject<{
|
@@ -2211,7 +2211,7 @@ export declare const userNotificationContract: {
|
|
2211
2211
|
error?: any;
|
2212
2212
|
}>;
|
2213
2213
|
};
|
2214
|
-
path: "notification/read/:id";
|
2214
|
+
path: "ms/notification/read/:id";
|
2215
2215
|
};
|
2216
2216
|
};
|
2217
2217
|
//# sourceMappingURL=index.d.ts.map
|
@@ -88,7 +88,7 @@ export declare const presenceStatusContract: {
|
|
88
88
|
error?: any;
|
89
89
|
}>;
|
90
90
|
};
|
91
|
-
path: "presence_status";
|
91
|
+
path: "ms/presence_status";
|
92
92
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
93
93
|
'x-tenant': z.ZodString;
|
94
94
|
'x-service-token': z.ZodString;
|
@@ -221,7 +221,7 @@ export declare const presenceStatusContract: {
|
|
221
221
|
error?: any;
|
222
222
|
}>;
|
223
223
|
};
|
224
|
-
path: "presence_status";
|
224
|
+
path: "ms/presence_status";
|
225
225
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
226
226
|
'x-tenant': z.ZodString;
|
227
227
|
'x-service-token': z.ZodString;
|
@@ -323,7 +323,7 @@ export declare const presenceStatusContract: {
|
|
323
323
|
error?: any;
|
324
324
|
}>;
|
325
325
|
};
|
326
|
-
path: "presence_status/:id";
|
326
|
+
path: "ms/presence_status/:id";
|
327
327
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
328
328
|
'x-tenant': z.ZodString;
|
329
329
|
'x-service-token': z.ZodString;
|
@@ -463,7 +463,7 @@ export declare const presenceStatusContract: {
|
|
463
463
|
error?: any;
|
464
464
|
}>;
|
465
465
|
};
|
466
|
-
path: "presence_status/:id";
|
466
|
+
path: "ms/presence_status/:id";
|
467
467
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
468
468
|
'x-tenant': z.ZodString;
|
469
469
|
'x-service-token': z.ZodString;
|
@@ -534,7 +534,7 @@ export declare const presenceStatusContract: {
|
|
534
534
|
error?: any;
|
535
535
|
}>;
|
536
536
|
};
|
537
|
-
path: "presence_status/:id";
|
537
|
+
path: "ms/presence_status/:id";
|
538
538
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
539
539
|
'x-tenant': z.ZodString;
|
540
540
|
'x-service-token': z.ZodString;
|
@@ -162,7 +162,7 @@ export declare const roleContract: {
|
|
162
162
|
error?: any;
|
163
163
|
}>;
|
164
164
|
};
|
165
|
-
path: "role";
|
165
|
+
path: "ms/role";
|
166
166
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
167
167
|
'x-tenant': z.ZodString;
|
168
168
|
'x-service-token': z.ZodString;
|
@@ -332,7 +332,7 @@ export declare const roleContract: {
|
|
332
332
|
error?: any;
|
333
333
|
}>;
|
334
334
|
};
|
335
|
-
path: "role";
|
335
|
+
path: "ms/role";
|
336
336
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
337
337
|
'x-tenant': z.ZodString;
|
338
338
|
'x-service-token': z.ZodString;
|
@@ -516,7 +516,7 @@ export declare const roleContract: {
|
|
516
516
|
error?: any;
|
517
517
|
}>;
|
518
518
|
};
|
519
|
-
path: "role/:id";
|
519
|
+
path: "ms/role/:id";
|
520
520
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
521
521
|
'x-tenant': z.ZodString;
|
522
522
|
'x-service-token': z.ZodString;
|
@@ -567,7 +567,7 @@ export declare const roleContract: {
|
|
567
567
|
error?: any;
|
568
568
|
}>;
|
569
569
|
};
|
570
|
-
path: "role/:id";
|
570
|
+
path: "ms/role/:id";
|
571
571
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
572
572
|
'x-tenant': z.ZodString;
|
573
573
|
'x-service-token': z.ZodString;
|
@@ -692,7 +692,7 @@ export declare const roleContract: {
|
|
692
692
|
error?: any;
|
693
693
|
}>;
|
694
694
|
};
|
695
|
-
path: "role/:id";
|
695
|
+
path: "ms/role/:id";
|
696
696
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
697
697
|
'x-tenant': z.ZodString;
|
698
698
|
'x-service-token': z.ZodString;
|
@@ -80,7 +80,7 @@ export declare const snippetContract: {
|
|
80
80
|
error?: any;
|
81
81
|
}>;
|
82
82
|
};
|
83
|
-
path: "snippets/groups";
|
83
|
+
path: "ms/snippets/groups";
|
84
84
|
};
|
85
85
|
getSnippetGroups: {
|
86
86
|
method: "GET";
|
@@ -142,7 +142,7 @@ export declare const snippetContract: {
|
|
142
142
|
error?: any;
|
143
143
|
}>;
|
144
144
|
};
|
145
|
-
path: "snippets/groups";
|
145
|
+
path: "ms/snippets/groups";
|
146
146
|
};
|
147
147
|
updateSnippetGroup: {
|
148
148
|
body: z.ZodObject<{
|
@@ -220,7 +220,7 @@ export declare const snippetContract: {
|
|
220
220
|
error?: any;
|
221
221
|
}>;
|
222
222
|
};
|
223
|
-
path: "snippets/groups/:id";
|
223
|
+
path: "ms/snippets/groups/:id";
|
224
224
|
};
|
225
225
|
deleteSnippetGroup: {
|
226
226
|
body: null;
|
@@ -251,7 +251,7 @@ export declare const snippetContract: {
|
|
251
251
|
error?: any;
|
252
252
|
}>;
|
253
253
|
};
|
254
|
-
path: "snippets/groups/:id";
|
254
|
+
path: "ms/snippets/groups/:id";
|
255
255
|
};
|
256
256
|
getSnippets: {
|
257
257
|
method: "GET";
|
@@ -535,7 +535,7 @@ export declare const snippetContract: {
|
|
535
535
|
error?: any;
|
536
536
|
}>;
|
537
537
|
};
|
538
|
-
path: "snippets";
|
538
|
+
path: "ms/snippets";
|
539
539
|
};
|
540
540
|
createSnippet: {
|
541
541
|
body: z.ZodObject<{
|
@@ -838,7 +838,7 @@ export declare const snippetContract: {
|
|
838
838
|
error?: any;
|
839
839
|
}>;
|
840
840
|
};
|
841
|
-
path: "snippets";
|
841
|
+
path: "ms/snippets";
|
842
842
|
};
|
843
843
|
updateSnippet: {
|
844
844
|
body: z.ZodObject<{
|
@@ -1151,7 +1151,7 @@ export declare const snippetContract: {
|
|
1151
1151
|
error?: any;
|
1152
1152
|
}>;
|
1153
1153
|
};
|
1154
|
-
path: "snippets/:id";
|
1154
|
+
path: "ms/snippets/:id";
|
1155
1155
|
};
|
1156
1156
|
deleteSnippet: {
|
1157
1157
|
body: null;
|
@@ -1182,7 +1182,7 @@ export declare const snippetContract: {
|
|
1182
1182
|
error?: any;
|
1183
1183
|
}>;
|
1184
1184
|
};
|
1185
|
-
path: "snippets/:id";
|
1185
|
+
path: "ms/snippets/:id";
|
1186
1186
|
};
|
1187
1187
|
};
|
1188
1188
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1426,7 +1426,7 @@ export declare const subscriptionContract: {
|
|
1426
1426
|
error?: any;
|
1427
1427
|
}>;
|
1428
1428
|
};
|
1429
|
-
path: "subscriptions/";
|
1429
|
+
path: "ms/subscriptions/";
|
1430
1430
|
};
|
1431
1431
|
updateSubscription: {
|
1432
1432
|
body: z.ZodObject<{
|
@@ -1504,7 +1504,7 @@ export declare const subscriptionContract: {
|
|
1504
1504
|
error?: any;
|
1505
1505
|
}>;
|
1506
1506
|
};
|
1507
|
-
path: "subscriptions/";
|
1507
|
+
path: "ms/subscriptions/";
|
1508
1508
|
};
|
1509
1509
|
topUpBalance: {
|
1510
1510
|
body: z.ZodObject<{
|
@@ -1537,7 +1537,7 @@ export declare const subscriptionContract: {
|
|
1537
1537
|
error?: any;
|
1538
1538
|
}>;
|
1539
1539
|
};
|
1540
|
-
path: "subscriptions/top-up";
|
1540
|
+
path: "ms/subscriptions/top-up";
|
1541
1541
|
};
|
1542
1542
|
getAvailablePlan: {
|
1543
1543
|
method: "GET";
|
@@ -1975,7 +1975,7 @@ export declare const subscriptionContract: {
|
|
1975
1975
|
error?: any;
|
1976
1976
|
}>;
|
1977
1977
|
};
|
1978
|
-
path: "subscriptions/available-plan";
|
1978
|
+
path: "ms/subscriptions/available-plan";
|
1979
1979
|
};
|
1980
1980
|
checkPlan: {
|
1981
1981
|
body: null;
|
@@ -2009,7 +2009,7 @@ export declare const subscriptionContract: {
|
|
2009
2009
|
error?: any;
|
2010
2010
|
}>;
|
2011
2011
|
};
|
2012
|
-
path: "subscriptions/check-plan";
|
2012
|
+
path: "ms/subscriptions/check-plan";
|
2013
2013
|
};
|
2014
2014
|
};
|
2015
2015
|
//# sourceMappingURL=index.d.ts.map
|
@@ -70,7 +70,7 @@ export declare const tagContract: {
|
|
70
70
|
error?: any;
|
71
71
|
}>;
|
72
72
|
};
|
73
|
-
path: "tags";
|
73
|
+
path: "ms/tags";
|
74
74
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
75
75
|
'x-tenant': z.ZodString;
|
76
76
|
'x-service-token': z.ZodString;
|
@@ -152,7 +152,7 @@ export declare const tagContract: {
|
|
152
152
|
error?: any;
|
153
153
|
}>;
|
154
154
|
};
|
155
|
-
path: "tags";
|
155
|
+
path: "ms/tags";
|
156
156
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
157
157
|
'x-tenant': z.ZodString;
|
158
158
|
'x-service-token': z.ZodString;
|
@@ -238,7 +238,7 @@ export declare const tagContract: {
|
|
238
238
|
error?: any;
|
239
239
|
}>;
|
240
240
|
};
|
241
|
-
path: "tags/:id";
|
241
|
+
path: "ms/tags/:id";
|
242
242
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
243
243
|
'x-tenant': z.ZodString;
|
244
244
|
'x-service-token': z.ZodString;
|
@@ -288,7 +288,7 @@ export declare const tagContract: {
|
|
288
288
|
error?: any;
|
289
289
|
}>;
|
290
290
|
};
|
291
|
-
path: "tags/:id";
|
291
|
+
path: "ms/tags/:id";
|
292
292
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
293
293
|
'x-tenant': z.ZodString;
|
294
294
|
'x-service-token': z.ZodString;
|