@descope/access-key-management-widget 0.1.37 → 0.1.39
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/README.md +21 -5
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +47 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ type AccessKey = {
|
|
|
15
15
|
createdBy: string;
|
|
16
16
|
clientId: string;
|
|
17
17
|
editable: boolean;
|
|
18
|
+
boundUserId: string;
|
|
18
19
|
};
|
|
19
20
|
type SortParams = {
|
|
20
21
|
field: string;
|
|
@@ -1488,6 +1489,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
1488
1489
|
createdBy: string;
|
|
1489
1490
|
clientId: string;
|
|
1490
1491
|
editable: boolean;
|
|
1492
|
+
boundUserId: string;
|
|
1491
1493
|
}[];
|
|
1492
1494
|
loading: boolean;
|
|
1493
1495
|
error: unknown;
|
|
@@ -1549,6 +1551,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
1549
1551
|
createdBy: string;
|
|
1550
1552
|
clientId: string;
|
|
1551
1553
|
editable: boolean;
|
|
1554
|
+
boundUserId: string;
|
|
1552
1555
|
}[];
|
|
1553
1556
|
loading: boolean;
|
|
1554
1557
|
error: unknown;
|
|
@@ -1777,6 +1780,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
1777
1780
|
createdBy: string;
|
|
1778
1781
|
clientId: string;
|
|
1779
1782
|
editable: boolean;
|
|
1783
|
+
boundUserId: string;
|
|
1780
1784
|
}[];
|
|
1781
1785
|
loading: boolean;
|
|
1782
1786
|
error: unknown;
|
|
@@ -1838,6 +1842,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
1838
1842
|
createdBy: string;
|
|
1839
1843
|
clientId: string;
|
|
1840
1844
|
editable: boolean;
|
|
1845
|
+
boundUserId: string;
|
|
1841
1846
|
}[];
|
|
1842
1847
|
loading: boolean;
|
|
1843
1848
|
error: unknown;
|
|
@@ -2066,6 +2071,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2066
2071
|
createdBy: string;
|
|
2067
2072
|
clientId: string;
|
|
2068
2073
|
editable: boolean;
|
|
2074
|
+
boundUserId: string;
|
|
2069
2075
|
}[];
|
|
2070
2076
|
loading: boolean;
|
|
2071
2077
|
error: unknown;
|
|
@@ -2127,6 +2133,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2127
2133
|
createdBy: string;
|
|
2128
2134
|
clientId: string;
|
|
2129
2135
|
editable: boolean;
|
|
2136
|
+
boundUserId: string;
|
|
2130
2137
|
}[];
|
|
2131
2138
|
loading: boolean;
|
|
2132
2139
|
error: unknown;
|
|
@@ -2355,6 +2362,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2355
2362
|
createdBy: string;
|
|
2356
2363
|
clientId: string;
|
|
2357
2364
|
editable: boolean;
|
|
2365
|
+
boundUserId: string;
|
|
2358
2366
|
}[];
|
|
2359
2367
|
loading: boolean;
|
|
2360
2368
|
error: unknown;
|
|
@@ -2416,6 +2424,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2416
2424
|
createdBy: string;
|
|
2417
2425
|
clientId: string;
|
|
2418
2426
|
editable: boolean;
|
|
2427
|
+
boundUserId: string;
|
|
2419
2428
|
}[];
|
|
2420
2429
|
loading: boolean;
|
|
2421
2430
|
error: unknown;
|
|
@@ -2644,6 +2653,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2644
2653
|
createdBy: string;
|
|
2645
2654
|
clientId: string;
|
|
2646
2655
|
editable: boolean;
|
|
2656
|
+
boundUserId: string;
|
|
2647
2657
|
}[];
|
|
2648
2658
|
loading: boolean;
|
|
2649
2659
|
error: unknown;
|
|
@@ -2705,6 +2715,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2705
2715
|
createdBy: string;
|
|
2706
2716
|
clientId: string;
|
|
2707
2717
|
editable: boolean;
|
|
2718
|
+
boundUserId: string;
|
|
2708
2719
|
}[];
|
|
2709
2720
|
loading: boolean;
|
|
2710
2721
|
error: unknown;
|
|
@@ -2933,6 +2944,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2933
2944
|
createdBy: string;
|
|
2934
2945
|
clientId: string;
|
|
2935
2946
|
editable: boolean;
|
|
2947
|
+
boundUserId: string;
|
|
2936
2948
|
}[];
|
|
2937
2949
|
loading: boolean;
|
|
2938
2950
|
error: unknown;
|
|
@@ -2994,6 +3006,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
2994
3006
|
createdBy: string;
|
|
2995
3007
|
clientId: string;
|
|
2996
3008
|
editable: boolean;
|
|
3009
|
+
boundUserId: string;
|
|
2997
3010
|
}[];
|
|
2998
3011
|
loading: boolean;
|
|
2999
3012
|
error: unknown;
|
|
@@ -3222,6 +3235,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3222
3235
|
createdBy: string;
|
|
3223
3236
|
clientId: string;
|
|
3224
3237
|
editable: boolean;
|
|
3238
|
+
boundUserId: string;
|
|
3225
3239
|
}[];
|
|
3226
3240
|
loading: boolean;
|
|
3227
3241
|
error: unknown;
|
|
@@ -3283,6 +3297,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3283
3297
|
createdBy: string;
|
|
3284
3298
|
clientId: string;
|
|
3285
3299
|
editable: boolean;
|
|
3300
|
+
boundUserId: string;
|
|
3286
3301
|
}[];
|
|
3287
3302
|
loading: boolean;
|
|
3288
3303
|
error: unknown;
|
|
@@ -3511,6 +3526,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3511
3526
|
createdBy: string;
|
|
3512
3527
|
clientId: string;
|
|
3513
3528
|
editable: boolean;
|
|
3529
|
+
boundUserId: string;
|
|
3514
3530
|
}[];
|
|
3515
3531
|
loading: boolean;
|
|
3516
3532
|
error: unknown;
|
|
@@ -3572,6 +3588,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3572
3588
|
createdBy: string;
|
|
3573
3589
|
clientId: string;
|
|
3574
3590
|
editable: boolean;
|
|
3591
|
+
boundUserId: string;
|
|
3575
3592
|
}[];
|
|
3576
3593
|
loading: boolean;
|
|
3577
3594
|
error: unknown;
|
|
@@ -3800,6 +3817,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3800
3817
|
createdBy: string;
|
|
3801
3818
|
clientId: string;
|
|
3802
3819
|
editable: boolean;
|
|
3820
|
+
boundUserId: string;
|
|
3803
3821
|
}[];
|
|
3804
3822
|
loading: boolean;
|
|
3805
3823
|
error: unknown;
|
|
@@ -3861,6 +3879,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
3861
3879
|
createdBy: string;
|
|
3862
3880
|
clientId: string;
|
|
3863
3881
|
editable: boolean;
|
|
3882
|
+
boundUserId: string;
|
|
3864
3883
|
}[];
|
|
3865
3884
|
loading: boolean;
|
|
3866
3885
|
error: unknown;
|
|
@@ -4089,6 +4108,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4089
4108
|
createdBy: string;
|
|
4090
4109
|
clientId: string;
|
|
4091
4110
|
editable: boolean;
|
|
4111
|
+
boundUserId: string;
|
|
4092
4112
|
}[];
|
|
4093
4113
|
loading: boolean;
|
|
4094
4114
|
error: unknown;
|
|
@@ -4150,6 +4170,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4150
4170
|
createdBy: string;
|
|
4151
4171
|
clientId: string;
|
|
4152
4172
|
editable: boolean;
|
|
4173
|
+
boundUserId: string;
|
|
4153
4174
|
}[];
|
|
4154
4175
|
loading: boolean;
|
|
4155
4176
|
error: unknown;
|
|
@@ -4378,6 +4399,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4378
4399
|
createdBy: string;
|
|
4379
4400
|
clientId: string;
|
|
4380
4401
|
editable: boolean;
|
|
4402
|
+
boundUserId: string;
|
|
4381
4403
|
}[];
|
|
4382
4404
|
loading: boolean;
|
|
4383
4405
|
error: unknown;
|
|
@@ -4439,6 +4461,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4439
4461
|
createdBy: string;
|
|
4440
4462
|
clientId: string;
|
|
4441
4463
|
editable: boolean;
|
|
4464
|
+
boundUserId: string;
|
|
4442
4465
|
}[];
|
|
4443
4466
|
loading: boolean;
|
|
4444
4467
|
error: unknown;
|
|
@@ -4667,6 +4690,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4667
4690
|
createdBy: string;
|
|
4668
4691
|
clientId: string;
|
|
4669
4692
|
editable: boolean;
|
|
4693
|
+
boundUserId: string;
|
|
4670
4694
|
}[];
|
|
4671
4695
|
loading: boolean;
|
|
4672
4696
|
error: unknown;
|
|
@@ -4728,6 +4752,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4728
4752
|
createdBy: string;
|
|
4729
4753
|
clientId: string;
|
|
4730
4754
|
editable: boolean;
|
|
4755
|
+
boundUserId: string;
|
|
4731
4756
|
}[];
|
|
4732
4757
|
loading: boolean;
|
|
4733
4758
|
error: unknown;
|
|
@@ -4956,6 +4981,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
4956
4981
|
createdBy: string;
|
|
4957
4982
|
clientId: string;
|
|
4958
4983
|
editable: boolean;
|
|
4984
|
+
boundUserId: string;
|
|
4959
4985
|
}[];
|
|
4960
4986
|
loading: boolean;
|
|
4961
4987
|
error: unknown;
|
|
@@ -5017,6 +5043,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5017
5043
|
createdBy: string;
|
|
5018
5044
|
clientId: string;
|
|
5019
5045
|
editable: boolean;
|
|
5046
|
+
boundUserId: string;
|
|
5020
5047
|
}[];
|
|
5021
5048
|
loading: boolean;
|
|
5022
5049
|
error: unknown;
|
|
@@ -5245,6 +5272,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5245
5272
|
createdBy: string;
|
|
5246
5273
|
clientId: string;
|
|
5247
5274
|
editable: boolean;
|
|
5275
|
+
boundUserId: string;
|
|
5248
5276
|
}[];
|
|
5249
5277
|
loading: boolean;
|
|
5250
5278
|
error: unknown;
|
|
@@ -5306,6 +5334,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5306
5334
|
createdBy: string;
|
|
5307
5335
|
clientId: string;
|
|
5308
5336
|
editable: boolean;
|
|
5337
|
+
boundUserId: string;
|
|
5309
5338
|
}[];
|
|
5310
5339
|
loading: boolean;
|
|
5311
5340
|
error: unknown;
|
|
@@ -5534,6 +5563,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5534
5563
|
createdBy: string;
|
|
5535
5564
|
clientId: string;
|
|
5536
5565
|
editable: boolean;
|
|
5566
|
+
boundUserId: string;
|
|
5537
5567
|
}[];
|
|
5538
5568
|
loading: boolean;
|
|
5539
5569
|
error: unknown;
|
|
@@ -5595,6 +5625,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5595
5625
|
createdBy: string;
|
|
5596
5626
|
clientId: string;
|
|
5597
5627
|
editable: boolean;
|
|
5628
|
+
boundUserId: string;
|
|
5598
5629
|
}[];
|
|
5599
5630
|
loading: boolean;
|
|
5600
5631
|
error: unknown;
|
|
@@ -5823,6 +5854,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5823
5854
|
createdBy: string;
|
|
5824
5855
|
clientId: string;
|
|
5825
5856
|
editable: boolean;
|
|
5857
|
+
boundUserId: string;
|
|
5826
5858
|
}[];
|
|
5827
5859
|
loading: boolean;
|
|
5828
5860
|
error: unknown;
|
|
@@ -5884,6 +5916,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
5884
5916
|
createdBy: string;
|
|
5885
5917
|
clientId: string;
|
|
5886
5918
|
editable: boolean;
|
|
5919
|
+
boundUserId: string;
|
|
5887
5920
|
}[];
|
|
5888
5921
|
loading: boolean;
|
|
5889
5922
|
error: unknown;
|
|
@@ -6112,6 +6145,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6112
6145
|
createdBy: string;
|
|
6113
6146
|
clientId: string;
|
|
6114
6147
|
editable: boolean;
|
|
6148
|
+
boundUserId: string;
|
|
6115
6149
|
}[];
|
|
6116
6150
|
loading: boolean;
|
|
6117
6151
|
error: unknown;
|
|
@@ -6173,6 +6207,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6173
6207
|
createdBy: string;
|
|
6174
6208
|
clientId: string;
|
|
6175
6209
|
editable: boolean;
|
|
6210
|
+
boundUserId: string;
|
|
6176
6211
|
}[];
|
|
6177
6212
|
loading: boolean;
|
|
6178
6213
|
error: unknown;
|
|
@@ -6401,6 +6436,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6401
6436
|
createdBy: string;
|
|
6402
6437
|
clientId: string;
|
|
6403
6438
|
editable: boolean;
|
|
6439
|
+
boundUserId: string;
|
|
6404
6440
|
}[];
|
|
6405
6441
|
loading: boolean;
|
|
6406
6442
|
error: unknown;
|
|
@@ -6462,6 +6498,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6462
6498
|
createdBy: string;
|
|
6463
6499
|
clientId: string;
|
|
6464
6500
|
editable: boolean;
|
|
6501
|
+
boundUserId: string;
|
|
6465
6502
|
}[];
|
|
6466
6503
|
loading: boolean;
|
|
6467
6504
|
error: unknown;
|
|
@@ -6690,6 +6727,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6690
6727
|
createdBy: string;
|
|
6691
6728
|
clientId: string;
|
|
6692
6729
|
editable: boolean;
|
|
6730
|
+
boundUserId: string;
|
|
6693
6731
|
}[];
|
|
6694
6732
|
loading: boolean;
|
|
6695
6733
|
error: unknown;
|
|
@@ -6751,6 +6789,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6751
6789
|
createdBy: string;
|
|
6752
6790
|
clientId: string;
|
|
6753
6791
|
editable: boolean;
|
|
6792
|
+
boundUserId: string;
|
|
6754
6793
|
}[];
|
|
6755
6794
|
loading: boolean;
|
|
6756
6795
|
error: unknown;
|
|
@@ -6979,6 +7018,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
6979
7018
|
createdBy: string;
|
|
6980
7019
|
clientId: string;
|
|
6981
7020
|
editable: boolean;
|
|
7021
|
+
boundUserId: string;
|
|
6982
7022
|
}[];
|
|
6983
7023
|
loading: boolean;
|
|
6984
7024
|
error: unknown;
|
|
@@ -7040,6 +7080,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7040
7080
|
createdBy: string;
|
|
7041
7081
|
clientId: string;
|
|
7042
7082
|
editable: boolean;
|
|
7083
|
+
boundUserId: string;
|
|
7043
7084
|
}[];
|
|
7044
7085
|
loading: boolean;
|
|
7045
7086
|
error: unknown;
|
|
@@ -7268,6 +7309,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7268
7309
|
createdBy: string;
|
|
7269
7310
|
clientId: string;
|
|
7270
7311
|
editable: boolean;
|
|
7312
|
+
boundUserId: string;
|
|
7271
7313
|
}[];
|
|
7272
7314
|
loading: boolean;
|
|
7273
7315
|
error: unknown;
|
|
@@ -7329,6 +7371,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7329
7371
|
createdBy: string;
|
|
7330
7372
|
clientId: string;
|
|
7331
7373
|
editable: boolean;
|
|
7374
|
+
boundUserId: string;
|
|
7332
7375
|
}[];
|
|
7333
7376
|
loading: boolean;
|
|
7334
7377
|
error: unknown;
|
|
@@ -7557,6 +7600,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7557
7600
|
createdBy: string;
|
|
7558
7601
|
clientId: string;
|
|
7559
7602
|
editable: boolean;
|
|
7603
|
+
boundUserId: string;
|
|
7560
7604
|
}[];
|
|
7561
7605
|
loading: boolean;
|
|
7562
7606
|
error: unknown;
|
|
@@ -7618,6 +7662,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7618
7662
|
createdBy: string;
|
|
7619
7663
|
clientId: string;
|
|
7620
7664
|
editable: boolean;
|
|
7665
|
+
boundUserId: string;
|
|
7621
7666
|
}[];
|
|
7622
7667
|
loading: boolean;
|
|
7623
7668
|
error: unknown;
|
|
@@ -7846,6 +7891,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7846
7891
|
createdBy: string;
|
|
7847
7892
|
clientId: string;
|
|
7848
7893
|
editable: boolean;
|
|
7894
|
+
boundUserId: string;
|
|
7849
7895
|
}[];
|
|
7850
7896
|
loading: boolean;
|
|
7851
7897
|
error: unknown;
|
|
@@ -7970,6 +8016,7 @@ declare const AccessKeyManagementWidget: {
|
|
|
7970
8016
|
createdBy: string;
|
|
7971
8017
|
clientId: string;
|
|
7972
8018
|
editable: boolean;
|
|
8019
|
+
boundUserId: string;
|
|
7973
8020
|
}[]) => void;
|
|
7974
8021
|
"__#7@#onColumnSortChange": (this: any, ...args: any[]) => void;
|
|
7975
8022
|
readonly theme: _descope_sdk_mixins.ThemeOptions;
|