@frontegg/vue 4.0.8 → 4.0.9-alpha.11801981861
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.
|
@@ -231,7 +231,7 @@ export declare const mapSsoActions: <K extends "loadSSOConfigurationsV2" | "save
|
|
|
231
231
|
id: string;
|
|
232
232
|
}, boolean>) => Promise<void>;
|
|
233
233
|
createSamlGroup: (payload: import("@frontegg/redux-store").WithCallback<import("@frontegg/rest-api").ICreateSamlGroup, boolean>) => Promise<void>;
|
|
234
|
-
oidcPostlogin: (payload:
|
|
234
|
+
oidcPostlogin: (payload: any) => Promise<void>;
|
|
235
235
|
}[K];
|
|
236
236
|
export declare const mapTeamActions: <K extends "getInvitationLink" | "createInvitationLink" | "updateInvitationLink" | "deleteInvitationLink" | "resendActivationLink" | "resendInvitationLink" | "resendInvitationEmail" | "resendInvitationLinkToAllSubTenants" | "loadAllSubTenantsUsers" | "setUserRolesForSubTenants" | "deleteUserFromSubTenants" | "addUserToSubTenants" | "loadRoles" | "loadUsers" | "loadUsersV2" | "addUser" | "addUsersBulk" | "updateUser" | "deleteUser" | "enableUser" | "disableUser" | "getTemporaryUsersConfig" | "updateUserExpirationTime" | "setUserAsPermanent" | "setTeamLoader" | "setTeamError" | "setTeamState" | "resetTeamState" | "openAddUserDialog" | "closeAddUserDialog" | "openDeleteUserDialog" | "closeDeleteUserDialog" | "lockUser">(action: K) => {
|
|
237
237
|
getInvitationLink: () => Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/vue",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9-alpha.11801981861",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.ssr.js",
|
|
6
6
|
"browser": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build:unpkg": "cross-env NODE_ENV=production rollup --config rollup.config.js --format iife"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@frontegg/js": "7.
|
|
25
|
+
"@frontegg/js": "7.28.0",
|
|
26
26
|
"get-value": "^3.0.1",
|
|
27
27
|
"set-value": "^4.0.1"
|
|
28
28
|
},
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=12"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|