@kl1/contracts 1.0.19 → 1.0.20

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 (47) hide show
  1. package/dist/index.js +1721 -1041
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1721 -1041
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/call-log/schema.d.ts +8 -8
  6. package/dist/src/call-log/validation.d.ts +4 -4
  7. package/dist/src/chat/index.d.ts +4033 -242
  8. package/dist/src/chat/index.d.ts.map +1 -1
  9. package/dist/src/chat/schema.d.ts +309 -17
  10. package/dist/src/chat/schema.d.ts.map +1 -1
  11. package/dist/src/chat/validation.d.ts +5282 -10
  12. package/dist/src/chat/validation.d.ts.map +1 -1
  13. package/dist/src/company/index.d.ts +1803 -0
  14. package/dist/src/company/index.d.ts.map +1 -0
  15. package/dist/src/company/schema.d.ts +5 -5
  16. package/dist/src/company/validation.d.ts +852 -0
  17. package/dist/src/company/validation.d.ts.map +1 -0
  18. package/dist/src/contact/index.d.ts +21 -21
  19. package/dist/src/contact/schema.d.ts +3 -3
  20. package/dist/src/contact/validation.d.ts +21 -21
  21. package/dist/src/contract.d.ts +12761 -5021
  22. package/dist/src/contract.d.ts.map +1 -1
  23. package/dist/src/cx-log/index.d.ts +129 -0
  24. package/dist/src/cx-log/index.d.ts.map +1 -1
  25. package/dist/src/cx-log/schema.d.ts +95 -0
  26. package/dist/src/cx-log/schema.d.ts.map +1 -1
  27. package/dist/src/dashboard/index.d.ts +1852 -0
  28. package/dist/src/dashboard/index.d.ts.map +1 -0
  29. package/dist/src/dashboard/schema.d.ts +885 -0
  30. package/dist/src/dashboard/schema.d.ts.map +1 -0
  31. package/dist/src/dashboard/validation.d.ts +19 -0
  32. package/dist/src/dashboard/validation.d.ts.map +1 -0
  33. package/dist/src/mail/mail-contract.d.ts +12 -12
  34. package/dist/src/mail/room-contract.d.ts +12 -12
  35. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  36. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  37. package/dist/src/messenger/index.d.ts +207 -10
  38. package/dist/src/messenger/index.d.ts.map +1 -1
  39. package/dist/src/telephony-cdr/schema.d.ts +4 -4
  40. package/dist/src/telephony-live-queue-call/schema.d.ts +2 -2
  41. package/dist/src/telephony-queue-call-count/schema.d.ts +2 -2
  42. package/dist/src/ticket/index.d.ts +59 -62
  43. package/dist/src/ticket/index.d.ts.map +1 -1
  44. package/dist/src/ticket/validation.d.ts +59 -62
  45. package/dist/src/ticket/validation.d.ts.map +1 -1
  46. package/dist/src/user/index.d.ts.map +1 -1
  47. package/package.json +4 -10
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/dashboard/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AA4CpB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAeH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAC;AAQH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAYH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;WAQ/B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;WAM7B,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;YAO3C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;aAMnB,CAAC;AACd,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;EAMnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;aASrC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;YAE1C,CAAC"}
@@ -0,0 +1,19 @@
1
+ import z from 'zod';
2
+ export declare const GetDashboardQueryParamsSchema: z.ZodObject<{
3
+ selectedDate: z.ZodString;
4
+ }, "strip", z.ZodTypeAny, {
5
+ selectedDate: string;
6
+ }, {
7
+ selectedDate: string;
8
+ }>;
9
+ export declare const GetDashboardQueryDetailParamsSchema: z.ZodOptional<z.ZodObject<{
10
+ selectedDate: z.ZodString;
11
+ agentId: z.ZodOptional<z.ZodString>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ selectedDate: string;
14
+ agentId?: string | undefined;
15
+ }, {
16
+ selectedDate: string;
17
+ agentId?: string | undefined;
18
+ }>>;
19
+ //# sourceMappingURL=validation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/dashboard/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,6BAA6B;;;;;;EAExC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;GAKlC,CAAC"}
@@ -1841,6 +1841,7 @@ export declare const mailContract: {
1841
1841
  updatedAt: Date;
1842
1842
  deletedAt: Date | null;
1843
1843
  }[];
1844
+ note: string;
1844
1845
  lastMessage: {
1845
1846
  id: string;
1846
1847
  direction: string;
@@ -1928,7 +1929,6 @@ export declare const mailContract: {
1928
1929
  notification_count: number | null;
1929
1930
  };
1930
1931
  assigneeId: string | null;
1931
- note: string;
1932
1932
  subject: string;
1933
1933
  from: {
1934
1934
  id: string;
@@ -2251,6 +2251,7 @@ export declare const mailContract: {
2251
2251
  updatedAt: Date;
2252
2252
  deletedAt: Date | null;
2253
2253
  }[];
2254
+ note: string;
2254
2255
  lastMessage: {
2255
2256
  id: string;
2256
2257
  direction: string;
@@ -2338,7 +2339,6 @@ export declare const mailContract: {
2338
2339
  notification_count: number | null;
2339
2340
  };
2340
2341
  assigneeId: string | null;
2341
- note: string;
2342
2342
  subject: string;
2343
2343
  from: {
2344
2344
  id: string;
@@ -2666,6 +2666,7 @@ export declare const mailContract: {
2666
2666
  updatedAt: Date;
2667
2667
  deletedAt: Date | null;
2668
2668
  }[];
2669
+ note: string;
2669
2670
  lastMessage: {
2670
2671
  id: string;
2671
2672
  direction: string;
@@ -2753,7 +2754,6 @@ export declare const mailContract: {
2753
2754
  notification_count: number | null;
2754
2755
  };
2755
2756
  assigneeId: string | null;
2756
- note: string;
2757
2757
  subject: string;
2758
2758
  from: {
2759
2759
  id: string;
@@ -3082,6 +3082,7 @@ export declare const mailContract: {
3082
3082
  updatedAt: Date;
3083
3083
  deletedAt: Date | null;
3084
3084
  }[];
3085
+ note: string;
3085
3086
  lastMessage: {
3086
3087
  id: string;
3087
3088
  direction: string;
@@ -3169,7 +3170,6 @@ export declare const mailContract: {
3169
3170
  notification_count: number | null;
3170
3171
  };
3171
3172
  assigneeId: string | null;
3172
- note: string;
3173
3173
  subject: string;
3174
3174
  from: {
3175
3175
  id: string;
@@ -5268,6 +5268,7 @@ export declare const mailContract: {
5268
5268
  updatedAt: Date;
5269
5269
  deletedAt: Date | null;
5270
5270
  }[];
5271
+ note: string;
5271
5272
  lastMessage: {
5272
5273
  id: string;
5273
5274
  direction: string;
@@ -5355,7 +5356,6 @@ export declare const mailContract: {
5355
5356
  notification_count: number | null;
5356
5357
  };
5357
5358
  assigneeId: string | null;
5358
- note: string;
5359
5359
  subject: string;
5360
5360
  from: {
5361
5361
  id: string;
@@ -5678,6 +5678,7 @@ export declare const mailContract: {
5678
5678
  updatedAt: Date;
5679
5679
  deletedAt: Date | null;
5680
5680
  }[];
5681
+ note: string;
5681
5682
  lastMessage: {
5682
5683
  id: string;
5683
5684
  direction: string;
@@ -5765,7 +5766,6 @@ export declare const mailContract: {
5765
5766
  notification_count: number | null;
5766
5767
  };
5767
5768
  assigneeId: string | null;
5768
- note: string;
5769
5769
  subject: string;
5770
5770
  from: {
5771
5771
  id: string;
@@ -6090,6 +6090,7 @@ export declare const mailContract: {
6090
6090
  updatedAt: Date;
6091
6091
  deletedAt: Date | null;
6092
6092
  }[];
6093
+ note: string;
6093
6094
  lastMessage: {
6094
6095
  id: string;
6095
6096
  direction: string;
@@ -6177,7 +6178,6 @@ export declare const mailContract: {
6177
6178
  notification_count: number | null;
6178
6179
  };
6179
6180
  assigneeId: string | null;
6180
- note: string;
6181
6181
  subject: string;
6182
6182
  from: {
6183
6183
  id: string;
@@ -6503,6 +6503,7 @@ export declare const mailContract: {
6503
6503
  updatedAt: Date;
6504
6504
  deletedAt: Date | null;
6505
6505
  }[];
6506
+ note: string;
6506
6507
  lastMessage: {
6507
6508
  id: string;
6508
6509
  direction: string;
@@ -6590,7 +6591,6 @@ export declare const mailContract: {
6590
6591
  notification_count: number | null;
6591
6592
  };
6592
6593
  assigneeId: string | null;
6593
- note: string;
6594
6594
  subject: string;
6595
6595
  from: {
6596
6596
  id: string;
@@ -8951,6 +8951,7 @@ export declare const mailContract: {
8951
8951
  updatedAt: Date;
8952
8952
  deletedAt: Date | null;
8953
8953
  }[];
8954
+ note: string;
8954
8955
  lastMessage: {
8955
8956
  id: string;
8956
8957
  direction: string;
@@ -9038,7 +9039,6 @@ export declare const mailContract: {
9038
9039
  notification_count: number | null;
9039
9040
  };
9040
9041
  assigneeId: string | null;
9041
- note: string;
9042
9042
  subject: string;
9043
9043
  from: {
9044
9044
  id: string;
@@ -9361,6 +9361,7 @@ export declare const mailContract: {
9361
9361
  updatedAt: Date;
9362
9362
  deletedAt: Date | null;
9363
9363
  }[];
9364
+ note: string;
9364
9365
  lastMessage: {
9365
9366
  id: string;
9366
9367
  direction: string;
@@ -9448,7 +9449,6 @@ export declare const mailContract: {
9448
9449
  notification_count: number | null;
9449
9450
  };
9450
9451
  assigneeId: string | null;
9451
- note: string;
9452
9452
  subject: string;
9453
9453
  from: {
9454
9454
  id: string;
@@ -9773,6 +9773,7 @@ export declare const mailContract: {
9773
9773
  updatedAt: Date;
9774
9774
  deletedAt: Date | null;
9775
9775
  }[];
9776
+ note: string;
9776
9777
  lastMessage: {
9777
9778
  id: string;
9778
9779
  direction: string;
@@ -9860,7 +9861,6 @@ export declare const mailContract: {
9860
9861
  notification_count: number | null;
9861
9862
  };
9862
9863
  assigneeId: string | null;
9863
- note: string;
9864
9864
  subject: string;
9865
9865
  from: {
9866
9866
  id: string;
@@ -10186,6 +10186,7 @@ export declare const mailContract: {
10186
10186
  updatedAt: Date;
10187
10187
  deletedAt: Date | null;
10188
10188
  }[];
10189
+ note: string;
10189
10190
  lastMessage: {
10190
10191
  id: string;
10191
10192
  direction: string;
@@ -10273,7 +10274,6 @@ export declare const mailContract: {
10273
10274
  notification_count: number | null;
10274
10275
  };
10275
10276
  assigneeId: string | null;
10276
- note: string;
10277
10277
  subject: string;
10278
10278
  from: {
10279
10279
  id: string;
@@ -1841,6 +1841,7 @@ export declare const roomContract: {
1841
1841
  updatedAt: Date;
1842
1842
  deletedAt: Date | null;
1843
1843
  }[];
1844
+ note: string;
1844
1845
  lastMessage: {
1845
1846
  id: string;
1846
1847
  direction: string;
@@ -1928,7 +1929,6 @@ export declare const roomContract: {
1928
1929
  notification_count: number | null;
1929
1930
  };
1930
1931
  assigneeId: string | null;
1931
- note: string;
1932
1932
  subject: string;
1933
1933
  from: {
1934
1934
  id: string;
@@ -2251,6 +2251,7 @@ export declare const roomContract: {
2251
2251
  updatedAt: Date;
2252
2252
  deletedAt: Date | null;
2253
2253
  }[];
2254
+ note: string;
2254
2255
  lastMessage: {
2255
2256
  id: string;
2256
2257
  direction: string;
@@ -2338,7 +2339,6 @@ export declare const roomContract: {
2338
2339
  notification_count: number | null;
2339
2340
  };
2340
2341
  assigneeId: string | null;
2341
- note: string;
2342
2342
  subject: string;
2343
2343
  from: {
2344
2344
  id: string;
@@ -2666,6 +2666,7 @@ export declare const roomContract: {
2666
2666
  updatedAt: Date;
2667
2667
  deletedAt: Date | null;
2668
2668
  }[];
2669
+ note: string;
2669
2670
  lastMessage: {
2670
2671
  id: string;
2671
2672
  direction: string;
@@ -2753,7 +2754,6 @@ export declare const roomContract: {
2753
2754
  notification_count: number | null;
2754
2755
  };
2755
2756
  assigneeId: string | null;
2756
- note: string;
2757
2757
  subject: string;
2758
2758
  from: {
2759
2759
  id: string;
@@ -3082,6 +3082,7 @@ export declare const roomContract: {
3082
3082
  updatedAt: Date;
3083
3083
  deletedAt: Date | null;
3084
3084
  }[];
3085
+ note: string;
3085
3086
  lastMessage: {
3086
3087
  id: string;
3087
3088
  direction: string;
@@ -3169,7 +3170,6 @@ export declare const roomContract: {
3169
3170
  notification_count: number | null;
3170
3171
  };
3171
3172
  assigneeId: string | null;
3172
- note: string;
3173
3173
  subject: string;
3174
3174
  from: {
3175
3175
  id: string;
@@ -5268,6 +5268,7 @@ export declare const roomContract: {
5268
5268
  updatedAt: Date;
5269
5269
  deletedAt: Date | null;
5270
5270
  }[];
5271
+ note: string;
5271
5272
  lastMessage: {
5272
5273
  id: string;
5273
5274
  direction: string;
@@ -5355,7 +5356,6 @@ export declare const roomContract: {
5355
5356
  notification_count: number | null;
5356
5357
  };
5357
5358
  assigneeId: string | null;
5358
- note: string;
5359
5359
  subject: string;
5360
5360
  from: {
5361
5361
  id: string;
@@ -5678,6 +5678,7 @@ export declare const roomContract: {
5678
5678
  updatedAt: Date;
5679
5679
  deletedAt: Date | null;
5680
5680
  }[];
5681
+ note: string;
5681
5682
  lastMessage: {
5682
5683
  id: string;
5683
5684
  direction: string;
@@ -5765,7 +5766,6 @@ export declare const roomContract: {
5765
5766
  notification_count: number | null;
5766
5767
  };
5767
5768
  assigneeId: string | null;
5768
- note: string;
5769
5769
  subject: string;
5770
5770
  from: {
5771
5771
  id: string;
@@ -6090,6 +6090,7 @@ export declare const roomContract: {
6090
6090
  updatedAt: Date;
6091
6091
  deletedAt: Date | null;
6092
6092
  }[];
6093
+ note: string;
6093
6094
  lastMessage: {
6094
6095
  id: string;
6095
6096
  direction: string;
@@ -6177,7 +6178,6 @@ export declare const roomContract: {
6177
6178
  notification_count: number | null;
6178
6179
  };
6179
6180
  assigneeId: string | null;
6180
- note: string;
6181
6181
  subject: string;
6182
6182
  from: {
6183
6183
  id: string;
@@ -6503,6 +6503,7 @@ export declare const roomContract: {
6503
6503
  updatedAt: Date;
6504
6504
  deletedAt: Date | null;
6505
6505
  }[];
6506
+ note: string;
6506
6507
  lastMessage: {
6507
6508
  id: string;
6508
6509
  direction: string;
@@ -6590,7 +6591,6 @@ export declare const roomContract: {
6590
6591
  notification_count: number | null;
6591
6592
  };
6592
6593
  assigneeId: string | null;
6593
- note: string;
6594
6594
  subject: string;
6595
6595
  from: {
6596
6596
  id: string;
@@ -8951,6 +8951,7 @@ export declare const roomContract: {
8951
8951
  updatedAt: Date;
8952
8952
  deletedAt: Date | null;
8953
8953
  }[];
8954
+ note: string;
8954
8955
  lastMessage: {
8955
8956
  id: string;
8956
8957
  direction: string;
@@ -9038,7 +9039,6 @@ export declare const roomContract: {
9038
9039
  notification_count: number | null;
9039
9040
  };
9040
9041
  assigneeId: string | null;
9041
- note: string;
9042
9042
  subject: string;
9043
9043
  from: {
9044
9044
  id: string;
@@ -9361,6 +9361,7 @@ export declare const roomContract: {
9361
9361
  updatedAt: Date;
9362
9362
  deletedAt: Date | null;
9363
9363
  }[];
9364
+ note: string;
9364
9365
  lastMessage: {
9365
9366
  id: string;
9366
9367
  direction: string;
@@ -9448,7 +9449,6 @@ export declare const roomContract: {
9448
9449
  notification_count: number | null;
9449
9450
  };
9450
9451
  assigneeId: string | null;
9451
- note: string;
9452
9452
  subject: string;
9453
9453
  from: {
9454
9454
  id: string;
@@ -9773,6 +9773,7 @@ export declare const roomContract: {
9773
9773
  updatedAt: Date;
9774
9774
  deletedAt: Date | null;
9775
9775
  }[];
9776
+ note: string;
9776
9777
  lastMessage: {
9777
9778
  id: string;
9778
9779
  direction: string;
@@ -9860,7 +9861,6 @@ export declare const roomContract: {
9860
9861
  notification_count: number | null;
9861
9862
  };
9862
9863
  assigneeId: string | null;
9863
- note: string;
9864
9864
  subject: string;
9865
9865
  from: {
9866
9866
  id: string;
@@ -10186,6 +10186,7 @@ export declare const roomContract: {
10186
10186
  updatedAt: Date;
10187
10187
  deletedAt: Date | null;
10188
10188
  }[];
10189
+ note: string;
10189
10190
  lastMessage: {
10190
10191
  id: string;
10191
10192
  direction: string;
@@ -10273,7 +10274,6 @@ export declare const roomContract: {
10273
10274
  notification_count: number | null;
10274
10275
  };
10275
10276
  assigneeId: string | null;
10276
- note: string;
10277
10277
  subject: string;
10278
10278
  from: {
10279
10279
  id: string;
@@ -1759,6 +1759,7 @@ export declare const RoomContractsValidationSchema: {
1759
1759
  updatedAt: Date;
1760
1760
  deletedAt: Date | null;
1761
1761
  }[];
1762
+ note: string;
1762
1763
  lastMessage: {
1763
1764
  id: string;
1764
1765
  direction: string;
@@ -1846,7 +1847,6 @@ export declare const RoomContractsValidationSchema: {
1846
1847
  notification_count: number | null;
1847
1848
  };
1848
1849
  assigneeId: string | null;
1849
- note: string;
1850
1850
  subject: string;
1851
1851
  from: {
1852
1852
  id: string;
@@ -2169,6 +2169,7 @@ export declare const RoomContractsValidationSchema: {
2169
2169
  updatedAt: Date;
2170
2170
  deletedAt: Date | null;
2171
2171
  }[];
2172
+ note: string;
2172
2173
  lastMessage: {
2173
2174
  id: string;
2174
2175
  direction: string;
@@ -2256,7 +2257,6 @@ export declare const RoomContractsValidationSchema: {
2256
2257
  notification_count: number | null;
2257
2258
  };
2258
2259
  assigneeId: string | null;
2259
- note: string;
2260
2260
  subject: string;
2261
2261
  from: {
2262
2262
  id: string;
@@ -2584,6 +2584,7 @@ export declare const RoomContractsValidationSchema: {
2584
2584
  updatedAt: Date;
2585
2585
  deletedAt: Date | null;
2586
2586
  }[];
2587
+ note: string;
2587
2588
  lastMessage: {
2588
2589
  id: string;
2589
2590
  direction: string;
@@ -2671,7 +2672,6 @@ export declare const RoomContractsValidationSchema: {
2671
2672
  notification_count: number | null;
2672
2673
  };
2673
2674
  assigneeId: string | null;
2674
- note: string;
2675
2675
  subject: string;
2676
2676
  from: {
2677
2677
  id: string;
@@ -2999,6 +2999,7 @@ export declare const RoomContractsValidationSchema: {
2999
2999
  updatedAt: Date;
3000
3000
  deletedAt: Date | null;
3001
3001
  }[];
3002
+ note: string;
3002
3003
  lastMessage: {
3003
3004
  id: string;
3004
3005
  direction: string;
@@ -3086,7 +3087,6 @@ export declare const RoomContractsValidationSchema: {
3086
3087
  notification_count: number | null;
3087
3088
  };
3088
3089
  assigneeId: string | null;
3089
- note: string;
3090
3090
  subject: string;
3091
3091
  from: {
3092
3092
  id: string;
@@ -1812,6 +1812,7 @@ export declare const MailRoomSchema: z.ZodObject<{
1812
1812
  updatedAt: Date;
1813
1813
  deletedAt: Date | null;
1814
1814
  }[];
1815
+ note: string;
1815
1816
  lastMessage: {
1816
1817
  id: string;
1817
1818
  direction: string;
@@ -1899,7 +1900,6 @@ export declare const MailRoomSchema: z.ZodObject<{
1899
1900
  notification_count: number | null;
1900
1901
  };
1901
1902
  assigneeId: string | null;
1902
- note: string;
1903
1903
  subject: string;
1904
1904
  from: {
1905
1905
  id: string;
@@ -2222,6 +2222,7 @@ export declare const MailRoomSchema: z.ZodObject<{
2222
2222
  updatedAt: Date;
2223
2223
  deletedAt: Date | null;
2224
2224
  }[];
2225
+ note: string;
2225
2226
  lastMessage: {
2226
2227
  id: string;
2227
2228
  direction: string;
@@ -2309,7 +2310,6 @@ export declare const MailRoomSchema: z.ZodObject<{
2309
2310
  notification_count: number | null;
2310
2311
  };
2311
2312
  assigneeId: string | null;
2312
- note: string;
2313
2313
  subject: string;
2314
2314
  from: {
2315
2315
  id: string;