@ampsec/platform-client 82.1.0 → 82.1.1
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/build/src/dto/coverage.dto.d.ts +16 -10
- package/build/src/dto/platform/platform.saasUsers.dto.d.ts +8 -8
- package/build/src/dto/saasUsers.dto.d.ts +22 -22
- package/build/src/dto/users.dto.d.ts +3 -0
- package/build/src/dto/users.dto.js +1 -0
- package/build/src/dto/users.dto.js.map +1 -1
- package/package.json +1 -1
- package/src/dto/users.dto.ts +1 -0
|
@@ -127,6 +127,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
127
127
|
email: z.ZodOptional<z.ZodString>;
|
|
128
128
|
organization: z.ZodOptional<z.ZodString>;
|
|
129
129
|
department: z.ZodOptional<z.ZodString>;
|
|
130
|
+
title: z.ZodOptional<z.ZodString>;
|
|
130
131
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
131
132
|
lastActivity: z.ZodOptional<z.ZodString>;
|
|
132
133
|
meta: z.ZodOptional<z.ZodObject<{
|
|
@@ -390,6 +391,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
390
391
|
score?: number | undefined;
|
|
391
392
|
firstName?: string | undefined;
|
|
392
393
|
lastName?: string | undefined;
|
|
394
|
+
title?: string | undefined;
|
|
393
395
|
active?: boolean | undefined;
|
|
394
396
|
lastActivity?: string | undefined;
|
|
395
397
|
meta?: {
|
|
@@ -466,6 +468,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
466
468
|
score?: number | undefined;
|
|
467
469
|
firstName?: string | undefined;
|
|
468
470
|
lastName?: string | undefined;
|
|
471
|
+
title?: string | undefined;
|
|
469
472
|
active?: boolean | undefined;
|
|
470
473
|
lastActivity?: string | undefined;
|
|
471
474
|
meta?: {
|
|
@@ -521,6 +524,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
521
524
|
email: z.ZodOptional<z.ZodString>;
|
|
522
525
|
organization: z.ZodOptional<z.ZodString>;
|
|
523
526
|
department: z.ZodOptional<z.ZodString>;
|
|
527
|
+
title: z.ZodOptional<z.ZodString>;
|
|
524
528
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
525
529
|
lastActivity: z.ZodOptional<z.ZodString>;
|
|
526
530
|
meta: z.ZodOptional<z.ZodObject<{
|
|
@@ -637,9 +641,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
637
641
|
userType: import("./enums").GlobalUserType;
|
|
638
642
|
organization?: string | undefined;
|
|
639
643
|
department?: string | undefined;
|
|
644
|
+
title?: string | undefined;
|
|
640
645
|
pictureUrl?: string | undefined;
|
|
641
646
|
emails?: string[] | undefined;
|
|
642
|
-
title?: string | undefined;
|
|
643
647
|
startDate?: string | undefined;
|
|
644
648
|
manager?: {
|
|
645
649
|
name?: string | undefined;
|
|
@@ -653,9 +657,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
653
657
|
userType: import("./enums").GlobalUserType;
|
|
654
658
|
organization?: string | undefined;
|
|
655
659
|
department?: string | undefined;
|
|
660
|
+
title?: string | undefined;
|
|
656
661
|
pictureUrl?: string | undefined;
|
|
657
662
|
emails?: string[] | undefined;
|
|
658
|
-
title?: string | undefined;
|
|
659
663
|
startDate?: string | undefined;
|
|
660
664
|
manager?: {
|
|
661
665
|
name?: string | undefined;
|
|
@@ -684,9 +688,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
684
688
|
userType: import("./enums").GlobalUserType;
|
|
685
689
|
organization?: string | undefined;
|
|
686
690
|
department?: string | undefined;
|
|
691
|
+
title?: string | undefined;
|
|
687
692
|
pictureUrl?: string | undefined;
|
|
688
693
|
emails?: string[] | undefined;
|
|
689
|
-
title?: string | undefined;
|
|
690
694
|
startDate?: string | undefined;
|
|
691
695
|
manager?: {
|
|
692
696
|
name?: string | undefined;
|
|
@@ -718,9 +722,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
718
722
|
userType: import("./enums").GlobalUserType;
|
|
719
723
|
organization?: string | undefined;
|
|
720
724
|
department?: string | undefined;
|
|
725
|
+
title?: string | undefined;
|
|
721
726
|
pictureUrl?: string | undefined;
|
|
722
727
|
emails?: string[] | undefined;
|
|
723
|
-
title?: string | undefined;
|
|
724
728
|
startDate?: string | undefined;
|
|
725
729
|
manager?: {
|
|
726
730
|
name?: string | undefined;
|
|
@@ -755,9 +759,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
755
759
|
userType: import("./enums").GlobalUserType;
|
|
756
760
|
organization?: string | undefined;
|
|
757
761
|
department?: string | undefined;
|
|
762
|
+
title?: string | undefined;
|
|
758
763
|
pictureUrl?: string | undefined;
|
|
759
764
|
emails?: string[] | undefined;
|
|
760
|
-
title?: string | undefined;
|
|
761
765
|
startDate?: string | undefined;
|
|
762
766
|
manager?: {
|
|
763
767
|
name?: string | undefined;
|
|
@@ -792,9 +796,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
792
796
|
userType: import("./enums").GlobalUserType;
|
|
793
797
|
organization?: string | undefined;
|
|
794
798
|
department?: string | undefined;
|
|
799
|
+
title?: string | undefined;
|
|
795
800
|
pictureUrl?: string | undefined;
|
|
796
801
|
emails?: string[] | undefined;
|
|
797
|
-
title?: string | undefined;
|
|
798
802
|
startDate?: string | undefined;
|
|
799
803
|
manager?: {
|
|
800
804
|
name?: string | undefined;
|
|
@@ -847,9 +851,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
847
851
|
userType: import("./enums").GlobalUserType;
|
|
848
852
|
organization?: string | undefined;
|
|
849
853
|
department?: string | undefined;
|
|
854
|
+
title?: string | undefined;
|
|
850
855
|
pictureUrl?: string | undefined;
|
|
851
856
|
emails?: string[] | undefined;
|
|
852
|
-
title?: string | undefined;
|
|
853
857
|
startDate?: string | undefined;
|
|
854
858
|
manager?: {
|
|
855
859
|
name?: string | undefined;
|
|
@@ -895,9 +899,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
895
899
|
userType: import("./enums").GlobalUserType;
|
|
896
900
|
organization?: string | undefined;
|
|
897
901
|
department?: string | undefined;
|
|
902
|
+
title?: string | undefined;
|
|
898
903
|
pictureUrl?: string | undefined;
|
|
899
904
|
emails?: string[] | undefined;
|
|
900
|
-
title?: string | undefined;
|
|
901
905
|
startDate?: string | undefined;
|
|
902
906
|
manager?: {
|
|
903
907
|
name?: string | undefined;
|
|
@@ -1283,9 +1287,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1283
1287
|
userType: import("./enums").GlobalUserType;
|
|
1284
1288
|
organization?: string | undefined;
|
|
1285
1289
|
department?: string | undefined;
|
|
1290
|
+
title?: string | undefined;
|
|
1286
1291
|
pictureUrl?: string | undefined;
|
|
1287
1292
|
emails?: string[] | undefined;
|
|
1288
|
-
title?: string | undefined;
|
|
1289
1293
|
startDate?: string | undefined;
|
|
1290
1294
|
manager?: {
|
|
1291
1295
|
name?: string | undefined;
|
|
@@ -1337,6 +1341,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1337
1341
|
score?: number | undefined;
|
|
1338
1342
|
firstName?: string | undefined;
|
|
1339
1343
|
lastName?: string | undefined;
|
|
1344
|
+
title?: string | undefined;
|
|
1340
1345
|
active?: boolean | undefined;
|
|
1341
1346
|
lastActivity?: string | undefined;
|
|
1342
1347
|
meta?: {
|
|
@@ -1408,9 +1413,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1408
1413
|
userType: import("./enums").GlobalUserType;
|
|
1409
1414
|
organization?: string | undefined;
|
|
1410
1415
|
department?: string | undefined;
|
|
1416
|
+
title?: string | undefined;
|
|
1411
1417
|
pictureUrl?: string | undefined;
|
|
1412
1418
|
emails?: string[] | undefined;
|
|
1413
|
-
title?: string | undefined;
|
|
1414
1419
|
startDate?: string | undefined;
|
|
1415
1420
|
manager?: {
|
|
1416
1421
|
name?: string | undefined;
|
|
@@ -1462,6 +1467,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1462
1467
|
score?: number | undefined;
|
|
1463
1468
|
firstName?: string | undefined;
|
|
1464
1469
|
lastName?: string | undefined;
|
|
1470
|
+
title?: string | undefined;
|
|
1465
1471
|
active?: boolean | undefined;
|
|
1466
1472
|
lastActivity?: string | undefined;
|
|
1467
1473
|
meta?: {
|
|
@@ -71,9 +71,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
71
71
|
userType: import("..").GlobalUserType;
|
|
72
72
|
organization?: string | undefined;
|
|
73
73
|
department?: string | undefined;
|
|
74
|
+
title?: string | undefined;
|
|
74
75
|
pictureUrl?: string | undefined;
|
|
75
76
|
emails?: string[] | undefined;
|
|
76
|
-
title?: string | undefined;
|
|
77
77
|
startDate?: string | undefined;
|
|
78
78
|
manager?: {
|
|
79
79
|
name?: string | undefined;
|
|
@@ -87,9 +87,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
87
87
|
userType: import("..").GlobalUserType;
|
|
88
88
|
organization?: string | undefined;
|
|
89
89
|
department?: string | undefined;
|
|
90
|
+
title?: string | undefined;
|
|
90
91
|
pictureUrl?: string | undefined;
|
|
91
92
|
emails?: string[] | undefined;
|
|
92
|
-
title?: string | undefined;
|
|
93
93
|
startDate?: string | undefined;
|
|
94
94
|
manager?: {
|
|
95
95
|
name?: string | undefined;
|
|
@@ -118,9 +118,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
118
118
|
userType: import("..").GlobalUserType;
|
|
119
119
|
organization?: string | undefined;
|
|
120
120
|
department?: string | undefined;
|
|
121
|
+
title?: string | undefined;
|
|
121
122
|
pictureUrl?: string | undefined;
|
|
122
123
|
emails?: string[] | undefined;
|
|
123
|
-
title?: string | undefined;
|
|
124
124
|
startDate?: string | undefined;
|
|
125
125
|
manager?: {
|
|
126
126
|
name?: string | undefined;
|
|
@@ -152,9 +152,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
152
152
|
userType: import("..").GlobalUserType;
|
|
153
153
|
organization?: string | undefined;
|
|
154
154
|
department?: string | undefined;
|
|
155
|
+
title?: string | undefined;
|
|
155
156
|
pictureUrl?: string | undefined;
|
|
156
157
|
emails?: string[] | undefined;
|
|
157
|
-
title?: string | undefined;
|
|
158
158
|
startDate?: string | undefined;
|
|
159
159
|
manager?: {
|
|
160
160
|
name?: string | undefined;
|
|
@@ -189,9 +189,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
189
189
|
userType: import("..").GlobalUserType;
|
|
190
190
|
organization?: string | undefined;
|
|
191
191
|
department?: string | undefined;
|
|
192
|
+
title?: string | undefined;
|
|
192
193
|
pictureUrl?: string | undefined;
|
|
193
194
|
emails?: string[] | undefined;
|
|
194
|
-
title?: string | undefined;
|
|
195
195
|
startDate?: string | undefined;
|
|
196
196
|
manager?: {
|
|
197
197
|
name?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
226
226
|
userType: import("..").GlobalUserType;
|
|
227
227
|
organization?: string | undefined;
|
|
228
228
|
department?: string | undefined;
|
|
229
|
+
title?: string | undefined;
|
|
229
230
|
pictureUrl?: string | undefined;
|
|
230
231
|
emails?: string[] | undefined;
|
|
231
|
-
title?: string | undefined;
|
|
232
232
|
startDate?: string | undefined;
|
|
233
233
|
manager?: {
|
|
234
234
|
name?: string | undefined;
|
|
@@ -272,9 +272,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
272
272
|
userType: import("..").GlobalUserType;
|
|
273
273
|
organization?: string | undefined;
|
|
274
274
|
department?: string | undefined;
|
|
275
|
+
title?: string | undefined;
|
|
275
276
|
pictureUrl?: string | undefined;
|
|
276
277
|
emails?: string[] | undefined;
|
|
277
|
-
title?: string | undefined;
|
|
278
278
|
startDate?: string | undefined;
|
|
279
279
|
manager?: {
|
|
280
280
|
name?: string | undefined;
|
|
@@ -321,9 +321,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
321
321
|
userType: import("..").GlobalUserType;
|
|
322
322
|
organization?: string | undefined;
|
|
323
323
|
department?: string | undefined;
|
|
324
|
+
title?: string | undefined;
|
|
324
325
|
pictureUrl?: string | undefined;
|
|
325
326
|
emails?: string[] | undefined;
|
|
326
|
-
title?: string | undefined;
|
|
327
327
|
startDate?: string | undefined;
|
|
328
328
|
manager?: {
|
|
329
329
|
name?: string | undefined;
|
|
@@ -98,9 +98,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
98
98
|
userType: GlobalUserType;
|
|
99
99
|
organization?: string | undefined;
|
|
100
100
|
department?: string | undefined;
|
|
101
|
+
title?: string | undefined;
|
|
101
102
|
pictureUrl?: string | undefined;
|
|
102
103
|
emails?: string[] | undefined;
|
|
103
|
-
title?: string | undefined;
|
|
104
104
|
startDate?: string | undefined;
|
|
105
105
|
manager?: {
|
|
106
106
|
name?: string | undefined;
|
|
@@ -114,9 +114,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
114
114
|
userType: GlobalUserType;
|
|
115
115
|
organization?: string | undefined;
|
|
116
116
|
department?: string | undefined;
|
|
117
|
+
title?: string | undefined;
|
|
117
118
|
pictureUrl?: string | undefined;
|
|
118
119
|
emails?: string[] | undefined;
|
|
119
|
-
title?: string | undefined;
|
|
120
120
|
startDate?: string | undefined;
|
|
121
121
|
manager?: {
|
|
122
122
|
name?: string | undefined;
|
|
@@ -146,9 +146,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
146
146
|
userType: GlobalUserType;
|
|
147
147
|
organization?: string | undefined;
|
|
148
148
|
department?: string | undefined;
|
|
149
|
+
title?: string | undefined;
|
|
149
150
|
pictureUrl?: string | undefined;
|
|
150
151
|
emails?: string[] | undefined;
|
|
151
|
-
title?: string | undefined;
|
|
152
152
|
startDate?: string | undefined;
|
|
153
153
|
manager?: {
|
|
154
154
|
name?: string | undefined;
|
|
@@ -180,9 +180,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
180
180
|
userType: GlobalUserType;
|
|
181
181
|
organization?: string | undefined;
|
|
182
182
|
department?: string | undefined;
|
|
183
|
+
title?: string | undefined;
|
|
183
184
|
pictureUrl?: string | undefined;
|
|
184
185
|
emails?: string[] | undefined;
|
|
185
|
-
title?: string | undefined;
|
|
186
186
|
startDate?: string | undefined;
|
|
187
187
|
manager?: {
|
|
188
188
|
name?: string | undefined;
|
|
@@ -217,9 +217,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
217
217
|
userType: GlobalUserType;
|
|
218
218
|
organization?: string | undefined;
|
|
219
219
|
department?: string | undefined;
|
|
220
|
+
title?: string | undefined;
|
|
220
221
|
pictureUrl?: string | undefined;
|
|
221
222
|
emails?: string[] | undefined;
|
|
222
|
-
title?: string | undefined;
|
|
223
223
|
startDate?: string | undefined;
|
|
224
224
|
manager?: {
|
|
225
225
|
name?: string | undefined;
|
|
@@ -254,9 +254,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
|
|
|
254
254
|
userType: GlobalUserType;
|
|
255
255
|
organization?: string | undefined;
|
|
256
256
|
department?: string | undefined;
|
|
257
|
+
title?: string | undefined;
|
|
257
258
|
pictureUrl?: string | undefined;
|
|
258
259
|
emails?: string[] | undefined;
|
|
259
|
-
title?: string | undefined;
|
|
260
260
|
startDate?: string | undefined;
|
|
261
261
|
manager?: {
|
|
262
262
|
name?: string | undefined;
|
|
@@ -377,9 +377,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
377
377
|
userType: GlobalUserType;
|
|
378
378
|
organization?: string | undefined;
|
|
379
379
|
department?: string | undefined;
|
|
380
|
+
title?: string | undefined;
|
|
380
381
|
pictureUrl?: string | undefined;
|
|
381
382
|
emails?: string[] | undefined;
|
|
382
|
-
title?: string | undefined;
|
|
383
383
|
startDate?: string | undefined;
|
|
384
384
|
manager?: {
|
|
385
385
|
name?: string | undefined;
|
|
@@ -393,9 +393,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
393
393
|
userType: GlobalUserType;
|
|
394
394
|
organization?: string | undefined;
|
|
395
395
|
department?: string | undefined;
|
|
396
|
+
title?: string | undefined;
|
|
396
397
|
pictureUrl?: string | undefined;
|
|
397
398
|
emails?: string[] | undefined;
|
|
398
|
-
title?: string | undefined;
|
|
399
399
|
startDate?: string | undefined;
|
|
400
400
|
manager?: {
|
|
401
401
|
name?: string | undefined;
|
|
@@ -425,9 +425,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
425
425
|
userType: GlobalUserType;
|
|
426
426
|
organization?: string | undefined;
|
|
427
427
|
department?: string | undefined;
|
|
428
|
+
title?: string | undefined;
|
|
428
429
|
pictureUrl?: string | undefined;
|
|
429
430
|
emails?: string[] | undefined;
|
|
430
|
-
title?: string | undefined;
|
|
431
431
|
startDate?: string | undefined;
|
|
432
432
|
manager?: {
|
|
433
433
|
name?: string | undefined;
|
|
@@ -459,9 +459,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
459
459
|
userType: GlobalUserType;
|
|
460
460
|
organization?: string | undefined;
|
|
461
461
|
department?: string | undefined;
|
|
462
|
+
title?: string | undefined;
|
|
462
463
|
pictureUrl?: string | undefined;
|
|
463
464
|
emails?: string[] | undefined;
|
|
464
|
-
title?: string | undefined;
|
|
465
465
|
startDate?: string | undefined;
|
|
466
466
|
manager?: {
|
|
467
467
|
name?: string | undefined;
|
|
@@ -496,9 +496,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
496
496
|
userType: GlobalUserType;
|
|
497
497
|
organization?: string | undefined;
|
|
498
498
|
department?: string | undefined;
|
|
499
|
+
title?: string | undefined;
|
|
499
500
|
pictureUrl?: string | undefined;
|
|
500
501
|
emails?: string[] | undefined;
|
|
501
|
-
title?: string | undefined;
|
|
502
502
|
startDate?: string | undefined;
|
|
503
503
|
manager?: {
|
|
504
504
|
name?: string | undefined;
|
|
@@ -533,9 +533,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
533
533
|
userType: GlobalUserType;
|
|
534
534
|
organization?: string | undefined;
|
|
535
535
|
department?: string | undefined;
|
|
536
|
+
title?: string | undefined;
|
|
536
537
|
pictureUrl?: string | undefined;
|
|
537
538
|
emails?: string[] | undefined;
|
|
538
|
-
title?: string | undefined;
|
|
539
539
|
startDate?: string | undefined;
|
|
540
540
|
manager?: {
|
|
541
541
|
name?: string | undefined;
|
|
@@ -577,9 +577,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
577
577
|
userType: GlobalUserType;
|
|
578
578
|
organization?: string | undefined;
|
|
579
579
|
department?: string | undefined;
|
|
580
|
+
title?: string | undefined;
|
|
580
581
|
pictureUrl?: string | undefined;
|
|
581
582
|
emails?: string[] | undefined;
|
|
582
|
-
title?: string | undefined;
|
|
583
583
|
startDate?: string | undefined;
|
|
584
584
|
manager?: {
|
|
585
585
|
name?: string | undefined;
|
|
@@ -625,9 +625,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
625
625
|
userType: GlobalUserType;
|
|
626
626
|
organization?: string | undefined;
|
|
627
627
|
department?: string | undefined;
|
|
628
|
+
title?: string | undefined;
|
|
628
629
|
pictureUrl?: string | undefined;
|
|
629
630
|
emails?: string[] | undefined;
|
|
630
|
-
title?: string | undefined;
|
|
631
631
|
startDate?: string | undefined;
|
|
632
632
|
manager?: {
|
|
633
633
|
name?: string | undefined;
|
|
@@ -753,9 +753,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
753
753
|
userType: GlobalUserType;
|
|
754
754
|
organization?: string | undefined;
|
|
755
755
|
department?: string | undefined;
|
|
756
|
+
title?: string | undefined;
|
|
756
757
|
pictureUrl?: string | undefined;
|
|
757
758
|
emails?: string[] | undefined;
|
|
758
|
-
title?: string | undefined;
|
|
759
759
|
startDate?: string | undefined;
|
|
760
760
|
manager?: {
|
|
761
761
|
name?: string | undefined;
|
|
@@ -769,9 +769,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
769
769
|
userType: GlobalUserType;
|
|
770
770
|
organization?: string | undefined;
|
|
771
771
|
department?: string | undefined;
|
|
772
|
+
title?: string | undefined;
|
|
772
773
|
pictureUrl?: string | undefined;
|
|
773
774
|
emails?: string[] | undefined;
|
|
774
|
-
title?: string | undefined;
|
|
775
775
|
startDate?: string | undefined;
|
|
776
776
|
manager?: {
|
|
777
777
|
name?: string | undefined;
|
|
@@ -801,9 +801,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
801
801
|
userType: GlobalUserType;
|
|
802
802
|
organization?: string | undefined;
|
|
803
803
|
department?: string | undefined;
|
|
804
|
+
title?: string | undefined;
|
|
804
805
|
pictureUrl?: string | undefined;
|
|
805
806
|
emails?: string[] | undefined;
|
|
806
|
-
title?: string | undefined;
|
|
807
807
|
startDate?: string | undefined;
|
|
808
808
|
manager?: {
|
|
809
809
|
name?: string | undefined;
|
|
@@ -835,9 +835,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
835
835
|
userType: GlobalUserType;
|
|
836
836
|
organization?: string | undefined;
|
|
837
837
|
department?: string | undefined;
|
|
838
|
+
title?: string | undefined;
|
|
838
839
|
pictureUrl?: string | undefined;
|
|
839
840
|
emails?: string[] | undefined;
|
|
840
|
-
title?: string | undefined;
|
|
841
841
|
startDate?: string | undefined;
|
|
842
842
|
manager?: {
|
|
843
843
|
name?: string | undefined;
|
|
@@ -872,9 +872,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
872
872
|
userType: GlobalUserType;
|
|
873
873
|
organization?: string | undefined;
|
|
874
874
|
department?: string | undefined;
|
|
875
|
+
title?: string | undefined;
|
|
875
876
|
pictureUrl?: string | undefined;
|
|
876
877
|
emails?: string[] | undefined;
|
|
877
|
-
title?: string | undefined;
|
|
878
878
|
startDate?: string | undefined;
|
|
879
879
|
manager?: {
|
|
880
880
|
name?: string | undefined;
|
|
@@ -909,9 +909,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
909
909
|
userType: GlobalUserType;
|
|
910
910
|
organization?: string | undefined;
|
|
911
911
|
department?: string | undefined;
|
|
912
|
+
title?: string | undefined;
|
|
912
913
|
pictureUrl?: string | undefined;
|
|
913
914
|
emails?: string[] | undefined;
|
|
914
|
-
title?: string | undefined;
|
|
915
915
|
startDate?: string | undefined;
|
|
916
916
|
manager?: {
|
|
917
917
|
name?: string | undefined;
|
|
@@ -964,9 +964,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
964
964
|
userType: GlobalUserType;
|
|
965
965
|
organization?: string | undefined;
|
|
966
966
|
department?: string | undefined;
|
|
967
|
+
title?: string | undefined;
|
|
967
968
|
pictureUrl?: string | undefined;
|
|
968
969
|
emails?: string[] | undefined;
|
|
969
|
-
title?: string | undefined;
|
|
970
970
|
startDate?: string | undefined;
|
|
971
971
|
manager?: {
|
|
972
972
|
name?: string | undefined;
|
|
@@ -1012,9 +1012,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
1012
1012
|
userType: GlobalUserType;
|
|
1013
1013
|
organization?: string | undefined;
|
|
1014
1014
|
department?: string | undefined;
|
|
1015
|
+
title?: string | undefined;
|
|
1015
1016
|
pictureUrl?: string | undefined;
|
|
1016
1017
|
emails?: string[] | undefined;
|
|
1017
|
-
title?: string | undefined;
|
|
1018
1018
|
startDate?: string | undefined;
|
|
1019
1019
|
manager?: {
|
|
1020
1020
|
name?: string | undefined;
|
|
@@ -57,6 +57,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
|
|
|
57
57
|
email: z.ZodOptional<z.ZodString>;
|
|
58
58
|
organization: z.ZodOptional<z.ZodString>;
|
|
59
59
|
department: z.ZodOptional<z.ZodString>;
|
|
60
|
+
title: z.ZodOptional<z.ZodString>;
|
|
60
61
|
/** Derived */
|
|
61
62
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
62
63
|
/** Last activity time for the user */
|
|
@@ -116,6 +117,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
|
|
|
116
117
|
score?: number | undefined;
|
|
117
118
|
firstName?: string | undefined;
|
|
118
119
|
lastName?: string | undefined;
|
|
120
|
+
title?: string | undefined;
|
|
119
121
|
active?: boolean | undefined;
|
|
120
122
|
lastActivity?: string | undefined;
|
|
121
123
|
meta?: {
|
|
@@ -135,6 +137,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
|
|
|
135
137
|
score?: number | undefined;
|
|
136
138
|
firstName?: string | undefined;
|
|
137
139
|
lastName?: string | undefined;
|
|
140
|
+
title?: string | undefined;
|
|
138
141
|
active?: boolean | undefined;
|
|
139
142
|
lastActivity?: string | undefined;
|
|
140
143
|
meta?: {
|
|
@@ -17,6 +17,7 @@ exports._SimpleUserDto = zod_1.z.object({
|
|
|
17
17
|
email: zod_1.z.string().optional(),
|
|
18
18
|
organization: zod_1.z.string().optional(),
|
|
19
19
|
department: zod_1.z.string().optional(),
|
|
20
|
+
title: zod_1.z.string().optional(),
|
|
20
21
|
/** Derived */
|
|
21
22
|
active: zod_1.z.boolean().optional(),
|
|
22
23
|
/** Last activity time for the user */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.dto.js","sourceRoot":"","sources":["../../../src/dto/users.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AAItB,yDAAoD;AAEvC,QAAA,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC;QACjB,4BAA4B;QAC5B,YAAY,EAAE,OAAC,CAAC,QAAQ,CAAC,mCAAgB,CAAC;KAC3C,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,cAAc;IACd,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,sCAAsC;IACtC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,mDAAmD;IACnD,IAAI,EAAE,OAAC,CAAC,QAAQ,CAAC,iBAAS,CAAC;CAC5B,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"users.dto.js","sourceRoot":"","sources":["../../../src/dto/users.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AAItB,yDAAoD;AAEvC,QAAA,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC;QACjB,4BAA4B;QAC5B,YAAY,EAAE,OAAC,CAAC,QAAQ,CAAC,mCAAgB,CAAC;KAC3C,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,cAAc;IACd,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,sCAAsC;IACtC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,mDAAmD;IACnD,IAAI,EAAE,OAAC,CAAC,QAAQ,CAAC,iBAAS,CAAC;CAC5B,CAAC,CAAC"}
|
package/package.json
CHANGED
package/src/dto/users.dto.ts
CHANGED
|
@@ -21,6 +21,7 @@ export const _SimpleUserDto = z.object({
|
|
|
21
21
|
email: z.string().optional(),
|
|
22
22
|
organization: z.string().optional(),
|
|
23
23
|
department: z.string().optional(),
|
|
24
|
+
title: z.string().optional(),
|
|
24
25
|
/** Derived */
|
|
25
26
|
active: z.boolean().optional(),
|
|
26
27
|
/** Last activity time for the user */
|