@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.
@@ -117,10 +117,7 @@ type AcceptTenantInviteResponse = ApiResponse<{
117
117
  * @public
118
118
  * @group User Management
119
119
  */
120
- declare function acceptTenantInvite(token: string): Promise<ApiResponse<{
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
@@ -117,10 +117,7 @@ type AcceptTenantInviteResponse = ApiResponse<{
117
117
  * @public
118
118
  * @group User Management
119
119
  */
120
- declare function acceptTenantInvite(token: string): Promise<ApiResponse<{
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnibase/core-js",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "OmniBase core Javascript SDK - framework agnostic",
5
5
  "files": [
6
6
  "dist/**/*"