@kl1/contracts 1.0.47 → 1.0.48
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.
- package/dist/index.js +168 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +168 -10
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +7 -7
- package/dist/src/activity-log/schema.d.ts +7 -7
- package/dist/src/auth/index.d.ts +7 -7
- package/dist/src/call-log/schema.d.ts +3 -3
- package/dist/src/channel/index.d.ts +36 -36
- package/dist/src/channel/schema.d.ts +8 -10
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +353 -350
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +73 -73
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +121 -118
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +118 -118
- package/dist/src/comment/schema.d.ts +34 -34
- package/dist/src/contract.d.ts +836 -827
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +66 -66
- package/dist/src/cx-log/schema.d.ts +54 -54
- package/dist/src/extension/index.d.ts +33 -27
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -3
- package/dist/src/extension/validation.d.ts +12 -6
- package/dist/src/extension/validation.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +62 -62
- package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
- package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
- package/dist/src/telephony-cdr/index.d.ts +57 -57
- package/dist/src/telephony-cdr/schema.d.ts +20 -20
- package/dist/src/ticket/index.d.ts +96 -96
- package/dist/src/ticket/schema.d.ts +14 -14
- package/dist/src/user/index.d.ts +23 -23
- package/dist/src/user/schema.d.ts +5 -5
- package/dist/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/src/user-presence-status-log/schema.d.ts +7 -7
- package/package.json +1 -1
@@ -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.
|
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:
|
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:
|
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:
|
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:
|
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.
|
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:
|
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:
|
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:
|
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:
|
696
|
+
extensionId: string | null;
|
697
697
|
extensionName: string;
|
698
698
|
telephonySignature: string | null;
|
699
699
|
};
|
@@ -1995,7 +1995,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1995
1995
|
sipServerUrl: string;
|
1996
1996
|
sipUserName: string;
|
1997
1997
|
webphoneLoginUser: string;
|
1998
|
-
extensionId:
|
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:
|
2042
|
+
extensionId: string | null;
|
2043
2043
|
extensionName: string;
|
2044
2044
|
telephonySignature: string | null;
|
2045
2045
|
};
|
@@ -2268,7 +2268,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
2268
2268
|
sipServerUrl: string;
|
2269
2269
|
sipUserName: string;
|
2270
2270
|
webphoneLoginUser: string;
|
2271
|
-
extensionId:
|
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:
|
2315
|
+
extensionId: string | null;
|
2316
2316
|
extensionName: string;
|
2317
2317
|
telephonySignature: string | null;
|
2318
2318
|
};
|
package/dist/src/user/index.d.ts
CHANGED
@@ -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.
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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.
|
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:
|
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:
|
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:
|
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:
|
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.
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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.
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
277
|
+
extensionId: string | null;
|
278
278
|
extensionName: string;
|
279
279
|
telephonySignature: string | null;
|
280
280
|
};
|
@@ -93,7 +93,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
93
93
|
sipServerUrl: z.ZodString;
|
94
94
|
sipUserName: z.ZodString;
|
95
95
|
webphoneLoginUser: z.ZodString;
|
96
|
-
extensionId: z.
|
96
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
97
97
|
extensionName: z.ZodString;
|
98
98
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
@@ -105,7 +105,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
105
105
|
sipServerUrl: string;
|
106
106
|
sipUserName: string;
|
107
107
|
webphoneLoginUser: string;
|
108
|
-
extensionId:
|
108
|
+
extensionId: string | null;
|
109
109
|
extensionName: string;
|
110
110
|
telephonySignature: string | null;
|
111
111
|
}, {
|
@@ -117,7 +117,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
117
117
|
sipServerUrl: string;
|
118
118
|
sipUserName: string;
|
119
119
|
webphoneLoginUser: string;
|
120
|
-
extensionId:
|
120
|
+
extensionId: string | null;
|
121
121
|
extensionName: string;
|
122
122
|
telephonySignature: string | null;
|
123
123
|
}>;
|
@@ -160,7 +160,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
160
160
|
sipServerUrl: string;
|
161
161
|
sipUserName: string;
|
162
162
|
webphoneLoginUser: string;
|
163
|
-
extensionId:
|
163
|
+
extensionId: string | null;
|
164
164
|
extensionName: string;
|
165
165
|
telephonySignature: string | null;
|
166
166
|
};
|
@@ -203,7 +203,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
203
203
|
sipServerUrl: string;
|
204
204
|
sipUserName: string;
|
205
205
|
webphoneLoginUser: string;
|
206
|
-
extensionId:
|
206
|
+
extensionId: string | null;
|
207
207
|
extensionName: string;
|
208
208
|
telephonySignature: string | null;
|
209
209
|
};
|
@@ -295,7 +295,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
295
295
|
sipServerUrl: string;
|
296
296
|
sipUserName: string;
|
297
297
|
webphoneLoginUser: string;
|
298
|
-
extensionId:
|
298
|
+
extensionId: string | null;
|
299
299
|
extensionName: string;
|
300
300
|
telephonySignature: string | null;
|
301
301
|
};
|
@@ -361,7 +361,7 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
361
361
|
sipServerUrl: string;
|
362
362
|
sipUserName: string;
|
363
363
|
webphoneLoginUser: string;
|
364
|
-
extensionId:
|
364
|
+
extensionId: string | null;
|
365
365
|
extensionName: string;
|
366
366
|
telephonySignature: string | null;
|
367
367
|
};
|