@looker/sdk 24.12.0 → 24.14.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.
@@ -141,6 +141,7 @@ export declare class Looker40SDKStream extends APIMethods {
141
141
  all_dialect_infos(callback: (readable: Readable) => Promise<IDialectInfo[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<IDialectInfo[]>;
142
142
  all_external_oauth_applications(callback: (readable: Readable) => Promise<IExternalOauthApplication[]>, request: IRequestAllExternalOauthApplications, options?: Partial<ITransportSettings>): Promise<IExternalOauthApplication[]>;
143
143
  create_external_oauth_application(callback: (readable: Readable) => Promise<IExternalOauthApplication>, body: Partial<IWriteExternalOauthApplication>, options?: Partial<ITransportSettings>): Promise<IExternalOauthApplication>;
144
+ update_external_oauth_application(callback: (readable: Readable) => Promise<IExternalOauthApplication>, client_id: string, body: Partial<IWriteExternalOauthApplication>, options?: Partial<ITransportSettings>): Promise<IExternalOauthApplication>;
144
145
  create_oauth_application_user_state(callback: (readable: Readable) => Promise<ICreateOAuthApplicationUserStateResponse>, body: Partial<ICreateOAuthApplicationUserStateRequest>, options?: Partial<ITransportSettings>): Promise<ICreateOAuthApplicationUserStateResponse>;
145
146
  all_ssh_servers(callback: (readable: Readable) => Promise<ISshServer[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<ISshServer[]>;
146
147
  create_ssh_server(callback: (readable: Readable) => Promise<ISshServer>, body: Partial<IWriteSshServer>, options?: Partial<ITransportSettings>): Promise<ISshServer>;