@solibo/home-api 1.5.5 → 1.5.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -16540,6 +16540,7 @@ export declare class UserApi extends ApiClient.$metadata$.constructor {
16540
16540
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): UserApi;
16541
16541
  deleteUserImage(): Promise<HttpResponse<void>>;
16542
16542
  indexUserConversations(unread?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListUserConversations>>;
16543
+ me(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
16543
16544
  showAuthedUser(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
16544
16545
  showUser(fields?: Nullable<string>): Promise<HttpResponse<PersonUser>>;
16545
16546
  showUserActions(companyId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListString>>;