@larisarozin/dodone-shared 1.1.2 → 1.1.3

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.
@@ -102,7 +102,7 @@ declare class Users {
102
102
  create(request: UserCreateRequest): Promise<DataResponse<User>>;
103
103
  update(request: UserUpdateRequest): Promise<DataResponse<User>>;
104
104
  delete(id: number): Promise<ResponseBase>;
105
- isLastTeamAdmin(): Promise<ResponseBase>;
105
+ isLastTeamAdmin(): Promise<boolean>;
106
106
  }
107
107
  /**
108
108
  * Notifications API operations class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@larisarozin/dodone-shared",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Shared utilities and components for DoDone",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",