@descope/user-management-widget 0.7.9 → 0.7.10
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/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +71 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ type User = {
|
|
|
30
30
|
editable: boolean;
|
|
31
31
|
customAttributes: CustomAttributes;
|
|
32
32
|
createdTime: number;
|
|
33
|
+
createdTimeFormatted?: string;
|
|
33
34
|
TOTP: boolean;
|
|
34
35
|
SAML: boolean;
|
|
35
36
|
webauthn: boolean;
|
|
@@ -1418,6 +1419,7 @@ declare const UserManagementWidget: {
|
|
|
1418
1419
|
[x: string]: CustomAttributeType;
|
|
1419
1420
|
};
|
|
1420
1421
|
createdTime: number;
|
|
1422
|
+
createdTimeFormatted?: string;
|
|
1421
1423
|
TOTP: boolean;
|
|
1422
1424
|
SAML: boolean;
|
|
1423
1425
|
webauthn: boolean;
|
|
@@ -1525,6 +1527,7 @@ declare const UserManagementWidget: {
|
|
|
1525
1527
|
[x: string]: CustomAttributeType;
|
|
1526
1528
|
};
|
|
1527
1529
|
createdTime: number;
|
|
1530
|
+
createdTimeFormatted?: string;
|
|
1528
1531
|
TOTP: boolean;
|
|
1529
1532
|
SAML: boolean;
|
|
1530
1533
|
webauthn: boolean;
|
|
@@ -1921,6 +1924,7 @@ declare const UserManagementWidget: {
|
|
|
1921
1924
|
[x: string]: CustomAttributeType;
|
|
1922
1925
|
};
|
|
1923
1926
|
createdTime: number;
|
|
1927
|
+
createdTimeFormatted?: string;
|
|
1924
1928
|
TOTP: boolean;
|
|
1925
1929
|
SAML: boolean;
|
|
1926
1930
|
webauthn: boolean;
|
|
@@ -2028,6 +2032,7 @@ declare const UserManagementWidget: {
|
|
|
2028
2032
|
[x: string]: CustomAttributeType;
|
|
2029
2033
|
};
|
|
2030
2034
|
createdTime: number;
|
|
2035
|
+
createdTimeFormatted?: string;
|
|
2031
2036
|
TOTP: boolean;
|
|
2032
2037
|
SAML: boolean;
|
|
2033
2038
|
webauthn: boolean;
|
|
@@ -2424,6 +2429,7 @@ declare const UserManagementWidget: {
|
|
|
2424
2429
|
[x: string]: CustomAttributeType;
|
|
2425
2430
|
};
|
|
2426
2431
|
createdTime: number;
|
|
2432
|
+
createdTimeFormatted?: string;
|
|
2427
2433
|
TOTP: boolean;
|
|
2428
2434
|
SAML: boolean;
|
|
2429
2435
|
webauthn: boolean;
|
|
@@ -2531,6 +2537,7 @@ declare const UserManagementWidget: {
|
|
|
2531
2537
|
[x: string]: CustomAttributeType;
|
|
2532
2538
|
};
|
|
2533
2539
|
createdTime: number;
|
|
2540
|
+
createdTimeFormatted?: string;
|
|
2534
2541
|
TOTP: boolean;
|
|
2535
2542
|
SAML: boolean;
|
|
2536
2543
|
webauthn: boolean;
|
|
@@ -2927,6 +2934,7 @@ declare const UserManagementWidget: {
|
|
|
2927
2934
|
[x: string]: CustomAttributeType;
|
|
2928
2935
|
};
|
|
2929
2936
|
createdTime: number;
|
|
2937
|
+
createdTimeFormatted?: string;
|
|
2930
2938
|
TOTP: boolean;
|
|
2931
2939
|
SAML: boolean;
|
|
2932
2940
|
webauthn: boolean;
|
|
@@ -3034,6 +3042,7 @@ declare const UserManagementWidget: {
|
|
|
3034
3042
|
[x: string]: CustomAttributeType;
|
|
3035
3043
|
};
|
|
3036
3044
|
createdTime: number;
|
|
3045
|
+
createdTimeFormatted?: string;
|
|
3037
3046
|
TOTP: boolean;
|
|
3038
3047
|
SAML: boolean;
|
|
3039
3048
|
webauthn: boolean;
|
|
@@ -3430,6 +3439,7 @@ declare const UserManagementWidget: {
|
|
|
3430
3439
|
[x: string]: CustomAttributeType;
|
|
3431
3440
|
};
|
|
3432
3441
|
createdTime: number;
|
|
3442
|
+
createdTimeFormatted?: string;
|
|
3433
3443
|
TOTP: boolean;
|
|
3434
3444
|
SAML: boolean;
|
|
3435
3445
|
webauthn: boolean;
|
|
@@ -3537,6 +3547,7 @@ declare const UserManagementWidget: {
|
|
|
3537
3547
|
[x: string]: CustomAttributeType;
|
|
3538
3548
|
};
|
|
3539
3549
|
createdTime: number;
|
|
3550
|
+
createdTimeFormatted?: string;
|
|
3540
3551
|
TOTP: boolean;
|
|
3541
3552
|
SAML: boolean;
|
|
3542
3553
|
webauthn: boolean;
|
|
@@ -3933,6 +3944,7 @@ declare const UserManagementWidget: {
|
|
|
3933
3944
|
[x: string]: CustomAttributeType;
|
|
3934
3945
|
};
|
|
3935
3946
|
createdTime: number;
|
|
3947
|
+
createdTimeFormatted?: string;
|
|
3936
3948
|
TOTP: boolean;
|
|
3937
3949
|
SAML: boolean;
|
|
3938
3950
|
webauthn: boolean;
|
|
@@ -4040,6 +4052,7 @@ declare const UserManagementWidget: {
|
|
|
4040
4052
|
[x: string]: CustomAttributeType;
|
|
4041
4053
|
};
|
|
4042
4054
|
createdTime: number;
|
|
4055
|
+
createdTimeFormatted?: string;
|
|
4043
4056
|
TOTP: boolean;
|
|
4044
4057
|
SAML: boolean;
|
|
4045
4058
|
webauthn: boolean;
|
|
@@ -4436,6 +4449,7 @@ declare const UserManagementWidget: {
|
|
|
4436
4449
|
[x: string]: CustomAttributeType;
|
|
4437
4450
|
};
|
|
4438
4451
|
createdTime: number;
|
|
4452
|
+
createdTimeFormatted?: string;
|
|
4439
4453
|
TOTP: boolean;
|
|
4440
4454
|
SAML: boolean;
|
|
4441
4455
|
webauthn: boolean;
|
|
@@ -4543,6 +4557,7 @@ declare const UserManagementWidget: {
|
|
|
4543
4557
|
[x: string]: CustomAttributeType;
|
|
4544
4558
|
};
|
|
4545
4559
|
createdTime: number;
|
|
4560
|
+
createdTimeFormatted?: string;
|
|
4546
4561
|
TOTP: boolean;
|
|
4547
4562
|
SAML: boolean;
|
|
4548
4563
|
webauthn: boolean;
|
|
@@ -4939,6 +4954,7 @@ declare const UserManagementWidget: {
|
|
|
4939
4954
|
[x: string]: CustomAttributeType;
|
|
4940
4955
|
};
|
|
4941
4956
|
createdTime: number;
|
|
4957
|
+
createdTimeFormatted?: string;
|
|
4942
4958
|
TOTP: boolean;
|
|
4943
4959
|
SAML: boolean;
|
|
4944
4960
|
webauthn: boolean;
|
|
@@ -5046,6 +5062,7 @@ declare const UserManagementWidget: {
|
|
|
5046
5062
|
[x: string]: CustomAttributeType;
|
|
5047
5063
|
};
|
|
5048
5064
|
createdTime: number;
|
|
5065
|
+
createdTimeFormatted?: string;
|
|
5049
5066
|
TOTP: boolean;
|
|
5050
5067
|
SAML: boolean;
|
|
5051
5068
|
webauthn: boolean;
|
|
@@ -5442,6 +5459,7 @@ declare const UserManagementWidget: {
|
|
|
5442
5459
|
[x: string]: CustomAttributeType;
|
|
5443
5460
|
};
|
|
5444
5461
|
createdTime: number;
|
|
5462
|
+
createdTimeFormatted?: string;
|
|
5445
5463
|
TOTP: boolean;
|
|
5446
5464
|
SAML: boolean;
|
|
5447
5465
|
webauthn: boolean;
|
|
@@ -5549,6 +5567,7 @@ declare const UserManagementWidget: {
|
|
|
5549
5567
|
[x: string]: CustomAttributeType;
|
|
5550
5568
|
};
|
|
5551
5569
|
createdTime: number;
|
|
5570
|
+
createdTimeFormatted?: string;
|
|
5552
5571
|
TOTP: boolean;
|
|
5553
5572
|
SAML: boolean;
|
|
5554
5573
|
webauthn: boolean;
|
|
@@ -5945,6 +5964,7 @@ declare const UserManagementWidget: {
|
|
|
5945
5964
|
[x: string]: CustomAttributeType;
|
|
5946
5965
|
};
|
|
5947
5966
|
createdTime: number;
|
|
5967
|
+
createdTimeFormatted?: string;
|
|
5948
5968
|
TOTP: boolean;
|
|
5949
5969
|
SAML: boolean;
|
|
5950
5970
|
webauthn: boolean;
|
|
@@ -6052,6 +6072,7 @@ declare const UserManagementWidget: {
|
|
|
6052
6072
|
[x: string]: CustomAttributeType;
|
|
6053
6073
|
};
|
|
6054
6074
|
createdTime: number;
|
|
6075
|
+
createdTimeFormatted?: string;
|
|
6055
6076
|
TOTP: boolean;
|
|
6056
6077
|
SAML: boolean;
|
|
6057
6078
|
webauthn: boolean;
|
|
@@ -6448,6 +6469,7 @@ declare const UserManagementWidget: {
|
|
|
6448
6469
|
[x: string]: CustomAttributeType;
|
|
6449
6470
|
};
|
|
6450
6471
|
createdTime: number;
|
|
6472
|
+
createdTimeFormatted?: string;
|
|
6451
6473
|
TOTP: boolean;
|
|
6452
6474
|
SAML: boolean;
|
|
6453
6475
|
webauthn: boolean;
|
|
@@ -6555,6 +6577,7 @@ declare const UserManagementWidget: {
|
|
|
6555
6577
|
[x: string]: CustomAttributeType;
|
|
6556
6578
|
};
|
|
6557
6579
|
createdTime: number;
|
|
6580
|
+
createdTimeFormatted?: string;
|
|
6558
6581
|
TOTP: boolean;
|
|
6559
6582
|
SAML: boolean;
|
|
6560
6583
|
webauthn: boolean;
|
|
@@ -6951,6 +6974,7 @@ declare const UserManagementWidget: {
|
|
|
6951
6974
|
[x: string]: CustomAttributeType;
|
|
6952
6975
|
};
|
|
6953
6976
|
createdTime: number;
|
|
6977
|
+
createdTimeFormatted?: string;
|
|
6954
6978
|
TOTP: boolean;
|
|
6955
6979
|
SAML: boolean;
|
|
6956
6980
|
webauthn: boolean;
|
|
@@ -7058,6 +7082,7 @@ declare const UserManagementWidget: {
|
|
|
7058
7082
|
[x: string]: CustomAttributeType;
|
|
7059
7083
|
};
|
|
7060
7084
|
createdTime: number;
|
|
7085
|
+
createdTimeFormatted?: string;
|
|
7061
7086
|
TOTP: boolean;
|
|
7062
7087
|
SAML: boolean;
|
|
7063
7088
|
webauthn: boolean;
|
|
@@ -7454,6 +7479,7 @@ declare const UserManagementWidget: {
|
|
|
7454
7479
|
[x: string]: CustomAttributeType;
|
|
7455
7480
|
};
|
|
7456
7481
|
createdTime: number;
|
|
7482
|
+
createdTimeFormatted?: string;
|
|
7457
7483
|
TOTP: boolean;
|
|
7458
7484
|
SAML: boolean;
|
|
7459
7485
|
webauthn: boolean;
|
|
@@ -7561,6 +7587,7 @@ declare const UserManagementWidget: {
|
|
|
7561
7587
|
[x: string]: CustomAttributeType;
|
|
7562
7588
|
};
|
|
7563
7589
|
createdTime: number;
|
|
7590
|
+
createdTimeFormatted?: string;
|
|
7564
7591
|
TOTP: boolean;
|
|
7565
7592
|
SAML: boolean;
|
|
7566
7593
|
webauthn: boolean;
|
|
@@ -7957,6 +7984,7 @@ declare const UserManagementWidget: {
|
|
|
7957
7984
|
[x: string]: CustomAttributeType;
|
|
7958
7985
|
};
|
|
7959
7986
|
createdTime: number;
|
|
7987
|
+
createdTimeFormatted?: string;
|
|
7960
7988
|
TOTP: boolean;
|
|
7961
7989
|
SAML: boolean;
|
|
7962
7990
|
webauthn: boolean;
|
|
@@ -8064,6 +8092,7 @@ declare const UserManagementWidget: {
|
|
|
8064
8092
|
[x: string]: CustomAttributeType;
|
|
8065
8093
|
};
|
|
8066
8094
|
createdTime: number;
|
|
8095
|
+
createdTimeFormatted?: string;
|
|
8067
8096
|
TOTP: boolean;
|
|
8068
8097
|
SAML: boolean;
|
|
8069
8098
|
webauthn: boolean;
|
|
@@ -8460,6 +8489,7 @@ declare const UserManagementWidget: {
|
|
|
8460
8489
|
[x: string]: CustomAttributeType;
|
|
8461
8490
|
};
|
|
8462
8491
|
createdTime: number;
|
|
8492
|
+
createdTimeFormatted?: string;
|
|
8463
8493
|
TOTP: boolean;
|
|
8464
8494
|
SAML: boolean;
|
|
8465
8495
|
webauthn: boolean;
|
|
@@ -8567,6 +8597,7 @@ declare const UserManagementWidget: {
|
|
|
8567
8597
|
[x: string]: CustomAttributeType;
|
|
8568
8598
|
};
|
|
8569
8599
|
createdTime: number;
|
|
8600
|
+
createdTimeFormatted?: string;
|
|
8570
8601
|
TOTP: boolean;
|
|
8571
8602
|
SAML: boolean;
|
|
8572
8603
|
webauthn: boolean;
|
|
@@ -8963,6 +8994,7 @@ declare const UserManagementWidget: {
|
|
|
8963
8994
|
[x: string]: CustomAttributeType;
|
|
8964
8995
|
};
|
|
8965
8996
|
createdTime: number;
|
|
8997
|
+
createdTimeFormatted?: string;
|
|
8966
8998
|
TOTP: boolean;
|
|
8967
8999
|
SAML: boolean;
|
|
8968
9000
|
webauthn: boolean;
|
|
@@ -9070,6 +9102,7 @@ declare const UserManagementWidget: {
|
|
|
9070
9102
|
[x: string]: CustomAttributeType;
|
|
9071
9103
|
};
|
|
9072
9104
|
createdTime: number;
|
|
9105
|
+
createdTimeFormatted?: string;
|
|
9073
9106
|
TOTP: boolean;
|
|
9074
9107
|
SAML: boolean;
|
|
9075
9108
|
webauthn: boolean;
|
|
@@ -9466,6 +9499,7 @@ declare const UserManagementWidget: {
|
|
|
9466
9499
|
[x: string]: CustomAttributeType;
|
|
9467
9500
|
};
|
|
9468
9501
|
createdTime: number;
|
|
9502
|
+
createdTimeFormatted?: string;
|
|
9469
9503
|
TOTP: boolean;
|
|
9470
9504
|
SAML: boolean;
|
|
9471
9505
|
webauthn: boolean;
|
|
@@ -9573,6 +9607,7 @@ declare const UserManagementWidget: {
|
|
|
9573
9607
|
[x: string]: CustomAttributeType;
|
|
9574
9608
|
};
|
|
9575
9609
|
createdTime: number;
|
|
9610
|
+
createdTimeFormatted?: string;
|
|
9576
9611
|
TOTP: boolean;
|
|
9577
9612
|
SAML: boolean;
|
|
9578
9613
|
webauthn: boolean;
|
|
@@ -9969,6 +10004,7 @@ declare const UserManagementWidget: {
|
|
|
9969
10004
|
[x: string]: CustomAttributeType;
|
|
9970
10005
|
};
|
|
9971
10006
|
createdTime: number;
|
|
10007
|
+
createdTimeFormatted?: string;
|
|
9972
10008
|
TOTP: boolean;
|
|
9973
10009
|
SAML: boolean;
|
|
9974
10010
|
webauthn: boolean;
|
|
@@ -10076,6 +10112,7 @@ declare const UserManagementWidget: {
|
|
|
10076
10112
|
[x: string]: CustomAttributeType;
|
|
10077
10113
|
};
|
|
10078
10114
|
createdTime: number;
|
|
10115
|
+
createdTimeFormatted?: string;
|
|
10079
10116
|
TOTP: boolean;
|
|
10080
10117
|
SAML: boolean;
|
|
10081
10118
|
webauthn: boolean;
|
|
@@ -10472,6 +10509,7 @@ declare const UserManagementWidget: {
|
|
|
10472
10509
|
[x: string]: CustomAttributeType;
|
|
10473
10510
|
};
|
|
10474
10511
|
createdTime: number;
|
|
10512
|
+
createdTimeFormatted?: string;
|
|
10475
10513
|
TOTP: boolean;
|
|
10476
10514
|
SAML: boolean;
|
|
10477
10515
|
webauthn: boolean;
|
|
@@ -10579,6 +10617,7 @@ declare const UserManagementWidget: {
|
|
|
10579
10617
|
[x: string]: CustomAttributeType;
|
|
10580
10618
|
};
|
|
10581
10619
|
createdTime: number;
|
|
10620
|
+
createdTimeFormatted?: string;
|
|
10582
10621
|
TOTP: boolean;
|
|
10583
10622
|
SAML: boolean;
|
|
10584
10623
|
webauthn: boolean;
|
|
@@ -10975,6 +11014,7 @@ declare const UserManagementWidget: {
|
|
|
10975
11014
|
[x: string]: CustomAttributeType;
|
|
10976
11015
|
};
|
|
10977
11016
|
createdTime: number;
|
|
11017
|
+
createdTimeFormatted?: string;
|
|
10978
11018
|
TOTP: boolean;
|
|
10979
11019
|
SAML: boolean;
|
|
10980
11020
|
webauthn: boolean;
|
|
@@ -11082,6 +11122,7 @@ declare const UserManagementWidget: {
|
|
|
11082
11122
|
[x: string]: CustomAttributeType;
|
|
11083
11123
|
};
|
|
11084
11124
|
createdTime: number;
|
|
11125
|
+
createdTimeFormatted?: string;
|
|
11085
11126
|
TOTP: boolean;
|
|
11086
11127
|
SAML: boolean;
|
|
11087
11128
|
webauthn: boolean;
|
|
@@ -11478,6 +11519,7 @@ declare const UserManagementWidget: {
|
|
|
11478
11519
|
[x: string]: CustomAttributeType;
|
|
11479
11520
|
};
|
|
11480
11521
|
createdTime: number;
|
|
11522
|
+
createdTimeFormatted?: string;
|
|
11481
11523
|
TOTP: boolean;
|
|
11482
11524
|
SAML: boolean;
|
|
11483
11525
|
webauthn: boolean;
|
|
@@ -11585,6 +11627,7 @@ declare const UserManagementWidget: {
|
|
|
11585
11627
|
[x: string]: CustomAttributeType;
|
|
11586
11628
|
};
|
|
11587
11629
|
createdTime: number;
|
|
11630
|
+
createdTimeFormatted?: string;
|
|
11588
11631
|
TOTP: boolean;
|
|
11589
11632
|
SAML: boolean;
|
|
11590
11633
|
webauthn: boolean;
|
|
@@ -11981,6 +12024,7 @@ declare const UserManagementWidget: {
|
|
|
11981
12024
|
[x: string]: CustomAttributeType;
|
|
11982
12025
|
};
|
|
11983
12026
|
createdTime: number;
|
|
12027
|
+
createdTimeFormatted?: string;
|
|
11984
12028
|
TOTP: boolean;
|
|
11985
12029
|
SAML: boolean;
|
|
11986
12030
|
webauthn: boolean;
|
|
@@ -12088,6 +12132,7 @@ declare const UserManagementWidget: {
|
|
|
12088
12132
|
[x: string]: CustomAttributeType;
|
|
12089
12133
|
};
|
|
12090
12134
|
createdTime: number;
|
|
12135
|
+
createdTimeFormatted?: string;
|
|
12091
12136
|
TOTP: boolean;
|
|
12092
12137
|
SAML: boolean;
|
|
12093
12138
|
webauthn: boolean;
|
|
@@ -12484,6 +12529,7 @@ declare const UserManagementWidget: {
|
|
|
12484
12529
|
[x: string]: CustomAttributeType;
|
|
12485
12530
|
};
|
|
12486
12531
|
createdTime: number;
|
|
12532
|
+
createdTimeFormatted?: string;
|
|
12487
12533
|
TOTP: boolean;
|
|
12488
12534
|
SAML: boolean;
|
|
12489
12535
|
webauthn: boolean;
|
|
@@ -12591,6 +12637,7 @@ declare const UserManagementWidget: {
|
|
|
12591
12637
|
[x: string]: CustomAttributeType;
|
|
12592
12638
|
};
|
|
12593
12639
|
createdTime: number;
|
|
12640
|
+
createdTimeFormatted?: string;
|
|
12594
12641
|
TOTP: boolean;
|
|
12595
12642
|
SAML: boolean;
|
|
12596
12643
|
webauthn: boolean;
|
|
@@ -12987,6 +13034,7 @@ declare const UserManagementWidget: {
|
|
|
12987
13034
|
[x: string]: CustomAttributeType;
|
|
12988
13035
|
};
|
|
12989
13036
|
createdTime: number;
|
|
13037
|
+
createdTimeFormatted?: string;
|
|
12990
13038
|
TOTP: boolean;
|
|
12991
13039
|
SAML: boolean;
|
|
12992
13040
|
webauthn: boolean;
|
|
@@ -13094,6 +13142,7 @@ declare const UserManagementWidget: {
|
|
|
13094
13142
|
[x: string]: CustomAttributeType;
|
|
13095
13143
|
};
|
|
13096
13144
|
createdTime: number;
|
|
13145
|
+
createdTimeFormatted?: string;
|
|
13097
13146
|
TOTP: boolean;
|
|
13098
13147
|
SAML: boolean;
|
|
13099
13148
|
webauthn: boolean;
|
|
@@ -13490,6 +13539,7 @@ declare const UserManagementWidget: {
|
|
|
13490
13539
|
[x: string]: CustomAttributeType;
|
|
13491
13540
|
};
|
|
13492
13541
|
createdTime: number;
|
|
13542
|
+
createdTimeFormatted?: string;
|
|
13493
13543
|
TOTP: boolean;
|
|
13494
13544
|
SAML: boolean;
|
|
13495
13545
|
webauthn: boolean;
|
|
@@ -13597,6 +13647,7 @@ declare const UserManagementWidget: {
|
|
|
13597
13647
|
[x: string]: CustomAttributeType;
|
|
13598
13648
|
};
|
|
13599
13649
|
createdTime: number;
|
|
13650
|
+
createdTimeFormatted?: string;
|
|
13600
13651
|
TOTP: boolean;
|
|
13601
13652
|
SAML: boolean;
|
|
13602
13653
|
webauthn: boolean;
|
|
@@ -13993,6 +14044,7 @@ declare const UserManagementWidget: {
|
|
|
13993
14044
|
[x: string]: CustomAttributeType;
|
|
13994
14045
|
};
|
|
13995
14046
|
createdTime: number;
|
|
14047
|
+
createdTimeFormatted?: string;
|
|
13996
14048
|
TOTP: boolean;
|
|
13997
14049
|
SAML: boolean;
|
|
13998
14050
|
webauthn: boolean;
|
|
@@ -14100,6 +14152,7 @@ declare const UserManagementWidget: {
|
|
|
14100
14152
|
[x: string]: CustomAttributeType;
|
|
14101
14153
|
};
|
|
14102
14154
|
createdTime: number;
|
|
14155
|
+
createdTimeFormatted?: string;
|
|
14103
14156
|
TOTP: boolean;
|
|
14104
14157
|
SAML: boolean;
|
|
14105
14158
|
webauthn: boolean;
|
|
@@ -14496,6 +14549,7 @@ declare const UserManagementWidget: {
|
|
|
14496
14549
|
[x: string]: CustomAttributeType;
|
|
14497
14550
|
};
|
|
14498
14551
|
createdTime: number;
|
|
14552
|
+
createdTimeFormatted?: string;
|
|
14499
14553
|
TOTP: boolean;
|
|
14500
14554
|
SAML: boolean;
|
|
14501
14555
|
webauthn: boolean;
|
|
@@ -14603,6 +14657,7 @@ declare const UserManagementWidget: {
|
|
|
14603
14657
|
[x: string]: CustomAttributeType;
|
|
14604
14658
|
};
|
|
14605
14659
|
createdTime: number;
|
|
14660
|
+
createdTimeFormatted?: string;
|
|
14606
14661
|
TOTP: boolean;
|
|
14607
14662
|
SAML: boolean;
|
|
14608
14663
|
webauthn: boolean;
|
|
@@ -14999,6 +15054,7 @@ declare const UserManagementWidget: {
|
|
|
14999
15054
|
[x: string]: CustomAttributeType;
|
|
15000
15055
|
};
|
|
15001
15056
|
createdTime: number;
|
|
15057
|
+
createdTimeFormatted?: string;
|
|
15002
15058
|
TOTP: boolean;
|
|
15003
15059
|
SAML: boolean;
|
|
15004
15060
|
webauthn: boolean;
|
|
@@ -15106,6 +15162,7 @@ declare const UserManagementWidget: {
|
|
|
15106
15162
|
[x: string]: CustomAttributeType;
|
|
15107
15163
|
};
|
|
15108
15164
|
createdTime: number;
|
|
15165
|
+
createdTimeFormatted?: string;
|
|
15109
15166
|
TOTP: boolean;
|
|
15110
15167
|
SAML: boolean;
|
|
15111
15168
|
webauthn: boolean;
|
|
@@ -15502,6 +15559,7 @@ declare const UserManagementWidget: {
|
|
|
15502
15559
|
[x: string]: CustomAttributeType;
|
|
15503
15560
|
};
|
|
15504
15561
|
createdTime: number;
|
|
15562
|
+
createdTimeFormatted?: string;
|
|
15505
15563
|
TOTP: boolean;
|
|
15506
15564
|
SAML: boolean;
|
|
15507
15565
|
webauthn: boolean;
|
|
@@ -15609,6 +15667,7 @@ declare const UserManagementWidget: {
|
|
|
15609
15667
|
[x: string]: CustomAttributeType;
|
|
15610
15668
|
};
|
|
15611
15669
|
createdTime: number;
|
|
15670
|
+
createdTimeFormatted?: string;
|
|
15612
15671
|
TOTP: boolean;
|
|
15613
15672
|
SAML: boolean;
|
|
15614
15673
|
webauthn: boolean;
|
|
@@ -16005,6 +16064,7 @@ declare const UserManagementWidget: {
|
|
|
16005
16064
|
[x: string]: CustomAttributeType;
|
|
16006
16065
|
};
|
|
16007
16066
|
createdTime: number;
|
|
16067
|
+
createdTimeFormatted?: string;
|
|
16008
16068
|
TOTP: boolean;
|
|
16009
16069
|
SAML: boolean;
|
|
16010
16070
|
webauthn: boolean;
|
|
@@ -16112,6 +16172,7 @@ declare const UserManagementWidget: {
|
|
|
16112
16172
|
[x: string]: CustomAttributeType;
|
|
16113
16173
|
};
|
|
16114
16174
|
createdTime: number;
|
|
16175
|
+
createdTimeFormatted?: string;
|
|
16115
16176
|
TOTP: boolean;
|
|
16116
16177
|
SAML: boolean;
|
|
16117
16178
|
webauthn: boolean;
|
|
@@ -16508,6 +16569,7 @@ declare const UserManagementWidget: {
|
|
|
16508
16569
|
[x: string]: CustomAttributeType;
|
|
16509
16570
|
};
|
|
16510
16571
|
createdTime: number;
|
|
16572
|
+
createdTimeFormatted?: string;
|
|
16511
16573
|
TOTP: boolean;
|
|
16512
16574
|
SAML: boolean;
|
|
16513
16575
|
webauthn: boolean;
|
|
@@ -16615,6 +16677,7 @@ declare const UserManagementWidget: {
|
|
|
16615
16677
|
[x: string]: CustomAttributeType;
|
|
16616
16678
|
};
|
|
16617
16679
|
createdTime: number;
|
|
16680
|
+
createdTimeFormatted?: string;
|
|
16618
16681
|
TOTP: boolean;
|
|
16619
16682
|
SAML: boolean;
|
|
16620
16683
|
webauthn: boolean;
|
|
@@ -17011,6 +17074,7 @@ declare const UserManagementWidget: {
|
|
|
17011
17074
|
[x: string]: CustomAttributeType;
|
|
17012
17075
|
};
|
|
17013
17076
|
createdTime: number;
|
|
17077
|
+
createdTimeFormatted?: string;
|
|
17014
17078
|
TOTP: boolean;
|
|
17015
17079
|
SAML: boolean;
|
|
17016
17080
|
webauthn: boolean;
|
|
@@ -17118,6 +17182,7 @@ declare const UserManagementWidget: {
|
|
|
17118
17182
|
[x: string]: CustomAttributeType;
|
|
17119
17183
|
};
|
|
17120
17184
|
createdTime: number;
|
|
17185
|
+
createdTimeFormatted?: string;
|
|
17121
17186
|
TOTP: boolean;
|
|
17122
17187
|
SAML: boolean;
|
|
17123
17188
|
webauthn: boolean;
|
|
@@ -17514,6 +17579,7 @@ declare const UserManagementWidget: {
|
|
|
17514
17579
|
[x: string]: CustomAttributeType;
|
|
17515
17580
|
};
|
|
17516
17581
|
createdTime: number;
|
|
17582
|
+
createdTimeFormatted?: string;
|
|
17517
17583
|
TOTP: boolean;
|
|
17518
17584
|
SAML: boolean;
|
|
17519
17585
|
webauthn: boolean;
|
|
@@ -17621,6 +17687,7 @@ declare const UserManagementWidget: {
|
|
|
17621
17687
|
[x: string]: CustomAttributeType;
|
|
17622
17688
|
};
|
|
17623
17689
|
createdTime: number;
|
|
17690
|
+
createdTimeFormatted?: string;
|
|
17624
17691
|
TOTP: boolean;
|
|
17625
17692
|
SAML: boolean;
|
|
17626
17693
|
webauthn: boolean;
|
|
@@ -18017,6 +18084,7 @@ declare const UserManagementWidget: {
|
|
|
18017
18084
|
[x: string]: CustomAttributeType;
|
|
18018
18085
|
};
|
|
18019
18086
|
createdTime: number;
|
|
18087
|
+
createdTimeFormatted?: string;
|
|
18020
18088
|
TOTP: boolean;
|
|
18021
18089
|
SAML: boolean;
|
|
18022
18090
|
webauthn: boolean;
|
|
@@ -18124,6 +18192,7 @@ declare const UserManagementWidget: {
|
|
|
18124
18192
|
[x: string]: CustomAttributeType;
|
|
18125
18193
|
};
|
|
18126
18194
|
createdTime: number;
|
|
18195
|
+
createdTimeFormatted?: string;
|
|
18127
18196
|
TOTP: boolean;
|
|
18128
18197
|
SAML: boolean;
|
|
18129
18198
|
webauthn: boolean;
|
|
@@ -18520,6 +18589,7 @@ declare const UserManagementWidget: {
|
|
|
18520
18589
|
[x: string]: CustomAttributeType;
|
|
18521
18590
|
};
|
|
18522
18591
|
createdTime: number;
|
|
18592
|
+
createdTimeFormatted?: string;
|
|
18523
18593
|
TOTP: boolean;
|
|
18524
18594
|
SAML: boolean;
|
|
18525
18595
|
webauthn: boolean;
|
|
@@ -18699,6 +18769,7 @@ declare const UserManagementWidget: {
|
|
|
18699
18769
|
"__#21@#setCustomRenderer"(): void;
|
|
18700
18770
|
"__#21@#initUsersTable"(): void;
|
|
18701
18771
|
"__#21@#onUsersListUpdate": (usersList: {
|
|
18772
|
+
createdTimeFormatted: string;
|
|
18702
18773
|
status: string;
|
|
18703
18774
|
roles: string[];
|
|
18704
18775
|
customAttributes: {
|