@descope/access-key-management-widget 0.2.3 → 0.3.0

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/index.d.ts CHANGED
@@ -7,6 +7,7 @@ type AccessKey = {
7
7
  id: string;
8
8
  name: string;
9
9
  roleNames: string[];
10
+ permittedIps: string[];
10
11
  status: string;
11
12
  createdTime: number;
12
13
  expireTime: number;
@@ -32,6 +33,7 @@ type CreateAccessKeyConfig = {
32
33
  expiration: string;
33
34
  roleNames: string[];
34
35
  userId: string;
36
+ permittedIps: string[];
35
37
  };
36
38
  type Role = {
37
39
  name: string;
@@ -93,7 +95,7 @@ declare const AccessKeyManagementWidget: {
93
95
  close(): void;
94
96
  show(): void;
95
97
  remove(): void;
96
- "__#12338@#private": any;
98
+ "__#12367@#private": any;
97
99
  logger: {
98
100
  error(...data: any[]): void;
99
101
  warn(...data: any[]): void;
@@ -107,7 +109,7 @@ declare const AccessKeyManagementWidget: {
107
109
  type: "success" | "error";
108
110
  msg: string;
109
111
  }[]) => void;
110
- "__#12331@#isInit": boolean;
112
+ "__#12360@#isInit": boolean;
111
113
  connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & {
112
114
  (): void;
113
115
  (): void;
@@ -1105,7 +1107,7 @@ declare const AccessKeyManagementWidget: {
1105
1107
  tabIndex: number;
1106
1108
  blur: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
1107
1109
  focus: ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void);
1108
- "__#12342@#NotificationDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
1110
+ "__#12371@#NotificationDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
1109
1111
  logger: {
1110
1112
  error(...data: any[]): void;
1111
1113
  warn(...data: any[]): void;
@@ -1118,7 +1120,7 @@ declare const AccessKeyManagementWidget: {
1118
1120
  close(): void;
1119
1121
  show(): void;
1120
1122
  remove(): void;
1121
- "__#12338@#private": any;
1123
+ "__#12367@#private": any;
1122
1124
  logger: {
1123
1125
  error(...data: any[]): void;
1124
1126
  warn(...data: any[]): void;
@@ -1143,7 +1145,7 @@ declare const AccessKeyManagementWidget: {
1143
1145
  close(): void;
1144
1146
  show(): void;
1145
1147
  remove(): void;
1146
- "__#12338@#private": any;
1148
+ "__#12367@#private": any;
1147
1149
  logger: {
1148
1150
  error(...data: any[]): void;
1149
1151
  warn(...data: any[]): void;
@@ -1153,21 +1155,21 @@ declare const AccessKeyManagementWidget: {
1153
1155
  readonly asyncEle: Promise<Element>;
1154
1156
  readonly ele: Element;
1155
1157
  };
1156
- "__#12337@#errorCbsSym": symbol;
1157
- "__#12337@#loadCbsSym": symbol;
1158
- "__#12337@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
1159
- "__#12337@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1160
- "__#12337@#handleFallbackScript": ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>);
1161
- "__#12337@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1162
- "__#12337@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
1163
- "__#12337@#descopeUi": Promise<any>;
1158
+ "__#12366@#errorCbsSym": symbol;
1159
+ "__#12366@#loadCbsSym": symbol;
1160
+ "__#12366@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
1161
+ "__#12366@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1162
+ "__#12366@#handleFallbackScript": ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string) => Promise<void>);
1163
+ "__#12366@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1164
+ "__#12366@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
1165
+ "__#12366@#descopeUi": Promise<any>;
1164
1166
  readonly descopeUi: Promise<any>;
1165
- "__#12337@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
1167
+ "__#12366@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
1166
1168
  loadDescopeUiComponents: ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>);
1167
- "__#12337@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
1169
+ "__#12366@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
1168
1170
  readonly config: any;
1169
- "__#12334@#_configResource": any;
1170
- "__#12334@#fetchConfig": (() => Promise<{
1171
+ "__#12363@#_configResource": any;
1172
+ "__#12363@#fetchConfig": (() => Promise<{
1171
1173
  projectConfig: _descope_sdk_mixins.ProjectConfiguration;
1172
1174
  executionContext: {
1173
1175
  geo: string;
@@ -1218,17 +1220,17 @@ declare const AccessKeyManagementWidget: {
1218
1220
  readonly baseStaticUrl: string;
1219
1221
  readonly baseUrl: string;
1220
1222
  readonly projectId: string;
1221
- "__#12333@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void);
1222
- "__#12332@#observeMappings": {};
1223
+ "__#12362@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void);
1224
+ "__#12361@#observeMappings": {};
1223
1225
  observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
1224
1226
  observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
1225
- "__#12330@#logger": {
1227
+ "__#12359@#logger": {
1226
1228
  error(...data: any[]): void;
1227
1229
  warn(...data: any[]): void;
1228
1230
  info(...data: any[]): void;
1229
1231
  debug(...data: any[]): void;
1230
1232
  };
1231
- "__#12330@#wrapLogger": ((logger: Partial<{
1233
+ "__#12359@#wrapLogger": ((logger: Partial<{
1232
1234
  error(...data: any[]): void;
1233
1235
  warn(...data: any[]): void;
1234
1236
  info(...data: any[]): void;
@@ -1654,6 +1656,7 @@ declare const AccessKeyManagementWidget: {
1654
1656
  id: string;
1655
1657
  name: string;
1656
1658
  roleNames: string[];
1659
+ permittedIps: string[];
1657
1660
  status: string;
1658
1661
  createdTime: number;
1659
1662
  expireTime: number;
@@ -1716,6 +1719,7 @@ declare const AccessKeyManagementWidget: {
1716
1719
  id: string;
1717
1720
  name: string;
1718
1721
  roleNames: string[];
1722
+ permittedIps: string[];
1719
1723
  status: string;
1720
1724
  createdTime: number;
1721
1725
  expireTime: number;
@@ -1945,6 +1949,7 @@ declare const AccessKeyManagementWidget: {
1945
1949
  id: string;
1946
1950
  name: string;
1947
1951
  roleNames: string[];
1952
+ permittedIps: string[];
1948
1953
  status: string;
1949
1954
  createdTime: number;
1950
1955
  expireTime: number;
@@ -2007,6 +2012,7 @@ declare const AccessKeyManagementWidget: {
2007
2012
  id: string;
2008
2013
  name: string;
2009
2014
  roleNames: string[];
2015
+ permittedIps: string[];
2010
2016
  status: string;
2011
2017
  createdTime: number;
2012
2018
  expireTime: number;
@@ -2236,6 +2242,7 @@ declare const AccessKeyManagementWidget: {
2236
2242
  id: string;
2237
2243
  name: string;
2238
2244
  roleNames: string[];
2245
+ permittedIps: string[];
2239
2246
  status: string;
2240
2247
  createdTime: number;
2241
2248
  expireTime: number;
@@ -2298,6 +2305,7 @@ declare const AccessKeyManagementWidget: {
2298
2305
  id: string;
2299
2306
  name: string;
2300
2307
  roleNames: string[];
2308
+ permittedIps: string[];
2301
2309
  status: string;
2302
2310
  createdTime: number;
2303
2311
  expireTime: number;
@@ -2527,6 +2535,7 @@ declare const AccessKeyManagementWidget: {
2527
2535
  id: string;
2528
2536
  name: string;
2529
2537
  roleNames: string[];
2538
+ permittedIps: string[];
2530
2539
  status: string;
2531
2540
  createdTime: number;
2532
2541
  expireTime: number;
@@ -2589,6 +2598,7 @@ declare const AccessKeyManagementWidget: {
2589
2598
  id: string;
2590
2599
  name: string;
2591
2600
  roleNames: string[];
2601
+ permittedIps: string[];
2592
2602
  status: string;
2593
2603
  createdTime: number;
2594
2604
  expireTime: number;
@@ -2818,6 +2828,7 @@ declare const AccessKeyManagementWidget: {
2818
2828
  id: string;
2819
2829
  name: string;
2820
2830
  roleNames: string[];
2831
+ permittedIps: string[];
2821
2832
  status: string;
2822
2833
  createdTime: number;
2823
2834
  expireTime: number;
@@ -2880,6 +2891,7 @@ declare const AccessKeyManagementWidget: {
2880
2891
  id: string;
2881
2892
  name: string;
2882
2893
  roleNames: string[];
2894
+ permittedIps: string[];
2883
2895
  status: string;
2884
2896
  createdTime: number;
2885
2897
  expireTime: number;
@@ -3109,6 +3121,7 @@ declare const AccessKeyManagementWidget: {
3109
3121
  id: string;
3110
3122
  name: string;
3111
3123
  roleNames: string[];
3124
+ permittedIps: string[];
3112
3125
  status: string;
3113
3126
  createdTime: number;
3114
3127
  expireTime: number;
@@ -3171,6 +3184,7 @@ declare const AccessKeyManagementWidget: {
3171
3184
  id: string;
3172
3185
  name: string;
3173
3186
  roleNames: string[];
3187
+ permittedIps: string[];
3174
3188
  status: string;
3175
3189
  createdTime: number;
3176
3190
  expireTime: number;
@@ -3400,6 +3414,7 @@ declare const AccessKeyManagementWidget: {
3400
3414
  id: string;
3401
3415
  name: string;
3402
3416
  roleNames: string[];
3417
+ permittedIps: string[];
3403
3418
  status: string;
3404
3419
  createdTime: number;
3405
3420
  expireTime: number;
@@ -3462,6 +3477,7 @@ declare const AccessKeyManagementWidget: {
3462
3477
  id: string;
3463
3478
  name: string;
3464
3479
  roleNames: string[];
3480
+ permittedIps: string[];
3465
3481
  status: string;
3466
3482
  createdTime: number;
3467
3483
  expireTime: number;
@@ -3691,6 +3707,7 @@ declare const AccessKeyManagementWidget: {
3691
3707
  id: string;
3692
3708
  name: string;
3693
3709
  roleNames: string[];
3710
+ permittedIps: string[];
3694
3711
  status: string;
3695
3712
  createdTime: number;
3696
3713
  expireTime: number;
@@ -3753,6 +3770,7 @@ declare const AccessKeyManagementWidget: {
3753
3770
  id: string;
3754
3771
  name: string;
3755
3772
  roleNames: string[];
3773
+ permittedIps: string[];
3756
3774
  status: string;
3757
3775
  createdTime: number;
3758
3776
  expireTime: number;
@@ -3982,6 +4000,7 @@ declare const AccessKeyManagementWidget: {
3982
4000
  id: string;
3983
4001
  name: string;
3984
4002
  roleNames: string[];
4003
+ permittedIps: string[];
3985
4004
  status: string;
3986
4005
  createdTime: number;
3987
4006
  expireTime: number;
@@ -4044,6 +4063,7 @@ declare const AccessKeyManagementWidget: {
4044
4063
  id: string;
4045
4064
  name: string;
4046
4065
  roleNames: string[];
4066
+ permittedIps: string[];
4047
4067
  status: string;
4048
4068
  createdTime: number;
4049
4069
  expireTime: number;
@@ -4273,6 +4293,7 @@ declare const AccessKeyManagementWidget: {
4273
4293
  id: string;
4274
4294
  name: string;
4275
4295
  roleNames: string[];
4296
+ permittedIps: string[];
4276
4297
  status: string;
4277
4298
  createdTime: number;
4278
4299
  expireTime: number;
@@ -4335,6 +4356,7 @@ declare const AccessKeyManagementWidget: {
4335
4356
  id: string;
4336
4357
  name: string;
4337
4358
  roleNames: string[];
4359
+ permittedIps: string[];
4338
4360
  status: string;
4339
4361
  createdTime: number;
4340
4362
  expireTime: number;
@@ -4564,6 +4586,7 @@ declare const AccessKeyManagementWidget: {
4564
4586
  id: string;
4565
4587
  name: string;
4566
4588
  roleNames: string[];
4589
+ permittedIps: string[];
4567
4590
  status: string;
4568
4591
  createdTime: number;
4569
4592
  expireTime: number;
@@ -4626,6 +4649,7 @@ declare const AccessKeyManagementWidget: {
4626
4649
  id: string;
4627
4650
  name: string;
4628
4651
  roleNames: string[];
4652
+ permittedIps: string[];
4629
4653
  status: string;
4630
4654
  createdTime: number;
4631
4655
  expireTime: number;
@@ -4855,6 +4879,7 @@ declare const AccessKeyManagementWidget: {
4855
4879
  id: string;
4856
4880
  name: string;
4857
4881
  roleNames: string[];
4882
+ permittedIps: string[];
4858
4883
  status: string;
4859
4884
  createdTime: number;
4860
4885
  expireTime: number;
@@ -4917,6 +4942,7 @@ declare const AccessKeyManagementWidget: {
4917
4942
  id: string;
4918
4943
  name: string;
4919
4944
  roleNames: string[];
4945
+ permittedIps: string[];
4920
4946
  status: string;
4921
4947
  createdTime: number;
4922
4948
  expireTime: number;
@@ -5146,6 +5172,7 @@ declare const AccessKeyManagementWidget: {
5146
5172
  id: string;
5147
5173
  name: string;
5148
5174
  roleNames: string[];
5175
+ permittedIps: string[];
5149
5176
  status: string;
5150
5177
  createdTime: number;
5151
5178
  expireTime: number;
@@ -5208,6 +5235,7 @@ declare const AccessKeyManagementWidget: {
5208
5235
  id: string;
5209
5236
  name: string;
5210
5237
  roleNames: string[];
5238
+ permittedIps: string[];
5211
5239
  status: string;
5212
5240
  createdTime: number;
5213
5241
  expireTime: number;
@@ -5437,6 +5465,7 @@ declare const AccessKeyManagementWidget: {
5437
5465
  id: string;
5438
5466
  name: string;
5439
5467
  roleNames: string[];
5468
+ permittedIps: string[];
5440
5469
  status: string;
5441
5470
  createdTime: number;
5442
5471
  expireTime: number;
@@ -5499,6 +5528,7 @@ declare const AccessKeyManagementWidget: {
5499
5528
  id: string;
5500
5529
  name: string;
5501
5530
  roleNames: string[];
5531
+ permittedIps: string[];
5502
5532
  status: string;
5503
5533
  createdTime: number;
5504
5534
  expireTime: number;
@@ -5728,6 +5758,7 @@ declare const AccessKeyManagementWidget: {
5728
5758
  id: string;
5729
5759
  name: string;
5730
5760
  roleNames: string[];
5761
+ permittedIps: string[];
5731
5762
  status: string;
5732
5763
  createdTime: number;
5733
5764
  expireTime: number;
@@ -5790,6 +5821,7 @@ declare const AccessKeyManagementWidget: {
5790
5821
  id: string;
5791
5822
  name: string;
5792
5823
  roleNames: string[];
5824
+ permittedIps: string[];
5793
5825
  status: string;
5794
5826
  createdTime: number;
5795
5827
  expireTime: number;
@@ -6019,6 +6051,7 @@ declare const AccessKeyManagementWidget: {
6019
6051
  id: string;
6020
6052
  name: string;
6021
6053
  roleNames: string[];
6054
+ permittedIps: string[];
6022
6055
  status: string;
6023
6056
  createdTime: number;
6024
6057
  expireTime: number;
@@ -6081,6 +6114,7 @@ declare const AccessKeyManagementWidget: {
6081
6114
  id: string;
6082
6115
  name: string;
6083
6116
  roleNames: string[];
6117
+ permittedIps: string[];
6084
6118
  status: string;
6085
6119
  createdTime: number;
6086
6120
  expireTime: number;
@@ -6310,6 +6344,7 @@ declare const AccessKeyManagementWidget: {
6310
6344
  id: string;
6311
6345
  name: string;
6312
6346
  roleNames: string[];
6347
+ permittedIps: string[];
6313
6348
  status: string;
6314
6349
  createdTime: number;
6315
6350
  expireTime: number;
@@ -6372,6 +6407,7 @@ declare const AccessKeyManagementWidget: {
6372
6407
  id: string;
6373
6408
  name: string;
6374
6409
  roleNames: string[];
6410
+ permittedIps: string[];
6375
6411
  status: string;
6376
6412
  createdTime: number;
6377
6413
  expireTime: number;
@@ -6601,6 +6637,7 @@ declare const AccessKeyManagementWidget: {
6601
6637
  id: string;
6602
6638
  name: string;
6603
6639
  roleNames: string[];
6640
+ permittedIps: string[];
6604
6641
  status: string;
6605
6642
  createdTime: number;
6606
6643
  expireTime: number;
@@ -6663,6 +6700,7 @@ declare const AccessKeyManagementWidget: {
6663
6700
  id: string;
6664
6701
  name: string;
6665
6702
  roleNames: string[];
6703
+ permittedIps: string[];
6666
6704
  status: string;
6667
6705
  createdTime: number;
6668
6706
  expireTime: number;
@@ -6892,6 +6930,7 @@ declare const AccessKeyManagementWidget: {
6892
6930
  id: string;
6893
6931
  name: string;
6894
6932
  roleNames: string[];
6933
+ permittedIps: string[];
6895
6934
  status: string;
6896
6935
  createdTime: number;
6897
6936
  expireTime: number;
@@ -6954,6 +6993,7 @@ declare const AccessKeyManagementWidget: {
6954
6993
  id: string;
6955
6994
  name: string;
6956
6995
  roleNames: string[];
6996
+ permittedIps: string[];
6957
6997
  status: string;
6958
6998
  createdTime: number;
6959
6999
  expireTime: number;
@@ -7183,6 +7223,7 @@ declare const AccessKeyManagementWidget: {
7183
7223
  id: string;
7184
7224
  name: string;
7185
7225
  roleNames: string[];
7226
+ permittedIps: string[];
7186
7227
  status: string;
7187
7228
  createdTime: number;
7188
7229
  expireTime: number;
@@ -7245,6 +7286,7 @@ declare const AccessKeyManagementWidget: {
7245
7286
  id: string;
7246
7287
  name: string;
7247
7288
  roleNames: string[];
7289
+ permittedIps: string[];
7248
7290
  status: string;
7249
7291
  createdTime: number;
7250
7292
  expireTime: number;
@@ -7474,6 +7516,7 @@ declare const AccessKeyManagementWidget: {
7474
7516
  id: string;
7475
7517
  name: string;
7476
7518
  roleNames: string[];
7519
+ permittedIps: string[];
7477
7520
  status: string;
7478
7521
  createdTime: number;
7479
7522
  expireTime: number;
@@ -7536,6 +7579,7 @@ declare const AccessKeyManagementWidget: {
7536
7579
  id: string;
7537
7580
  name: string;
7538
7581
  roleNames: string[];
7582
+ permittedIps: string[];
7539
7583
  status: string;
7540
7584
  createdTime: number;
7541
7585
  expireTime: number;
@@ -7765,6 +7809,7 @@ declare const AccessKeyManagementWidget: {
7765
7809
  id: string;
7766
7810
  name: string;
7767
7811
  roleNames: string[];
7812
+ permittedIps: string[];
7768
7813
  status: string;
7769
7814
  createdTime: number;
7770
7815
  expireTime: number;
@@ -7827,6 +7872,7 @@ declare const AccessKeyManagementWidget: {
7827
7872
  id: string;
7828
7873
  name: string;
7829
7874
  roleNames: string[];
7875
+ permittedIps: string[];
7830
7876
  status: string;
7831
7877
  createdTime: number;
7832
7878
  expireTime: number;
@@ -8056,6 +8102,7 @@ declare const AccessKeyManagementWidget: {
8056
8102
  id: string;
8057
8103
  name: string;
8058
8104
  roleNames: string[];
8105
+ permittedIps: string[];
8059
8106
  status: string;
8060
8107
  createdTime: number;
8061
8108
  expireTime: number;
@@ -8117,7 +8164,7 @@ declare const AccessKeyManagementWidget: {
8117
8164
  "__#13@#initDeactivateAccessKeyModal"(): Promise<void>;
8118
8165
  "__#6@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
8119
8166
  fetchWidgetPage: ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>);
8120
- "__#12341@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
8167
+ "__#12370@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
8121
8168
  logger: {
8122
8169
  error(...data: any[]): void;
8123
8170
  warn(...data: any[]): void;
@@ -8126,7 +8173,7 @@ declare const AccessKeyManagementWidget: {
8126
8173
  };
8127
8174
  }) => {
8128
8175
  setContent(template: HTMLTemplateElement): void;
8129
- "__#12340@#private": any;
8176
+ "__#12369@#private": any;
8130
8177
  beforeOpen: () => void | Promise<void>;
8131
8178
  afterClose: () => void;
8132
8179
  nodeName: string;
@@ -8134,7 +8181,7 @@ declare const AccessKeyManagementWidget: {
8134
8181
  open(): Promise<void>;
8135
8182
  reset(): void;
8136
8183
  remove(): void;
8137
- "__#12338@#private": any;
8184
+ "__#12367@#private": any;
8138
8185
  logger: {
8139
8186
  error(...data: any[]): void;
8140
8187
  warn(...data: any[]): void;
@@ -8183,6 +8230,7 @@ declare const AccessKeyManagementWidget: {
8183
8230
  id: string;
8184
8231
  name: string;
8185
8232
  roleNames: string[];
8233
+ permittedIps: string[];
8186
8234
  createdTime: number;
8187
8235
  expireTime: number;
8188
8236
  createdBy: string;
@@ -8191,20 +8239,23 @@ declare const AccessKeyManagementWidget: {
8191
8239
  boundUserId: string;
8192
8240
  }[]) => void;
8193
8241
  "__#7@#onColumnSortChange": (this: any, ...args: any[]) => void;
8194
- "__#12343@#globalStyleTag": HTMLStyleElement;
8242
+ "__#12372@#globalStyleTag": HTMLStyleElement;
8195
8243
  readonly theme: _descope_sdk_mixins.ThemeOptions;
8196
8244
  readonly styleId: string;
8197
- "__#12343@#_themeResource": Promise<void | Record<string, any>>;
8198
- "__#12343@#fetchTheme"(): Promise<Record<string, any>>;
8199
- readonly "__#12343@#themeResource": Promise<void | Record<string, any>>;
8200
- "__#12343@#loadGlobalStyle"(): Promise<void>;
8201
- "__#12343@#loadComponentsStyle"(): Promise<void>;
8202
- "__#12343@#getFontsConfig"(): Promise<Record<string, {
8245
+ "__#12372@#_themeResource": Promise<void | Record<string, any>>;
8246
+ "__#12372@#fetchTheme"(): Promise<Record<string, any>>;
8247
+ readonly "__#12372@#themeResource": Promise<void | Record<string, any>>;
8248
+ "__#12372@#loadGlobalStyle"(): Promise<void>;
8249
+ "__#12372@#loadComponentsStyle"(): Promise<void>;
8250
+ "__#12372@#getFontsConfig"(): Promise<Record<string, {
8203
8251
  url?: string;
8204
8252
  }>>;
8205
- "__#12343@#loadFonts"(): Promise<void>;
8206
- "__#12343@#applyTheme"(): Promise<void>;
8207
- "__#12336@#debuggerEle": HTMLElement & {
8253
+ "__#12372@#loadFonts"(): Promise<void>;
8254
+ "__#12372@#applyTheme"(): Promise<void>;
8255
+ "__#12372@#onThemeChange": () => void;
8256
+ "__#12372@#loadTheme"(): void;
8257
+ "__#12372@#toggleOsThemeChangeListener": (listen: boolean) => void;
8258
+ "__#12365@#debuggerEle": HTMLElement & {
8208
8259
  updateData: (data: {
8209
8260
  title: string;
8210
8261
  description?: string;
@@ -8213,11 +8264,11 @@ declare const AccessKeyManagementWidget: {
8213
8264
  description?: string;
8214
8265
  }[]) => void;
8215
8266
  };
8216
- "__#12336@#disableDebugger"(): void;
8217
- "__#12336@#enableDebugger"(): Promise<void>;
8267
+ "__#12365@#disableDebugger"(): void;
8268
+ "__#12365@#enableDebugger"(): Promise<void>;
8218
8269
  readonly debug: boolean;
8219
- "__#12336@#handleDebugMode"(): void;
8220
- "__#12336@#updateDebuggerMessages"(title: string, description: string): void;
8270
+ "__#12365@#handleDebugMode"(): void;
8271
+ "__#12365@#updateDebuggerMessages"(title: string, description: string): void;
8221
8272
  };
8222
8273
  };
8223
8274