@omnibase/core-js 0.1.6 → 0.1.7
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/tenants/index.d.cts
CHANGED
|
@@ -117,10 +117,7 @@ type AcceptTenantInviteResponse = ApiResponse<{
|
|
|
117
117
|
* @public
|
|
118
118
|
* @group User Management
|
|
119
119
|
*/
|
|
120
|
-
declare function acceptTenantInvite(token: string): Promise<
|
|
121
|
-
tenant_id: string;
|
|
122
|
-
message: string;
|
|
123
|
-
}>>;
|
|
120
|
+
declare function acceptTenantInvite(token: string): Promise<AcceptTenantInviteResponse>;
|
|
124
121
|
|
|
125
122
|
/**
|
|
126
123
|
* Response structure for tenant user invite creation
|
package/dist/tenants/index.d.ts
CHANGED
|
@@ -117,10 +117,7 @@ type AcceptTenantInviteResponse = ApiResponse<{
|
|
|
117
117
|
* @public
|
|
118
118
|
* @group User Management
|
|
119
119
|
*/
|
|
120
|
-
declare function acceptTenantInvite(token: string): Promise<
|
|
121
|
-
tenant_id: string;
|
|
122
|
-
message: string;
|
|
123
|
-
}>>;
|
|
120
|
+
declare function acceptTenantInvite(token: string): Promise<AcceptTenantInviteResponse>;
|
|
124
121
|
|
|
125
122
|
/**
|
|
126
123
|
* Response structure for tenant user invite creation
|