@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
@@ -185,9 +185,9 @@ export declare const telephonyCdrContract: {
185
185
  createdAt: Date;
186
186
  updatedAt: Date;
187
187
  deletedAt: Date | null;
188
- isDefault: boolean;
189
188
  systemName: string;
190
189
  displayName: string;
190
+ isDefault: boolean;
191
191
  isArchived: boolean;
192
192
  isRequired: boolean;
193
193
  isUnique: boolean;
@@ -198,9 +198,9 @@ export declare const telephonyCdrContract: {
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;
@@ -217,9 +217,9 @@ export declare const telephonyCdrContract: {
217
217
  createdAt: Date;
218
218
  updatedAt: Date;
219
219
  deletedAt: Date | null;
220
- isDefault: boolean;
221
220
  systemName: string;
222
221
  displayName: string;
222
+ isDefault: boolean;
223
223
  isArchived: boolean;
224
224
  isRequired: boolean;
225
225
  isUnique: boolean;
@@ -240,9 +240,9 @@ export declare const telephonyCdrContract: {
240
240
  createdAt: Date;
241
241
  updatedAt: Date;
242
242
  deletedAt: Date | null;
243
- isDefault: boolean;
244
243
  systemName: string;
245
244
  displayName: string;
245
+ isDefault: boolean;
246
246
  isArchived: boolean;
247
247
  isRequired: boolean;
248
248
  isUnique: boolean;
@@ -341,9 +341,9 @@ export declare const telephonyCdrContract: {
341
341
  createdAt: Date;
342
342
  updatedAt: Date;
343
343
  deletedAt: Date | null;
344
- isDefault: boolean;
345
344
  systemName: string;
346
345
  displayName: string;
346
+ isDefault: boolean;
347
347
  isArchived: boolean;
348
348
  isRequired: boolean;
349
349
  isUnique: boolean;
@@ -354,9 +354,9 @@ export declare const telephonyCdrContract: {
354
354
  createdAt: Date;
355
355
  updatedAt: Date;
356
356
  deletedAt: Date | null;
357
- isDefault: boolean;
358
357
  systemName: string;
359
358
  displayName: string;
359
+ isDefault: boolean;
360
360
  isArchived: boolean;
361
361
  isRequired: boolean;
362
362
  isUnique: boolean;
@@ -450,9 +450,9 @@ export declare const telephonyCdrContract: {
450
450
  createdAt: Date;
451
451
  updatedAt: Date;
452
452
  deletedAt: Date | null;
453
- isDefault: boolean;
454
453
  systemName: string;
455
454
  displayName: string;
455
+ isDefault: boolean;
456
456
  isArchived: boolean;
457
457
  isRequired: boolean;
458
458
  isUnique: boolean;
@@ -492,9 +492,9 @@ export declare const telephonyCdrContract: {
492
492
  createdAt: Date;
493
493
  updatedAt: Date;
494
494
  deletedAt: Date | null;
495
- isDefault: boolean;
496
495
  systemName: string;
497
496
  displayName: string;
497
+ isDefault: boolean;
498
498
  isArchived: boolean;
499
499
  isRequired: boolean;
500
500
  isUnique: boolean;
@@ -647,9 +647,9 @@ export declare const telephonyCdrContract: {
647
647
  createdAt: Date;
648
648
  updatedAt: Date;
649
649
  deletedAt: Date | null;
650
- isDefault: boolean;
651
650
  systemName: string;
652
651
  displayName: string;
652
+ isDefault: boolean;
653
653
  isArchived: boolean;
654
654
  isRequired: boolean;
655
655
  isUnique: boolean;
@@ -750,9 +750,9 @@ export declare const telephonyCdrContract: {
750
750
  createdAt: Date;
751
751
  updatedAt: Date;
752
752
  deletedAt: Date | null;
753
- isDefault: boolean;
754
753
  systemName: string;
755
754
  displayName: string;
755
+ isDefault: boolean;
756
756
  isArchived: boolean;
757
757
  isRequired: boolean;
758
758
  isUnique: boolean;
@@ -914,7 +914,7 @@ export declare const telephonyCdrContract: {
914
914
  sipServerUrl: z.ZodString;
915
915
  sipUserName: z.ZodString;
916
916
  webphoneLoginUser: z.ZodString;
917
- extensionId: z.ZodNumber;
917
+ extensionId: z.ZodNullable<z.ZodString>;
918
918
  extensionName: z.ZodString;
919
919
  telephonySignature: z.ZodNullable<z.ZodString>;
920
920
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1006,7 +1006,7 @@ export declare const telephonyCdrContract: {
1006
1006
  sipServerUrl: z.ZodString;
1007
1007
  sipUserName: z.ZodString;
1008
1008
  webphoneLoginUser: z.ZodString;
1009
- extensionId: z.ZodNumber;
1009
+ extensionId: z.ZodNullable<z.ZodString>;
1010
1010
  extensionName: z.ZodString;
1011
1011
  telephonySignature: z.ZodNullable<z.ZodString>;
1012
1012
  }, "strip", z.ZodTypeAny, {
@@ -1018,7 +1018,7 @@ export declare const telephonyCdrContract: {
1018
1018
  sipServerUrl: string;
1019
1019
  sipUserName: string;
1020
1020
  webphoneLoginUser: string;
1021
- extensionId: number;
1021
+ extensionId: string | null;
1022
1022
  extensionName: string;
1023
1023
  telephonySignature: string | null;
1024
1024
  }, {
@@ -1030,7 +1030,7 @@ export declare const telephonyCdrContract: {
1030
1030
  sipServerUrl: string;
1031
1031
  sipUserName: string;
1032
1032
  webphoneLoginUser: string;
1033
- extensionId: number;
1033
+ extensionId: string | null;
1034
1034
  extensionName: string;
1035
1035
  telephonySignature: string | null;
1036
1036
  }>;
@@ -1073,7 +1073,7 @@ export declare const telephonyCdrContract: {
1073
1073
  sipServerUrl: string;
1074
1074
  sipUserName: string;
1075
1075
  webphoneLoginUser: string;
1076
- extensionId: number;
1076
+ extensionId: string | null;
1077
1077
  extensionName: string;
1078
1078
  telephonySignature: string | null;
1079
1079
  };
@@ -1116,7 +1116,7 @@ export declare const telephonyCdrContract: {
1116
1116
  sipServerUrl: string;
1117
1117
  sipUserName: string;
1118
1118
  webphoneLoginUser: string;
1119
- extensionId: number;
1119
+ extensionId: string | null;
1120
1120
  extensionName: string;
1121
1121
  telephonySignature: string | null;
1122
1122
  };
@@ -1130,7 +1130,7 @@ export declare const telephonyCdrContract: {
1130
1130
  sipServerUrl: string;
1131
1131
  sipUserName: string;
1132
1132
  webphoneLoginUser: string;
1133
- extensionId: number;
1133
+ extensionId: string | null;
1134
1134
  extensionName: string;
1135
1135
  telephonySignature: string | null;
1136
1136
  user?: {
@@ -1172,7 +1172,7 @@ export declare const telephonyCdrContract: {
1172
1172
  sipServerUrl: string;
1173
1173
  sipUserName: string;
1174
1174
  webphoneLoginUser: string;
1175
- extensionId: number;
1175
+ extensionId: string | null;
1176
1176
  extensionName: string;
1177
1177
  telephonySignature: string | null;
1178
1178
  };
@@ -1186,7 +1186,7 @@ export declare const telephonyCdrContract: {
1186
1186
  sipServerUrl: string;
1187
1187
  sipUserName: string;
1188
1188
  webphoneLoginUser: string;
1189
- extensionId: number;
1189
+ extensionId: string | null;
1190
1190
  extensionName: string;
1191
1191
  telephonySignature: string | null;
1192
1192
  user?: {
@@ -1228,7 +1228,7 @@ export declare const telephonyCdrContract: {
1228
1228
  sipServerUrl: string;
1229
1229
  sipUserName: string;
1230
1230
  webphoneLoginUser: string;
1231
- extensionId: number;
1231
+ extensionId: string | null;
1232
1232
  extensionName: string;
1233
1233
  telephonySignature: string | null;
1234
1234
  };
@@ -1280,9 +1280,9 @@ export declare const telephonyCdrContract: {
1280
1280
  createdAt: Date;
1281
1281
  updatedAt: Date;
1282
1282
  deletedAt: Date | null;
1283
- isDefault: boolean;
1284
1283
  systemName: string;
1285
1284
  displayName: string;
1285
+ isDefault: boolean;
1286
1286
  isArchived: boolean;
1287
1287
  isRequired: boolean;
1288
1288
  isUnique: boolean;
@@ -1395,7 +1395,7 @@ export declare const telephonyCdrContract: {
1395
1395
  sipServerUrl: string;
1396
1396
  sipUserName: string;
1397
1397
  webphoneLoginUser: string;
1398
- extensionId: number;
1398
+ extensionId: string | null;
1399
1399
  extensionName: string;
1400
1400
  telephonySignature: string | null;
1401
1401
  user?: {
@@ -1437,7 +1437,7 @@ export declare const telephonyCdrContract: {
1437
1437
  sipServerUrl: string;
1438
1438
  sipUserName: string;
1439
1439
  webphoneLoginUser: string;
1440
- extensionId: number;
1440
+ extensionId: string | null;
1441
1441
  extensionName: string;
1442
1442
  telephonySignature: string | null;
1443
1443
  };
@@ -1487,9 +1487,9 @@ export declare const telephonyCdrContract: {
1487
1487
  createdAt: Date;
1488
1488
  updatedAt: Date;
1489
1489
  deletedAt: Date | null;
1490
- isDefault: boolean;
1491
1490
  systemName: string;
1492
1491
  displayName: string;
1492
+ isDefault: boolean;
1493
1493
  isArchived: boolean;
1494
1494
  isRequired: boolean;
1495
1495
  isUnique: boolean;
@@ -1602,7 +1602,7 @@ export declare const telephonyCdrContract: {
1602
1602
  sipServerUrl: string;
1603
1603
  sipUserName: string;
1604
1604
  webphoneLoginUser: string;
1605
- extensionId: number;
1605
+ extensionId: string | null;
1606
1606
  extensionName: string;
1607
1607
  telephonySignature: string | null;
1608
1608
  user?: {
@@ -1644,7 +1644,7 @@ export declare const telephonyCdrContract: {
1644
1644
  sipServerUrl: string;
1645
1645
  sipUserName: string;
1646
1646
  webphoneLoginUser: string;
1647
- extensionId: number;
1647
+ extensionId: string | null;
1648
1648
  extensionName: string;
1649
1649
  telephonySignature: string | null;
1650
1650
  };
@@ -1700,9 +1700,9 @@ export declare const telephonyCdrContract: {
1700
1700
  createdAt: Date;
1701
1701
  updatedAt: Date;
1702
1702
  deletedAt: Date | null;
1703
- isDefault: boolean;
1704
1703
  systemName: string;
1705
1704
  displayName: string;
1705
+ isDefault: boolean;
1706
1706
  isArchived: boolean;
1707
1707
  isRequired: boolean;
1708
1708
  isUnique: boolean;
@@ -1815,7 +1815,7 @@ export declare const telephonyCdrContract: {
1815
1815
  sipServerUrl: string;
1816
1816
  sipUserName: string;
1817
1817
  webphoneLoginUser: string;
1818
- extensionId: number;
1818
+ extensionId: string | null;
1819
1819
  extensionName: string;
1820
1820
  telephonySignature: string | null;
1821
1821
  user?: {
@@ -1857,7 +1857,7 @@ export declare const telephonyCdrContract: {
1857
1857
  sipServerUrl: string;
1858
1858
  sipUserName: string;
1859
1859
  webphoneLoginUser: string;
1860
- extensionId: number;
1860
+ extensionId: string | null;
1861
1861
  extensionName: string;
1862
1862
  telephonySignature: string | null;
1863
1863
  };
@@ -1913,9 +1913,9 @@ export declare const telephonyCdrContract: {
1913
1913
  createdAt: Date;
1914
1914
  updatedAt: Date;
1915
1915
  deletedAt: Date | null;
1916
- isDefault: boolean;
1917
1916
  systemName: string;
1918
1917
  displayName: string;
1918
+ isDefault: boolean;
1919
1919
  isArchived: boolean;
1920
1920
  isRequired: boolean;
1921
1921
  isUnique: boolean;
@@ -2028,7 +2028,7 @@ export declare const telephonyCdrContract: {
2028
2028
  sipServerUrl: string;
2029
2029
  sipUserName: string;
2030
2030
  webphoneLoginUser: string;
2031
- extensionId: number;
2031
+ extensionId: string | null;
2032
2032
  extensionName: string;
2033
2033
  telephonySignature: string | null;
2034
2034
  user?: {
@@ -2070,7 +2070,7 @@ export declare const telephonyCdrContract: {
2070
2070
  sipServerUrl: string;
2071
2071
  sipUserName: string;
2072
2072
  webphoneLoginUser: string;
2073
- extensionId: number;
2073
+ extensionId: string | null;
2074
2074
  extensionName: string;
2075
2075
  telephonySignature: string | null;
2076
2076
  };
@@ -2266,9 +2266,9 @@ export declare const telephonyCdrContract: {
2266
2266
  createdAt: Date;
2267
2267
  updatedAt: Date;
2268
2268
  deletedAt: Date | null;
2269
- isDefault: boolean;
2270
2269
  systemName: string;
2271
2270
  displayName: string;
2271
+ isDefault: boolean;
2272
2272
  isArchived: boolean;
2273
2273
  isRequired: boolean;
2274
2274
  isUnique: boolean;
@@ -2279,9 +2279,9 @@ export declare const telephonyCdrContract: {
2279
2279
  createdAt: Date;
2280
2280
  updatedAt: Date;
2281
2281
  deletedAt: Date | null;
2282
- isDefault: boolean;
2283
2282
  systemName: string;
2284
2283
  displayName: string;
2284
+ isDefault: boolean;
2285
2285
  isArchived: boolean;
2286
2286
  isRequired: boolean;
2287
2287
  isUnique: boolean;
@@ -2298,9 +2298,9 @@ export declare const telephonyCdrContract: {
2298
2298
  createdAt: Date;
2299
2299
  updatedAt: Date;
2300
2300
  deletedAt: Date | null;
2301
- isDefault: boolean;
2302
2301
  systemName: string;
2303
2302
  displayName: string;
2303
+ isDefault: boolean;
2304
2304
  isArchived: boolean;
2305
2305
  isRequired: boolean;
2306
2306
  isUnique: boolean;
@@ -2321,9 +2321,9 @@ export declare const telephonyCdrContract: {
2321
2321
  createdAt: Date;
2322
2322
  updatedAt: Date;
2323
2323
  deletedAt: Date | null;
2324
- isDefault: boolean;
2325
2324
  systemName: string;
2326
2325
  displayName: string;
2326
+ isDefault: boolean;
2327
2327
  isArchived: boolean;
2328
2328
  isRequired: boolean;
2329
2329
  isUnique: boolean;
@@ -2422,9 +2422,9 @@ export declare const telephonyCdrContract: {
2422
2422
  createdAt: Date;
2423
2423
  updatedAt: Date;
2424
2424
  deletedAt: Date | null;
2425
- isDefault: boolean;
2426
2425
  systemName: string;
2427
2426
  displayName: string;
2427
+ isDefault: boolean;
2428
2428
  isArchived: boolean;
2429
2429
  isRequired: boolean;
2430
2430
  isUnique: boolean;
@@ -2435,9 +2435,9 @@ export declare const telephonyCdrContract: {
2435
2435
  createdAt: Date;
2436
2436
  updatedAt: Date;
2437
2437
  deletedAt: Date | null;
2438
- isDefault: boolean;
2439
2438
  systemName: string;
2440
2439
  displayName: string;
2440
+ isDefault: boolean;
2441
2441
  isArchived: boolean;
2442
2442
  isRequired: boolean;
2443
2443
  isUnique: boolean;
@@ -2531,9 +2531,9 @@ export declare const telephonyCdrContract: {
2531
2531
  createdAt: Date;
2532
2532
  updatedAt: Date;
2533
2533
  deletedAt: Date | null;
2534
- isDefault: boolean;
2535
2534
  systemName: string;
2536
2535
  displayName: string;
2536
+ isDefault: boolean;
2537
2537
  isArchived: boolean;
2538
2538
  isRequired: boolean;
2539
2539
  isUnique: boolean;
@@ -2573,9 +2573,9 @@ export declare const telephonyCdrContract: {
2573
2573
  createdAt: Date;
2574
2574
  updatedAt: Date;
2575
2575
  deletedAt: Date | null;
2576
- isDefault: boolean;
2577
2576
  systemName: string;
2578
2577
  displayName: string;
2578
+ isDefault: boolean;
2579
2579
  isArchived: boolean;
2580
2580
  isRequired: boolean;
2581
2581
  isUnique: boolean;
@@ -2728,9 +2728,9 @@ export declare const telephonyCdrContract: {
2728
2728
  createdAt: Date;
2729
2729
  updatedAt: Date;
2730
2730
  deletedAt: Date | null;
2731
- isDefault: boolean;
2732
2731
  systemName: string;
2733
2732
  displayName: string;
2733
+ isDefault: boolean;
2734
2734
  isArchived: boolean;
2735
2735
  isRequired: boolean;
2736
2736
  isUnique: boolean;
@@ -2831,9 +2831,9 @@ export declare const telephonyCdrContract: {
2831
2831
  createdAt: Date;
2832
2832
  updatedAt: Date;
2833
2833
  deletedAt: Date | null;
2834
- isDefault: boolean;
2835
2834
  systemName: string;
2836
2835
  displayName: string;
2836
+ isDefault: boolean;
2837
2837
  isArchived: boolean;
2838
2838
  isRequired: boolean;
2839
2839
  isUnique: boolean;
@@ -2995,7 +2995,7 @@ export declare const telephonyCdrContract: {
2995
2995
  sipServerUrl: z.ZodString;
2996
2996
  sipUserName: z.ZodString;
2997
2997
  webphoneLoginUser: z.ZodString;
2998
- extensionId: z.ZodNumber;
2998
+ extensionId: z.ZodNullable<z.ZodString>;
2999
2999
  extensionName: z.ZodString;
3000
3000
  telephonySignature: z.ZodNullable<z.ZodString>;
3001
3001
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -3087,7 +3087,7 @@ export declare const telephonyCdrContract: {
3087
3087
  sipServerUrl: z.ZodString;
3088
3088
  sipUserName: z.ZodString;
3089
3089
  webphoneLoginUser: z.ZodString;
3090
- extensionId: z.ZodNumber;
3090
+ extensionId: z.ZodNullable<z.ZodString>;
3091
3091
  extensionName: z.ZodString;
3092
3092
  telephonySignature: z.ZodNullable<z.ZodString>;
3093
3093
  }, "strip", z.ZodTypeAny, {
@@ -3099,7 +3099,7 @@ export declare const telephonyCdrContract: {
3099
3099
  sipServerUrl: string;
3100
3100
  sipUserName: string;
3101
3101
  webphoneLoginUser: string;
3102
- extensionId: number;
3102
+ extensionId: string | null;
3103
3103
  extensionName: string;
3104
3104
  telephonySignature: string | null;
3105
3105
  }, {
@@ -3111,7 +3111,7 @@ export declare const telephonyCdrContract: {
3111
3111
  sipServerUrl: string;
3112
3112
  sipUserName: string;
3113
3113
  webphoneLoginUser: string;
3114
- extensionId: number;
3114
+ extensionId: string | null;
3115
3115
  extensionName: string;
3116
3116
  telephonySignature: string | null;
3117
3117
  }>;
@@ -3154,7 +3154,7 @@ export declare const telephonyCdrContract: {
3154
3154
  sipServerUrl: string;
3155
3155
  sipUserName: string;
3156
3156
  webphoneLoginUser: string;
3157
- extensionId: number;
3157
+ extensionId: string | null;
3158
3158
  extensionName: string;
3159
3159
  telephonySignature: string | null;
3160
3160
  };
@@ -3197,7 +3197,7 @@ export declare const telephonyCdrContract: {
3197
3197
  sipServerUrl: string;
3198
3198
  sipUserName: string;
3199
3199
  webphoneLoginUser: string;
3200
- extensionId: number;
3200
+ extensionId: string | null;
3201
3201
  extensionName: string;
3202
3202
  telephonySignature: string | null;
3203
3203
  };
@@ -3211,7 +3211,7 @@ export declare const telephonyCdrContract: {
3211
3211
  sipServerUrl: string;
3212
3212
  sipUserName: string;
3213
3213
  webphoneLoginUser: string;
3214
- extensionId: number;
3214
+ extensionId: string | null;
3215
3215
  extensionName: string;
3216
3216
  telephonySignature: string | null;
3217
3217
  user?: {
@@ -3253,7 +3253,7 @@ export declare const telephonyCdrContract: {
3253
3253
  sipServerUrl: string;
3254
3254
  sipUserName: string;
3255
3255
  webphoneLoginUser: string;
3256
- extensionId: number;
3256
+ extensionId: string | null;
3257
3257
  extensionName: string;
3258
3258
  telephonySignature: string | null;
3259
3259
  };
@@ -3267,7 +3267,7 @@ export declare const telephonyCdrContract: {
3267
3267
  sipServerUrl: string;
3268
3268
  sipUserName: string;
3269
3269
  webphoneLoginUser: string;
3270
- extensionId: number;
3270
+ extensionId: string | null;
3271
3271
  extensionName: string;
3272
3272
  telephonySignature: string | null;
3273
3273
  user?: {
@@ -3309,7 +3309,7 @@ export declare const telephonyCdrContract: {
3309
3309
  sipServerUrl: string;
3310
3310
  sipUserName: string;
3311
3311
  webphoneLoginUser: string;
3312
- extensionId: number;
3312
+ extensionId: string | null;
3313
3313
  extensionName: string;
3314
3314
  telephonySignature: string | null;
3315
3315
  };
@@ -3361,9 +3361,9 @@ export declare const telephonyCdrContract: {
3361
3361
  createdAt: Date;
3362
3362
  updatedAt: Date;
3363
3363
  deletedAt: Date | null;
3364
- isDefault: boolean;
3365
3364
  systemName: string;
3366
3365
  displayName: string;
3366
+ isDefault: boolean;
3367
3367
  isArchived: boolean;
3368
3368
  isRequired: boolean;
3369
3369
  isUnique: boolean;
@@ -3476,7 +3476,7 @@ export declare const telephonyCdrContract: {
3476
3476
  sipServerUrl: string;
3477
3477
  sipUserName: string;
3478
3478
  webphoneLoginUser: string;
3479
- extensionId: number;
3479
+ extensionId: string | null;
3480
3480
  extensionName: string;
3481
3481
  telephonySignature: string | null;
3482
3482
  user?: {
@@ -3518,7 +3518,7 @@ export declare const telephonyCdrContract: {
3518
3518
  sipServerUrl: string;
3519
3519
  sipUserName: string;
3520
3520
  webphoneLoginUser: string;
3521
- extensionId: number;
3521
+ extensionId: string | null;
3522
3522
  extensionName: string;
3523
3523
  telephonySignature: string | null;
3524
3524
  };
@@ -3568,9 +3568,9 @@ export declare const telephonyCdrContract: {
3568
3568
  createdAt: Date;
3569
3569
  updatedAt: Date;
3570
3570
  deletedAt: Date | null;
3571
- isDefault: boolean;
3572
3571
  systemName: string;
3573
3572
  displayName: string;
3573
+ isDefault: boolean;
3574
3574
  isArchived: boolean;
3575
3575
  isRequired: boolean;
3576
3576
  isUnique: boolean;
@@ -3683,7 +3683,7 @@ export declare const telephonyCdrContract: {
3683
3683
  sipServerUrl: string;
3684
3684
  sipUserName: string;
3685
3685
  webphoneLoginUser: string;
3686
- extensionId: number;
3686
+ extensionId: string | null;
3687
3687
  extensionName: string;
3688
3688
  telephonySignature: string | null;
3689
3689
  user?: {
@@ -3725,7 +3725,7 @@ export declare const telephonyCdrContract: {
3725
3725
  sipServerUrl: string;
3726
3726
  sipUserName: string;
3727
3727
  webphoneLoginUser: string;
3728
- extensionId: number;
3728
+ extensionId: string | null;
3729
3729
  extensionName: string;
3730
3730
  telephonySignature: string | null;
3731
3731
  };
@@ -3781,9 +3781,9 @@ export declare const telephonyCdrContract: {
3781
3781
  createdAt: Date;
3782
3782
  updatedAt: Date;
3783
3783
  deletedAt: Date | null;
3784
- isDefault: boolean;
3785
3784
  systemName: string;
3786
3785
  displayName: string;
3786
+ isDefault: boolean;
3787
3787
  isArchived: boolean;
3788
3788
  isRequired: boolean;
3789
3789
  isUnique: boolean;
@@ -3896,7 +3896,7 @@ export declare const telephonyCdrContract: {
3896
3896
  sipServerUrl: string;
3897
3897
  sipUserName: string;
3898
3898
  webphoneLoginUser: string;
3899
- extensionId: number;
3899
+ extensionId: string | null;
3900
3900
  extensionName: string;
3901
3901
  telephonySignature: string | null;
3902
3902
  user?: {
@@ -3938,7 +3938,7 @@ export declare const telephonyCdrContract: {
3938
3938
  sipServerUrl: string;
3939
3939
  sipUserName: string;
3940
3940
  webphoneLoginUser: string;
3941
- extensionId: number;
3941
+ extensionId: string | null;
3942
3942
  extensionName: string;
3943
3943
  telephonySignature: string | null;
3944
3944
  };
@@ -3994,9 +3994,9 @@ export declare const telephonyCdrContract: {
3994
3994
  createdAt: Date;
3995
3995
  updatedAt: Date;
3996
3996
  deletedAt: Date | null;
3997
- isDefault: boolean;
3998
3997
  systemName: string;
3999
3998
  displayName: string;
3999
+ isDefault: boolean;
4000
4000
  isArchived: boolean;
4001
4001
  isRequired: boolean;
4002
4002
  isUnique: boolean;
@@ -4109,7 +4109,7 @@ export declare const telephonyCdrContract: {
4109
4109
  sipServerUrl: string;
4110
4110
  sipUserName: string;
4111
4111
  webphoneLoginUser: string;
4112
- extensionId: number;
4112
+ extensionId: string | null;
4113
4113
  extensionName: string;
4114
4114
  telephonySignature: string | null;
4115
4115
  user?: {
@@ -4151,7 +4151,7 @@ export declare const telephonyCdrContract: {
4151
4151
  sipServerUrl: string;
4152
4152
  sipUserName: string;
4153
4153
  webphoneLoginUser: string;
4154
- extensionId: number;
4154
+ extensionId: string | null;
4155
4155
  extensionName: string;
4156
4156
  telephonySignature: string | null;
4157
4157
  };
@@ -4365,9 +4365,9 @@ export declare const telephonyCdrContract: {
4365
4365
  createdAt: Date;
4366
4366
  updatedAt: Date;
4367
4367
  deletedAt: Date | null;
4368
- isDefault: boolean;
4369
4368
  systemName: string;
4370
4369
  displayName: string;
4370
+ isDefault: boolean;
4371
4371
  isArchived: boolean;
4372
4372
  isRequired: boolean;
4373
4373
  isUnique: boolean;
@@ -4378,9 +4378,9 @@ export declare const telephonyCdrContract: {
4378
4378
  createdAt: Date;
4379
4379
  updatedAt: Date;
4380
4380
  deletedAt: Date | null;
4381
- isDefault: boolean;
4382
4381
  systemName: string;
4383
4382
  displayName: string;
4383
+ isDefault: boolean;
4384
4384
  isArchived: boolean;
4385
4385
  isRequired: boolean;
4386
4386
  isUnique: boolean;
@@ -4397,9 +4397,9 @@ export declare const telephonyCdrContract: {
4397
4397
  createdAt: Date;
4398
4398
  updatedAt: Date;
4399
4399
  deletedAt: Date | null;
4400
- isDefault: boolean;
4401
4400
  systemName: string;
4402
4401
  displayName: string;
4402
+ isDefault: boolean;
4403
4403
  isArchived: boolean;
4404
4404
  isRequired: boolean;
4405
4405
  isUnique: boolean;
@@ -4420,9 +4420,9 @@ export declare const telephonyCdrContract: {
4420
4420
  createdAt: Date;
4421
4421
  updatedAt: Date;
4422
4422
  deletedAt: Date | null;
4423
- isDefault: boolean;
4424
4423
  systemName: string;
4425
4424
  displayName: string;
4425
+ isDefault: boolean;
4426
4426
  isArchived: boolean;
4427
4427
  isRequired: boolean;
4428
4428
  isUnique: boolean;
@@ -4521,9 +4521,9 @@ export declare const telephonyCdrContract: {
4521
4521
  createdAt: Date;
4522
4522
  updatedAt: Date;
4523
4523
  deletedAt: Date | null;
4524
- isDefault: boolean;
4525
4524
  systemName: string;
4526
4525
  displayName: string;
4526
+ isDefault: boolean;
4527
4527
  isArchived: boolean;
4528
4528
  isRequired: boolean;
4529
4529
  isUnique: boolean;
@@ -4534,9 +4534,9 @@ export declare const telephonyCdrContract: {
4534
4534
  createdAt: Date;
4535
4535
  updatedAt: Date;
4536
4536
  deletedAt: Date | null;
4537
- isDefault: boolean;
4538
4537
  systemName: string;
4539
4538
  displayName: string;
4539
+ isDefault: boolean;
4540
4540
  isArchived: boolean;
4541
4541
  isRequired: boolean;
4542
4542
  isUnique: boolean;
@@ -4630,9 +4630,9 @@ export declare const telephonyCdrContract: {
4630
4630
  createdAt: Date;
4631
4631
  updatedAt: Date;
4632
4632
  deletedAt: Date | null;
4633
- isDefault: boolean;
4634
4633
  systemName: string;
4635
4634
  displayName: string;
4635
+ isDefault: boolean;
4636
4636
  isArchived: boolean;
4637
4637
  isRequired: boolean;
4638
4638
  isUnique: boolean;
@@ -4672,9 +4672,9 @@ export declare const telephonyCdrContract: {
4672
4672
  createdAt: Date;
4673
4673
  updatedAt: Date;
4674
4674
  deletedAt: Date | null;
4675
- isDefault: boolean;
4676
4675
  systemName: string;
4677
4676
  displayName: string;
4677
+ isDefault: boolean;
4678
4678
  isArchived: boolean;
4679
4679
  isRequired: boolean;
4680
4680
  isUnique: boolean;
@@ -4827,9 +4827,9 @@ export declare const telephonyCdrContract: {
4827
4827
  createdAt: Date;
4828
4828
  updatedAt: Date;
4829
4829
  deletedAt: Date | null;
4830
- isDefault: boolean;
4831
4830
  systemName: string;
4832
4831
  displayName: string;
4832
+ isDefault: boolean;
4833
4833
  isArchived: boolean;
4834
4834
  isRequired: boolean;
4835
4835
  isUnique: boolean;
@@ -4930,9 +4930,9 @@ export declare const telephonyCdrContract: {
4930
4930
  createdAt: Date;
4931
4931
  updatedAt: Date;
4932
4932
  deletedAt: Date | null;
4933
- isDefault: boolean;
4934
4933
  systemName: string;
4935
4934
  displayName: string;
4935
+ isDefault: boolean;
4936
4936
  isArchived: boolean;
4937
4937
  isRequired: boolean;
4938
4938
  isUnique: boolean;
@@ -5094,7 +5094,7 @@ export declare const telephonyCdrContract: {
5094
5094
  sipServerUrl: z.ZodString;
5095
5095
  sipUserName: z.ZodString;
5096
5096
  webphoneLoginUser: z.ZodString;
5097
- extensionId: z.ZodNumber;
5097
+ extensionId: z.ZodNullable<z.ZodString>;
5098
5098
  extensionName: z.ZodString;
5099
5099
  telephonySignature: z.ZodNullable<z.ZodString>;
5100
5100
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -5186,7 +5186,7 @@ export declare const telephonyCdrContract: {
5186
5186
  sipServerUrl: z.ZodString;
5187
5187
  sipUserName: z.ZodString;
5188
5188
  webphoneLoginUser: z.ZodString;
5189
- extensionId: z.ZodNumber;
5189
+ extensionId: z.ZodNullable<z.ZodString>;
5190
5190
  extensionName: z.ZodString;
5191
5191
  telephonySignature: z.ZodNullable<z.ZodString>;
5192
5192
  }, "strip", z.ZodTypeAny, {
@@ -5198,7 +5198,7 @@ export declare const telephonyCdrContract: {
5198
5198
  sipServerUrl: string;
5199
5199
  sipUserName: string;
5200
5200
  webphoneLoginUser: string;
5201
- extensionId: number;
5201
+ extensionId: string | null;
5202
5202
  extensionName: string;
5203
5203
  telephonySignature: string | null;
5204
5204
  }, {
@@ -5210,7 +5210,7 @@ export declare const telephonyCdrContract: {
5210
5210
  sipServerUrl: string;
5211
5211
  sipUserName: string;
5212
5212
  webphoneLoginUser: string;
5213
- extensionId: number;
5213
+ extensionId: string | null;
5214
5214
  extensionName: string;
5215
5215
  telephonySignature: string | null;
5216
5216
  }>;
@@ -5253,7 +5253,7 @@ export declare const telephonyCdrContract: {
5253
5253
  sipServerUrl: string;
5254
5254
  sipUserName: string;
5255
5255
  webphoneLoginUser: string;
5256
- extensionId: number;
5256
+ extensionId: string | null;
5257
5257
  extensionName: string;
5258
5258
  telephonySignature: string | null;
5259
5259
  };
@@ -5296,7 +5296,7 @@ export declare const telephonyCdrContract: {
5296
5296
  sipServerUrl: string;
5297
5297
  sipUserName: string;
5298
5298
  webphoneLoginUser: string;
5299
- extensionId: number;
5299
+ extensionId: string | null;
5300
5300
  extensionName: string;
5301
5301
  telephonySignature: string | null;
5302
5302
  };
@@ -5310,7 +5310,7 @@ export declare const telephonyCdrContract: {
5310
5310
  sipServerUrl: string;
5311
5311
  sipUserName: string;
5312
5312
  webphoneLoginUser: string;
5313
- extensionId: number;
5313
+ extensionId: string | null;
5314
5314
  extensionName: string;
5315
5315
  telephonySignature: string | null;
5316
5316
  user?: {
@@ -5352,7 +5352,7 @@ export declare const telephonyCdrContract: {
5352
5352
  sipServerUrl: string;
5353
5353
  sipUserName: string;
5354
5354
  webphoneLoginUser: string;
5355
- extensionId: number;
5355
+ extensionId: string | null;
5356
5356
  extensionName: string;
5357
5357
  telephonySignature: string | null;
5358
5358
  };
@@ -5366,7 +5366,7 @@ export declare const telephonyCdrContract: {
5366
5366
  sipServerUrl: string;
5367
5367
  sipUserName: string;
5368
5368
  webphoneLoginUser: string;
5369
- extensionId: number;
5369
+ extensionId: string | null;
5370
5370
  extensionName: string;
5371
5371
  telephonySignature: string | null;
5372
5372
  user?: {
@@ -5408,7 +5408,7 @@ export declare const telephonyCdrContract: {
5408
5408
  sipServerUrl: string;
5409
5409
  sipUserName: string;
5410
5410
  webphoneLoginUser: string;
5411
- extensionId: number;
5411
+ extensionId: string | null;
5412
5412
  extensionName: string;
5413
5413
  telephonySignature: string | null;
5414
5414
  };
@@ -5460,9 +5460,9 @@ export declare const telephonyCdrContract: {
5460
5460
  createdAt: Date;
5461
5461
  updatedAt: Date;
5462
5462
  deletedAt: Date | null;
5463
- isDefault: boolean;
5464
5463
  systemName: string;
5465
5464
  displayName: string;
5465
+ isDefault: boolean;
5466
5466
  isArchived: boolean;
5467
5467
  isRequired: boolean;
5468
5468
  isUnique: boolean;
@@ -5575,7 +5575,7 @@ export declare const telephonyCdrContract: {
5575
5575
  sipServerUrl: string;
5576
5576
  sipUserName: string;
5577
5577
  webphoneLoginUser: string;
5578
- extensionId: number;
5578
+ extensionId: string | null;
5579
5579
  extensionName: string;
5580
5580
  telephonySignature: string | null;
5581
5581
  user?: {
@@ -5617,7 +5617,7 @@ export declare const telephonyCdrContract: {
5617
5617
  sipServerUrl: string;
5618
5618
  sipUserName: string;
5619
5619
  webphoneLoginUser: string;
5620
- extensionId: number;
5620
+ extensionId: string | null;
5621
5621
  extensionName: string;
5622
5622
  telephonySignature: string | null;
5623
5623
  };
@@ -5667,9 +5667,9 @@ export declare const telephonyCdrContract: {
5667
5667
  createdAt: Date;
5668
5668
  updatedAt: Date;
5669
5669
  deletedAt: Date | null;
5670
- isDefault: boolean;
5671
5670
  systemName: string;
5672
5671
  displayName: string;
5672
+ isDefault: boolean;
5673
5673
  isArchived: boolean;
5674
5674
  isRequired: boolean;
5675
5675
  isUnique: boolean;
@@ -5782,7 +5782,7 @@ export declare const telephonyCdrContract: {
5782
5782
  sipServerUrl: string;
5783
5783
  sipUserName: string;
5784
5784
  webphoneLoginUser: string;
5785
- extensionId: number;
5785
+ extensionId: string | null;
5786
5786
  extensionName: string;
5787
5787
  telephonySignature: string | null;
5788
5788
  user?: {
@@ -5824,7 +5824,7 @@ export declare const telephonyCdrContract: {
5824
5824
  sipServerUrl: string;
5825
5825
  sipUserName: string;
5826
5826
  webphoneLoginUser: string;
5827
- extensionId: number;
5827
+ extensionId: string | null;
5828
5828
  extensionName: string;
5829
5829
  telephonySignature: string | null;
5830
5830
  };
@@ -5880,9 +5880,9 @@ export declare const telephonyCdrContract: {
5880
5880
  createdAt: Date;
5881
5881
  updatedAt: Date;
5882
5882
  deletedAt: Date | null;
5883
- isDefault: boolean;
5884
5883
  systemName: string;
5885
5884
  displayName: string;
5885
+ isDefault: boolean;
5886
5886
  isArchived: boolean;
5887
5887
  isRequired: boolean;
5888
5888
  isUnique: boolean;
@@ -5995,7 +5995,7 @@ export declare const telephonyCdrContract: {
5995
5995
  sipServerUrl: string;
5996
5996
  sipUserName: string;
5997
5997
  webphoneLoginUser: string;
5998
- extensionId: number;
5998
+ extensionId: string | null;
5999
5999
  extensionName: string;
6000
6000
  telephonySignature: string | null;
6001
6001
  user?: {
@@ -6037,7 +6037,7 @@ export declare const telephonyCdrContract: {
6037
6037
  sipServerUrl: string;
6038
6038
  sipUserName: string;
6039
6039
  webphoneLoginUser: string;
6040
- extensionId: number;
6040
+ extensionId: string | null;
6041
6041
  extensionName: string;
6042
6042
  telephonySignature: string | null;
6043
6043
  };
@@ -6093,9 +6093,9 @@ export declare const telephonyCdrContract: {
6093
6093
  createdAt: Date;
6094
6094
  updatedAt: Date;
6095
6095
  deletedAt: Date | null;
6096
- isDefault: boolean;
6097
6096
  systemName: string;
6098
6097
  displayName: string;
6098
+ isDefault: boolean;
6099
6099
  isArchived: boolean;
6100
6100
  isRequired: boolean;
6101
6101
  isUnique: boolean;
@@ -6208,7 +6208,7 @@ export declare const telephonyCdrContract: {
6208
6208
  sipServerUrl: string;
6209
6209
  sipUserName: string;
6210
6210
  webphoneLoginUser: string;
6211
- extensionId: number;
6211
+ extensionId: string | null;
6212
6212
  extensionName: string;
6213
6213
  telephonySignature: string | null;
6214
6214
  user?: {
@@ -6250,7 +6250,7 @@ export declare const telephonyCdrContract: {
6250
6250
  sipServerUrl: string;
6251
6251
  sipUserName: string;
6252
6252
  webphoneLoginUser: string;
6253
- extensionId: number;
6253
+ extensionId: string | null;
6254
6254
  extensionName: string;
6255
6255
  telephonySignature: string | null;
6256
6256
  };
@@ -7344,7 +7344,7 @@ export declare const telephonyCdrContract: {
7344
7344
  sipServerUrl: z.ZodString;
7345
7345
  sipUserName: z.ZodString;
7346
7346
  webphoneLoginUser: z.ZodString;
7347
- extensionId: z.ZodNumber;
7347
+ extensionId: z.ZodNullable<z.ZodString>;
7348
7348
  extensionName: z.ZodString;
7349
7349
  telephonySignature: z.ZodNullable<z.ZodString>;
7350
7350
  }, "strip", z.ZodTypeAny, {
@@ -7356,7 +7356,7 @@ export declare const telephonyCdrContract: {
7356
7356
  sipServerUrl: string;
7357
7357
  sipUserName: string;
7358
7358
  webphoneLoginUser: string;
7359
- extensionId: number;
7359
+ extensionId: string | null;
7360
7360
  extensionName: string;
7361
7361
  telephonySignature: string | null;
7362
7362
  }, {
@@ -7368,7 +7368,7 @@ export declare const telephonyCdrContract: {
7368
7368
  sipServerUrl: string;
7369
7369
  sipUserName: string;
7370
7370
  webphoneLoginUser: string;
7371
- extensionId: number;
7371
+ extensionId: string | null;
7372
7372
  extensionName: string;
7373
7373
  telephonySignature: string | null;
7374
7374
  }>;