@looker/sdk 24.18.0 → 24.20.0

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.
@@ -425,7 +425,7 @@ export declare class Looker40SDK extends APIMethods implements ILooker40SDK {
425
425
  all_user_sessions(user_id: string, fields?: string, options?: Partial<ITransportSettings>): Promise<SDKResponse<ISession[], IError>>;
426
426
  create_user_credentials_email_password_reset(request: IRequestCreateUserCredentialsEmailPasswordReset, options?: Partial<ITransportSettings>): Promise<SDKResponse<ICredentialsEmail, IError>>;
427
427
  user_roles(request: IRequestUserRoles, options?: Partial<ITransportSettings>): Promise<SDKResponse<IRole[], IError>>;
428
- set_user_roles(user_id: string, body: Partial<string[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<SDKResponse<IRole[], IError>>;
428
+ set_user_roles(user_id: string, body: Partial<string[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<SDKResponse<IRole[], IError | IValidationError>>;
429
429
  user_attribute_user_values(request: IRequestUserAttributeUserValues, options?: Partial<ITransportSettings>): Promise<SDKResponse<IUserAttributeWithValue[], IError>>;
430
430
  set_user_attribute_user_value(user_id: string, user_attribute_id: string, body: Partial<IWriteUserAttributeWithValue>, options?: Partial<ITransportSettings>): Promise<SDKResponse<IUserAttributeWithValue, IError | IValidationError>>;
431
431
  delete_user_attribute_user_value(user_id: string, user_attribute_id: string, options?: Partial<ITransportSettings>): Promise<SDKResponse<void, IError>>;