@looker/sdk 23.14.1 → 23.18.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 (68) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -3
  3. package/lib/4.0/funcs.d.ts +6 -3
  4. package/lib/4.0/funcs.js +922 -891
  5. package/lib/4.0/funcs.js.map +1 -1
  6. package/lib/4.0/methods.d.ts +6 -3
  7. package/lib/4.0/methods.js +612 -590
  8. package/lib/4.0/methods.js.map +1 -1
  9. package/lib/4.0/methodsInterface.d.ts +6 -3
  10. package/lib/4.0/methodsInterface.js.map +1 -1
  11. package/lib/4.0/models.d.ts +18 -3
  12. package/lib/4.0/models.js.map +1 -1
  13. package/lib/4.0/streams.d.ts +6 -3
  14. package/lib/4.0/streams.js +612 -590
  15. package/lib/4.0/streams.js.map +1 -1
  16. package/lib/browserSdk.d.ts +0 -2
  17. package/lib/browserSdk.js +2 -9
  18. package/lib/browserSdk.js.map +1 -1
  19. package/lib/constants.d.ts +1 -1
  20. package/lib/constants.js +1 -1
  21. package/lib/constants.js.map +1 -1
  22. package/lib/esm/4.0/funcs.js +1633 -2046
  23. package/lib/esm/4.0/funcs.js.map +1 -1
  24. package/lib/esm/4.0/methods.js +915 -900
  25. package/lib/esm/4.0/methods.js.map +1 -1
  26. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  27. package/lib/esm/4.0/models.js +22 -50
  28. package/lib/esm/4.0/models.js.map +1 -1
  29. package/lib/esm/4.0/streams.js +915 -900
  30. package/lib/esm/4.0/streams.js.map +1 -1
  31. package/lib/esm/browserSdk.js +8 -23
  32. package/lib/esm/browserSdk.js.map +1 -1
  33. package/lib/esm/constants.js +2 -10
  34. package/lib/esm/constants.js.map +1 -1
  35. package/lib/esm/extensionSdk.js +5 -12
  36. package/lib/esm/extensionSdk.js.map +1 -1
  37. package/lib/esm/index.js +9 -141
  38. package/lib/esm/index.js.map +1 -1
  39. package/lib/extensionSdk.js.map +1 -1
  40. package/lib/index.d.ts +0 -8
  41. package/lib/index.js +15 -56
  42. package/lib/index.js.map +1 -1
  43. package/package.json +2 -2
  44. package/lib/3.1/funcs.d.ts +0 -358
  45. package/lib/3.1/funcs.js +0 -4025
  46. package/lib/3.1/funcs.js.map +0 -1
  47. package/lib/3.1/methods.d.ts +0 -363
  48. package/lib/3.1/methods.js +0 -2965
  49. package/lib/3.1/methods.js.map +0 -1
  50. package/lib/3.1/methodsInterface.d.ts +0 -359
  51. package/lib/3.1/methodsInterface.js +0 -2
  52. package/lib/3.1/methodsInterface.js.map +0 -1
  53. package/lib/3.1/models.d.ts +0 -3263
  54. package/lib/3.1/models.js +0 -159
  55. package/lib/3.1/models.js.map +0 -1
  56. package/lib/3.1/streams.d.ts +0 -363
  57. package/lib/3.1/streams.js +0 -2965
  58. package/lib/3.1/streams.js.map +0 -1
  59. package/lib/esm/3.1/funcs.js +0 -4025
  60. package/lib/esm/3.1/funcs.js.map +0 -1
  61. package/lib/esm/3.1/methods.js +0 -2965
  62. package/lib/esm/3.1/methods.js.map +0 -1
  63. package/lib/esm/3.1/methodsInterface.js +0 -2
  64. package/lib/esm/3.1/methodsInterface.js.map +0 -1
  65. package/lib/esm/3.1/models.js +0 -159
  66. package/lib/esm/3.1/models.js.map +0 -1
  67. package/lib/esm/3.1/streams.js +0 -2965
  68. package/lib/esm/3.1/streams.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ 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
+ ## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.16.0...sdk-v23.18.0) (2023-11-22)
9
+
10
+
11
+ ### Features
12
+
13
+ * generate SDKs for Looker 23.18 ([3f13822](https://github.com/looker-open-source/sdk-codegen/commit/3f13822daa3a5b9c179d23f0c1c8a6433f0a0655))
14
+
15
+ ## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.14.1...sdk-v23.16.0) (2023-09-21)
16
+
17
+
18
+ ### Features
19
+
20
+ * generate SDKs for Looker 23.16 ([#1365](https://github.com/looker-open-source/sdk-codegen/issues/1365)) ([9d6937a](https://github.com/looker-open-source/sdk-codegen/commit/9d6937a042d1649b41bc1851d579b5aa5360ad44))
21
+
8
22
  ## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.12.0...sdk-v23.14.1) (2023-08-15)
9
23
 
10
24
 
package/README.md CHANGED
@@ -66,9 +66,7 @@ The `looker.ini` configuration file and environment variables are _never_ used i
66
66
 
67
67
  ### Developing with multiple API versions
68
68
 
69
- Please use API 4.0. API 3.1 is deprecated. To support iterative migration to API 4.0 from API 3.1, the single Looker SDK package now supports multiple API versions for the generated SDK classes. Both API 3.1 and API 4.0 are supported for Node and browser-based use.
70
-
71
- `LookerBrowserSDK.init31()` and `Looker31SDK()` initialize the API 3.1 implementation of the SDK.
69
+ Please use API 4.0. API 3.1 is deprecated and has been removed in Looker v23.18+.
72
70
 
73
71
  `LookerBrowserSDK.init40()` and `Looker40SDK()` initialize the API 4.1 implementation of the SDK.
74
72
 
@@ -1,5 +1,5 @@
1
1
  import type { DelimArray, IDictionary, IAPIMethods, IAuthSession, ITransportSettings, SDKResponse } from '@looker/sdk-rtl';
2
- import type { IAccessToken, IAlert, IAlertNotifications, IAlertPatch, IApiSession, IApiVersion, IArtifact, IArtifactNamespace, IArtifactUsage, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentSearch, IContentValidation, IContentView, ICostEstimate, ICreateCostEstimate, ICreateCredentialsApi3, ICreateEmbedUserRequest, ICreateFolder, ICreateOAuthApplicationUserStateRequest, ICreateOAuthApplicationUserStateResponse, ICredentialsApi3, ICredentialsEmail, ICredentialsEmailSearch, ICredentialsEmbed, ICredentialsGoogle, ICredentialsLDAP, ICredentialsLookerOpenid, ICredentialsOIDC, ICredentialsSaml, ICredentialsTotp, ICustomWelcomeEmail, IDashboard, IDashboardAggregateTableLookml, IDashboardBase, IDashboardElement, IDashboardFilter, IDashboardLayout, IDashboardLayoutComponent, IDashboardLookml, IDataActionForm, IDataActionRequest, IDataActionResponse, IDatagroup, IDBConnection, IDBConnectionTestResult, IDependencyGraph, IDialectInfo, IDigestEmails, IDigestEmailSend, IEgressIpAddresses, IEmbedCookielessSessionAcquire, IEmbedCookielessSessionAcquireResponse, IEmbedCookielessSessionGenerateTokens, IEmbedCookielessSessionGenerateTokensResponse, IEmbedParams, IEmbedSecret, IEmbedSsoParams, IEmbedUrlResponse, IError, IExternalOauthApplication, IFolder, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupHierarchy, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IGroupSearch, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, IJdbcInterface, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMaterializePDT, IMergeQuery, IMobileSettings, IMobileToken, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAlertNotifications, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUserAttributes, IRequestAllUsers, IRequestArtifact, IRequestArtifactNamespaces, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentThumbnail, IRequestCreateDashboardElement, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchArtifacts, IRequestSearchBoards, IRequestSearchContent, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchGroupsWithHierarchy, IRequestSearchGroupsWithRoles, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchPermissionSets, IRequestSearchRoles, IRequestSearchRolesWithUserCount, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestStartPdtBuild, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISmtpSettings, ISmtpStatus, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ISupportAccessAddEntries, ISupportAccessAllowlistEntry, ISupportAccessEnable, ISupportAccessStatus, ITheme, ITimezone, IUpdateArtifact, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDashboardLookml, IWriteDatagroup, IWriteDBConnection, IWriteEmbedSecret, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteMobileToken, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
2
+ import type { IAccessToken, IAlert, IAlertNotifications, IAlertPatch, IApiSession, IApiVersion, IArtifact, IArtifactNamespace, IArtifactUsage, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentSearch, IContentValidation, IContentView, ICostEstimate, ICreateCostEstimate, ICreateCredentialsApi3, ICreateEmbedUserRequest, ICreateFolder, ICreateOAuthApplicationUserStateRequest, ICreateOAuthApplicationUserStateResponse, ICredentialsApi3, ICredentialsEmail, ICredentialsEmailSearch, ICredentialsEmbed, ICredentialsGoogle, ICredentialsLDAP, ICredentialsLookerOpenid, ICredentialsOIDC, ICredentialsSaml, ICredentialsTotp, ICustomWelcomeEmail, IDashboard, IDashboardAggregateTableLookml, IDashboardBase, IDashboardElement, IDashboardFilter, IDashboardLayout, IDashboardLayoutComponent, IDashboardLookml, IDataActionForm, IDataActionRequest, IDataActionResponse, IDatagroup, IDBConnection, IDBConnectionTestResult, IDependencyGraph, IDialectInfo, IDigestEmails, IDigestEmailSend, IEgressIpAddresses, IEmbedCookielessSessionAcquire, IEmbedCookielessSessionAcquireResponse, IEmbedCookielessSessionGenerateTokens, IEmbedCookielessSessionGenerateTokensResponse, IEmbedParams, IEmbedSecret, IEmbedSsoParams, IEmbedUrlResponse, IError, IExternalOauthApplication, IFolder, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupHierarchy, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IGroupSearch, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMaterializePDT, IMergeQuery, IMobileSettings, IMobileToken, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAlertNotifications, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUserAttributes, IRequestAllUsers, IRequestArtifact, IRequestArtifactNamespaces, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentThumbnail, IRequestCreateDashboardElement, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchArtifacts, IRequestSearchBoards, IRequestSearchContent, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchGroupsWithHierarchy, IRequestSearchGroupsWithRoles, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchPermissionSets, IRequestSearchRoles, IRequestSearchRolesWithUserCount, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestStartPdtBuild, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISmtpSettings, ISmtpStatus, ISqlInterfaceQuery, ISqlInterfaceQueryMetadata, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ISupportAccessAddEntries, ISupportAccessAllowlistEntry, ISupportAccessEnable, ISupportAccessStatus, ITheme, ITimezone, IUpdateArtifact, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDashboardLookml, IWriteDatagroup, IWriteDBConnection, IWriteEmbedSecret, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteMobileToken, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSqlInterfaceQueryCreate, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
3
3
  export declare const functionalSdk40: (authSession: IAuthSession) => import("@looker/sdk-rtl").APIMethods;
4
4
  export declare const follow_alert: (sdk: IAPIMethods, alert_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<void, IError>>;
5
5
  export declare const unfollow_alert: (sdk: IAPIMethods, alert_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<void, IError>>;
@@ -27,6 +27,7 @@ export declare const create_embed_secret: (sdk: IAPIMethods, body?: Partial<IWri
27
27
  export declare const delete_embed_secret: (sdk: IAPIMethods, embed_secret_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
28
28
  export declare const create_sso_embed_url: (sdk: IAPIMethods, body: Partial<IEmbedSsoParams>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IEmbedUrlResponse, IError | IValidationError>>;
29
29
  export declare const create_embed_url_as_me: (sdk: IAPIMethods, body: Partial<IEmbedParams>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IEmbedUrlResponse, IError | IValidationError>>;
30
+ export declare const validate_embed_url: (sdk: IAPIMethods, url?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IEmbedUrlResponse, IError | IValidationError>>;
30
31
  export declare const acquire_embed_cookieless_session: (sdk: IAPIMethods, body: Partial<IEmbedCookielessSessionAcquire>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IEmbedCookielessSessionAcquireResponse, IError | IValidationError>>;
31
32
  export declare const delete_embed_cookieless_session: (sdk: IAPIMethods, session_reference_token: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
32
33
  export declare const generate_tokens_for_cookieless_session: (sdk: IAPIMethods, body: Partial<IEmbedCookielessSessionGenerateTokens>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IEmbedCookielessSessionGenerateTokensResponse, IError | IValidationError>>;
@@ -249,7 +250,6 @@ export declare const integration: (sdk: IAPIMethods, integration_id: string, fie
249
250
  export declare const update_integration: (sdk: IAPIMethods, integration_id: string, body: Partial<IWriteIntegration>, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IIntegration, IError | IValidationError>>;
250
251
  export declare const fetch_integration_form: (sdk: IAPIMethods, integration_id: string, body?: Partial<IDictionary<string>> | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDataActionForm, IError | IValidationError>>;
251
252
  export declare const test_integration: (sdk: IAPIMethods, integration_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IIntegrationTestResult, IError | IValidationError>>;
252
- export declare const jdbc_interface: (sdk: IAPIMethods, avatica_request?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IJdbcInterface, IError>>;
253
253
  export declare const all_looks: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILook[], IError>>;
254
254
  export declare const create_look: (sdk: IAPIMethods, body: Partial<IWriteLookWithQuery>, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookWithQuery, IError | IValidationError>>;
255
255
  export declare const search_looks: (sdk: IAPIMethods, request: IRequestSearchLooks, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILook[], IError>>;
@@ -319,8 +319,8 @@ export declare const merge_query: (sdk: IAPIMethods, merge_query_id: string, fie
319
319
  export declare const create_merge_query: (sdk: IAPIMethods, body?: Partial<IWriteMergeQuery> | undefined, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IMergeQuery, IError | IValidationError>>;
320
320
  export declare const all_running_queries: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IRunningQueries[], IError>>;
321
321
  export declare const kill_query: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
322
- export declare const sql_query: (sdk: IAPIMethods, slug: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlQuery, IError>>;
323
322
  export declare const create_sql_query: (sdk: IAPIMethods, body: Partial<ISqlQueryCreate>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlQuery, IError | IValidationError>>;
323
+ export declare const sql_query: (sdk: IAPIMethods, slug: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlQuery, IError>>;
324
324
  export declare const run_sql_query: (sdk: IAPIMethods, slug: string, result_format: string, download?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
325
325
  export declare const create_look_render_task: (sdk: IAPIMethods, look_id: string, result_format: string, width: number, height: number, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IRenderTask, IError | IValidationError>>;
326
326
  export declare const create_query_render_task: (sdk: IAPIMethods, query_id: string, result_format: string, width: number, height: number, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IRenderTask, IError | IValidationError>>;
@@ -365,6 +365,9 @@ export declare const scheduled_plans_for_lookml_dashboard: (sdk: IAPIMethods, re
365
365
  export declare const scheduled_plan_run_once_by_id: (sdk: IAPIMethods, scheduled_plan_id: string, body?: Partial<IWriteScheduledPlan> | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IScheduledPlan, IError | IValidationError>>;
366
366
  export declare const session: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IApiSession, IError>>;
367
367
  export declare const update_session: (sdk: IAPIMethods, body: Partial<IWriteApiSession>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IApiSession, IError | IValidationError>>;
368
+ export declare const sql_interface_metadata: (sdk: IAPIMethods, avatica_request?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlInterfaceQueryMetadata, IError>>;
369
+ export declare const run_sql_interface_query: (sdk: IAPIMethods, query_id: number, result_format: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
370
+ export declare const create_sql_interface_query: (sdk: IAPIMethods, body: Partial<IWriteSqlInterfaceQueryCreate>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlInterfaceQuery, IError | IValidationError>>;
368
371
  export declare const all_themes: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme[], IError>>;
369
372
  export declare const create_theme: (sdk: IAPIMethods, body: Partial<IWriteTheme>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme, IError | IValidationError>>;
370
373
  export declare const search_themes: (sdk: IAPIMethods, request: IRequestSearchThemes, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme[], IError>>;