@looker/sdk 23.2.0 → 23.4.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.
@@ -100,7 +100,6 @@ export declare const update_color_collection: (sdk: IAPIMethods, collection_id:
100
100
  export declare const delete_color_collection: (sdk: IAPIMethods, collection_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
101
101
  export declare const cloud_storage_configuration: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IBackupConfiguration, IError>>;
102
102
  export declare const update_cloud_storage_configuration: (sdk: IAPIMethods, body: Partial<IWriteBackupConfiguration>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IBackupConfiguration, IError | IValidationError>>;
103
- export declare const configuration_force_refresh: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<any, IError | IValidationError>>;
104
103
  export declare const custom_welcome_email: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ICustomWelcomeEmail, IError>>;
105
104
  export declare const update_custom_welcome_email: (sdk: IAPIMethods, body: Partial<ICustomWelcomeEmail>, send_test_welcome_email?: boolean | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ICustomWelcomeEmail, IError | IValidationError>>;
106
105
  export declare const update_custom_welcome_email_test: (sdk: IAPIMethods, body: Partial<IWelcomeEmailTest>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IWelcomeEmailTest, IError | IValidationError>>;
@@ -178,8 +177,8 @@ export declare const delete_dashboard: (sdk: IAPIMethods, dashboard_id: string,
178
177
  export declare const dashboard_aggregate_table_lookml: (sdk: IAPIMethods, dashboard_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardAggregateTableLookml, IError>>;
179
178
  export declare const dashboard_lookml: (sdk: IAPIMethods, dashboard_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardLookml, IError>>;
180
179
  export declare const move_dashboard: (sdk: IAPIMethods, dashboard_id: string, folder_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboard, IError | IValidationError>>;
181
- export declare const import_dashboard_from_lookml: (sdk: IAPIMethods, body: Partial<IWriteDashboardLookml>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardLookml, IError | IValidationError>>;
182
- export declare const create_dashboard_from_lookml: (sdk: IAPIMethods, body: Partial<IWriteDashboardLookml>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardLookml, IError | IValidationError>>;
180
+ export declare const import_dashboard_from_lookml: (sdk: IAPIMethods, body: Partial<IWriteDashboardLookml>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboard, IError | IValidationError>>;
181
+ export declare const create_dashboard_from_lookml: (sdk: IAPIMethods, body: Partial<IWriteDashboardLookml>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboard, IError | IValidationError>>;
183
182
  export declare const copy_dashboard: (sdk: IAPIMethods, dashboard_id: string, folder_id?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboard, IError | IValidationError>>;
184
183
  export declare const search_dashboard_elements: (sdk: IAPIMethods, request: IRequestSearchDashboardElements, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardElement[], IError>>;
185
184
  export declare const dashboard_element: (sdk: IAPIMethods, dashboard_element_id: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDashboardElement, IError>>;