@kl1/contracts 1.0.47 → 1.0.49

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 (69) hide show
  1. package/dist/index.js +3441 -3175
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3441 -3175
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/activity-log/index.d.ts +7 -7
  6. package/dist/src/activity-log/schema.d.ts +7 -7
  7. package/dist/src/attribute/index.d.ts +12 -12
  8. package/dist/src/attribute/schema.d.ts +2 -2
  9. package/dist/src/auth/index.d.ts +7 -7
  10. package/dist/src/call-log/schema.d.ts +3 -3
  11. package/dist/src/channel/index.d.ts +36 -36
  12. package/dist/src/channel/schema.d.ts +8 -10
  13. package/dist/src/channel/schema.d.ts.map +1 -1
  14. package/dist/src/chat/index.d.ts +564 -561
  15. package/dist/src/chat/index.d.ts.map +1 -1
  16. package/dist/src/chat/schema.d.ts +127 -121
  17. package/dist/src/chat/schema.d.ts.map +1 -1
  18. package/dist/src/chat/validation.d.ts +183 -180
  19. package/dist/src/chat/validation.d.ts.map +1 -1
  20. package/dist/src/comment/index.d.ts +212 -212
  21. package/dist/src/comment/schema.d.ts +60 -60
  22. package/dist/src/company/index.d.ts +32 -32
  23. package/dist/src/company/schema.d.ts +10 -10
  24. package/dist/src/company/validation.d.ts +18 -18
  25. package/dist/src/contact/index.d.ts +88 -88
  26. package/dist/src/contact/schema.d.ts +14 -14
  27. package/dist/src/contact/validation.d.ts +72 -72
  28. package/dist/src/contract.d.ts +9174 -2386
  29. package/dist/src/contract.d.ts.map +1 -1
  30. package/dist/src/custom-field/schema.d.ts +2 -2
  31. package/dist/src/cx-log/index.d.ts +118 -118
  32. package/dist/src/cx-log/schema.d.ts +98 -98
  33. package/dist/src/extension/index.d.ts +33 -27
  34. package/dist/src/extension/index.d.ts.map +1 -1
  35. package/dist/src/extension/schema.d.ts +3 -3
  36. package/dist/src/extension/validation.d.ts +12 -6
  37. package/dist/src/extension/validation.d.ts.map +1 -1
  38. package/dist/src/instagram/index.d.ts +6643 -0
  39. package/dist/src/instagram/index.d.ts.map +1 -0
  40. package/dist/src/instagram/schema.d.ts +2 -0
  41. package/dist/src/instagram/schema.d.ts.map +1 -0
  42. package/dist/src/instagram/validation.d.ts +109 -0
  43. package/dist/src/instagram/validation.d.ts.map +1 -0
  44. package/dist/src/mail/mail-contract.d.ts +12 -12
  45. package/dist/src/mail/room-contract.d.ts +12 -12
  46. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  47. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  48. package/dist/src/messenger/index.d.ts +94 -94
  49. package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
  50. package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
  51. package/dist/src/telephony-cdr/index.d.ts +99 -99
  52. package/dist/src/telephony-cdr/schema.d.ts +32 -32
  53. package/dist/src/ticket/index.d.ts +214 -214
  54. package/dist/src/ticket/schema.d.ts +36 -36
  55. package/dist/src/user/index.d.ts +23 -23
  56. package/dist/src/user/schema.d.ts +5 -5
  57. package/dist/src/user-presence-status-log/index.d.ts +4 -4
  58. package/dist/src/user-presence-status-log/schema.d.ts +7 -7
  59. package/dist/src/wrap-up-form/index.d.ts +143 -1
  60. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  61. package/dist/src/wrap-up-form/validation.d.ts +13 -0
  62. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  63. package/package.json +1 -1
  64. package/dist/src/app/index.d.ts +0 -17
  65. package/dist/src/app/index.d.ts.map +0 -1
  66. package/dist/src/mail/mail-server.d.ts +0 -216
  67. package/dist/src/mail/mail-server.d.ts.map +0 -1
  68. package/dist/src/platform-contact/schema.d.ts +0 -30
  69. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -6,7 +6,7 @@ export declare const MessageDirectionTypeSchema: z.ZodEnum<["incoming", "outgoin
6
6
  /**
7
7
  * Message Type Enum
8
8
  */
9
- export declare const MessageTypeSchema: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
9
+ export declare const MessageTypeSchema: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
10
10
  /**
11
11
  * Message Type Enum
12
12
  */
@@ -166,9 +166,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
166
166
  createdAt: Date;
167
167
  updatedAt: Date;
168
168
  deletedAt: Date | null;
169
- isDefault: boolean;
170
169
  systemName: string;
171
170
  displayName: string;
171
+ isDefault: boolean;
172
172
  isArchived: boolean;
173
173
  isRequired: boolean;
174
174
  isUnique: boolean;
@@ -179,9 +179,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
179
179
  createdAt: Date;
180
180
  updatedAt: Date;
181
181
  deletedAt: Date | null;
182
- isDefault: boolean;
183
182
  systemName: string;
184
183
  displayName: string;
184
+ isDefault: boolean;
185
185
  isArchived: boolean;
186
186
  isRequired: boolean;
187
187
  isUnique: boolean;
@@ -198,9 +198,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
198
198
  createdAt: Date;
199
199
  updatedAt: Date;
200
200
  deletedAt: Date | null;
201
- isDefault: boolean;
202
201
  systemName: string;
203
202
  displayName: string;
203
+ isDefault: boolean;
204
204
  isArchived: boolean;
205
205
  isRequired: boolean;
206
206
  isUnique: boolean;
@@ -221,9 +221,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
221
221
  createdAt: Date;
222
222
  updatedAt: Date;
223
223
  deletedAt: Date | null;
224
- isDefault: boolean;
225
224
  systemName: string;
226
225
  displayName: string;
226
+ isDefault: boolean;
227
227
  isArchived: boolean;
228
228
  isRequired: boolean;
229
229
  isUnique: boolean;
@@ -322,9 +322,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
322
322
  createdAt: Date;
323
323
  updatedAt: Date;
324
324
  deletedAt: Date | null;
325
- isDefault: boolean;
326
325
  systemName: string;
327
326
  displayName: string;
327
+ isDefault: boolean;
328
328
  isArchived: boolean;
329
329
  isRequired: boolean;
330
330
  isUnique: boolean;
@@ -335,9 +335,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
335
335
  createdAt: Date;
336
336
  updatedAt: Date;
337
337
  deletedAt: Date | null;
338
- isDefault: boolean;
339
338
  systemName: string;
340
339
  displayName: string;
340
+ isDefault: boolean;
341
341
  isArchived: boolean;
342
342
  isRequired: boolean;
343
343
  isUnique: boolean;
@@ -431,9 +431,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
431
431
  createdAt: Date;
432
432
  updatedAt: Date;
433
433
  deletedAt: Date | null;
434
- isDefault: boolean;
435
434
  systemName: string;
436
435
  displayName: string;
436
+ isDefault: boolean;
437
437
  isArchived: boolean;
438
438
  isRequired: boolean;
439
439
  isUnique: boolean;
@@ -473,9 +473,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
473
473
  createdAt: Date;
474
474
  updatedAt: Date;
475
475
  deletedAt: Date | null;
476
- isDefault: boolean;
477
476
  systemName: string;
478
477
  displayName: string;
478
+ isDefault: boolean;
479
479
  isArchived: boolean;
480
480
  isRequired: boolean;
481
481
  isUnique: boolean;
@@ -628,9 +628,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
628
628
  createdAt: Date;
629
629
  updatedAt: Date;
630
630
  deletedAt: Date | null;
631
- isDefault: boolean;
632
631
  systemName: string;
633
632
  displayName: string;
633
+ isDefault: boolean;
634
634
  isArchived: boolean;
635
635
  isRequired: boolean;
636
636
  isUnique: boolean;
@@ -731,9 +731,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
731
731
  createdAt: Date;
732
732
  updatedAt: Date;
733
733
  deletedAt: Date | null;
734
- isDefault: boolean;
735
734
  systemName: string;
736
735
  displayName: string;
736
+ isDefault: boolean;
737
737
  isArchived: boolean;
738
738
  isRequired: boolean;
739
739
  isUnique: boolean;
@@ -848,9 +848,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
848
848
  createdAt: Date;
849
849
  updatedAt: Date;
850
850
  deletedAt: Date | null;
851
- isDefault: boolean;
852
851
  systemName: string;
853
852
  displayName: string;
853
+ isDefault: boolean;
854
854
  isArchived: boolean;
855
855
  isRequired: boolean;
856
856
  isUnique: boolean;
@@ -966,9 +966,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
966
966
  createdAt: Date;
967
967
  updatedAt: Date;
968
968
  deletedAt: Date | null;
969
- isDefault: boolean;
970
969
  systemName: string;
971
970
  displayName: string;
971
+ isDefault: boolean;
972
972
  isArchived: boolean;
973
973
  isRequired: boolean;
974
974
  isUnique: boolean;
@@ -1201,9 +1201,9 @@ export declare const RoomSchema: z.ZodObject<{
1201
1201
  createdAt: Date;
1202
1202
  updatedAt: Date;
1203
1203
  deletedAt: Date | null;
1204
- isDefault: boolean;
1205
1204
  systemName: string;
1206
1205
  displayName: string;
1206
+ isDefault: boolean;
1207
1207
  isArchived: boolean;
1208
1208
  isRequired: boolean;
1209
1209
  isUnique: boolean;
@@ -1214,9 +1214,9 @@ export declare const RoomSchema: z.ZodObject<{
1214
1214
  createdAt: Date;
1215
1215
  updatedAt: Date;
1216
1216
  deletedAt: Date | null;
1217
- isDefault: boolean;
1218
1217
  systemName: string;
1219
1218
  displayName: string;
1219
+ isDefault: boolean;
1220
1220
  isArchived: boolean;
1221
1221
  isRequired: boolean;
1222
1222
  isUnique: boolean;
@@ -1233,9 +1233,9 @@ export declare const RoomSchema: z.ZodObject<{
1233
1233
  createdAt: Date;
1234
1234
  updatedAt: Date;
1235
1235
  deletedAt: Date | null;
1236
- isDefault: boolean;
1237
1236
  systemName: string;
1238
1237
  displayName: string;
1238
+ isDefault: boolean;
1239
1239
  isArchived: boolean;
1240
1240
  isRequired: boolean;
1241
1241
  isUnique: boolean;
@@ -1256,9 +1256,9 @@ export declare const RoomSchema: z.ZodObject<{
1256
1256
  createdAt: Date;
1257
1257
  updatedAt: Date;
1258
1258
  deletedAt: Date | null;
1259
- isDefault: boolean;
1260
1259
  systemName: string;
1261
1260
  displayName: string;
1261
+ isDefault: boolean;
1262
1262
  isArchived: boolean;
1263
1263
  isRequired: boolean;
1264
1264
  isUnique: boolean;
@@ -1357,9 +1357,9 @@ export declare const RoomSchema: z.ZodObject<{
1357
1357
  createdAt: Date;
1358
1358
  updatedAt: Date;
1359
1359
  deletedAt: Date | null;
1360
- isDefault: boolean;
1361
1360
  systemName: string;
1362
1361
  displayName: string;
1362
+ isDefault: boolean;
1363
1363
  isArchived: boolean;
1364
1364
  isRequired: boolean;
1365
1365
  isUnique: boolean;
@@ -1370,9 +1370,9 @@ export declare const RoomSchema: z.ZodObject<{
1370
1370
  createdAt: Date;
1371
1371
  updatedAt: Date;
1372
1372
  deletedAt: Date | null;
1373
- isDefault: boolean;
1374
1373
  systemName: string;
1375
1374
  displayName: string;
1375
+ isDefault: boolean;
1376
1376
  isArchived: boolean;
1377
1377
  isRequired: boolean;
1378
1378
  isUnique: boolean;
@@ -1466,9 +1466,9 @@ export declare const RoomSchema: z.ZodObject<{
1466
1466
  createdAt: Date;
1467
1467
  updatedAt: Date;
1468
1468
  deletedAt: Date | null;
1469
- isDefault: boolean;
1470
1469
  systemName: string;
1471
1470
  displayName: string;
1471
+ isDefault: boolean;
1472
1472
  isArchived: boolean;
1473
1473
  isRequired: boolean;
1474
1474
  isUnique: boolean;
@@ -1508,9 +1508,9 @@ export declare const RoomSchema: z.ZodObject<{
1508
1508
  createdAt: Date;
1509
1509
  updatedAt: Date;
1510
1510
  deletedAt: Date | null;
1511
- isDefault: boolean;
1512
1511
  systemName: string;
1513
1512
  displayName: string;
1513
+ isDefault: boolean;
1514
1514
  isArchived: boolean;
1515
1515
  isRequired: boolean;
1516
1516
  isUnique: boolean;
@@ -1663,9 +1663,9 @@ export declare const RoomSchema: z.ZodObject<{
1663
1663
  createdAt: Date;
1664
1664
  updatedAt: Date;
1665
1665
  deletedAt: Date | null;
1666
- isDefault: boolean;
1667
1666
  systemName: string;
1668
1667
  displayName: string;
1668
+ isDefault: boolean;
1669
1669
  isArchived: boolean;
1670
1670
  isRequired: boolean;
1671
1671
  isUnique: boolean;
@@ -1766,9 +1766,9 @@ export declare const RoomSchema: z.ZodObject<{
1766
1766
  createdAt: Date;
1767
1767
  updatedAt: Date;
1768
1768
  deletedAt: Date | null;
1769
- isDefault: boolean;
1770
1769
  systemName: string;
1771
1770
  displayName: string;
1771
+ isDefault: boolean;
1772
1772
  isArchived: boolean;
1773
1773
  isRequired: boolean;
1774
1774
  isUnique: boolean;
@@ -1883,9 +1883,9 @@ export declare const RoomSchema: z.ZodObject<{
1883
1883
  createdAt: Date;
1884
1884
  updatedAt: Date;
1885
1885
  deletedAt: Date | null;
1886
- isDefault: boolean;
1887
1886
  systemName: string;
1888
1887
  displayName: string;
1888
+ isDefault: boolean;
1889
1889
  isArchived: boolean;
1890
1890
  isRequired: boolean;
1891
1891
  isUnique: boolean;
@@ -2001,9 +2001,9 @@ export declare const RoomSchema: z.ZodObject<{
2001
2001
  createdAt: Date;
2002
2002
  updatedAt: Date;
2003
2003
  deletedAt: Date | null;
2004
- isDefault: boolean;
2005
2004
  systemName: string;
2006
2005
  displayName: string;
2006
+ isDefault: boolean;
2007
2007
  isArchived: boolean;
2008
2008
  isRequired: boolean;
2009
2009
  isUnique: boolean;
@@ -2176,7 +2176,7 @@ export declare const RoomSchema: z.ZodObject<{
2176
2176
  sipServerUrl: z.ZodString;
2177
2177
  sipUserName: z.ZodString;
2178
2178
  webphoneLoginUser: z.ZodString;
2179
- extensionId: z.ZodNumber;
2179
+ extensionId: z.ZodNullable<z.ZodString>;
2180
2180
  extensionName: z.ZodString;
2181
2181
  telephonySignature: z.ZodNullable<z.ZodString>;
2182
2182
  }, "strip", z.ZodTypeAny, {
@@ -2188,7 +2188,7 @@ export declare const RoomSchema: z.ZodObject<{
2188
2188
  sipServerUrl: string;
2189
2189
  sipUserName: string;
2190
2190
  webphoneLoginUser: string;
2191
- extensionId: number;
2191
+ extensionId: string | null;
2192
2192
  extensionName: string;
2193
2193
  telephonySignature: string | null;
2194
2194
  }, {
@@ -2200,7 +2200,7 @@ export declare const RoomSchema: z.ZodObject<{
2200
2200
  sipServerUrl: string;
2201
2201
  sipUserName: string;
2202
2202
  webphoneLoginUser: string;
2203
- extensionId: number;
2203
+ extensionId: string | null;
2204
2204
  extensionName: string;
2205
2205
  telephonySignature: string | null;
2206
2206
  }>;
@@ -2243,7 +2243,7 @@ export declare const RoomSchema: z.ZodObject<{
2243
2243
  sipServerUrl: string;
2244
2244
  sipUserName: string;
2245
2245
  webphoneLoginUser: string;
2246
- extensionId: number;
2246
+ extensionId: string | null;
2247
2247
  extensionName: string;
2248
2248
  telephonySignature: string | null;
2249
2249
  };
@@ -2286,7 +2286,7 @@ export declare const RoomSchema: z.ZodObject<{
2286
2286
  sipServerUrl: string;
2287
2287
  sipUserName: string;
2288
2288
  webphoneLoginUser: string;
2289
- extensionId: number;
2289
+ extensionId: string | null;
2290
2290
  extensionName: string;
2291
2291
  telephonySignature: string | null;
2292
2292
  };
@@ -2380,7 +2380,7 @@ export declare const RoomSchema: z.ZodObject<{
2380
2380
  sipServerUrl: z.ZodString;
2381
2381
  sipUserName: z.ZodString;
2382
2382
  webphoneLoginUser: z.ZodString;
2383
- extensionId: z.ZodNumber;
2383
+ extensionId: z.ZodNullable<z.ZodString>;
2384
2384
  extensionName: z.ZodString;
2385
2385
  telephonySignature: z.ZodNullable<z.ZodString>;
2386
2386
  }, "strip", z.ZodTypeAny, {
@@ -2392,7 +2392,7 @@ export declare const RoomSchema: z.ZodObject<{
2392
2392
  sipServerUrl: string;
2393
2393
  sipUserName: string;
2394
2394
  webphoneLoginUser: string;
2395
- extensionId: number;
2395
+ extensionId: string | null;
2396
2396
  extensionName: string;
2397
2397
  telephonySignature: string | null;
2398
2398
  }, {
@@ -2404,7 +2404,7 @@ export declare const RoomSchema: z.ZodObject<{
2404
2404
  sipServerUrl: string;
2405
2405
  sipUserName: string;
2406
2406
  webphoneLoginUser: string;
2407
- extensionId: number;
2407
+ extensionId: string | null;
2408
2408
  extensionName: string;
2409
2409
  telephonySignature: string | null;
2410
2410
  }>;
@@ -2447,7 +2447,7 @@ export declare const RoomSchema: z.ZodObject<{
2447
2447
  sipServerUrl: string;
2448
2448
  sipUserName: string;
2449
2449
  webphoneLoginUser: string;
2450
- extensionId: number;
2450
+ extensionId: string | null;
2451
2451
  extensionName: string;
2452
2452
  telephonySignature: string | null;
2453
2453
  };
@@ -2490,7 +2490,7 @@ export declare const RoomSchema: z.ZodObject<{
2490
2490
  sipServerUrl: string;
2491
2491
  sipUserName: string;
2492
2492
  webphoneLoginUser: string;
2493
- extensionId: number;
2493
+ extensionId: string | null;
2494
2494
  extensionName: string;
2495
2495
  telephonySignature: string | null;
2496
2496
  };
@@ -2535,6 +2535,9 @@ export declare const RoomSchema: z.ZodObject<{
2535
2535
  password: z.ZodString;
2536
2536
  address: z.ZodNullable<z.ZodString>;
2537
2537
  phone: z.ZodNullable<z.ZodString>;
2538
+ /**
2539
+ * Room
2540
+ */
2538
2541
  notificationCount: z.ZodNullable<z.ZodNumber>;
2539
2542
  roles: z.ZodArray<z.ZodObject<{
2540
2543
  id: z.ZodString;
@@ -2613,7 +2616,7 @@ export declare const RoomSchema: z.ZodObject<{
2613
2616
  sipServerUrl: z.ZodString;
2614
2617
  sipUserName: z.ZodString;
2615
2618
  webphoneLoginUser: z.ZodString;
2616
- extensionId: z.ZodNumber;
2619
+ extensionId: z.ZodNullable<z.ZodString>;
2617
2620
  extensionName: z.ZodString;
2618
2621
  telephonySignature: z.ZodNullable<z.ZodString>;
2619
2622
  }, "strip", z.ZodTypeAny, {
@@ -2625,7 +2628,7 @@ export declare const RoomSchema: z.ZodObject<{
2625
2628
  sipServerUrl: string;
2626
2629
  sipUserName: string;
2627
2630
  webphoneLoginUser: string;
2628
- extensionId: number;
2631
+ extensionId: string | null;
2629
2632
  extensionName: string;
2630
2633
  telephonySignature: string | null;
2631
2634
  }, {
@@ -2637,7 +2640,7 @@ export declare const RoomSchema: z.ZodObject<{
2637
2640
  sipServerUrl: string;
2638
2641
  sipUserName: string;
2639
2642
  webphoneLoginUser: string;
2640
- extensionId: number;
2643
+ extensionId: string | null;
2641
2644
  extensionName: string;
2642
2645
  telephonySignature: string | null;
2643
2646
  }>;
@@ -2680,7 +2683,7 @@ export declare const RoomSchema: z.ZodObject<{
2680
2683
  sipServerUrl: string;
2681
2684
  sipUserName: string;
2682
2685
  webphoneLoginUser: string;
2683
- extensionId: number;
2686
+ extensionId: string | null;
2684
2687
  extensionName: string;
2685
2688
  telephonySignature: string | null;
2686
2689
  };
@@ -2723,7 +2726,7 @@ export declare const RoomSchema: z.ZodObject<{
2723
2726
  sipServerUrl: string;
2724
2727
  sipUserName: string;
2725
2728
  webphoneLoginUser: string;
2726
- extensionId: number;
2729
+ extensionId: string | null;
2727
2730
  extensionName: string;
2728
2731
  telephonySignature: string | null;
2729
2732
  };
@@ -2786,7 +2789,7 @@ export declare const RoomSchema: z.ZodObject<{
2786
2789
  sipServerUrl: string;
2787
2790
  sipUserName: string;
2788
2791
  webphoneLoginUser: string;
2789
- extensionId: number;
2792
+ extensionId: string | null;
2790
2793
  extensionName: string;
2791
2794
  telephonySignature: string | null;
2792
2795
  };
@@ -2849,7 +2852,7 @@ export declare const RoomSchema: z.ZodObject<{
2849
2852
  sipServerUrl: string;
2850
2853
  sipUserName: string;
2851
2854
  webphoneLoginUser: string;
2852
- extensionId: number;
2855
+ extensionId: string | null;
2853
2856
  extensionName: string;
2854
2857
  telephonySignature: string | null;
2855
2858
  };
@@ -3047,7 +3050,7 @@ export declare const RoomSchema: z.ZodObject<{
3047
3050
  sipServerUrl: string;
3048
3051
  sipUserName: string;
3049
3052
  webphoneLoginUser: string;
3050
- extensionId: number;
3053
+ extensionId: string | null;
3051
3054
  extensionName: string;
3052
3055
  telephonySignature: string | null;
3053
3056
  };
@@ -3092,9 +3095,9 @@ export declare const RoomSchema: z.ZodObject<{
3092
3095
  createdAt: Date;
3093
3096
  updatedAt: Date;
3094
3097
  deletedAt: Date | null;
3095
- isDefault: boolean;
3096
3098
  systemName: string;
3097
3099
  displayName: string;
3100
+ isDefault: boolean;
3098
3101
  isArchived: boolean;
3099
3102
  isRequired: boolean;
3100
3103
  isUnique: boolean;
@@ -3217,7 +3220,7 @@ export declare const RoomSchema: z.ZodObject<{
3217
3220
  sipServerUrl: string;
3218
3221
  sipUserName: string;
3219
3222
  webphoneLoginUser: string;
3220
- extensionId: number;
3223
+ extensionId: string | null;
3221
3224
  extensionName: string;
3222
3225
  telephonySignature: string | null;
3223
3226
  };
@@ -3315,7 +3318,7 @@ export declare const RoomSchema: z.ZodObject<{
3315
3318
  sipServerUrl: string;
3316
3319
  sipUserName: string;
3317
3320
  webphoneLoginUser: string;
3318
- extensionId: number;
3321
+ extensionId: string | null;
3319
3322
  extensionName: string;
3320
3323
  telephonySignature: string | null;
3321
3324
  };
@@ -3366,7 +3369,7 @@ export declare const RoomSchema: z.ZodObject<{
3366
3369
  sipServerUrl: string;
3367
3370
  sipUserName: string;
3368
3371
  webphoneLoginUser: string;
3369
- extensionId: number;
3372
+ extensionId: string | null;
3370
3373
  extensionName: string;
3371
3374
  telephonySignature: string | null;
3372
3375
  };
@@ -3411,9 +3414,9 @@ export declare const RoomSchema: z.ZodObject<{
3411
3414
  createdAt: Date;
3412
3415
  updatedAt: Date;
3413
3416
  deletedAt: Date | null;
3414
- isDefault: boolean;
3415
3417
  systemName: string;
3416
3418
  displayName: string;
3419
+ isDefault: boolean;
3417
3420
  isArchived: boolean;
3418
3421
  isRequired: boolean;
3419
3422
  isUnique: boolean;
@@ -3536,7 +3539,7 @@ export declare const RoomSchema: z.ZodObject<{
3536
3539
  sipServerUrl: string;
3537
3540
  sipUserName: string;
3538
3541
  webphoneLoginUser: string;
3539
- extensionId: number;
3542
+ extensionId: string | null;
3540
3543
  extensionName: string;
3541
3544
  telephonySignature: string | null;
3542
3545
  };
@@ -3634,7 +3637,7 @@ export declare const RoomSchema: z.ZodObject<{
3634
3637
  sipServerUrl: string;
3635
3638
  sipUserName: string;
3636
3639
  webphoneLoginUser: string;
3637
- extensionId: number;
3640
+ extensionId: string | null;
3638
3641
  extensionName: string;
3639
3642
  telephonySignature: string | null;
3640
3643
  };
@@ -3651,7 +3654,7 @@ export declare const MessageSchema: z.ZodObject<{
3651
3654
  deletedAt: z.ZodNullable<z.ZodDate>;
3652
3655
  message: z.ZodString;
3653
3656
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3654
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
3657
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started"]>;
3655
3658
  readAt: z.ZodDate;
3656
3659
  metadata: z.ZodAny;
3657
3660
  platformId: z.ZodString;
@@ -3808,9 +3811,9 @@ export declare const MessageSchema: z.ZodObject<{
3808
3811
  createdAt: Date;
3809
3812
  updatedAt: Date;
3810
3813
  deletedAt: Date | null;
3811
- isDefault: boolean;
3812
3814
  systemName: string;
3813
3815
  displayName: string;
3816
+ isDefault: boolean;
3814
3817
  isArchived: boolean;
3815
3818
  isRequired: boolean;
3816
3819
  isUnique: boolean;
@@ -3821,9 +3824,9 @@ export declare const MessageSchema: z.ZodObject<{
3821
3824
  createdAt: Date;
3822
3825
  updatedAt: Date;
3823
3826
  deletedAt: Date | null;
3824
- isDefault: boolean;
3825
3827
  systemName: string;
3826
3828
  displayName: string;
3829
+ isDefault: boolean;
3827
3830
  isArchived: boolean;
3828
3831
  isRequired: boolean;
3829
3832
  isUnique: boolean;
@@ -3840,9 +3843,9 @@ export declare const MessageSchema: z.ZodObject<{
3840
3843
  createdAt: Date;
3841
3844
  updatedAt: Date;
3842
3845
  deletedAt: Date | null;
3843
- isDefault: boolean;
3844
3846
  systemName: string;
3845
3847
  displayName: string;
3848
+ isDefault: boolean;
3846
3849
  isArchived: boolean;
3847
3850
  isRequired: boolean;
3848
3851
  isUnique: boolean;
@@ -3863,9 +3866,9 @@ export declare const MessageSchema: z.ZodObject<{
3863
3866
  createdAt: Date;
3864
3867
  updatedAt: Date;
3865
3868
  deletedAt: Date | null;
3866
- isDefault: boolean;
3867
3869
  systemName: string;
3868
3870
  displayName: string;
3871
+ isDefault: boolean;
3869
3872
  isArchived: boolean;
3870
3873
  isRequired: boolean;
3871
3874
  isUnique: boolean;
@@ -3964,9 +3967,9 @@ export declare const MessageSchema: z.ZodObject<{
3964
3967
  createdAt: Date;
3965
3968
  updatedAt: Date;
3966
3969
  deletedAt: Date | null;
3967
- isDefault: boolean;
3968
3970
  systemName: string;
3969
3971
  displayName: string;
3972
+ isDefault: boolean;
3970
3973
  isArchived: boolean;
3971
3974
  isRequired: boolean;
3972
3975
  isUnique: boolean;
@@ -3977,9 +3980,9 @@ export declare const MessageSchema: z.ZodObject<{
3977
3980
  createdAt: Date;
3978
3981
  updatedAt: Date;
3979
3982
  deletedAt: Date | null;
3980
- isDefault: boolean;
3981
3983
  systemName: string;
3982
3984
  displayName: string;
3985
+ isDefault: boolean;
3983
3986
  isArchived: boolean;
3984
3987
  isRequired: boolean;
3985
3988
  isUnique: boolean;
@@ -4073,9 +4076,9 @@ export declare const MessageSchema: z.ZodObject<{
4073
4076
  createdAt: Date;
4074
4077
  updatedAt: Date;
4075
4078
  deletedAt: Date | null;
4076
- isDefault: boolean;
4077
4079
  systemName: string;
4078
4080
  displayName: string;
4081
+ isDefault: boolean;
4079
4082
  isArchived: boolean;
4080
4083
  isRequired: boolean;
4081
4084
  isUnique: boolean;
@@ -4115,9 +4118,9 @@ export declare const MessageSchema: z.ZodObject<{
4115
4118
  createdAt: Date;
4116
4119
  updatedAt: Date;
4117
4120
  deletedAt: Date | null;
4118
- isDefault: boolean;
4119
4121
  systemName: string;
4120
4122
  displayName: string;
4123
+ isDefault: boolean;
4121
4124
  isArchived: boolean;
4122
4125
  isRequired: boolean;
4123
4126
  isUnique: boolean;
@@ -4270,9 +4273,9 @@ export declare const MessageSchema: z.ZodObject<{
4270
4273
  createdAt: Date;
4271
4274
  updatedAt: Date;
4272
4275
  deletedAt: Date | null;
4273
- isDefault: boolean;
4274
4276
  systemName: string;
4275
4277
  displayName: string;
4278
+ isDefault: boolean;
4276
4279
  isArchived: boolean;
4277
4280
  isRequired: boolean;
4278
4281
  isUnique: boolean;
@@ -4373,9 +4376,9 @@ export declare const MessageSchema: z.ZodObject<{
4373
4376
  createdAt: Date;
4374
4377
  updatedAt: Date;
4375
4378
  deletedAt: Date | null;
4376
- isDefault: boolean;
4377
4379
  systemName: string;
4378
4380
  displayName: string;
4381
+ isDefault: boolean;
4379
4382
  isArchived: boolean;
4380
4383
  isRequired: boolean;
4381
4384
  isUnique: boolean;
@@ -4490,9 +4493,9 @@ export declare const MessageSchema: z.ZodObject<{
4490
4493
  createdAt: Date;
4491
4494
  updatedAt: Date;
4492
4495
  deletedAt: Date | null;
4493
- isDefault: boolean;
4494
4496
  systemName: string;
4495
4497
  displayName: string;
4498
+ isDefault: boolean;
4496
4499
  isArchived: boolean;
4497
4500
  isRequired: boolean;
4498
4501
  isUnique: boolean;
@@ -4608,9 +4611,9 @@ export declare const MessageSchema: z.ZodObject<{
4608
4611
  createdAt: Date;
4609
4612
  updatedAt: Date;
4610
4613
  deletedAt: Date | null;
4611
- isDefault: boolean;
4612
4614
  systemName: string;
4613
4615
  displayName: string;
4616
+ isDefault: boolean;
4614
4617
  isArchived: boolean;
4615
4618
  isRequired: boolean;
4616
4619
  isUnique: boolean;
@@ -4783,7 +4786,7 @@ export declare const MessageSchema: z.ZodObject<{
4783
4786
  sipServerUrl: z.ZodString;
4784
4787
  sipUserName: z.ZodString;
4785
4788
  webphoneLoginUser: z.ZodString;
4786
- extensionId: z.ZodNumber;
4789
+ extensionId: z.ZodNullable<z.ZodString>;
4787
4790
  extensionName: z.ZodString;
4788
4791
  telephonySignature: z.ZodNullable<z.ZodString>;
4789
4792
  }, "strip", z.ZodTypeAny, {
@@ -4795,7 +4798,7 @@ export declare const MessageSchema: z.ZodObject<{
4795
4798
  sipServerUrl: string;
4796
4799
  sipUserName: string;
4797
4800
  webphoneLoginUser: string;
4798
- extensionId: number;
4801
+ extensionId: string | null;
4799
4802
  extensionName: string;
4800
4803
  telephonySignature: string | null;
4801
4804
  }, {
@@ -4807,7 +4810,7 @@ export declare const MessageSchema: z.ZodObject<{
4807
4810
  sipServerUrl: string;
4808
4811
  sipUserName: string;
4809
4812
  webphoneLoginUser: string;
4810
- extensionId: number;
4813
+ extensionId: string | null;
4811
4814
  extensionName: string;
4812
4815
  telephonySignature: string | null;
4813
4816
  }>;
@@ -4850,7 +4853,7 @@ export declare const MessageSchema: z.ZodObject<{
4850
4853
  sipServerUrl: string;
4851
4854
  sipUserName: string;
4852
4855
  webphoneLoginUser: string;
4853
- extensionId: number;
4856
+ extensionId: string | null;
4854
4857
  extensionName: string;
4855
4858
  telephonySignature: string | null;
4856
4859
  };
@@ -4893,7 +4896,7 @@ export declare const MessageSchema: z.ZodObject<{
4893
4896
  sipServerUrl: string;
4894
4897
  sipUserName: string;
4895
4898
  webphoneLoginUser: string;
4896
- extensionId: number;
4899
+ extensionId: string | null;
4897
4900
  extensionName: string;
4898
4901
  telephonySignature: string | null;
4899
4902
  };
@@ -4987,7 +4990,7 @@ export declare const MessageSchema: z.ZodObject<{
4987
4990
  sipServerUrl: z.ZodString;
4988
4991
  sipUserName: z.ZodString;
4989
4992
  webphoneLoginUser: z.ZodString;
4990
- extensionId: z.ZodNumber;
4993
+ extensionId: z.ZodNullable<z.ZodString>;
4991
4994
  extensionName: z.ZodString;
4992
4995
  telephonySignature: z.ZodNullable<z.ZodString>;
4993
4996
  }, "strip", z.ZodTypeAny, {
@@ -4999,7 +5002,7 @@ export declare const MessageSchema: z.ZodObject<{
4999
5002
  sipServerUrl: string;
5000
5003
  sipUserName: string;
5001
5004
  webphoneLoginUser: string;
5002
- extensionId: number;
5005
+ extensionId: string | null;
5003
5006
  extensionName: string;
5004
5007
  telephonySignature: string | null;
5005
5008
  }, {
@@ -5011,7 +5014,7 @@ export declare const MessageSchema: z.ZodObject<{
5011
5014
  sipServerUrl: string;
5012
5015
  sipUserName: string;
5013
5016
  webphoneLoginUser: string;
5014
- extensionId: number;
5017
+ extensionId: string | null;
5015
5018
  extensionName: string;
5016
5019
  telephonySignature: string | null;
5017
5020
  }>;
@@ -5054,7 +5057,7 @@ export declare const MessageSchema: z.ZodObject<{
5054
5057
  sipServerUrl: string;
5055
5058
  sipUserName: string;
5056
5059
  webphoneLoginUser: string;
5057
- extensionId: number;
5060
+ extensionId: string | null;
5058
5061
  extensionName: string;
5059
5062
  telephonySignature: string | null;
5060
5063
  };
@@ -5097,7 +5100,7 @@ export declare const MessageSchema: z.ZodObject<{
5097
5100
  sipServerUrl: string;
5098
5101
  sipUserName: string;
5099
5102
  webphoneLoginUser: string;
5100
- extensionId: number;
5103
+ extensionId: string | null;
5101
5104
  extensionName: string;
5102
5105
  telephonySignature: string | null;
5103
5106
  };
@@ -5142,6 +5145,9 @@ export declare const MessageSchema: z.ZodObject<{
5142
5145
  password: z.ZodString;
5143
5146
  address: z.ZodNullable<z.ZodString>;
5144
5147
  phone: z.ZodNullable<z.ZodString>;
5148
+ /**
5149
+ * Room
5150
+ */
5145
5151
  notificationCount: z.ZodNullable<z.ZodNumber>;
5146
5152
  roles: z.ZodArray<z.ZodObject<{
5147
5153
  id: z.ZodString;
@@ -5220,7 +5226,7 @@ export declare const MessageSchema: z.ZodObject<{
5220
5226
  sipServerUrl: z.ZodString;
5221
5227
  sipUserName: z.ZodString;
5222
5228
  webphoneLoginUser: z.ZodString;
5223
- extensionId: z.ZodNumber;
5229
+ extensionId: z.ZodNullable<z.ZodString>;
5224
5230
  extensionName: z.ZodString;
5225
5231
  telephonySignature: z.ZodNullable<z.ZodString>;
5226
5232
  }, "strip", z.ZodTypeAny, {
@@ -5232,7 +5238,7 @@ export declare const MessageSchema: z.ZodObject<{
5232
5238
  sipServerUrl: string;
5233
5239
  sipUserName: string;
5234
5240
  webphoneLoginUser: string;
5235
- extensionId: number;
5241
+ extensionId: string | null;
5236
5242
  extensionName: string;
5237
5243
  telephonySignature: string | null;
5238
5244
  }, {
@@ -5244,7 +5250,7 @@ export declare const MessageSchema: z.ZodObject<{
5244
5250
  sipServerUrl: string;
5245
5251
  sipUserName: string;
5246
5252
  webphoneLoginUser: string;
5247
- extensionId: number;
5253
+ extensionId: string | null;
5248
5254
  extensionName: string;
5249
5255
  telephonySignature: string | null;
5250
5256
  }>;
@@ -5287,7 +5293,7 @@ export declare const MessageSchema: z.ZodObject<{
5287
5293
  sipServerUrl: string;
5288
5294
  sipUserName: string;
5289
5295
  webphoneLoginUser: string;
5290
- extensionId: number;
5296
+ extensionId: string | null;
5291
5297
  extensionName: string;
5292
5298
  telephonySignature: string | null;
5293
5299
  };
@@ -5330,7 +5336,7 @@ export declare const MessageSchema: z.ZodObject<{
5330
5336
  sipServerUrl: string;
5331
5337
  sipUserName: string;
5332
5338
  webphoneLoginUser: string;
5333
- extensionId: number;
5339
+ extensionId: string | null;
5334
5340
  extensionName: string;
5335
5341
  telephonySignature: string | null;
5336
5342
  };
@@ -5393,7 +5399,7 @@ export declare const MessageSchema: z.ZodObject<{
5393
5399
  sipServerUrl: string;
5394
5400
  sipUserName: string;
5395
5401
  webphoneLoginUser: string;
5396
- extensionId: number;
5402
+ extensionId: string | null;
5397
5403
  extensionName: string;
5398
5404
  telephonySignature: string | null;
5399
5405
  };
@@ -5456,7 +5462,7 @@ export declare const MessageSchema: z.ZodObject<{
5456
5462
  sipServerUrl: string;
5457
5463
  sipUserName: string;
5458
5464
  webphoneLoginUser: string;
5459
- extensionId: number;
5465
+ extensionId: string | null;
5460
5466
  extensionName: string;
5461
5467
  telephonySignature: string | null;
5462
5468
  };
@@ -5654,7 +5660,7 @@ export declare const MessageSchema: z.ZodObject<{
5654
5660
  sipServerUrl: string;
5655
5661
  sipUserName: string;
5656
5662
  webphoneLoginUser: string;
5657
- extensionId: number;
5663
+ extensionId: string | null;
5658
5664
  extensionName: string;
5659
5665
  telephonySignature: string | null;
5660
5666
  };
@@ -5699,9 +5705,9 @@ export declare const MessageSchema: z.ZodObject<{
5699
5705
  createdAt: Date;
5700
5706
  updatedAt: Date;
5701
5707
  deletedAt: Date | null;
5702
- isDefault: boolean;
5703
5708
  systemName: string;
5704
5709
  displayName: string;
5710
+ isDefault: boolean;
5705
5711
  isArchived: boolean;
5706
5712
  isRequired: boolean;
5707
5713
  isUnique: boolean;
@@ -5824,7 +5830,7 @@ export declare const MessageSchema: z.ZodObject<{
5824
5830
  sipServerUrl: string;
5825
5831
  sipUserName: string;
5826
5832
  webphoneLoginUser: string;
5827
- extensionId: number;
5833
+ extensionId: string | null;
5828
5834
  extensionName: string;
5829
5835
  telephonySignature: string | null;
5830
5836
  };
@@ -5922,7 +5928,7 @@ export declare const MessageSchema: z.ZodObject<{
5922
5928
  sipServerUrl: string;
5923
5929
  sipUserName: string;
5924
5930
  webphoneLoginUser: string;
5925
- extensionId: number;
5931
+ extensionId: string | null;
5926
5932
  extensionName: string;
5927
5933
  telephonySignature: string | null;
5928
5934
  };
@@ -5973,7 +5979,7 @@ export declare const MessageSchema: z.ZodObject<{
5973
5979
  sipServerUrl: string;
5974
5980
  sipUserName: string;
5975
5981
  webphoneLoginUser: string;
5976
- extensionId: number;
5982
+ extensionId: string | null;
5977
5983
  extensionName: string;
5978
5984
  telephonySignature: string | null;
5979
5985
  };
@@ -6018,9 +6024,9 @@ export declare const MessageSchema: z.ZodObject<{
6018
6024
  createdAt: Date;
6019
6025
  updatedAt: Date;
6020
6026
  deletedAt: Date | null;
6021
- isDefault: boolean;
6022
6027
  systemName: string;
6023
6028
  displayName: string;
6029
+ isDefault: boolean;
6024
6030
  isArchived: boolean;
6025
6031
  isRequired: boolean;
6026
6032
  isUnique: boolean;
@@ -6143,7 +6149,7 @@ export declare const MessageSchema: z.ZodObject<{
6143
6149
  sipServerUrl: string;
6144
6150
  sipUserName: string;
6145
6151
  webphoneLoginUser: string;
6146
- extensionId: number;
6152
+ extensionId: string | null;
6147
6153
  extensionName: string;
6148
6154
  telephonySignature: string | null;
6149
6155
  };
@@ -6241,7 +6247,7 @@ export declare const MessageSchema: z.ZodObject<{
6241
6247
  sipServerUrl: string;
6242
6248
  sipUserName: string;
6243
6249
  webphoneLoginUser: string;
6244
- extensionId: number;
6250
+ extensionId: string | null;
6245
6251
  extensionName: string;
6246
6252
  telephonySignature: string | null;
6247
6253
  };
@@ -6371,7 +6377,7 @@ export declare const MessageSchema: z.ZodObject<{
6371
6377
  sipServerUrl: z.ZodString;
6372
6378
  sipUserName: z.ZodString;
6373
6379
  webphoneLoginUser: z.ZodString;
6374
- extensionId: z.ZodNumber;
6380
+ extensionId: z.ZodNullable<z.ZodString>;
6375
6381
  extensionName: z.ZodString;
6376
6382
  telephonySignature: z.ZodNullable<z.ZodString>;
6377
6383
  }, "strip", z.ZodTypeAny, {
@@ -6383,7 +6389,7 @@ export declare const MessageSchema: z.ZodObject<{
6383
6389
  sipServerUrl: string;
6384
6390
  sipUserName: string;
6385
6391
  webphoneLoginUser: string;
6386
- extensionId: number;
6392
+ extensionId: string | null;
6387
6393
  extensionName: string;
6388
6394
  telephonySignature: string | null;
6389
6395
  }, {
@@ -6395,7 +6401,7 @@ export declare const MessageSchema: z.ZodObject<{
6395
6401
  sipServerUrl: string;
6396
6402
  sipUserName: string;
6397
6403
  webphoneLoginUser: string;
6398
- extensionId: number;
6404
+ extensionId: string | null;
6399
6405
  extensionName: string;
6400
6406
  telephonySignature: string | null;
6401
6407
  }>;
@@ -6438,7 +6444,7 @@ export declare const MessageSchema: z.ZodObject<{
6438
6444
  sipServerUrl: string;
6439
6445
  sipUserName: string;
6440
6446
  webphoneLoginUser: string;
6441
- extensionId: number;
6447
+ extensionId: string | null;
6442
6448
  extensionName: string;
6443
6449
  telephonySignature: string | null;
6444
6450
  };
@@ -6481,7 +6487,7 @@ export declare const MessageSchema: z.ZodObject<{
6481
6487
  sipServerUrl: string;
6482
6488
  sipUserName: string;
6483
6489
  webphoneLoginUser: string;
6484
- extensionId: number;
6490
+ extensionId: string | null;
6485
6491
  extensionName: string;
6486
6492
  telephonySignature: string | null;
6487
6493
  };
@@ -6575,7 +6581,7 @@ export declare const MessageSchema: z.ZodObject<{
6575
6581
  sipServerUrl: z.ZodString;
6576
6582
  sipUserName: z.ZodString;
6577
6583
  webphoneLoginUser: z.ZodString;
6578
- extensionId: z.ZodNumber;
6584
+ extensionId: z.ZodNullable<z.ZodString>;
6579
6585
  extensionName: z.ZodString;
6580
6586
  telephonySignature: z.ZodNullable<z.ZodString>;
6581
6587
  }, "strip", z.ZodTypeAny, {
@@ -6587,7 +6593,7 @@ export declare const MessageSchema: z.ZodObject<{
6587
6593
  sipServerUrl: string;
6588
6594
  sipUserName: string;
6589
6595
  webphoneLoginUser: string;
6590
- extensionId: number;
6596
+ extensionId: string | null;
6591
6597
  extensionName: string;
6592
6598
  telephonySignature: string | null;
6593
6599
  }, {
@@ -6599,7 +6605,7 @@ export declare const MessageSchema: z.ZodObject<{
6599
6605
  sipServerUrl: string;
6600
6606
  sipUserName: string;
6601
6607
  webphoneLoginUser: string;
6602
- extensionId: number;
6608
+ extensionId: string | null;
6603
6609
  extensionName: string;
6604
6610
  telephonySignature: string | null;
6605
6611
  }>;
@@ -6642,7 +6648,7 @@ export declare const MessageSchema: z.ZodObject<{
6642
6648
  sipServerUrl: string;
6643
6649
  sipUserName: string;
6644
6650
  webphoneLoginUser: string;
6645
- extensionId: number;
6651
+ extensionId: string | null;
6646
6652
  extensionName: string;
6647
6653
  telephonySignature: string | null;
6648
6654
  };
@@ -6685,7 +6691,7 @@ export declare const MessageSchema: z.ZodObject<{
6685
6691
  sipServerUrl: string;
6686
6692
  sipUserName: string;
6687
6693
  webphoneLoginUser: string;
6688
- extensionId: number;
6694
+ extensionId: string | null;
6689
6695
  extensionName: string;
6690
6696
  telephonySignature: string | null;
6691
6697
  };
@@ -6779,7 +6785,7 @@ export declare const MessageSchema: z.ZodObject<{
6779
6785
  sipServerUrl: z.ZodString;
6780
6786
  sipUserName: z.ZodString;
6781
6787
  webphoneLoginUser: z.ZodString;
6782
- extensionId: z.ZodNumber;
6788
+ extensionId: z.ZodNullable<z.ZodString>;
6783
6789
  extensionName: z.ZodString;
6784
6790
  telephonySignature: z.ZodNullable<z.ZodString>;
6785
6791
  }, "strip", z.ZodTypeAny, {
@@ -6791,7 +6797,7 @@ export declare const MessageSchema: z.ZodObject<{
6791
6797
  sipServerUrl: string;
6792
6798
  sipUserName: string;
6793
6799
  webphoneLoginUser: string;
6794
- extensionId: number;
6800
+ extensionId: string | null;
6795
6801
  extensionName: string;
6796
6802
  telephonySignature: string | null;
6797
6803
  }, {
@@ -6803,7 +6809,7 @@ export declare const MessageSchema: z.ZodObject<{
6803
6809
  sipServerUrl: string;
6804
6810
  sipUserName: string;
6805
6811
  webphoneLoginUser: string;
6806
- extensionId: number;
6812
+ extensionId: string | null;
6807
6813
  extensionName: string;
6808
6814
  telephonySignature: string | null;
6809
6815
  }>;
@@ -6846,7 +6852,7 @@ export declare const MessageSchema: z.ZodObject<{
6846
6852
  sipServerUrl: string;
6847
6853
  sipUserName: string;
6848
6854
  webphoneLoginUser: string;
6849
- extensionId: number;
6855
+ extensionId: string | null;
6850
6856
  extensionName: string;
6851
6857
  telephonySignature: string | null;
6852
6858
  };
@@ -6889,13 +6895,13 @@ export declare const MessageSchema: z.ZodObject<{
6889
6895
  sipServerUrl: string;
6890
6896
  sipUserName: string;
6891
6897
  webphoneLoginUser: string;
6892
- extensionId: number;
6898
+ extensionId: string | null;
6893
6899
  extensionName: string;
6894
6900
  telephonySignature: string | null;
6895
6901
  };
6896
6902
  }>;
6897
6903
  }, "strip", z.ZodTypeAny, {
6898
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "reopen" | "handed_over" | "updated" | "started";
6904
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
6899
6905
  message: string;
6900
6906
  id: string;
6901
6907
  url: string;
@@ -6903,7 +6909,6 @@ export declare const MessageSchema: z.ZodObject<{
6903
6909
  createdAt: Date;
6904
6910
  updatedAt: Date;
6905
6911
  deletedAt: Date | null;
6906
- platformId: string;
6907
6912
  actor: {
6908
6913
  id: string;
6909
6914
  address: string | null;
@@ -6943,11 +6948,12 @@ export declare const MessageSchema: z.ZodObject<{
6943
6948
  sipServerUrl: string;
6944
6949
  sipUserName: string;
6945
6950
  webphoneLoginUser: string;
6946
- extensionId: number;
6951
+ extensionId: string | null;
6947
6952
  extensionName: string;
6948
6953
  telephonySignature: string | null;
6949
6954
  };
6950
6955
  };
6956
+ platformId: string;
6951
6957
  upload: {
6952
6958
  id: string;
6953
6959
  createdAt: Date;
@@ -6999,7 +7005,7 @@ export declare const MessageSchema: z.ZodObject<{
6999
7005
  sipServerUrl: string;
7000
7006
  sipUserName: string;
7001
7007
  webphoneLoginUser: string;
7002
- extensionId: number;
7008
+ extensionId: string | null;
7003
7009
  extensionName: string;
7004
7010
  telephonySignature: string | null;
7005
7011
  };
@@ -7049,7 +7055,7 @@ export declare const MessageSchema: z.ZodObject<{
7049
7055
  sipServerUrl: string;
7050
7056
  sipUserName: string;
7051
7057
  webphoneLoginUser: string;
7052
- extensionId: number;
7058
+ extensionId: string | null;
7053
7059
  extensionName: string;
7054
7060
  telephonySignature: string | null;
7055
7061
  };
@@ -7094,9 +7100,9 @@ export declare const MessageSchema: z.ZodObject<{
7094
7100
  createdAt: Date;
7095
7101
  updatedAt: Date;
7096
7102
  deletedAt: Date | null;
7097
- isDefault: boolean;
7098
7103
  systemName: string;
7099
7104
  displayName: string;
7105
+ isDefault: boolean;
7100
7106
  isArchived: boolean;
7101
7107
  isRequired: boolean;
7102
7108
  isUnique: boolean;
@@ -7219,7 +7225,7 @@ export declare const MessageSchema: z.ZodObject<{
7219
7225
  sipServerUrl: string;
7220
7226
  sipUserName: string;
7221
7227
  webphoneLoginUser: string;
7222
- extensionId: number;
7228
+ extensionId: string | null;
7223
7229
  extensionName: string;
7224
7230
  telephonySignature: string | null;
7225
7231
  };
@@ -7317,7 +7323,7 @@ export declare const MessageSchema: z.ZodObject<{
7317
7323
  sipServerUrl: string;
7318
7324
  sipUserName: string;
7319
7325
  webphoneLoginUser: string;
7320
- extensionId: number;
7326
+ extensionId: string | null;
7321
7327
  extensionName: string;
7322
7328
  telephonySignature: string | null;
7323
7329
  };
@@ -7369,7 +7375,7 @@ export declare const MessageSchema: z.ZodObject<{
7369
7375
  sipServerUrl: string;
7370
7376
  sipUserName: string;
7371
7377
  webphoneLoginUser: string;
7372
- extensionId: number;
7378
+ extensionId: string | null;
7373
7379
  extensionName: string;
7374
7380
  telephonySignature: string | null;
7375
7381
  };
@@ -7377,7 +7383,7 @@ export declare const MessageSchema: z.ZodObject<{
7377
7383
  metadata?: any;
7378
7384
  template?: any;
7379
7385
  }, {
7380
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "reopen" | "handed_over" | "updated" | "started";
7386
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
7381
7387
  message: string;
7382
7388
  id: string;
7383
7389
  url: string;
@@ -7385,7 +7391,6 @@ export declare const MessageSchema: z.ZodObject<{
7385
7391
  createdAt: Date;
7386
7392
  updatedAt: Date;
7387
7393
  deletedAt: Date | null;
7388
- platformId: string;
7389
7394
  actor: {
7390
7395
  id: string;
7391
7396
  address: string | null;
@@ -7425,11 +7430,12 @@ export declare const MessageSchema: z.ZodObject<{
7425
7430
  sipServerUrl: string;
7426
7431
  sipUserName: string;
7427
7432
  webphoneLoginUser: string;
7428
- extensionId: number;
7433
+ extensionId: string | null;
7429
7434
  extensionName: string;
7430
7435
  telephonySignature: string | null;
7431
7436
  };
7432
7437
  };
7438
+ platformId: string;
7433
7439
  upload: {
7434
7440
  id: string;
7435
7441
  createdAt: Date;
@@ -7481,7 +7487,7 @@ export declare const MessageSchema: z.ZodObject<{
7481
7487
  sipServerUrl: string;
7482
7488
  sipUserName: string;
7483
7489
  webphoneLoginUser: string;
7484
- extensionId: number;
7490
+ extensionId: string | null;
7485
7491
  extensionName: string;
7486
7492
  telephonySignature: string | null;
7487
7493
  };
@@ -7531,7 +7537,7 @@ export declare const MessageSchema: z.ZodObject<{
7531
7537
  sipServerUrl: string;
7532
7538
  sipUserName: string;
7533
7539
  webphoneLoginUser: string;
7534
- extensionId: number;
7540
+ extensionId: string | null;
7535
7541
  extensionName: string;
7536
7542
  telephonySignature: string | null;
7537
7543
  };
@@ -7576,9 +7582,9 @@ export declare const MessageSchema: z.ZodObject<{
7576
7582
  createdAt: Date;
7577
7583
  updatedAt: Date;
7578
7584
  deletedAt: Date | null;
7579
- isDefault: boolean;
7580
7585
  systemName: string;
7581
7586
  displayName: string;
7587
+ isDefault: boolean;
7582
7588
  isArchived: boolean;
7583
7589
  isRequired: boolean;
7584
7590
  isUnique: boolean;
@@ -7701,7 +7707,7 @@ export declare const MessageSchema: z.ZodObject<{
7701
7707
  sipServerUrl: string;
7702
7708
  sipUserName: string;
7703
7709
  webphoneLoginUser: string;
7704
- extensionId: number;
7710
+ extensionId: string | null;
7705
7711
  extensionName: string;
7706
7712
  telephonySignature: string | null;
7707
7713
  };
@@ -7799,7 +7805,7 @@ export declare const MessageSchema: z.ZodObject<{
7799
7805
  sipServerUrl: string;
7800
7806
  sipUserName: string;
7801
7807
  webphoneLoginUser: string;
7802
- extensionId: number;
7808
+ extensionId: string | null;
7803
7809
  extensionName: string;
7804
7810
  telephonySignature: string | null;
7805
7811
  };
@@ -7851,7 +7857,7 @@ export declare const MessageSchema: z.ZodObject<{
7851
7857
  sipServerUrl: string;
7852
7858
  sipUserName: string;
7853
7859
  webphoneLoginUser: string;
7854
- extensionId: number;
7860
+ extensionId: string | null;
7855
7861
  extensionName: string;
7856
7862
  telephonySignature: string | null;
7857
7863
  };