@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.
- package/CHANGELOG.md +7 -0
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.js.map +1 -1
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +2 -3
- package/lib/4.0/funcs.js +995 -1004
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +2 -3
- package/lib/4.0/methods.js +660 -666
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +2 -3
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +0 -21
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +2 -3
- package/lib/4.0/streams.js +660 -666
- package/lib/4.0/streams.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/methodsInterface.js.map +1 -1
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +995 -1004
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +660 -666
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/methodsInterface.js.map +1 -1
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +660 -666
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/package.json +2 -2
package/lib/4.0/funcs.d.ts
CHANGED
|
@@ -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<
|
|
182
|
-
export declare const create_dashboard_from_lookml: (sdk: IAPIMethods, body: Partial<IWriteDashboardLookml>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<
|
|
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>>;
|