@kl1/contracts 1.2.69-uat → 1.2.71-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.
Files changed (58) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  5. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  6. package/dist/api-contracts/src/category/index.d.ts +7 -7
  7. package/dist/api-contracts/src/channel/index.d.ts +28 -28
  8. package/dist/api-contracts/src/chat/index.d.ts +1800 -1800
  9. package/dist/api-contracts/src/chat/schema.d.ts +400 -400
  10. package/dist/api-contracts/src/chat/validation.d.ts +321 -321
  11. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  12. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  13. package/dist/api-contracts/src/company/index.d.ts +5 -5
  14. package/dist/api-contracts/src/contract.d.ts +3854 -3854
  15. package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
  18. package/dist/api-contracts/src/dashboard/index.d.ts +26 -26
  19. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  20. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  21. package/dist/api-contracts/src/facebook-feed/index.d.ts +220 -220
  22. package/dist/api-contracts/src/instagram/index.d.ts +220 -220
  23. package/dist/api-contracts/src/line/index.d.ts +220 -220
  24. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  25. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  26. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  27. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  28. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  29. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  30. package/dist/api-contracts/src/messenger/index.d.ts +220 -220
  31. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  32. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  33. package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
  34. package/dist/api-contracts/src/role/index.d.ts +5 -5
  35. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  36. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  37. package/dist/api-contracts/src/telegram/index.d.ts +220 -220
  38. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +2 -2
  39. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  40. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  41. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  42. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  43. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  44. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  45. package/dist/api-contracts/src/user/index.d.ts +6 -6
  46. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
  47. package/dist/api-contracts/src/viber/index.d.ts +220 -220
  48. package/dist/api-contracts/src/webchat/index.d.ts +220 -220
  49. package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
  50. package/dist/api-contracts/src/widget/index.d.ts +9 -9
  51. package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
  52. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  53. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  54. package/dist/index.js +112 -106
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +112 -106
  57. package/dist/index.mjs.map +1 -1
  58. 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
@@ -81,7 +81,7 @@ export declare const permissionContract: {
81
81
  error?: any;
82
82
  }>;
83
83
  };
84
- path: "permission";
84
+ path: "ms/permission";
85
85
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
86
86
  'x-tenant': z.ZodString;
87
87
  'x-service-token': z.ZodString;
@@ -103,7 +103,7 @@ export declare const presenceStatusContract: {
103
103
  error?: any;
104
104
  }>;
105
105
  };
106
- path: "presence_status";
106
+ path: "ms/presence_status";
107
107
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
108
108
  'x-tenant': z.ZodString;
109
109
  'x-service-token': z.ZodString;
@@ -260,7 +260,7 @@ export declare const presenceStatusContract: {
260
260
  error?: any;
261
261
  }>;
262
262
  };
263
- path: "presence_status";
263
+ path: "ms/presence_status";
264
264
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
265
265
  'x-tenant': z.ZodString;
266
266
  'x-service-token': z.ZodString;
@@ -371,7 +371,7 @@ export declare const presenceStatusContract: {
371
371
  error?: any;
372
372
  }>;
373
373
  };
374
- path: "presence_status/:id";
374
+ path: "ms/presence_status/:id";
375
375
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
376
376
  'x-tenant': z.ZodString;
377
377
  'x-service-token': z.ZodString;
@@ -535,7 +535,7 @@ export declare const presenceStatusContract: {
535
535
  error?: any;
536
536
  }>;
537
537
  };
538
- path: "presence_status/:id";
538
+ path: "ms/presence_status/:id";
539
539
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
540
540
  'x-tenant': z.ZodString;
541
541
  'x-service-token': z.ZodString;
@@ -606,7 +606,7 @@ export declare const presenceStatusContract: {
606
606
  error?: any;
607
607
  }>;
608
608
  };
609
- path: "presence_status/:id";
609
+ path: "ms/presence_status/:id";
610
610
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
611
611
  'x-tenant': z.ZodString;
612
612
  '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
@@ -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;