@descope/access-key-management-widget 0.1.51 → 0.1.53

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
@@ -1456,6 +1456,7 @@ declare const AccessKeyManagementWidget: {
1456
1456
  "__#5@#createSdk": (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
1457
1457
  readonly baseUrl: string;
1458
1458
  readonly tenant: string;
1459
+ readonly widgetId: string;
1459
1460
  readonly mock: string;
1460
1461
  readonly api: {
1461
1462
  accesskey: {
@@ -7943,7 +7944,6 @@ declare const AccessKeyManagementWidget: {
7943
7944
  deactivateAccessKeysModal: _descope_sdk_component_drivers.ModalDriver;
7944
7945
  "__#13@#initDeactivateAccessKeyModal"(): Promise<void>;
7945
7946
  "__#6@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
7946
- readonly widgetId: string;
7947
7947
  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>);
7948
7948
  "__#12031@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
7949
7949
  logger: {