@solibo/solibo-sdk 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.
@@ -19012,6 +19012,7 @@ export declare class UserApi extends ApiClient.$metadata$.constructor {
19012
19012
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): UserApi;
19013
19013
  deleteUserImage(): Promise<HttpResponse<void>>;
19014
19014
  indexUserConversations(unread?: boolean | null | undefined, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListUserConversations>>;
19015
+ me(fields?: string | null | undefined): Promise<HttpResponse<AuthUser>>;
19015
19016
  showAuthedUser(fields?: string | null | undefined): Promise<HttpResponse<AuthUser>>;
19016
19017
  showUser(fields?: string | null | undefined): Promise<HttpResponse<PersonUser>>;
19017
19018
  showUserActions(companyId?: bigint | null | undefined, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListString>>;