@kl1/contracts 1.0.34 → 1.0.36

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 (79) hide show
  1. package/dist/index.js +1030 -924
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1029 -924
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/activity-log/index.d.ts +17 -10
  6. package/dist/src/activity-log/index.d.ts.map +1 -1
  7. package/dist/src/activity-log/schema.d.ts +17 -10
  8. package/dist/src/activity-log/schema.d.ts.map +1 -1
  9. package/dist/src/auth/index.d.ts +17 -10
  10. package/dist/src/auth/index.d.ts.map +1 -1
  11. package/dist/src/channel/index.d.ts +650 -51
  12. package/dist/src/channel/index.d.ts.map +1 -1
  13. package/dist/src/channel/schema.d.ts +18 -12
  14. package/dist/src/channel/schema.d.ts.map +1 -1
  15. package/dist/src/chat/index.d.ts +12464 -12390
  16. package/dist/src/chat/index.d.ts.map +1 -1
  17. package/dist/src/chat/schema.d.ts +227 -110
  18. package/dist/src/chat/schema.d.ts.map +1 -1
  19. package/dist/src/chat/validation.d.ts +1158 -1545
  20. package/dist/src/chat/validation.d.ts.map +1 -1
  21. package/dist/src/comment/index.d.ts +1128 -491
  22. package/dist/src/comment/index.d.ts.map +1 -1
  23. package/dist/src/comment/schema.d.ts +319 -140
  24. package/dist/src/comment/schema.d.ts.map +1 -1
  25. package/dist/src/contact/index.d.ts +77 -0
  26. package/dist/src/contact/index.d.ts.map +1 -1
  27. package/dist/src/contact/schema.d.ts +16 -0
  28. package/dist/src/contact/schema.d.ts.map +1 -1
  29. package/dist/src/contact/validation.d.ts +63 -0
  30. package/dist/src/contact/validation.d.ts.map +1 -1
  31. package/dist/src/contract.d.ts +28088 -29053
  32. package/dist/src/contract.d.ts.map +1 -1
  33. package/dist/src/cx-log/index.d.ts +243 -72
  34. package/dist/src/cx-log/index.d.ts.map +1 -1
  35. package/dist/src/cx-log/schema.d.ts +193 -56
  36. package/dist/src/cx-log/schema.d.ts.map +1 -1
  37. package/dist/src/extension/index.d.ts +29 -120
  38. package/dist/src/extension/index.d.ts.map +1 -1
  39. package/dist/src/extension/schema.d.ts +3 -0
  40. package/dist/src/extension/schema.d.ts.map +1 -1
  41. package/dist/src/extension/validation.d.ts +6 -0
  42. package/dist/src/extension/validation.d.ts.map +1 -1
  43. package/dist/src/mail/mail-contract.d.ts +7 -0
  44. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  45. package/dist/src/mail/room-contract.d.ts +7 -0
  46. package/dist/src/mail/room-contract.d.ts.map +1 -1
  47. package/dist/src/mail/schemas/room.schema.d.ts +5 -0
  48. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  49. package/dist/src/messenger/index.d.ts +442 -100
  50. package/dist/src/messenger/index.d.ts.map +1 -1
  51. package/dist/src/telephony-agent-presence-status/index.d.ts +57 -34
  52. package/dist/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  53. package/dist/src/telephony-agent-presence-status/schema.d.ts +17 -10
  54. package/dist/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  55. package/dist/src/telephony-cdr/schema.d.ts +53 -0
  56. package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
  57. package/dist/src/telephony-extension/index.d.ts +2 -0
  58. package/dist/src/telephony-extension/index.d.ts.map +1 -1
  59. package/dist/src/ticket/index.d.ts +3022 -1253
  60. package/dist/src/ticket/index.d.ts.map +1 -1
  61. package/dist/src/ticket/schema.d.ts +236 -167
  62. package/dist/src/ticket/schema.d.ts.map +1 -1
  63. package/dist/src/upload/schema.d.ts +3 -0
  64. package/dist/src/upload/schema.d.ts.map +1 -1
  65. package/dist/src/user/index.d.ts +57 -34
  66. package/dist/src/user/index.d.ts.map +1 -1
  67. package/dist/src/user/schema.d.ts +11 -6
  68. package/dist/src/user/schema.d.ts.map +1 -1
  69. package/dist/src/user-presence-status-log/index.d.ts +12 -8
  70. package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
  71. package/dist/src/user-presence-status-log/schema.d.ts +17 -10
  72. package/dist/src/user-presence-status-log/schema.d.ts.map +1 -1
  73. package/package.json +1 -1
  74. package/dist/src/app/index.d.ts +0 -17
  75. package/dist/src/app/index.d.ts.map +0 -1
  76. package/dist/src/mail/mail-server.d.ts +0 -216
  77. package/dist/src/mail/mail-server.d.ts.map +0 -1
  78. package/dist/src/platform-contact/schema.d.ts +0 -30
  79. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -116,7 +116,7 @@ export declare const userContract: {
116
116
  displayName: string;
117
117
  }[];
118
118
  }>, "many">;
119
- extension: z.ZodOptional<z.ZodObject<{
119
+ extension: z.ZodObject<{
120
120
  id: z.ZodString;
121
121
  createdAt: z.ZodDate;
122
122
  updatedAt: z.ZodDate;
@@ -124,6 +124,7 @@ export declare const userContract: {
124
124
  userId: z.ZodNullable<z.ZodString>;
125
125
  sipServerUrl: z.ZodString;
126
126
  sipUserName: z.ZodString;
127
+ webphoneLoginUser: z.ZodString;
127
128
  extensionId: z.ZodNumber;
128
129
  extensionName: z.ZodString;
129
130
  telephonySignature: z.ZodNullable<z.ZodString>;
@@ -135,6 +136,7 @@ export declare const userContract: {
135
136
  userId: string | null;
136
137
  sipServerUrl: string;
137
138
  sipUserName: string;
139
+ webphoneLoginUser: string;
138
140
  extensionId: number;
139
141
  extensionName: string;
140
142
  telephonySignature: string | null;
@@ -146,10 +148,11 @@ export declare const userContract: {
146
148
  userId: string | null;
147
149
  sipServerUrl: string;
148
150
  sipUserName: string;
151
+ webphoneLoginUser: string;
149
152
  extensionId: number;
150
153
  extensionName: string;
151
154
  telephonySignature: string | null;
152
- }>>;
155
+ }>;
153
156
  }, "strip", z.ZodTypeAny, {
154
157
  id: string;
155
158
  address: string | null;
@@ -180,7 +183,7 @@ export declare const userContract: {
180
183
  displayName: string;
181
184
  }[];
182
185
  }[];
183
- extension?: {
186
+ extension: {
184
187
  id: string;
185
188
  createdAt: Date;
186
189
  updatedAt: Date;
@@ -188,10 +191,11 @@ export declare const userContract: {
188
191
  userId: string | null;
189
192
  sipServerUrl: string;
190
193
  sipUserName: string;
194
+ webphoneLoginUser: string;
191
195
  extensionId: number;
192
196
  extensionName: string;
193
197
  telephonySignature: string | null;
194
- } | undefined;
198
+ };
195
199
  }, {
196
200
  id: string;
197
201
  address: string | null;
@@ -222,7 +226,7 @@ export declare const userContract: {
222
226
  displayName: string;
223
227
  }[];
224
228
  }[];
225
- extension?: {
229
+ extension: {
226
230
  id: string;
227
231
  createdAt: Date;
228
232
  updatedAt: Date;
@@ -230,10 +234,11 @@ export declare const userContract: {
230
234
  userId: string | null;
231
235
  sipServerUrl: string;
232
236
  sipUserName: string;
237
+ webphoneLoginUser: string;
233
238
  extensionId: number;
234
239
  extensionName: string;
235
240
  telephonySignature: string | null;
236
- } | undefined;
241
+ };
237
242
  }>;
238
243
  }, "strip", z.ZodTypeAny, {
239
244
  user: {
@@ -266,7 +271,7 @@ export declare const userContract: {
266
271
  displayName: string;
267
272
  }[];
268
273
  }[];
269
- extension?: {
274
+ extension: {
270
275
  id: string;
271
276
  createdAt: Date;
272
277
  updatedAt: Date;
@@ -274,10 +279,11 @@ export declare const userContract: {
274
279
  userId: string | null;
275
280
  sipServerUrl: string;
276
281
  sipUserName: string;
282
+ webphoneLoginUser: string;
277
283
  extensionId: number;
278
284
  extensionName: string;
279
285
  telephonySignature: string | null;
280
- } | undefined;
286
+ };
281
287
  };
282
288
  requestId: string;
283
289
  }, {
@@ -311,7 +317,7 @@ export declare const userContract: {
311
317
  displayName: string;
312
318
  }[];
313
319
  }[];
314
- extension?: {
320
+ extension: {
315
321
  id: string;
316
322
  createdAt: Date;
317
323
  updatedAt: Date;
@@ -319,10 +325,11 @@ export declare const userContract: {
319
325
  userId: string | null;
320
326
  sipServerUrl: string;
321
327
  sipUserName: string;
328
+ webphoneLoginUser: string;
322
329
  extensionId: number;
323
330
  extensionName: string;
324
331
  telephonySignature: string | null;
325
- } | undefined;
332
+ };
326
333
  };
327
334
  requestId: string;
328
335
  }>;
@@ -414,7 +421,7 @@ export declare const userContract: {
414
421
  displayName: string;
415
422
  }[];
416
423
  }[];
417
- extension?: {
424
+ extension: {
418
425
  id: string;
419
426
  createdAt: Date;
420
427
  updatedAt: Date;
@@ -422,10 +429,11 @@ export declare const userContract: {
422
429
  userId: string | null;
423
430
  sipServerUrl: string;
424
431
  sipUserName: string;
432
+ webphoneLoginUser: string;
425
433
  extensionId: number;
426
434
  extensionName: string;
427
435
  telephonySignature: string | null;
428
- } | undefined;
436
+ };
429
437
  }, z.ZodTypeDef, {
430
438
  id: string;
431
439
  address: string | null;
@@ -456,7 +464,7 @@ export declare const userContract: {
456
464
  displayName: string;
457
465
  }[];
458
466
  }[];
459
- extension?: {
467
+ extension: {
460
468
  id: string;
461
469
  createdAt: Date;
462
470
  updatedAt: Date;
@@ -464,10 +472,11 @@ export declare const userContract: {
464
472
  userId: string | null;
465
473
  sipServerUrl: string;
466
474
  sipUserName: string;
475
+ webphoneLoginUser: string;
467
476
  extensionId: number;
468
477
  extensionName: string;
469
478
  telephonySignature: string | null;
470
- } | undefined;
479
+ };
471
480
  }>, "many">;
472
481
  }, "strip", z.ZodTypeAny, {
473
482
  data: {
@@ -500,7 +509,7 @@ export declare const userContract: {
500
509
  displayName: string;
501
510
  }[];
502
511
  }[];
503
- extension?: {
512
+ extension: {
504
513
  id: string;
505
514
  createdAt: Date;
506
515
  updatedAt: Date;
@@ -508,10 +517,11 @@ export declare const userContract: {
508
517
  userId: string | null;
509
518
  sipServerUrl: string;
510
519
  sipUserName: string;
520
+ webphoneLoginUser: string;
511
521
  extensionId: number;
512
522
  extensionName: string;
513
523
  telephonySignature: string | null;
514
- } | undefined;
524
+ };
515
525
  }[];
516
526
  total: number;
517
527
  page: number;
@@ -548,7 +558,7 @@ export declare const userContract: {
548
558
  displayName: string;
549
559
  }[];
550
560
  }[];
551
- extension?: {
561
+ extension: {
552
562
  id: string;
553
563
  createdAt: Date;
554
564
  updatedAt: Date;
@@ -556,10 +566,11 @@ export declare const userContract: {
556
566
  userId: string | null;
557
567
  sipServerUrl: string;
558
568
  sipUserName: string;
569
+ webphoneLoginUser: string;
559
570
  extensionId: number;
560
571
  extensionName: string;
561
572
  telephonySignature: string | null;
562
- } | undefined;
573
+ };
563
574
  }[];
564
575
  total: number;
565
576
  page?: number | undefined;
@@ -703,7 +714,7 @@ export declare const userContract: {
703
714
  displayName: string;
704
715
  }[];
705
716
  }>, "many">;
706
- extension: z.ZodOptional<z.ZodObject<{
717
+ extension: z.ZodObject<{
707
718
  id: z.ZodString;
708
719
  createdAt: z.ZodDate;
709
720
  updatedAt: z.ZodDate;
@@ -711,6 +722,7 @@ export declare const userContract: {
711
722
  userId: z.ZodNullable<z.ZodString>;
712
723
  sipServerUrl: z.ZodString;
713
724
  sipUserName: z.ZodString;
725
+ webphoneLoginUser: z.ZodString;
714
726
  extensionId: z.ZodNumber;
715
727
  extensionName: z.ZodString;
716
728
  telephonySignature: z.ZodNullable<z.ZodString>;
@@ -722,6 +734,7 @@ export declare const userContract: {
722
734
  userId: string | null;
723
735
  sipServerUrl: string;
724
736
  sipUserName: string;
737
+ webphoneLoginUser: string;
725
738
  extensionId: number;
726
739
  extensionName: string;
727
740
  telephonySignature: string | null;
@@ -733,10 +746,11 @@ export declare const userContract: {
733
746
  userId: string | null;
734
747
  sipServerUrl: string;
735
748
  sipUserName: string;
749
+ webphoneLoginUser: string;
736
750
  extensionId: number;
737
751
  extensionName: string;
738
752
  telephonySignature: string | null;
739
- }>>;
753
+ }>;
740
754
  }, "strip", z.ZodTypeAny, {
741
755
  id: string;
742
756
  address: string | null;
@@ -767,7 +781,7 @@ export declare const userContract: {
767
781
  displayName: string;
768
782
  }[];
769
783
  }[];
770
- extension?: {
784
+ extension: {
771
785
  id: string;
772
786
  createdAt: Date;
773
787
  updatedAt: Date;
@@ -775,10 +789,11 @@ export declare const userContract: {
775
789
  userId: string | null;
776
790
  sipServerUrl: string;
777
791
  sipUserName: string;
792
+ webphoneLoginUser: string;
778
793
  extensionId: number;
779
794
  extensionName: string;
780
795
  telephonySignature: string | null;
781
- } | undefined;
796
+ };
782
797
  }, {
783
798
  id: string;
784
799
  address: string | null;
@@ -809,7 +824,7 @@ export declare const userContract: {
809
824
  displayName: string;
810
825
  }[];
811
826
  }[];
812
- extension?: {
827
+ extension: {
813
828
  id: string;
814
829
  createdAt: Date;
815
830
  updatedAt: Date;
@@ -817,10 +832,11 @@ export declare const userContract: {
817
832
  userId: string | null;
818
833
  sipServerUrl: string;
819
834
  sipUserName: string;
835
+ webphoneLoginUser: string;
820
836
  extensionId: number;
821
837
  extensionName: string;
822
838
  telephonySignature: string | null;
823
- } | undefined;
839
+ };
824
840
  }>;
825
841
  400: z.ZodObject<{
826
842
  message: z.ZodString;
@@ -979,7 +995,7 @@ export declare const userContract: {
979
995
  displayName: string;
980
996
  }[];
981
997
  }>, "many">;
982
- extension: z.ZodOptional<z.ZodObject<{
998
+ extension: z.ZodObject<{
983
999
  id: z.ZodString;
984
1000
  createdAt: z.ZodDate;
985
1001
  updatedAt: z.ZodDate;
@@ -987,6 +1003,7 @@ export declare const userContract: {
987
1003
  userId: z.ZodNullable<z.ZodString>;
988
1004
  sipServerUrl: z.ZodString;
989
1005
  sipUserName: z.ZodString;
1006
+ webphoneLoginUser: z.ZodString;
990
1007
  extensionId: z.ZodNumber;
991
1008
  extensionName: z.ZodString;
992
1009
  telephonySignature: z.ZodNullable<z.ZodString>;
@@ -998,6 +1015,7 @@ export declare const userContract: {
998
1015
  userId: string | null;
999
1016
  sipServerUrl: string;
1000
1017
  sipUserName: string;
1018
+ webphoneLoginUser: string;
1001
1019
  extensionId: number;
1002
1020
  extensionName: string;
1003
1021
  telephonySignature: string | null;
@@ -1009,10 +1027,11 @@ export declare const userContract: {
1009
1027
  userId: string | null;
1010
1028
  sipServerUrl: string;
1011
1029
  sipUserName: string;
1030
+ webphoneLoginUser: string;
1012
1031
  extensionId: number;
1013
1032
  extensionName: string;
1014
1033
  telephonySignature: string | null;
1015
- }>>;
1034
+ }>;
1016
1035
  }, "strip", z.ZodTypeAny, {
1017
1036
  id: string;
1018
1037
  address: string | null;
@@ -1043,7 +1062,7 @@ export declare const userContract: {
1043
1062
  displayName: string;
1044
1063
  }[];
1045
1064
  }[];
1046
- extension?: {
1065
+ extension: {
1047
1066
  id: string;
1048
1067
  createdAt: Date;
1049
1068
  updatedAt: Date;
@@ -1051,10 +1070,11 @@ export declare const userContract: {
1051
1070
  userId: string | null;
1052
1071
  sipServerUrl: string;
1053
1072
  sipUserName: string;
1073
+ webphoneLoginUser: string;
1054
1074
  extensionId: number;
1055
1075
  extensionName: string;
1056
1076
  telephonySignature: string | null;
1057
- } | undefined;
1077
+ };
1058
1078
  }, {
1059
1079
  id: string;
1060
1080
  address: string | null;
@@ -1085,7 +1105,7 @@ export declare const userContract: {
1085
1105
  displayName: string;
1086
1106
  }[];
1087
1107
  }[];
1088
- extension?: {
1108
+ extension: {
1089
1109
  id: string;
1090
1110
  createdAt: Date;
1091
1111
  updatedAt: Date;
@@ -1093,10 +1113,11 @@ export declare const userContract: {
1093
1113
  userId: string | null;
1094
1114
  sipServerUrl: string;
1095
1115
  sipUserName: string;
1116
+ webphoneLoginUser: string;
1096
1117
  extensionId: number;
1097
1118
  extensionName: string;
1098
1119
  telephonySignature: string | null;
1099
- } | undefined;
1120
+ };
1100
1121
  }>;
1101
1122
  }, "strip", z.ZodTypeAny, {
1102
1123
  role: {
@@ -1129,7 +1150,7 @@ export declare const userContract: {
1129
1150
  displayName: string;
1130
1151
  }[];
1131
1152
  }[];
1132
- extension?: {
1153
+ extension: {
1133
1154
  id: string;
1134
1155
  createdAt: Date;
1135
1156
  updatedAt: Date;
@@ -1137,10 +1158,11 @@ export declare const userContract: {
1137
1158
  userId: string | null;
1138
1159
  sipServerUrl: string;
1139
1160
  sipUserName: string;
1161
+ webphoneLoginUser: string;
1140
1162
  extensionId: number;
1141
1163
  extensionName: string;
1142
1164
  telephonySignature: string | null;
1143
- } | undefined;
1165
+ };
1144
1166
  };
1145
1167
  requestId: string;
1146
1168
  }, {
@@ -1174,7 +1196,7 @@ export declare const userContract: {
1174
1196
  displayName: string;
1175
1197
  }[];
1176
1198
  }[];
1177
- extension?: {
1199
+ extension: {
1178
1200
  id: string;
1179
1201
  createdAt: Date;
1180
1202
  updatedAt: Date;
@@ -1182,10 +1204,11 @@ export declare const userContract: {
1182
1204
  userId: string | null;
1183
1205
  sipServerUrl: string;
1184
1206
  sipUserName: string;
1207
+ webphoneLoginUser: string;
1185
1208
  extensionId: number;
1186
1209
  extensionName: string;
1187
1210
  telephonySignature: string | null;
1188
- } | undefined;
1211
+ };
1189
1212
  };
1190
1213
  requestId: string;
1191
1214
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAC9C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAC9C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFxB,CAAC"}
@@ -79,7 +79,7 @@ export declare const UserSchema: z.ZodObject<{
79
79
  displayName: string;
80
80
  }[];
81
81
  }>, "many">;
82
- extension: z.ZodOptional<z.ZodObject<{
82
+ extension: z.ZodObject<{
83
83
  id: z.ZodString;
84
84
  createdAt: z.ZodDate;
85
85
  updatedAt: z.ZodDate;
@@ -87,6 +87,7 @@ export declare const UserSchema: z.ZodObject<{
87
87
  userId: z.ZodNullable<z.ZodString>;
88
88
  sipServerUrl: z.ZodString;
89
89
  sipUserName: z.ZodString;
90
+ webphoneLoginUser: z.ZodString;
90
91
  extensionId: z.ZodNumber;
91
92
  extensionName: z.ZodString;
92
93
  telephonySignature: z.ZodNullable<z.ZodString>;
@@ -98,6 +99,7 @@ export declare const UserSchema: z.ZodObject<{
98
99
  userId: string | null;
99
100
  sipServerUrl: string;
100
101
  sipUserName: string;
102
+ webphoneLoginUser: string;
101
103
  extensionId: number;
102
104
  extensionName: string;
103
105
  telephonySignature: string | null;
@@ -109,10 +111,11 @@ export declare const UserSchema: z.ZodObject<{
109
111
  userId: string | null;
110
112
  sipServerUrl: string;
111
113
  sipUserName: string;
114
+ webphoneLoginUser: string;
112
115
  extensionId: number;
113
116
  extensionName: string;
114
117
  telephonySignature: string | null;
115
- }>>;
118
+ }>;
116
119
  }, "strip", z.ZodTypeAny, {
117
120
  id: string;
118
121
  address: string | null;
@@ -143,7 +146,7 @@ export declare const UserSchema: z.ZodObject<{
143
146
  displayName: string;
144
147
  }[];
145
148
  }[];
146
- extension?: {
149
+ extension: {
147
150
  id: string;
148
151
  createdAt: Date;
149
152
  updatedAt: Date;
@@ -151,10 +154,11 @@ export declare const UserSchema: z.ZodObject<{
151
154
  userId: string | null;
152
155
  sipServerUrl: string;
153
156
  sipUserName: string;
157
+ webphoneLoginUser: string;
154
158
  extensionId: number;
155
159
  extensionName: string;
156
160
  telephonySignature: string | null;
157
- } | undefined;
161
+ };
158
162
  }, {
159
163
  id: string;
160
164
  address: string | null;
@@ -185,7 +189,7 @@ export declare const UserSchema: z.ZodObject<{
185
189
  displayName: string;
186
190
  }[];
187
191
  }[];
188
- extension?: {
192
+ extension: {
189
193
  id: string;
190
194
  createdAt: Date;
191
195
  updatedAt: Date;
@@ -193,9 +197,10 @@ export declare const UserSchema: z.ZodObject<{
193
197
  userId: string | null;
194
198
  sipServerUrl: string;
195
199
  sipUserName: string;
200
+ webphoneLoginUser: string;
196
201
  extensionId: number;
197
202
  extensionName: string;
198
203
  telephonySignature: string | null;
199
- } | undefined;
204
+ };
200
205
  }>;
201
206
  //# sourceMappingURL=schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/user/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcrB,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/user/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BrB,CAAC"}
@@ -59,7 +59,7 @@ export declare const userPresenceStatusLogContract: {
59
59
  displayName: string;
60
60
  }[];
61
61
  }[];
62
- extension?: {
62
+ extension: {
63
63
  id: string;
64
64
  createdAt: Date;
65
65
  updatedAt: Date;
@@ -67,10 +67,11 @@ export declare const userPresenceStatusLogContract: {
67
67
  userId: string | null;
68
68
  sipServerUrl: string;
69
69
  sipUserName: string;
70
+ webphoneLoginUser: string;
70
71
  extensionId: number;
71
72
  extensionName: string;
72
73
  telephonySignature: string | null;
73
- } | undefined;
74
+ };
74
75
  };
75
76
  createdAt: Date;
76
77
  updatedAt: Date;
@@ -124,7 +125,7 @@ export declare const userPresenceStatusLogContract: {
124
125
  displayName: string;
125
126
  }[];
126
127
  }[];
127
- extension?: {
128
+ extension: {
128
129
  id: string;
129
130
  createdAt: Date;
130
131
  updatedAt: Date;
@@ -132,10 +133,11 @@ export declare const userPresenceStatusLogContract: {
132
133
  userId: string | null;
133
134
  sipServerUrl: string;
134
135
  sipUserName: string;
136
+ webphoneLoginUser: string;
135
137
  extensionId: number;
136
138
  extensionName: string;
137
139
  telephonySignature: string | null;
138
- } | undefined;
140
+ };
139
141
  };
140
142
  createdAt: Date;
141
143
  updatedAt: Date;
@@ -191,7 +193,7 @@ export declare const userPresenceStatusLogContract: {
191
193
  displayName: string;
192
194
  }[];
193
195
  }[];
194
- extension?: {
196
+ extension: {
195
197
  id: string;
196
198
  createdAt: Date;
197
199
  updatedAt: Date;
@@ -199,10 +201,11 @@ export declare const userPresenceStatusLogContract: {
199
201
  userId: string | null;
200
202
  sipServerUrl: string;
201
203
  sipUserName: string;
204
+ webphoneLoginUser: string;
202
205
  extensionId: number;
203
206
  extensionName: string;
204
207
  telephonySignature: string | null;
205
- } | undefined;
208
+ };
206
209
  };
207
210
  createdAt: Date;
208
211
  updatedAt: Date;
@@ -262,7 +265,7 @@ export declare const userPresenceStatusLogContract: {
262
265
  displayName: string;
263
266
  }[];
264
267
  }[];
265
- extension?: {
268
+ extension: {
266
269
  id: string;
267
270
  createdAt: Date;
268
271
  updatedAt: Date;
@@ -270,10 +273,11 @@ export declare const userPresenceStatusLogContract: {
270
273
  userId: string | null;
271
274
  sipServerUrl: string;
272
275
  sipUserName: string;
276
+ webphoneLoginUser: string;
273
277
  extensionId: number;
274
278
  extensionName: string;
275
279
  telephonySignature: string | null;
276
- } | undefined;
280
+ };
277
281
  };
278
282
  createdAt: Date;
279
283
  updatedAt: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBzC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBzC,CAAC"}