@looker/sdk 26.6.1 → 26.8.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [26.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v26.6.1...sdk-v26.8.0) (2026-05-11)
9
+
10
+
11
+ ### Features
12
+
13
+ * generate SDKs for Looker 26.8 ([#1710](https://github.com/looker-open-source/sdk-codegen/issues/1710)) ([c39c529](https://github.com/looker-open-source/sdk-codegen/commit/c39c5296cc50aabd01141b5208697a77a960ac1b))
14
+
8
15
  ## [26.6.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v26.6.0...sdk-v26.6.1) (2026-03-25)
9
16
 
10
17
 
@@ -13,7 +13,7 @@ export declare const enqueue_alert: (sdk: IAPIMethods, alert_id: string, force?:
13
13
  export declare const alert_notifications: (sdk: IAPIMethods, request: IRequestAlertNotifications, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IAlertNotifications[], IError>>;
14
14
  export declare const read_alert_notification: (sdk: IAPIMethods, alert_notification_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IAlertNotifications, IError | IValidationError>>;
15
15
  export declare const login: (sdk: IAPIMethods, request: IRequestLogin, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IAccessToken, IError>>;
16
- export declare const login_user: (sdk: IAPIMethods, user_id: string, associative?: boolean, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IAccessToken, IError>>;
16
+ export declare const login_user: (sdk: IAPIMethods, user_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IAccessToken, IError>>;
17
17
  export declare const logout: (sdk: IAPIMethods, options?: Partial<ITransportSettings>) => Promise<SDKResponse<string, IError>>;
18
18
  export declare const artifact_usage: (sdk: IAPIMethods, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IArtifactUsage, IError | IValidationError>>;
19
19
  export declare const artifact_namespaces: (sdk: IAPIMethods, request: IRequestArtifactNamespaces, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IArtifactNamespace[], IError | IValidationError>>;