@looker/sdk 23.2.0 → 23.6.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/3.1/funcs.d.ts +1 -1
  3. package/lib/3.1/funcs.js +1 -0
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +1 -1
  6. package/lib/3.1/methods.js +1 -0
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +1 -1
  9. package/lib/3.1/methodsInterface.js.map +1 -1
  10. package/lib/3.1/models.d.ts +3 -0
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.js +1 -0
  13. package/lib/3.1/streams.js.map +1 -1
  14. package/lib/4.0/funcs.d.ts +3 -4
  15. package/lib/4.0/funcs.js +996 -1004
  16. package/lib/4.0/funcs.js.map +1 -1
  17. package/lib/4.0/methods.d.ts +3 -4
  18. package/lib/4.0/methods.js +661 -666
  19. package/lib/4.0/methods.js.map +1 -1
  20. package/lib/4.0/methodsInterface.d.ts +3 -4
  21. package/lib/4.0/methodsInterface.js.map +1 -1
  22. package/lib/4.0/models.d.ts +3 -21
  23. package/lib/4.0/models.js.map +1 -1
  24. package/lib/4.0/streams.d.ts +2 -3
  25. package/lib/4.0/streams.js +661 -666
  26. package/lib/4.0/streams.js.map +1 -1
  27. package/lib/constants.d.ts +1 -1
  28. package/lib/constants.js +1 -1
  29. package/lib/constants.js.map +1 -1
  30. package/lib/esm/3.1/funcs.js +1 -0
  31. package/lib/esm/3.1/funcs.js.map +1 -1
  32. package/lib/esm/3.1/methods.js +1 -0
  33. package/lib/esm/3.1/methods.js.map +1 -1
  34. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  35. package/lib/esm/3.1/models.js.map +1 -1
  36. package/lib/esm/3.1/streams.js +1 -0
  37. package/lib/esm/3.1/streams.js.map +1 -1
  38. package/lib/esm/4.0/funcs.js +996 -1004
  39. package/lib/esm/4.0/funcs.js.map +1 -1
  40. package/lib/esm/4.0/methods.js +661 -666
  41. package/lib/esm/4.0/methods.js.map +1 -1
  42. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  43. package/lib/esm/4.0/models.js.map +1 -1
  44. package/lib/esm/4.0/streams.js +661 -666
  45. package/lib/esm/4.0/streams.js.map +1 -1
  46. package/lib/esm/constants.js +1 -1
  47. package/lib/esm/constants.js.map +1 -1
  48. package/package.json +2 -2
@@ -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>>;
@@ -163,7 +162,7 @@ export declare const create_content_metadata_access: (sdk: IAPIMethods, body: Pa
163
162
  export declare const update_content_metadata_access: (sdk: IAPIMethods, content_metadata_access_id: string, body: Partial<IContentMetaGroupUser>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IContentMetaGroupUser, IError | IValidationError>>;
164
163
  export declare const delete_content_metadata_access: (sdk: IAPIMethods, content_metadata_access_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
165
164
  export declare const search_content: (sdk: IAPIMethods, request: IRequestSearchContent, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IContentSearch[], IError>>;
166
- export declare const content_thumbnail: (sdk: IAPIMethods, request: IRequestContentThumbnail, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
165
+ export declare const content_thumbnail: (sdk: IAPIMethods, request: IRequestContentThumbnail, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
167
166
  export declare const content_validation: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IContentValidation, IError | IValidationError>>;
168
167
  export declare const search_content_views: (sdk: IAPIMethods, request: IRequestSearchContentViews, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IContentView[], IError>>;
169
168
  export declare const vector_thumbnail: (sdk: IAPIMethods, type: string, resource_id: string, reload?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
@@ -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>>;