@kl1/contracts 1.3.30 → 1.3.32

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 (66) 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/automation-queue/index.d.ts +7 -7
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +27 -27
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/chat/index.d.ts +1821 -1821
  14. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/chat/schema.d.ts +400 -400
  16. package/dist/api-contracts/src/chat/validation.d.ts +321 -321
  17. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  18. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  19. package/dist/api-contracts/src/contract.d.ts +33503 -33503
  20. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  21. package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
  22. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
  24. package/dist/api-contracts/src/dashboard/index.d.ts +19 -19
  25. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  26. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  27. package/dist/api-contracts/src/facebook-feed/index.d.ts +220 -220
  28. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  29. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  30. package/dist/api-contracts/src/instagram/index.d.ts +220 -220
  31. package/dist/api-contracts/src/line/index.d.ts +220 -220
  32. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  33. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  34. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  35. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  36. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  37. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  38. package/dist/api-contracts/src/messenger/index.d.ts +220 -220
  39. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  40. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  41. package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
  42. package/dist/api-contracts/src/role/index.d.ts +5 -5
  43. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  44. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  45. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  46. package/dist/api-contracts/src/telegram/index.d.ts +220 -220
  47. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +3 -3
  48. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  49. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  50. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  51. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  52. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  53. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  54. package/dist/api-contracts/src/user/index.d.ts +7 -7
  55. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
  56. package/dist/api-contracts/src/viber/index.d.ts +220 -220
  57. package/dist/api-contracts/src/webchat/index.d.ts +220 -220
  58. package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
  59. package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
  60. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  61. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  62. package/dist/index.js +187 -169
  63. package/dist/index.js.map +1 -1
  64. package/dist/index.mjs +187 -169
  65. package/dist/index.mjs.map +1 -1
  66. package/package.json +1 -1
@@ -45,7 +45,7 @@ export declare const wrapUpFormContract: {
45
45
  error?: any;
46
46
  }>;
47
47
  };
48
- path: "wrap-up-form/timer";
48
+ path: "ms/wrap-up-form/timer";
49
49
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
50
50
  'x-tenant': z.ZodString;
51
51
  'x-service-token': z.ZodString;
@@ -111,7 +111,7 @@ export declare const wrapUpFormContract: {
111
111
  error?: any;
112
112
  }>;
113
113
  };
114
- path: "wrap-up-form/timer";
114
+ path: "ms/wrap-up-form/timer";
115
115
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
116
116
  'x-tenant': z.ZodString;
117
117
  'x-service-token': z.ZodString;
@@ -321,6 +321,16 @@ export declare const wrapUpFormContract: {
321
321
  createdAt: Date;
322
322
  updatedAt: Date;
323
323
  deletedAt: Date | null;
324
+ tags: {
325
+ name: string;
326
+ id: string;
327
+ createdAt: Date;
328
+ updatedAt: Date;
329
+ deletedAt: Date | null;
330
+ }[];
331
+ callFrom: string | null;
332
+ callTo: string | null;
333
+ note: string | null;
324
334
  categories: {
325
335
  id: string;
326
336
  value: string;
@@ -343,16 +353,6 @@ export declare const wrapUpFormContract: {
343
353
  }[];
344
354
  }[];
345
355
  }[];
346
- tags: {
347
- name: string;
348
- id: string;
349
- createdAt: Date;
350
- updatedAt: Date;
351
- deletedAt: Date | null;
352
- }[];
353
- callFrom: string | null;
354
- callTo: string | null;
355
- note: string | null;
356
356
  customFields?: {
357
357
  id: string;
358
358
  createdAt: Date;
@@ -372,6 +372,16 @@ export declare const wrapUpFormContract: {
372
372
  createdAt: Date;
373
373
  updatedAt: Date;
374
374
  deletedAt: Date | null;
375
+ tags: {
376
+ name: string;
377
+ id: string;
378
+ createdAt: Date;
379
+ updatedAt: Date;
380
+ deletedAt: Date | null;
381
+ }[];
382
+ callFrom: string | null;
383
+ callTo: string | null;
384
+ note: string | null;
375
385
  categories: {
376
386
  id: string;
377
387
  value: string;
@@ -394,16 +404,6 @@ export declare const wrapUpFormContract: {
394
404
  }[];
395
405
  }[];
396
406
  }[];
397
- tags: {
398
- name: string;
399
- id: string;
400
- createdAt: Date;
401
- updatedAt: Date;
402
- deletedAt: Date | null;
403
- }[];
404
- callFrom: string | null;
405
- callTo: string | null;
406
- note: string | null;
407
407
  customFields?: {
408
408
  id: string;
409
409
  createdAt: Date;
@@ -426,6 +426,16 @@ export declare const wrapUpFormContract: {
426
426
  createdAt: Date;
427
427
  updatedAt: Date;
428
428
  deletedAt: Date | null;
429
+ tags: {
430
+ name: string;
431
+ id: string;
432
+ createdAt: Date;
433
+ updatedAt: Date;
434
+ deletedAt: Date | null;
435
+ }[];
436
+ callFrom: string | null;
437
+ callTo: string | null;
438
+ note: string | null;
429
439
  categories: {
430
440
  id: string;
431
441
  value: string;
@@ -448,16 +458,6 @@ export declare const wrapUpFormContract: {
448
458
  }[];
449
459
  }[];
450
460
  }[];
451
- tags: {
452
- name: string;
453
- id: string;
454
- createdAt: Date;
455
- updatedAt: Date;
456
- deletedAt: Date | null;
457
- }[];
458
- callFrom: string | null;
459
- callTo: string | null;
460
- note: string | null;
461
461
  customFields?: {
462
462
  id: string;
463
463
  createdAt: Date;
@@ -480,6 +480,16 @@ export declare const wrapUpFormContract: {
480
480
  createdAt: Date;
481
481
  updatedAt: Date;
482
482
  deletedAt: Date | null;
483
+ tags: {
484
+ name: string;
485
+ id: string;
486
+ createdAt: Date;
487
+ updatedAt: Date;
488
+ deletedAt: Date | null;
489
+ }[];
490
+ callFrom: string | null;
491
+ callTo: string | null;
492
+ note: string | null;
483
493
  categories: {
484
494
  id: string;
485
495
  value: string;
@@ -502,16 +512,6 @@ export declare const wrapUpFormContract: {
502
512
  }[];
503
513
  }[];
504
514
  }[];
505
- tags: {
506
- name: string;
507
- id: string;
508
- createdAt: Date;
509
- updatedAt: Date;
510
- deletedAt: Date | null;
511
- }[];
512
- callFrom: string | null;
513
- callTo: string | null;
514
- note: string | null;
515
515
  customFields?: {
516
516
  id: string;
517
517
  createdAt: Date;
@@ -554,7 +554,7 @@ export declare const wrapUpFormContract: {
554
554
  error?: any;
555
555
  }>;
556
556
  };
557
- path: "wrap-up-form";
557
+ path: "ms/wrap-up-form";
558
558
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
559
559
  'x-tenant': z.ZodString;
560
560
  'x-service-token': z.ZodString;
@@ -763,6 +763,16 @@ export declare const wrapUpFormContract: {
763
763
  createdAt: Date;
764
764
  updatedAt: Date;
765
765
  deletedAt: Date | null;
766
+ tags: {
767
+ name: string;
768
+ id: string;
769
+ createdAt: Date;
770
+ updatedAt: Date;
771
+ deletedAt: Date | null;
772
+ }[];
773
+ callFrom: string | null;
774
+ callTo: string | null;
775
+ note: string | null;
766
776
  categories: {
767
777
  id: string;
768
778
  value: string;
@@ -785,16 +795,6 @@ export declare const wrapUpFormContract: {
785
795
  }[];
786
796
  }[];
787
797
  }[];
788
- tags: {
789
- name: string;
790
- id: string;
791
- createdAt: Date;
792
- updatedAt: Date;
793
- deletedAt: Date | null;
794
- }[];
795
- callFrom: string | null;
796
- callTo: string | null;
797
- note: string | null;
798
798
  customFields?: {
799
799
  id: string;
800
800
  createdAt: Date;
@@ -814,6 +814,16 @@ export declare const wrapUpFormContract: {
814
814
  createdAt: Date;
815
815
  updatedAt: Date;
816
816
  deletedAt: Date | null;
817
+ tags: {
818
+ name: string;
819
+ id: string;
820
+ createdAt: Date;
821
+ updatedAt: Date;
822
+ deletedAt: Date | null;
823
+ }[];
824
+ callFrom: string | null;
825
+ callTo: string | null;
826
+ note: string | null;
817
827
  categories: {
818
828
  id: string;
819
829
  value: string;
@@ -836,16 +846,6 @@ export declare const wrapUpFormContract: {
836
846
  }[];
837
847
  }[];
838
848
  }[];
839
- tags: {
840
- name: string;
841
- id: string;
842
- createdAt: Date;
843
- updatedAt: Date;
844
- deletedAt: Date | null;
845
- }[];
846
- callFrom: string | null;
847
- callTo: string | null;
848
- note: string | null;
849
849
  customFields?: {
850
850
  id: string;
851
851
  createdAt: Date;
@@ -868,6 +868,16 @@ export declare const wrapUpFormContract: {
868
868
  createdAt: Date;
869
869
  updatedAt: Date;
870
870
  deletedAt: Date | null;
871
+ tags: {
872
+ name: string;
873
+ id: string;
874
+ createdAt: Date;
875
+ updatedAt: Date;
876
+ deletedAt: Date | null;
877
+ }[];
878
+ callFrom: string | null;
879
+ callTo: string | null;
880
+ note: string | null;
871
881
  categories: {
872
882
  id: string;
873
883
  value: string;
@@ -890,16 +900,6 @@ export declare const wrapUpFormContract: {
890
900
  }[];
891
901
  }[];
892
902
  }[];
893
- tags: {
894
- name: string;
895
- id: string;
896
- createdAt: Date;
897
- updatedAt: Date;
898
- deletedAt: Date | null;
899
- }[];
900
- callFrom: string | null;
901
- callTo: string | null;
902
- note: string | null;
903
903
  customFields?: {
904
904
  id: string;
905
905
  createdAt: Date;
@@ -922,6 +922,16 @@ export declare const wrapUpFormContract: {
922
922
  createdAt: Date;
923
923
  updatedAt: Date;
924
924
  deletedAt: Date | null;
925
+ tags: {
926
+ name: string;
927
+ id: string;
928
+ createdAt: Date;
929
+ updatedAt: Date;
930
+ deletedAt: Date | null;
931
+ }[];
932
+ callFrom: string | null;
933
+ callTo: string | null;
934
+ note: string | null;
925
935
  categories: {
926
936
  id: string;
927
937
  value: string;
@@ -944,16 +954,6 @@ export declare const wrapUpFormContract: {
944
954
  }[];
945
955
  }[];
946
956
  }[];
947
- tags: {
948
- name: string;
949
- id: string;
950
- createdAt: Date;
951
- updatedAt: Date;
952
- deletedAt: Date | null;
953
- }[];
954
- callFrom: string | null;
955
- callTo: string | null;
956
- note: string | null;
957
957
  customFields?: {
958
958
  id: string;
959
959
  createdAt: Date;
@@ -989,7 +989,7 @@ export declare const wrapUpFormContract: {
989
989
  error?: any;
990
990
  }>;
991
991
  };
992
- path: "wrap-up-form/cx-log";
992
+ path: "ms/wrap-up-form/cx-log";
993
993
  };
994
994
  getWrapUpForms: {
995
995
  summary: "Get all wrap up form";
@@ -1017,6 +1017,16 @@ export declare const wrapUpFormContract: {
1017
1017
  createdAt: Date;
1018
1018
  updatedAt: Date;
1019
1019
  deletedAt: Date | null;
1020
+ tags: {
1021
+ name: string;
1022
+ id: string;
1023
+ createdAt: Date;
1024
+ updatedAt: Date;
1025
+ deletedAt: Date | null;
1026
+ }[];
1027
+ callFrom: string | null;
1028
+ callTo: string | null;
1029
+ note: string | null;
1020
1030
  categories: {
1021
1031
  id: string;
1022
1032
  value: string;
@@ -1039,16 +1049,6 @@ export declare const wrapUpFormContract: {
1039
1049
  }[];
1040
1050
  }[];
1041
1051
  }[];
1042
- tags: {
1043
- name: string;
1044
- id: string;
1045
- createdAt: Date;
1046
- updatedAt: Date;
1047
- deletedAt: Date | null;
1048
- }[];
1049
- callFrom: string | null;
1050
- callTo: string | null;
1051
- note: string | null;
1052
1052
  customFields?: {
1053
1053
  id: string;
1054
1054
  createdAt: Date;
@@ -1068,6 +1068,16 @@ export declare const wrapUpFormContract: {
1068
1068
  createdAt: Date;
1069
1069
  updatedAt: Date;
1070
1070
  deletedAt: Date | null;
1071
+ tags: {
1072
+ name: string;
1073
+ id: string;
1074
+ createdAt: Date;
1075
+ updatedAt: Date;
1076
+ deletedAt: Date | null;
1077
+ }[];
1078
+ callFrom: string | null;
1079
+ callTo: string | null;
1080
+ note: string | null;
1071
1081
  categories: {
1072
1082
  id: string;
1073
1083
  value: string;
@@ -1090,16 +1100,6 @@ export declare const wrapUpFormContract: {
1090
1100
  }[];
1091
1101
  }[];
1092
1102
  }[];
1093
- tags: {
1094
- name: string;
1095
- id: string;
1096
- createdAt: Date;
1097
- updatedAt: Date;
1098
- deletedAt: Date | null;
1099
- }[];
1100
- callFrom: string | null;
1101
- callTo: string | null;
1102
- note: string | null;
1103
1103
  customFields?: {
1104
1104
  id: string;
1105
1105
  createdAt: Date;
@@ -1121,6 +1121,16 @@ export declare const wrapUpFormContract: {
1121
1121
  createdAt: Date;
1122
1122
  updatedAt: Date;
1123
1123
  deletedAt: Date | null;
1124
+ tags: {
1125
+ name: string;
1126
+ id: string;
1127
+ createdAt: Date;
1128
+ updatedAt: Date;
1129
+ deletedAt: Date | null;
1130
+ }[];
1131
+ callFrom: string | null;
1132
+ callTo: string | null;
1133
+ note: string | null;
1124
1134
  categories: {
1125
1135
  id: string;
1126
1136
  value: string;
@@ -1143,16 +1153,6 @@ export declare const wrapUpFormContract: {
1143
1153
  }[];
1144
1154
  }[];
1145
1155
  }[];
1146
- tags: {
1147
- name: string;
1148
- id: string;
1149
- createdAt: Date;
1150
- updatedAt: Date;
1151
- deletedAt: Date | null;
1152
- }[];
1153
- callFrom: string | null;
1154
- callTo: string | null;
1155
- note: string | null;
1156
1156
  customFields?: {
1157
1157
  id: string;
1158
1158
  createdAt: Date;
@@ -1178,6 +1178,16 @@ export declare const wrapUpFormContract: {
1178
1178
  createdAt: Date;
1179
1179
  updatedAt: Date;
1180
1180
  deletedAt: Date | null;
1181
+ tags: {
1182
+ name: string;
1183
+ id: string;
1184
+ createdAt: Date;
1185
+ updatedAt: Date;
1186
+ deletedAt: Date | null;
1187
+ }[];
1188
+ callFrom: string | null;
1189
+ callTo: string | null;
1190
+ note: string | null;
1181
1191
  categories: {
1182
1192
  id: string;
1183
1193
  value: string;
@@ -1200,16 +1210,6 @@ export declare const wrapUpFormContract: {
1200
1210
  }[];
1201
1211
  }[];
1202
1212
  }[];
1203
- tags: {
1204
- name: string;
1205
- id: string;
1206
- createdAt: Date;
1207
- updatedAt: Date;
1208
- deletedAt: Date | null;
1209
- }[];
1210
- callFrom: string | null;
1211
- callTo: string | null;
1212
- note: string | null;
1213
1213
  customFields?: {
1214
1214
  id: string;
1215
1215
  createdAt: Date;
@@ -1256,7 +1256,7 @@ export declare const wrapUpFormContract: {
1256
1256
  error?: any;
1257
1257
  }>;
1258
1258
  };
1259
- path: "wrap-up-form";
1259
+ path: "ms/wrap-up-form";
1260
1260
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1261
1261
  'x-tenant': z.ZodString;
1262
1262
  'x-service-token': z.ZodString;
@@ -1454,6 +1454,16 @@ export declare const wrapUpFormContract: {
1454
1454
  createdAt: Date;
1455
1455
  updatedAt: Date;
1456
1456
  deletedAt: Date | null;
1457
+ tags: {
1458
+ name: string;
1459
+ id: string;
1460
+ createdAt: Date;
1461
+ updatedAt: Date;
1462
+ deletedAt: Date | null;
1463
+ }[];
1464
+ callFrom: string | null;
1465
+ callTo: string | null;
1466
+ note: string | null;
1457
1467
  categories: {
1458
1468
  id: string;
1459
1469
  value: string;
@@ -1476,16 +1486,6 @@ export declare const wrapUpFormContract: {
1476
1486
  }[];
1477
1487
  }[];
1478
1488
  }[];
1479
- tags: {
1480
- name: string;
1481
- id: string;
1482
- createdAt: Date;
1483
- updatedAt: Date;
1484
- deletedAt: Date | null;
1485
- }[];
1486
- callFrom: string | null;
1487
- callTo: string | null;
1488
- note: string | null;
1489
1489
  customFields?: {
1490
1490
  id: string;
1491
1491
  createdAt: Date;
@@ -1505,6 +1505,16 @@ export declare const wrapUpFormContract: {
1505
1505
  createdAt: Date;
1506
1506
  updatedAt: Date;
1507
1507
  deletedAt: Date | null;
1508
+ tags: {
1509
+ name: string;
1510
+ id: string;
1511
+ createdAt: Date;
1512
+ updatedAt: Date;
1513
+ deletedAt: Date | null;
1514
+ }[];
1515
+ callFrom: string | null;
1516
+ callTo: string | null;
1517
+ note: string | null;
1508
1518
  categories: {
1509
1519
  id: string;
1510
1520
  value: string;
@@ -1527,16 +1537,6 @@ export declare const wrapUpFormContract: {
1527
1537
  }[];
1528
1538
  }[];
1529
1539
  }[];
1530
- tags: {
1531
- name: string;
1532
- id: string;
1533
- createdAt: Date;
1534
- updatedAt: Date;
1535
- deletedAt: Date | null;
1536
- }[];
1537
- callFrom: string | null;
1538
- callTo: string | null;
1539
- note: string | null;
1540
1540
  customFields?: {
1541
1541
  id: string;
1542
1542
  createdAt: Date;
@@ -1578,7 +1578,7 @@ export declare const wrapUpFormContract: {
1578
1578
  error?: any;
1579
1579
  }>;
1580
1580
  };
1581
- path: "wrap-up-form/:id";
1581
+ path: "ms/wrap-up-form/:id";
1582
1582
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1583
1583
  'x-tenant': z.ZodString;
1584
1584
  'x-service-token': z.ZodString;
@@ -1833,6 +1833,16 @@ export declare const wrapUpFormContract: {
1833
1833
  createdAt: Date;
1834
1834
  updatedAt: Date;
1835
1835
  deletedAt: Date | null;
1836
+ tags: {
1837
+ name: string;
1838
+ id: string;
1839
+ createdAt: Date;
1840
+ updatedAt: Date;
1841
+ deletedAt: Date | null;
1842
+ }[];
1843
+ callFrom: string | null;
1844
+ callTo: string | null;
1845
+ note: string | null;
1836
1846
  categories: {
1837
1847
  id: string;
1838
1848
  value: string;
@@ -1855,16 +1865,6 @@ export declare const wrapUpFormContract: {
1855
1865
  }[];
1856
1866
  }[];
1857
1867
  }[];
1858
- tags: {
1859
- name: string;
1860
- id: string;
1861
- createdAt: Date;
1862
- updatedAt: Date;
1863
- deletedAt: Date | null;
1864
- }[];
1865
- callFrom: string | null;
1866
- callTo: string | null;
1867
- note: string | null;
1868
1868
  customFields?: {
1869
1869
  id: string;
1870
1870
  createdAt: Date;
@@ -1884,6 +1884,16 @@ export declare const wrapUpFormContract: {
1884
1884
  createdAt: Date;
1885
1885
  updatedAt: Date;
1886
1886
  deletedAt: Date | null;
1887
+ tags: {
1888
+ name: string;
1889
+ id: string;
1890
+ createdAt: Date;
1891
+ updatedAt: Date;
1892
+ deletedAt: Date | null;
1893
+ }[];
1894
+ callFrom: string | null;
1895
+ callTo: string | null;
1896
+ note: string | null;
1887
1897
  categories: {
1888
1898
  id: string;
1889
1899
  value: string;
@@ -1906,16 +1916,6 @@ export declare const wrapUpFormContract: {
1906
1916
  }[];
1907
1917
  }[];
1908
1918
  }[];
1909
- tags: {
1910
- name: string;
1911
- id: string;
1912
- createdAt: Date;
1913
- updatedAt: Date;
1914
- deletedAt: Date | null;
1915
- }[];
1916
- callFrom: string | null;
1917
- callTo: string | null;
1918
- note: string | null;
1919
1919
  customFields?: {
1920
1920
  id: string;
1921
1921
  createdAt: Date;
@@ -1938,6 +1938,16 @@ export declare const wrapUpFormContract: {
1938
1938
  createdAt: Date;
1939
1939
  updatedAt: Date;
1940
1940
  deletedAt: Date | null;
1941
+ tags: {
1942
+ name: string;
1943
+ id: string;
1944
+ createdAt: Date;
1945
+ updatedAt: Date;
1946
+ deletedAt: Date | null;
1947
+ }[];
1948
+ callFrom: string | null;
1949
+ callTo: string | null;
1950
+ note: string | null;
1941
1951
  categories: {
1942
1952
  id: string;
1943
1953
  value: string;
@@ -1960,16 +1970,6 @@ export declare const wrapUpFormContract: {
1960
1970
  }[];
1961
1971
  }[];
1962
1972
  }[];
1963
- tags: {
1964
- name: string;
1965
- id: string;
1966
- createdAt: Date;
1967
- updatedAt: Date;
1968
- deletedAt: Date | null;
1969
- }[];
1970
- callFrom: string | null;
1971
- callTo: string | null;
1972
- note: string | null;
1973
1973
  customFields?: {
1974
1974
  id: string;
1975
1975
  createdAt: Date;
@@ -1992,6 +1992,16 @@ export declare const wrapUpFormContract: {
1992
1992
  createdAt: Date;
1993
1993
  updatedAt: Date;
1994
1994
  deletedAt: Date | null;
1995
+ tags: {
1996
+ name: string;
1997
+ id: string;
1998
+ createdAt: Date;
1999
+ updatedAt: Date;
2000
+ deletedAt: Date | null;
2001
+ }[];
2002
+ callFrom: string | null;
2003
+ callTo: string | null;
2004
+ note: string | null;
1995
2005
  categories: {
1996
2006
  id: string;
1997
2007
  value: string;
@@ -2014,16 +2024,6 @@ export declare const wrapUpFormContract: {
2014
2024
  }[];
2015
2025
  }[];
2016
2026
  }[];
2017
- tags: {
2018
- name: string;
2019
- id: string;
2020
- createdAt: Date;
2021
- updatedAt: Date;
2022
- deletedAt: Date | null;
2023
- }[];
2024
- callFrom: string | null;
2025
- callTo: string | null;
2026
- note: string | null;
2027
2027
  customFields?: {
2028
2028
  id: string;
2029
2029
  createdAt: Date;
@@ -2066,7 +2066,7 @@ export declare const wrapUpFormContract: {
2066
2066
  error?: any;
2067
2067
  }>;
2068
2068
  };
2069
- path: "wrap-up-form/:id";
2069
+ path: "ms/wrap-up-form/:id";
2070
2070
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2071
2071
  'x-tenant': z.ZodString;
2072
2072
  'x-service-token': z.ZodString;