@ampsec/platform-client 81.0.0 → 81.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 +166 -40
- package/build/src/dto/platform/platform.saasUsers.dto.d.ts +30 -30
- package/build/src/dto/saasUsers.dto.d.ts +80 -80
- package/build/src/dto/users.dto.d.ts +114 -3
- package/build/src/dto/users.dto.js +10 -1
- package/build/src/dto/users.dto.js.map +1 -1
- package/build/src/settings.d.ts +18 -0
- package/build/src/settings.js +24 -5
- package/build/src/settings.js.map +1 -1
- package/package.json +1 -1
- package/src/dto/users.dto.ts +14 -3
- package/src/settings.ts +26 -5
|
@@ -129,6 +129,51 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
129
129
|
department: z.ZodOptional<z.ZodString>;
|
|
130
130
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
131
131
|
lastActivity: z.ZodOptional<z.ZodString>;
|
|
132
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
133
|
+
_profile: z.ZodObject<{
|
|
134
|
+
timeZoneInfo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
135
|
+
timezone: z.ZodString;
|
|
136
|
+
src: z.ZodNativeEnum<typeof import("./enums").TimeZoneSource>;
|
|
137
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
138
|
+
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
timezone: string;
|
|
140
|
+
src: import("./enums").TimeZoneSource;
|
|
141
|
+
config?: Record<string, unknown> | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
timezone: string;
|
|
144
|
+
src: import("./enums").TimeZoneSource;
|
|
145
|
+
config?: Record<string, unknown> | undefined;
|
|
146
|
+
}>>>;
|
|
147
|
+
}, "strip", z.ZodTypeAny, {
|
|
148
|
+
timeZoneInfo?: {
|
|
149
|
+
timezone: string;
|
|
150
|
+
src: import("./enums").TimeZoneSource;
|
|
151
|
+
config?: Record<string, unknown> | undefined;
|
|
152
|
+
} | undefined;
|
|
153
|
+
}, {
|
|
154
|
+
timeZoneInfo?: {
|
|
155
|
+
timezone: string;
|
|
156
|
+
src: import("./enums").TimeZoneSource;
|
|
157
|
+
config?: Record<string, unknown> | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
}>;
|
|
160
|
+
}, "strip", z.ZodTypeAny, {
|
|
161
|
+
_profile: {
|
|
162
|
+
timeZoneInfo?: {
|
|
163
|
+
timezone: string;
|
|
164
|
+
src: import("./enums").TimeZoneSource;
|
|
165
|
+
config?: Record<string, unknown> | undefined;
|
|
166
|
+
} | undefined;
|
|
167
|
+
};
|
|
168
|
+
}, {
|
|
169
|
+
_profile: {
|
|
170
|
+
timeZoneInfo?: {
|
|
171
|
+
timezone: string;
|
|
172
|
+
src: import("./enums").TimeZoneSource;
|
|
173
|
+
config?: Record<string, unknown> | undefined;
|
|
174
|
+
} | undefined;
|
|
175
|
+
};
|
|
176
|
+
}>>;
|
|
132
177
|
}, {
|
|
133
178
|
name: z.ZodOptional<z.ZodString>;
|
|
134
179
|
/** @deprecated */
|
|
@@ -347,6 +392,15 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
347
392
|
lastName?: string | undefined;
|
|
348
393
|
active?: boolean | undefined;
|
|
349
394
|
lastActivity?: string | undefined;
|
|
395
|
+
meta?: {
|
|
396
|
+
_profile: {
|
|
397
|
+
timeZoneInfo?: {
|
|
398
|
+
timezone: string;
|
|
399
|
+
src: import("./enums").TimeZoneSource;
|
|
400
|
+
config?: Record<string, unknown> | undefined;
|
|
401
|
+
} | undefined;
|
|
402
|
+
};
|
|
403
|
+
} | undefined;
|
|
350
404
|
mfaStatus?: MfaStatus | undefined;
|
|
351
405
|
mfaRating?: "UNKNOWN" | "SECURE" | "INSECURE" | "MISSING" | undefined;
|
|
352
406
|
mfaFactors?: z.objectOutputType<{
|
|
@@ -414,6 +468,15 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
414
468
|
lastName?: string | undefined;
|
|
415
469
|
active?: boolean | undefined;
|
|
416
470
|
lastActivity?: string | undefined;
|
|
471
|
+
meta?: {
|
|
472
|
+
_profile: {
|
|
473
|
+
timeZoneInfo?: {
|
|
474
|
+
timezone: string;
|
|
475
|
+
src: import("./enums").TimeZoneSource;
|
|
476
|
+
config?: Record<string, unknown> | undefined;
|
|
477
|
+
} | undefined;
|
|
478
|
+
};
|
|
479
|
+
} | undefined;
|
|
417
480
|
mfaStatus?: MfaStatus | undefined;
|
|
418
481
|
mfaRating?: "UNKNOWN" | "SECURE" | "INSECURE" | "MISSING" | undefined;
|
|
419
482
|
mfaFactors?: z.objectInputType<{
|
|
@@ -460,6 +523,51 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
460
523
|
department: z.ZodOptional<z.ZodString>;
|
|
461
524
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
462
525
|
lastActivity: z.ZodOptional<z.ZodString>;
|
|
526
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
527
|
+
_profile: z.ZodObject<{
|
|
528
|
+
timeZoneInfo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
529
|
+
timezone: z.ZodString;
|
|
530
|
+
src: z.ZodNativeEnum<typeof import("./enums").TimeZoneSource>;
|
|
531
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
532
|
+
}, "strip", z.ZodTypeAny, {
|
|
533
|
+
timezone: string;
|
|
534
|
+
src: import("./enums").TimeZoneSource;
|
|
535
|
+
config?: Record<string, unknown> | undefined;
|
|
536
|
+
}, {
|
|
537
|
+
timezone: string;
|
|
538
|
+
src: import("./enums").TimeZoneSource;
|
|
539
|
+
config?: Record<string, unknown> | undefined;
|
|
540
|
+
}>>>;
|
|
541
|
+
}, "strip", z.ZodTypeAny, {
|
|
542
|
+
timeZoneInfo?: {
|
|
543
|
+
timezone: string;
|
|
544
|
+
src: import("./enums").TimeZoneSource;
|
|
545
|
+
config?: Record<string, unknown> | undefined;
|
|
546
|
+
} | undefined;
|
|
547
|
+
}, {
|
|
548
|
+
timeZoneInfo?: {
|
|
549
|
+
timezone: string;
|
|
550
|
+
src: import("./enums").TimeZoneSource;
|
|
551
|
+
config?: Record<string, unknown> | undefined;
|
|
552
|
+
} | undefined;
|
|
553
|
+
}>;
|
|
554
|
+
}, "strip", z.ZodTypeAny, {
|
|
555
|
+
_profile: {
|
|
556
|
+
timeZoneInfo?: {
|
|
557
|
+
timezone: string;
|
|
558
|
+
src: import("./enums").TimeZoneSource;
|
|
559
|
+
config?: Record<string, unknown> | undefined;
|
|
560
|
+
} | undefined;
|
|
561
|
+
};
|
|
562
|
+
}, {
|
|
563
|
+
_profile: {
|
|
564
|
+
timeZoneInfo?: {
|
|
565
|
+
timezone: string;
|
|
566
|
+
src: import("./enums").TimeZoneSource;
|
|
567
|
+
config?: Record<string, unknown> | undefined;
|
|
568
|
+
} | undefined;
|
|
569
|
+
};
|
|
570
|
+
}>>;
|
|
463
571
|
}, {
|
|
464
572
|
userAccounts: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
465
573
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -589,6 +697,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
589
697
|
groups?: Record<string, string> | undefined;
|
|
590
698
|
extId?: string | undefined;
|
|
591
699
|
lastActivityTime?: string | undefined;
|
|
700
|
+
timeZoneInfo?: {
|
|
701
|
+
timezone: string;
|
|
702
|
+
src: import("./enums").TimeZoneSource;
|
|
703
|
+
config?: Record<string, unknown> | undefined;
|
|
704
|
+
} | undefined;
|
|
592
705
|
created?: string | undefined;
|
|
593
706
|
factors?: z.objectOutputType<{
|
|
594
707
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -597,11 +710,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
597
710
|
factorType: z.ZodOptional<z.ZodString>;
|
|
598
711
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
599
712
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
600
|
-
timeZoneInfo?: {
|
|
601
|
-
timezone: string;
|
|
602
|
-
src: import("./enums").TimeZoneSource;
|
|
603
|
-
config?: Record<string, unknown> | undefined;
|
|
604
|
-
} | undefined;
|
|
605
713
|
}, {
|
|
606
714
|
profile: {
|
|
607
715
|
email: string;
|
|
@@ -623,6 +731,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
623
731
|
groups?: Record<string, string> | undefined;
|
|
624
732
|
extId?: string | undefined;
|
|
625
733
|
lastActivityTime?: string | undefined;
|
|
734
|
+
timeZoneInfo?: {
|
|
735
|
+
timezone: string;
|
|
736
|
+
src: import("./enums").TimeZoneSource;
|
|
737
|
+
config?: Record<string, unknown> | undefined;
|
|
738
|
+
} | undefined;
|
|
626
739
|
created?: string | undefined;
|
|
627
740
|
factors?: z.objectInputType<{
|
|
628
741
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -631,11 +744,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
631
744
|
factorType: z.ZodOptional<z.ZodString>;
|
|
632
745
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
633
746
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
634
|
-
timeZoneInfo?: {
|
|
635
|
-
timezone: string;
|
|
636
|
-
src: import("./enums").TimeZoneSource;
|
|
637
|
-
config?: Record<string, unknown> | undefined;
|
|
638
|
-
} | undefined;
|
|
639
747
|
}>;
|
|
640
748
|
_raw: z.ZodUnknown;
|
|
641
749
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -660,6 +768,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
660
768
|
groups?: Record<string, string> | undefined;
|
|
661
769
|
extId?: string | undefined;
|
|
662
770
|
lastActivityTime?: string | undefined;
|
|
771
|
+
timeZoneInfo?: {
|
|
772
|
+
timezone: string;
|
|
773
|
+
src: import("./enums").TimeZoneSource;
|
|
774
|
+
config?: Record<string, unknown> | undefined;
|
|
775
|
+
} | undefined;
|
|
663
776
|
created?: string | undefined;
|
|
664
777
|
factors?: z.objectOutputType<{
|
|
665
778
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -668,11 +781,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
668
781
|
factorType: z.ZodOptional<z.ZodString>;
|
|
669
782
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
670
783
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
671
|
-
timeZoneInfo?: {
|
|
672
|
-
timezone: string;
|
|
673
|
-
src: import("./enums").TimeZoneSource;
|
|
674
|
-
config?: Record<string, unknown> | undefined;
|
|
675
|
-
} | undefined;
|
|
676
784
|
};
|
|
677
785
|
_raw?: unknown;
|
|
678
786
|
}, {
|
|
@@ -697,6 +805,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
697
805
|
groups?: Record<string, string> | undefined;
|
|
698
806
|
extId?: string | undefined;
|
|
699
807
|
lastActivityTime?: string | undefined;
|
|
808
|
+
timeZoneInfo?: {
|
|
809
|
+
timezone: string;
|
|
810
|
+
src: import("./enums").TimeZoneSource;
|
|
811
|
+
config?: Record<string, unknown> | undefined;
|
|
812
|
+
} | undefined;
|
|
700
813
|
created?: string | undefined;
|
|
701
814
|
factors?: z.objectInputType<{
|
|
702
815
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -705,11 +818,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
705
818
|
factorType: z.ZodOptional<z.ZodString>;
|
|
706
819
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
707
820
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
708
|
-
timeZoneInfo?: {
|
|
709
|
-
timezone: string;
|
|
710
|
-
src: import("./enums").TimeZoneSource;
|
|
711
|
-
config?: Record<string, unknown> | undefined;
|
|
712
|
-
} | undefined;
|
|
713
821
|
};
|
|
714
822
|
_raw?: unknown;
|
|
715
823
|
}>;
|
|
@@ -752,6 +860,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
752
860
|
groups?: Record<string, string> | undefined;
|
|
753
861
|
extId?: string | undefined;
|
|
754
862
|
lastActivityTime?: string | undefined;
|
|
863
|
+
timeZoneInfo?: {
|
|
864
|
+
timezone: string;
|
|
865
|
+
src: import("./enums").TimeZoneSource;
|
|
866
|
+
config?: Record<string, unknown> | undefined;
|
|
867
|
+
} | undefined;
|
|
755
868
|
created?: string | undefined;
|
|
756
869
|
factors?: z.objectOutputType<{
|
|
757
870
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -760,11 +873,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
760
873
|
factorType: z.ZodOptional<z.ZodString>;
|
|
761
874
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
762
875
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
763
|
-
timeZoneInfo?: {
|
|
764
|
-
timezone: string;
|
|
765
|
-
src: import("./enums").TimeZoneSource;
|
|
766
|
-
config?: Record<string, unknown> | undefined;
|
|
767
|
-
} | undefined;
|
|
768
876
|
};
|
|
769
877
|
_raw?: unknown;
|
|
770
878
|
};
|
|
@@ -800,6 +908,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
800
908
|
groups?: Record<string, string> | undefined;
|
|
801
909
|
extId?: string | undefined;
|
|
802
910
|
lastActivityTime?: string | undefined;
|
|
911
|
+
timeZoneInfo?: {
|
|
912
|
+
timezone: string;
|
|
913
|
+
src: import("./enums").TimeZoneSource;
|
|
914
|
+
config?: Record<string, unknown> | undefined;
|
|
915
|
+
} | undefined;
|
|
803
916
|
created?: string | undefined;
|
|
804
917
|
factors?: z.objectInputType<{
|
|
805
918
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -808,11 +921,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
808
921
|
factorType: z.ZodOptional<z.ZodString>;
|
|
809
922
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
810
923
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
811
|
-
timeZoneInfo?: {
|
|
812
|
-
timezone: string;
|
|
813
|
-
src: import("./enums").TimeZoneSource;
|
|
814
|
-
config?: Record<string, unknown> | undefined;
|
|
815
|
-
} | undefined;
|
|
816
924
|
};
|
|
817
925
|
_raw?: unknown;
|
|
818
926
|
};
|
|
@@ -1188,6 +1296,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1188
1296
|
groups?: Record<string, string> | undefined;
|
|
1189
1297
|
extId?: string | undefined;
|
|
1190
1298
|
lastActivityTime?: string | undefined;
|
|
1299
|
+
timeZoneInfo?: {
|
|
1300
|
+
timezone: string;
|
|
1301
|
+
src: import("./enums").TimeZoneSource;
|
|
1302
|
+
config?: Record<string, unknown> | undefined;
|
|
1303
|
+
} | undefined;
|
|
1191
1304
|
created?: string | undefined;
|
|
1192
1305
|
factors?: z.objectOutputType<{
|
|
1193
1306
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -1196,11 +1309,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1196
1309
|
factorType: z.ZodOptional<z.ZodString>;
|
|
1197
1310
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
1198
1311
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
1199
|
-
timeZoneInfo?: {
|
|
1200
|
-
timezone: string;
|
|
1201
|
-
src: import("./enums").TimeZoneSource;
|
|
1202
|
-
config?: Record<string, unknown> | undefined;
|
|
1203
|
-
} | undefined;
|
|
1204
1312
|
};
|
|
1205
1313
|
_raw?: unknown;
|
|
1206
1314
|
};
|
|
@@ -1231,6 +1339,15 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1231
1339
|
lastName?: string | undefined;
|
|
1232
1340
|
active?: boolean | undefined;
|
|
1233
1341
|
lastActivity?: string | undefined;
|
|
1342
|
+
meta?: {
|
|
1343
|
+
_profile: {
|
|
1344
|
+
timeZoneInfo?: {
|
|
1345
|
+
timezone: string;
|
|
1346
|
+
src: import("./enums").TimeZoneSource;
|
|
1347
|
+
config?: Record<string, unknown> | undefined;
|
|
1348
|
+
} | undefined;
|
|
1349
|
+
};
|
|
1350
|
+
} | undefined;
|
|
1234
1351
|
}, {
|
|
1235
1352
|
assetAccounts: Record<string, {
|
|
1236
1353
|
id: string;
|
|
@@ -1304,6 +1421,11 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1304
1421
|
groups?: Record<string, string> | undefined;
|
|
1305
1422
|
extId?: string | undefined;
|
|
1306
1423
|
lastActivityTime?: string | undefined;
|
|
1424
|
+
timeZoneInfo?: {
|
|
1425
|
+
timezone: string;
|
|
1426
|
+
src: import("./enums").TimeZoneSource;
|
|
1427
|
+
config?: Record<string, unknown> | undefined;
|
|
1428
|
+
} | undefined;
|
|
1307
1429
|
created?: string | undefined;
|
|
1308
1430
|
factors?: z.objectInputType<{
|
|
1309
1431
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -1312,11 +1434,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1312
1434
|
factorType: z.ZodOptional<z.ZodString>;
|
|
1313
1435
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
1314
1436
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
1315
|
-
timeZoneInfo?: {
|
|
1316
|
-
timezone: string;
|
|
1317
|
-
src: import("./enums").TimeZoneSource;
|
|
1318
|
-
config?: Record<string, unknown> | undefined;
|
|
1319
|
-
} | undefined;
|
|
1320
1437
|
};
|
|
1321
1438
|
_raw?: unknown;
|
|
1322
1439
|
};
|
|
@@ -1347,5 +1464,14 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1347
1464
|
lastName?: string | undefined;
|
|
1348
1465
|
active?: boolean | undefined;
|
|
1349
1466
|
lastActivity?: string | undefined;
|
|
1467
|
+
meta?: {
|
|
1468
|
+
_profile: {
|
|
1469
|
+
timeZoneInfo?: {
|
|
1470
|
+
timezone: string;
|
|
1471
|
+
src: import("./enums").TimeZoneSource;
|
|
1472
|
+
config?: Record<string, unknown> | undefined;
|
|
1473
|
+
} | undefined;
|
|
1474
|
+
};
|
|
1475
|
+
} | undefined;
|
|
1350
1476
|
}>;
|
|
1351
1477
|
export type UserCoverageReport = z.infer<typeof _UserCoverageReport>;
|
|
@@ -131,6 +131,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
131
131
|
groups?: Record<string, string> | undefined;
|
|
132
132
|
extId?: string | undefined;
|
|
133
133
|
lastActivityTime?: string | undefined;
|
|
134
|
+
timeZoneInfo?: {
|
|
135
|
+
timezone: string;
|
|
136
|
+
src: import("..").TimeZoneSource;
|
|
137
|
+
config?: Record<string, unknown> | undefined;
|
|
138
|
+
} | undefined;
|
|
134
139
|
created?: string | undefined;
|
|
135
140
|
factors?: z.objectOutputType<{
|
|
136
141
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -139,11 +144,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
139
144
|
factorType: z.ZodOptional<z.ZodString>;
|
|
140
145
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
141
146
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
142
|
-
timeZoneInfo?: {
|
|
143
|
-
timezone: string;
|
|
144
|
-
src: import("..").TimeZoneSource;
|
|
145
|
-
config?: Record<string, unknown> | undefined;
|
|
146
|
-
} | undefined;
|
|
147
147
|
}, {
|
|
148
148
|
profile: {
|
|
149
149
|
email: string;
|
|
@@ -165,6 +165,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
165
165
|
groups?: Record<string, string> | undefined;
|
|
166
166
|
extId?: string | undefined;
|
|
167
167
|
lastActivityTime?: string | undefined;
|
|
168
|
+
timeZoneInfo?: {
|
|
169
|
+
timezone: string;
|
|
170
|
+
src: import("..").TimeZoneSource;
|
|
171
|
+
config?: Record<string, unknown> | undefined;
|
|
172
|
+
} | undefined;
|
|
168
173
|
created?: string | undefined;
|
|
169
174
|
factors?: z.objectInputType<{
|
|
170
175
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -173,11 +178,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
173
178
|
factorType: z.ZodOptional<z.ZodString>;
|
|
174
179
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
175
180
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
176
|
-
timeZoneInfo?: {
|
|
177
|
-
timezone: string;
|
|
178
|
-
src: import("..").TimeZoneSource;
|
|
179
|
-
config?: Record<string, unknown> | undefined;
|
|
180
|
-
} | undefined;
|
|
181
181
|
}>;
|
|
182
182
|
_raw: z.ZodUnknown;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -202,6 +202,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
202
202
|
groups?: Record<string, string> | undefined;
|
|
203
203
|
extId?: string | undefined;
|
|
204
204
|
lastActivityTime?: string | undefined;
|
|
205
|
+
timeZoneInfo?: {
|
|
206
|
+
timezone: string;
|
|
207
|
+
src: import("..").TimeZoneSource;
|
|
208
|
+
config?: Record<string, unknown> | undefined;
|
|
209
|
+
} | undefined;
|
|
205
210
|
created?: string | undefined;
|
|
206
211
|
factors?: z.objectOutputType<{
|
|
207
212
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -210,11 +215,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
210
215
|
factorType: z.ZodOptional<z.ZodString>;
|
|
211
216
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
212
217
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
213
|
-
timeZoneInfo?: {
|
|
214
|
-
timezone: string;
|
|
215
|
-
src: import("..").TimeZoneSource;
|
|
216
|
-
config?: Record<string, unknown> | undefined;
|
|
217
|
-
} | undefined;
|
|
218
218
|
};
|
|
219
219
|
_raw?: unknown;
|
|
220
220
|
}, {
|
|
@@ -239,6 +239,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
239
239
|
groups?: Record<string, string> | undefined;
|
|
240
240
|
extId?: string | undefined;
|
|
241
241
|
lastActivityTime?: string | undefined;
|
|
242
|
+
timeZoneInfo?: {
|
|
243
|
+
timezone: string;
|
|
244
|
+
src: import("..").TimeZoneSource;
|
|
245
|
+
config?: Record<string, unknown> | undefined;
|
|
246
|
+
} | undefined;
|
|
242
247
|
created?: string | undefined;
|
|
243
248
|
factors?: z.objectInputType<{
|
|
244
249
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -247,11 +252,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
247
252
|
factorType: z.ZodOptional<z.ZodString>;
|
|
248
253
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
249
254
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
250
|
-
timeZoneInfo?: {
|
|
251
|
-
timezone: string;
|
|
252
|
-
src: import("..").TimeZoneSource;
|
|
253
|
-
config?: Record<string, unknown> | undefined;
|
|
254
|
-
} | undefined;
|
|
255
255
|
};
|
|
256
256
|
_raw?: unknown;
|
|
257
257
|
}>;
|
|
@@ -285,6 +285,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
285
285
|
groups?: Record<string, string> | undefined;
|
|
286
286
|
extId?: string | undefined;
|
|
287
287
|
lastActivityTime?: string | undefined;
|
|
288
|
+
timeZoneInfo?: {
|
|
289
|
+
timezone: string;
|
|
290
|
+
src: import("..").TimeZoneSource;
|
|
291
|
+
config?: Record<string, unknown> | undefined;
|
|
292
|
+
} | undefined;
|
|
288
293
|
created?: string | undefined;
|
|
289
294
|
factors?: z.objectOutputType<{
|
|
290
295
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -293,11 +298,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
293
298
|
factorType: z.ZodOptional<z.ZodString>;
|
|
294
299
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
295
300
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
296
|
-
timeZoneInfo?: {
|
|
297
|
-
timezone: string;
|
|
298
|
-
src: import("..").TimeZoneSource;
|
|
299
|
-
config?: Record<string, unknown> | undefined;
|
|
300
|
-
} | undefined;
|
|
301
301
|
};
|
|
302
302
|
_raw?: unknown;
|
|
303
303
|
};
|
|
@@ -334,6 +334,11 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
334
334
|
groups?: Record<string, string> | undefined;
|
|
335
335
|
extId?: string | undefined;
|
|
336
336
|
lastActivityTime?: string | undefined;
|
|
337
|
+
timeZoneInfo?: {
|
|
338
|
+
timezone: string;
|
|
339
|
+
src: import("..").TimeZoneSource;
|
|
340
|
+
config?: Record<string, unknown> | undefined;
|
|
341
|
+
} | undefined;
|
|
337
342
|
created?: string | undefined;
|
|
338
343
|
factors?: z.objectInputType<{
|
|
339
344
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -342,11 +347,6 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
342
347
|
factorType: z.ZodOptional<z.ZodString>;
|
|
343
348
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
344
349
|
}, z.ZodUnknown, "strip">[] | undefined;
|
|
345
|
-
timeZoneInfo?: {
|
|
346
|
-
timezone: string;
|
|
347
|
-
src: import("..").TimeZoneSource;
|
|
348
|
-
config?: Record<string, unknown> | undefined;
|
|
349
|
-
} | undefined;
|
|
350
350
|
};
|
|
351
351
|
_raw?: unknown;
|
|
352
352
|
};
|