@meistrari/auth-nuxt 3.28.0 → 3.29.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/module.json
CHANGED
|
@@ -217,8 +217,10 @@ export interface UseTelaAdminReturn {
|
|
|
217
217
|
*/
|
|
218
218
|
resendInvite: (options: ResendAdminInviteOptions) => Promise<void>;
|
|
219
219
|
/**
|
|
220
|
-
* Invites several users to an organization in one call,
|
|
221
|
-
*
|
|
220
|
+
* Invites several users to an organization in one call, or — with
|
|
221
|
+
* `sendInvite: false` — adds them as members immediately, creating user
|
|
222
|
+
* accounts as needed. Failures are isolated per email in the results
|
|
223
|
+
* payload.
|
|
222
224
|
* @param options - Organization, emails, role, and optional teams/application
|
|
223
225
|
*/
|
|
224
226
|
inviteOrganizationUsers: (options: InviteAdminOrganizationUsersOptions) => Promise<InviteAdminOrganizationUsersResult>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meistrari/auth-nuxt",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"docs": "nuxt-module-build prepare && typedoc"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@meistrari/auth-core": "1.
|
|
39
|
+
"@meistrari/auth-core": "1.39.0",
|
|
40
40
|
"jose": "6.1.3"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|