@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
@@ -69,9 +69,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
69
69
  createdAt: Date;
70
70
  updatedAt: Date;
71
71
  deletedAt: Date | null;
72
- isDefault: boolean;
73
72
  systemName: string;
74
73
  displayName: string;
74
+ isDefault: boolean;
75
75
  isArchived: boolean;
76
76
  isRequired: boolean;
77
77
  isUnique: boolean;
@@ -82,9 +82,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
82
82
  createdAt: Date;
83
83
  updatedAt: Date;
84
84
  deletedAt: Date | null;
85
- isDefault: boolean;
86
85
  systemName: string;
87
86
  displayName: string;
87
+ isDefault: boolean;
88
88
  isArchived: boolean;
89
89
  isRequired: boolean;
90
90
  isUnique: boolean;
@@ -135,9 +135,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
135
135
  createdAt: Date;
136
136
  updatedAt: Date;
137
137
  deletedAt: Date | null;
138
- isDefault: boolean;
139
138
  systemName: string;
140
139
  displayName: string;
140
+ isDefault: boolean;
141
141
  isArchived: boolean;
142
142
  isRequired: boolean;
143
143
  isUnique: boolean;
@@ -170,9 +170,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
170
170
  createdAt: Date;
171
171
  updatedAt: Date;
172
172
  deletedAt: Date | null;
173
- isDefault: boolean;
174
173
  systemName: string;
175
174
  displayName: string;
175
+ isDefault: boolean;
176
176
  isArchived: boolean;
177
177
  isRequired: boolean;
178
178
  isUnique: boolean;
@@ -378,7 +378,7 @@ export declare const TicketSchema: z.ZodObject<{
378
378
  sipServerUrl: z.ZodString;
379
379
  sipUserName: z.ZodString;
380
380
  webphoneLoginUser: z.ZodString;
381
- extensionId: z.ZodNumber;
381
+ extensionId: z.ZodNullable<z.ZodString>;
382
382
  extensionName: z.ZodString;
383
383
  telephonySignature: z.ZodNullable<z.ZodString>;
384
384
  }, "strip", z.ZodTypeAny, {
@@ -390,7 +390,7 @@ export declare const TicketSchema: z.ZodObject<{
390
390
  sipServerUrl: string;
391
391
  sipUserName: string;
392
392
  webphoneLoginUser: string;
393
- extensionId: number;
393
+ extensionId: string | null;
394
394
  extensionName: string;
395
395
  telephonySignature: string | null;
396
396
  }, {
@@ -402,7 +402,7 @@ export declare const TicketSchema: z.ZodObject<{
402
402
  sipServerUrl: string;
403
403
  sipUserName: string;
404
404
  webphoneLoginUser: string;
405
- extensionId: number;
405
+ extensionId: string | null;
406
406
  extensionName: string;
407
407
  telephonySignature: string | null;
408
408
  }>;
@@ -445,7 +445,7 @@ export declare const TicketSchema: z.ZodObject<{
445
445
  sipServerUrl: string;
446
446
  sipUserName: string;
447
447
  webphoneLoginUser: string;
448
- extensionId: number;
448
+ extensionId: string | null;
449
449
  extensionName: string;
450
450
  telephonySignature: string | null;
451
451
  };
@@ -488,7 +488,7 @@ export declare const TicketSchema: z.ZodObject<{
488
488
  sipServerUrl: string;
489
489
  sipUserName: string;
490
490
  webphoneLoginUser: string;
491
- extensionId: number;
491
+ extensionId: string | null;
492
492
  extensionName: string;
493
493
  telephonySignature: string | null;
494
494
  };
@@ -583,7 +583,7 @@ export declare const TicketSchema: z.ZodObject<{
583
583
  sipServerUrl: z.ZodString;
584
584
  sipUserName: z.ZodString;
585
585
  webphoneLoginUser: z.ZodString;
586
- extensionId: z.ZodNumber;
586
+ extensionId: z.ZodNullable<z.ZodString>;
587
587
  extensionName: z.ZodString;
588
588
  telephonySignature: z.ZodNullable<z.ZodString>;
589
589
  }, "strip", z.ZodTypeAny, {
@@ -595,7 +595,7 @@ export declare const TicketSchema: z.ZodObject<{
595
595
  sipServerUrl: string;
596
596
  sipUserName: string;
597
597
  webphoneLoginUser: string;
598
- extensionId: number;
598
+ extensionId: string | null;
599
599
  extensionName: string;
600
600
  telephonySignature: string | null;
601
601
  }, {
@@ -607,7 +607,7 @@ export declare const TicketSchema: z.ZodObject<{
607
607
  sipServerUrl: string;
608
608
  sipUserName: string;
609
609
  webphoneLoginUser: string;
610
- extensionId: number;
610
+ extensionId: string | null;
611
611
  extensionName: string;
612
612
  telephonySignature: string | null;
613
613
  }>;
@@ -650,7 +650,7 @@ export declare const TicketSchema: z.ZodObject<{
650
650
  sipServerUrl: string;
651
651
  sipUserName: string;
652
652
  webphoneLoginUser: string;
653
- extensionId: number;
653
+ extensionId: string | null;
654
654
  extensionName: string;
655
655
  telephonySignature: string | null;
656
656
  };
@@ -693,7 +693,7 @@ export declare const TicketSchema: z.ZodObject<{
693
693
  sipServerUrl: string;
694
694
  sipUserName: string;
695
695
  webphoneLoginUser: string;
696
- extensionId: number;
696
+ extensionId: string | null;
697
697
  extensionName: string;
698
698
  telephonySignature: string | null;
699
699
  };
@@ -770,9 +770,9 @@ export declare const TicketSchema: z.ZodObject<{
770
770
  createdAt: Date;
771
771
  updatedAt: Date;
772
772
  deletedAt: Date | null;
773
- isDefault: boolean;
774
773
  systemName: string;
775
774
  displayName: string;
775
+ isDefault: boolean;
776
776
  isArchived: boolean;
777
777
  isRequired: boolean;
778
778
  isUnique: boolean;
@@ -783,9 +783,9 @@ export declare const TicketSchema: z.ZodObject<{
783
783
  createdAt: Date;
784
784
  updatedAt: Date;
785
785
  deletedAt: Date | null;
786
- isDefault: boolean;
787
786
  systemName: string;
788
787
  displayName: string;
788
+ isDefault: boolean;
789
789
  isArchived: boolean;
790
790
  isRequired: boolean;
791
791
  isUnique: boolean;
@@ -836,9 +836,9 @@ export declare const TicketSchema: z.ZodObject<{
836
836
  createdAt: Date;
837
837
  updatedAt: Date;
838
838
  deletedAt: Date | null;
839
- isDefault: boolean;
840
839
  systemName: string;
841
840
  displayName: string;
841
+ isDefault: boolean;
842
842
  isArchived: boolean;
843
843
  isRequired: boolean;
844
844
  isUnique: boolean;
@@ -871,9 +871,9 @@ export declare const TicketSchema: z.ZodObject<{
871
871
  createdAt: Date;
872
872
  updatedAt: Date;
873
873
  deletedAt: Date | null;
874
- isDefault: boolean;
875
874
  systemName: string;
876
875
  displayName: string;
876
+ isDefault: boolean;
877
877
  isArchived: boolean;
878
878
  isRequired: boolean;
879
879
  isUnique: boolean;
@@ -1123,9 +1123,9 @@ export declare const TicketSchema: z.ZodObject<{
1123
1123
  createdAt: Date;
1124
1124
  updatedAt: Date;
1125
1125
  deletedAt: Date | null;
1126
- isDefault: boolean;
1127
1126
  systemName: string;
1128
1127
  displayName: string;
1128
+ isDefault: boolean;
1129
1129
  isArchived: boolean;
1130
1130
  isRequired: boolean;
1131
1131
  isUnique: boolean;
@@ -1136,9 +1136,9 @@ export declare const TicketSchema: z.ZodObject<{
1136
1136
  createdAt: Date;
1137
1137
  updatedAt: Date;
1138
1138
  deletedAt: Date | null;
1139
- isDefault: boolean;
1140
1139
  systemName: string;
1141
1140
  displayName: string;
1141
+ isDefault: boolean;
1142
1142
  isArchived: boolean;
1143
1143
  isRequired: boolean;
1144
1144
  isUnique: boolean;
@@ -1155,9 +1155,9 @@ export declare const TicketSchema: z.ZodObject<{
1155
1155
  createdAt: Date;
1156
1156
  updatedAt: Date;
1157
1157
  deletedAt: Date | null;
1158
- isDefault: boolean;
1159
1158
  systemName: string;
1160
1159
  displayName: string;
1160
+ isDefault: boolean;
1161
1161
  isArchived: boolean;
1162
1162
  isRequired: boolean;
1163
1163
  isUnique: boolean;
@@ -1178,9 +1178,9 @@ export declare const TicketSchema: z.ZodObject<{
1178
1178
  createdAt: Date;
1179
1179
  updatedAt: Date;
1180
1180
  deletedAt: Date | null;
1181
- isDefault: boolean;
1182
1181
  systemName: string;
1183
1182
  displayName: string;
1183
+ isDefault: boolean;
1184
1184
  isArchived: boolean;
1185
1185
  isRequired: boolean;
1186
1186
  isUnique: boolean;
@@ -1279,9 +1279,9 @@ export declare const TicketSchema: z.ZodObject<{
1279
1279
  createdAt: Date;
1280
1280
  updatedAt: Date;
1281
1281
  deletedAt: Date | null;
1282
- isDefault: boolean;
1283
1282
  systemName: string;
1284
1283
  displayName: string;
1284
+ isDefault: boolean;
1285
1285
  isArchived: boolean;
1286
1286
  isRequired: boolean;
1287
1287
  isUnique: boolean;
@@ -1292,9 +1292,9 @@ export declare const TicketSchema: z.ZodObject<{
1292
1292
  createdAt: Date;
1293
1293
  updatedAt: Date;
1294
1294
  deletedAt: Date | null;
1295
- isDefault: boolean;
1296
1295
  systemName: string;
1297
1296
  displayName: string;
1297
+ isDefault: boolean;
1298
1298
  isArchived: boolean;
1299
1299
  isRequired: boolean;
1300
1300
  isUnique: boolean;
@@ -1388,9 +1388,9 @@ export declare const TicketSchema: z.ZodObject<{
1388
1388
  createdAt: Date;
1389
1389
  updatedAt: Date;
1390
1390
  deletedAt: Date | null;
1391
- isDefault: boolean;
1392
1391
  systemName: string;
1393
1392
  displayName: string;
1393
+ isDefault: boolean;
1394
1394
  isArchived: boolean;
1395
1395
  isRequired: boolean;
1396
1396
  isUnique: boolean;
@@ -1430,9 +1430,9 @@ export declare const TicketSchema: z.ZodObject<{
1430
1430
  createdAt: Date;
1431
1431
  updatedAt: Date;
1432
1432
  deletedAt: Date | null;
1433
- isDefault: boolean;
1434
1433
  systemName: string;
1435
1434
  displayName: string;
1435
+ isDefault: boolean;
1436
1436
  isArchived: boolean;
1437
1437
  isRequired: boolean;
1438
1438
  isUnique: boolean;
@@ -1585,9 +1585,9 @@ export declare const TicketSchema: z.ZodObject<{
1585
1585
  createdAt: Date;
1586
1586
  updatedAt: Date;
1587
1587
  deletedAt: Date | null;
1588
- isDefault: boolean;
1589
1588
  systemName: string;
1590
1589
  displayName: string;
1590
+ isDefault: boolean;
1591
1591
  isArchived: boolean;
1592
1592
  isRequired: boolean;
1593
1593
  isUnique: boolean;
@@ -1688,9 +1688,9 @@ export declare const TicketSchema: z.ZodObject<{
1688
1688
  createdAt: Date;
1689
1689
  updatedAt: Date;
1690
1690
  deletedAt: Date | null;
1691
- isDefault: boolean;
1692
1691
  systemName: string;
1693
1692
  displayName: string;
1693
+ isDefault: boolean;
1694
1694
  isArchived: boolean;
1695
1695
  isRequired: boolean;
1696
1696
  isUnique: boolean;
@@ -1825,9 +1825,9 @@ export declare const TicketSchema: z.ZodObject<{
1825
1825
  createdAt: Date;
1826
1826
  updatedAt: Date;
1827
1827
  deletedAt: Date | null;
1828
- isDefault: boolean;
1829
1828
  systemName: string;
1830
1829
  displayName: string;
1830
+ isDefault: boolean;
1831
1831
  isArchived: boolean;
1832
1832
  isRequired: boolean;
1833
1833
  isUnique: boolean;
@@ -1921,9 +1921,9 @@ export declare const TicketSchema: z.ZodObject<{
1921
1921
  createdAt: Date;
1922
1922
  updatedAt: Date;
1923
1923
  deletedAt: Date | null;
1924
- isDefault: boolean;
1925
1924
  systemName: string;
1926
1925
  displayName: string;
1926
+ isDefault: boolean;
1927
1927
  isArchived: boolean;
1928
1928
  isRequired: boolean;
1929
1929
  isUnique: boolean;
@@ -1995,7 +1995,7 @@ export declare const TicketSchema: z.ZodObject<{
1995
1995
  sipServerUrl: string;
1996
1996
  sipUserName: string;
1997
1997
  webphoneLoginUser: string;
1998
- extensionId: number;
1998
+ extensionId: string | null;
1999
1999
  extensionName: string;
2000
2000
  telephonySignature: string | null;
2001
2001
  };
@@ -2039,7 +2039,7 @@ export declare const TicketSchema: z.ZodObject<{
2039
2039
  sipServerUrl: string;
2040
2040
  sipUserName: string;
2041
2041
  webphoneLoginUser: string;
2042
- extensionId: number;
2042
+ extensionId: string | null;
2043
2043
  extensionName: string;
2044
2044
  telephonySignature: string | null;
2045
2045
  };
@@ -2098,9 +2098,9 @@ export declare const TicketSchema: z.ZodObject<{
2098
2098
  createdAt: Date;
2099
2099
  updatedAt: Date;
2100
2100
  deletedAt: Date | null;
2101
- isDefault: boolean;
2102
2101
  systemName: string;
2103
2102
  displayName: string;
2103
+ isDefault: boolean;
2104
2104
  isArchived: boolean;
2105
2105
  isRequired: boolean;
2106
2106
  isUnique: boolean;
@@ -2194,9 +2194,9 @@ export declare const TicketSchema: z.ZodObject<{
2194
2194
  createdAt: Date;
2195
2195
  updatedAt: Date;
2196
2196
  deletedAt: Date | null;
2197
- isDefault: boolean;
2198
2197
  systemName: string;
2199
2198
  displayName: string;
2199
+ isDefault: boolean;
2200
2200
  isArchived: boolean;
2201
2201
  isRequired: boolean;
2202
2202
  isUnique: boolean;
@@ -2268,7 +2268,7 @@ export declare const TicketSchema: z.ZodObject<{
2268
2268
  sipServerUrl: string;
2269
2269
  sipUserName: string;
2270
2270
  webphoneLoginUser: string;
2271
- extensionId: number;
2271
+ extensionId: string | null;
2272
2272
  extensionName: string;
2273
2273
  telephonySignature: string | null;
2274
2274
  };
@@ -2312,7 +2312,7 @@ export declare const TicketSchema: z.ZodObject<{
2312
2312
  sipServerUrl: string;
2313
2313
  sipUserName: string;
2314
2314
  webphoneLoginUser: string;
2315
- extensionId: number;
2315
+ extensionId: string | null;
2316
2316
  extensionName: string;
2317
2317
  telephonySignature: string | null;
2318
2318
  };
@@ -125,7 +125,7 @@ export declare const userContract: {
125
125
  sipServerUrl: z.ZodString;
126
126
  sipUserName: z.ZodString;
127
127
  webphoneLoginUser: z.ZodString;
128
- extensionId: z.ZodNumber;
128
+ extensionId: z.ZodNullable<z.ZodString>;
129
129
  extensionName: z.ZodString;
130
130
  telephonySignature: z.ZodNullable<z.ZodString>;
131
131
  }, "strip", z.ZodTypeAny, {
@@ -137,7 +137,7 @@ export declare const userContract: {
137
137
  sipServerUrl: string;
138
138
  sipUserName: string;
139
139
  webphoneLoginUser: string;
140
- extensionId: number;
140
+ extensionId: string | null;
141
141
  extensionName: string;
142
142
  telephonySignature: string | null;
143
143
  }, {
@@ -149,7 +149,7 @@ export declare const userContract: {
149
149
  sipServerUrl: string;
150
150
  sipUserName: string;
151
151
  webphoneLoginUser: string;
152
- extensionId: number;
152
+ extensionId: string | null;
153
153
  extensionName: string;
154
154
  telephonySignature: string | null;
155
155
  }>;
@@ -192,7 +192,7 @@ export declare const userContract: {
192
192
  sipServerUrl: string;
193
193
  sipUserName: string;
194
194
  webphoneLoginUser: string;
195
- extensionId: number;
195
+ extensionId: string | null;
196
196
  extensionName: string;
197
197
  telephonySignature: string | null;
198
198
  };
@@ -235,7 +235,7 @@ export declare const userContract: {
235
235
  sipServerUrl: string;
236
236
  sipUserName: string;
237
237
  webphoneLoginUser: string;
238
- extensionId: number;
238
+ extensionId: string | null;
239
239
  extensionName: string;
240
240
  telephonySignature: string | null;
241
241
  };
@@ -280,7 +280,7 @@ export declare const userContract: {
280
280
  sipServerUrl: string;
281
281
  sipUserName: string;
282
282
  webphoneLoginUser: string;
283
- extensionId: number;
283
+ extensionId: string | null;
284
284
  extensionName: string;
285
285
  telephonySignature: string | null;
286
286
  };
@@ -326,7 +326,7 @@ export declare const userContract: {
326
326
  sipServerUrl: string;
327
327
  sipUserName: string;
328
328
  webphoneLoginUser: string;
329
- extensionId: number;
329
+ extensionId: string | null;
330
330
  extensionName: string;
331
331
  telephonySignature: string | null;
332
332
  };
@@ -430,7 +430,7 @@ export declare const userContract: {
430
430
  sipServerUrl: string;
431
431
  sipUserName: string;
432
432
  webphoneLoginUser: string;
433
- extensionId: number;
433
+ extensionId: string | null;
434
434
  extensionName: string;
435
435
  telephonySignature: string | null;
436
436
  };
@@ -473,7 +473,7 @@ export declare const userContract: {
473
473
  sipServerUrl: string;
474
474
  sipUserName: string;
475
475
  webphoneLoginUser: string;
476
- extensionId: number;
476
+ extensionId: string | null;
477
477
  extensionName: string;
478
478
  telephonySignature: string | null;
479
479
  };
@@ -518,7 +518,7 @@ export declare const userContract: {
518
518
  sipServerUrl: string;
519
519
  sipUserName: string;
520
520
  webphoneLoginUser: string;
521
- extensionId: number;
521
+ extensionId: string | null;
522
522
  extensionName: string;
523
523
  telephonySignature: string | null;
524
524
  };
@@ -567,7 +567,7 @@ export declare const userContract: {
567
567
  sipServerUrl: string;
568
568
  sipUserName: string;
569
569
  webphoneLoginUser: string;
570
- extensionId: number;
570
+ extensionId: string | null;
571
571
  extensionName: string;
572
572
  telephonySignature: string | null;
573
573
  };
@@ -723,7 +723,7 @@ export declare const userContract: {
723
723
  sipServerUrl: z.ZodString;
724
724
  sipUserName: z.ZodString;
725
725
  webphoneLoginUser: z.ZodString;
726
- extensionId: z.ZodNumber;
726
+ extensionId: z.ZodNullable<z.ZodString>;
727
727
  extensionName: z.ZodString;
728
728
  telephonySignature: z.ZodNullable<z.ZodString>;
729
729
  }, "strip", z.ZodTypeAny, {
@@ -735,7 +735,7 @@ export declare const userContract: {
735
735
  sipServerUrl: string;
736
736
  sipUserName: string;
737
737
  webphoneLoginUser: string;
738
- extensionId: number;
738
+ extensionId: string | null;
739
739
  extensionName: string;
740
740
  telephonySignature: string | null;
741
741
  }, {
@@ -747,7 +747,7 @@ export declare const userContract: {
747
747
  sipServerUrl: string;
748
748
  sipUserName: string;
749
749
  webphoneLoginUser: string;
750
- extensionId: number;
750
+ extensionId: string | null;
751
751
  extensionName: string;
752
752
  telephonySignature: string | null;
753
753
  }>;
@@ -790,7 +790,7 @@ export declare const userContract: {
790
790
  sipServerUrl: string;
791
791
  sipUserName: string;
792
792
  webphoneLoginUser: string;
793
- extensionId: number;
793
+ extensionId: string | null;
794
794
  extensionName: string;
795
795
  telephonySignature: string | null;
796
796
  };
@@ -833,7 +833,7 @@ export declare const userContract: {
833
833
  sipServerUrl: string;
834
834
  sipUserName: string;
835
835
  webphoneLoginUser: string;
836
- extensionId: number;
836
+ extensionId: string | null;
837
837
  extensionName: string;
838
838
  telephonySignature: string | null;
839
839
  };
@@ -1004,7 +1004,7 @@ export declare const userContract: {
1004
1004
  sipServerUrl: z.ZodString;
1005
1005
  sipUserName: z.ZodString;
1006
1006
  webphoneLoginUser: z.ZodString;
1007
- extensionId: z.ZodNumber;
1007
+ extensionId: z.ZodNullable<z.ZodString>;
1008
1008
  extensionName: z.ZodString;
1009
1009
  telephonySignature: z.ZodNullable<z.ZodString>;
1010
1010
  }, "strip", z.ZodTypeAny, {
@@ -1016,7 +1016,7 @@ export declare const userContract: {
1016
1016
  sipServerUrl: string;
1017
1017
  sipUserName: string;
1018
1018
  webphoneLoginUser: string;
1019
- extensionId: number;
1019
+ extensionId: string | null;
1020
1020
  extensionName: string;
1021
1021
  telephonySignature: string | null;
1022
1022
  }, {
@@ -1028,7 +1028,7 @@ export declare const userContract: {
1028
1028
  sipServerUrl: string;
1029
1029
  sipUserName: string;
1030
1030
  webphoneLoginUser: string;
1031
- extensionId: number;
1031
+ extensionId: string | null;
1032
1032
  extensionName: string;
1033
1033
  telephonySignature: string | null;
1034
1034
  }>;
@@ -1071,7 +1071,7 @@ export declare const userContract: {
1071
1071
  sipServerUrl: string;
1072
1072
  sipUserName: string;
1073
1073
  webphoneLoginUser: string;
1074
- extensionId: number;
1074
+ extensionId: string | null;
1075
1075
  extensionName: string;
1076
1076
  telephonySignature: string | null;
1077
1077
  };
@@ -1114,7 +1114,7 @@ export declare const userContract: {
1114
1114
  sipServerUrl: string;
1115
1115
  sipUserName: string;
1116
1116
  webphoneLoginUser: string;
1117
- extensionId: number;
1117
+ extensionId: string | null;
1118
1118
  extensionName: string;
1119
1119
  telephonySignature: string | null;
1120
1120
  };
@@ -1159,7 +1159,7 @@ export declare const userContract: {
1159
1159
  sipServerUrl: string;
1160
1160
  sipUserName: string;
1161
1161
  webphoneLoginUser: string;
1162
- extensionId: number;
1162
+ extensionId: string | null;
1163
1163
  extensionName: string;
1164
1164
  telephonySignature: string | null;
1165
1165
  };
@@ -1205,7 +1205,7 @@ export declare const userContract: {
1205
1205
  sipServerUrl: string;
1206
1206
  sipUserName: string;
1207
1207
  webphoneLoginUser: string;
1208
- extensionId: number;
1208
+ extensionId: string | null;
1209
1209
  extensionName: string;
1210
1210
  telephonySignature: string | null;
1211
1211
  };
@@ -88,7 +88,7 @@ export declare const UserSchema: z.ZodObject<{
88
88
  sipServerUrl: z.ZodString;
89
89
  sipUserName: z.ZodString;
90
90
  webphoneLoginUser: z.ZodString;
91
- extensionId: z.ZodNumber;
91
+ extensionId: z.ZodNullable<z.ZodString>;
92
92
  extensionName: z.ZodString;
93
93
  telephonySignature: z.ZodNullable<z.ZodString>;
94
94
  }, "strip", z.ZodTypeAny, {
@@ -100,7 +100,7 @@ export declare const UserSchema: z.ZodObject<{
100
100
  sipServerUrl: string;
101
101
  sipUserName: string;
102
102
  webphoneLoginUser: string;
103
- extensionId: number;
103
+ extensionId: string | null;
104
104
  extensionName: string;
105
105
  telephonySignature: string | null;
106
106
  }, {
@@ -112,7 +112,7 @@ export declare const UserSchema: z.ZodObject<{
112
112
  sipServerUrl: string;
113
113
  sipUserName: string;
114
114
  webphoneLoginUser: string;
115
- extensionId: number;
115
+ extensionId: string | null;
116
116
  extensionName: string;
117
117
  telephonySignature: string | null;
118
118
  }>;
@@ -155,7 +155,7 @@ export declare const UserSchema: z.ZodObject<{
155
155
  sipServerUrl: string;
156
156
  sipUserName: string;
157
157
  webphoneLoginUser: string;
158
- extensionId: number;
158
+ extensionId: string | null;
159
159
  extensionName: string;
160
160
  telephonySignature: string | null;
161
161
  };
@@ -198,7 +198,7 @@ export declare const UserSchema: z.ZodObject<{
198
198
  sipServerUrl: string;
199
199
  sipUserName: string;
200
200
  webphoneLoginUser: string;
201
- extensionId: number;
201
+ extensionId: string | null;
202
202
  extensionName: string;
203
203
  telephonySignature: string | null;
204
204
  };
@@ -68,7 +68,7 @@ export declare const userPresenceStatusLogContract: {
68
68
  sipServerUrl: string;
69
69
  sipUserName: string;
70
70
  webphoneLoginUser: string;
71
- extensionId: number;
71
+ extensionId: string | null;
72
72
  extensionName: string;
73
73
  telephonySignature: string | null;
74
74
  };
@@ -134,7 +134,7 @@ export declare const userPresenceStatusLogContract: {
134
134
  sipServerUrl: string;
135
135
  sipUserName: string;
136
136
  webphoneLoginUser: string;
137
- extensionId: number;
137
+ extensionId: string | null;
138
138
  extensionName: string;
139
139
  telephonySignature: string | null;
140
140
  };
@@ -202,7 +202,7 @@ export declare const userPresenceStatusLogContract: {
202
202
  sipServerUrl: string;
203
203
  sipUserName: string;
204
204
  webphoneLoginUser: string;
205
- extensionId: number;
205
+ extensionId: string | null;
206
206
  extensionName: string;
207
207
  telephonySignature: string | null;
208
208
  };
@@ -274,7 +274,7 @@ export declare const userPresenceStatusLogContract: {
274
274
  sipServerUrl: string;
275
275
  sipUserName: string;
276
276
  webphoneLoginUser: string;
277
- extensionId: number;
277
+ extensionId: string | null;
278
278
  extensionName: string;
279
279
  telephonySignature: string | null;
280
280
  };