@descope/role-management-widget 0.1.48 → 0.1.50
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 +0 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -1436,6 +1436,7 @@ declare const RoleManagementWidget: {
|
|
|
1436
1436
|
"__#5@#createSdk": (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
1437
1437
|
readonly baseUrl: string;
|
|
1438
1438
|
readonly tenant: string;
|
|
1439
|
+
readonly widgetId: string;
|
|
1439
1440
|
readonly mock: string;
|
|
1440
1441
|
readonly api: {
|
|
1441
1442
|
role: {
|
|
@@ -4908,7 +4909,6 @@ declare const RoleManagementWidget: {
|
|
|
4908
4909
|
"__#13@#initSearchInput"(): void;
|
|
4909
4910
|
onWidgetRootReady: (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
|
|
4910
4911
|
"__#6@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
|
|
4911
|
-
readonly widgetId: string;
|
|
4912
4912
|
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>);
|
|
4913
4913
|
editButton: _descope_sdk_component_drivers.ButtonDriver;
|
|
4914
4914
|
"__#12@#initEditButton"(): void;
|