@looker/sdk 23.16.0 → 23.20.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 +14 -0
- package/README.md +1 -3
- package/lib/4.0/funcs.d.ts +6 -6
- package/lib/4.0/funcs.js +377 -379
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +6 -6
- package/lib/4.0/methods.js +250 -252
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +6 -6
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +55 -5
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +5 -5
- package/lib/4.0/streams.js +250 -252
- package/lib/4.0/streams.js.map +1 -1
- package/lib/browserSdk.d.ts +0 -2
- package/lib/browserSdk.js +2 -9
- package/lib/browserSdk.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/4.0/funcs.js +1105 -1551
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +555 -564
- 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 +22 -50
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +555 -564
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/browserSdk.js +8 -23
- package/lib/esm/browserSdk.js.map +1 -1
- package/lib/esm/constants.js +2 -10
- package/lib/esm/constants.js.map +1 -1
- package/lib/esm/extensionSdk.js +5 -12
- package/lib/esm/extensionSdk.js.map +1 -1
- package/lib/esm/index.js +9 -141
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionSdk.js.map +1 -1
- package/lib/index.d.ts +0 -8
- package/lib/index.js +15 -56
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/3.1/funcs.d.ts +0 -358
- package/lib/3.1/funcs.js +0 -4025
- package/lib/3.1/funcs.js.map +0 -1
- package/lib/3.1/methods.d.ts +0 -363
- package/lib/3.1/methods.js +0 -2965
- package/lib/3.1/methods.js.map +0 -1
- package/lib/3.1/methodsInterface.d.ts +0 -359
- package/lib/3.1/methodsInterface.js +0 -2
- package/lib/3.1/methodsInterface.js.map +0 -1
- package/lib/3.1/models.d.ts +0 -3263
- package/lib/3.1/models.js +0 -159
- package/lib/3.1/models.js.map +0 -1
- package/lib/3.1/streams.d.ts +0 -363
- package/lib/3.1/streams.js +0 -2965
- package/lib/3.1/streams.js.map +0 -1
- package/lib/esm/3.1/funcs.js +0 -4025
- package/lib/esm/3.1/funcs.js.map +0 -1
- package/lib/esm/3.1/methods.js +0 -2965
- package/lib/esm/3.1/methods.js.map +0 -1
- package/lib/esm/3.1/methodsInterface.js +0 -2
- package/lib/esm/3.1/methodsInterface.js.map +0 -1
- package/lib/esm/3.1/models.js +0 -159
- package/lib/esm/3.1/models.js.map +0 -1
- package/lib/esm/3.1/streams.js +0 -2965
- 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.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.18.0...sdk-v23.20.0) (2023-11-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* generate SDKs for Looker 23.20 ([#1402](https://github.com/looker-open-source/sdk-codegen/issues/1402)) ([dabb34a](https://github.com/looker-open-source/sdk-codegen/commit/dabb34a793a136cd2fbb4b8cb0a63b4efa89614f))
|
|
14
|
+
|
|
15
|
+
## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.16.0...sdk-v23.18.0) (2023-11-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* generate SDKs for Looker 23.18 ([3f13822](https://github.com/looker-open-source/sdk-codegen/commit/3f13822daa3a5b9c179d23f0c1c8a6433f0a0655))
|
|
21
|
+
|
|
8
22
|
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.14.1...sdk-v23.16.0) (2023-09-21)
|
|
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
|
|
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
|
|
package/lib/4.0/funcs.d.ts
CHANGED
|
@@ -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,
|
|
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, IQueryFormats, 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>>;
|
|
@@ -250,7 +250,6 @@ export declare const integration: (sdk: IAPIMethods, integration_id: string, fie
|
|
|
250
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>>;
|
|
251
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>>;
|
|
252
252
|
export declare const test_integration: (sdk: IAPIMethods, integration_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IIntegrationTestResult, IError | IValidationError>>;
|
|
253
|
-
export declare const jdbc_interface: (sdk: IAPIMethods, avatica_request?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IJdbcInterface, IError>>;
|
|
254
253
|
export declare const all_looks: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILook[], IError>>;
|
|
255
254
|
export declare const create_look: (sdk: IAPIMethods, body: Partial<IWriteLookWithQuery>, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookWithQuery, IError | IValidationError>>;
|
|
256
255
|
export declare const search_looks: (sdk: IAPIMethods, request: IRequestSearchLooks, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILook[], IError>>;
|
|
@@ -268,7 +267,7 @@ export declare const delete_lookml_model: (sdk: IAPIMethods, lookml_model_name:
|
|
|
268
267
|
export declare const lookml_model_explore: (sdk: IAPIMethods, lookml_model_name: string, explore_name: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookmlModelExplore, IError>>;
|
|
269
268
|
export declare const model_fieldname_suggestions: (sdk: IAPIMethods, request: IRequestModelFieldnameSuggestions, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IModelFieldSuggestions, IError>>;
|
|
270
269
|
export declare const get_model: (sdk: IAPIMethods, model_name: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IModel, IError>>;
|
|
271
|
-
export declare const connection_databases: (sdk: IAPIMethods, connection_name: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string[], IError>>;
|
|
270
|
+
export declare const connection_databases: (sdk: IAPIMethods, connection_name: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string[], IError | IValidationError>>;
|
|
272
271
|
export declare const connection_features: (sdk: IAPIMethods, connection_name: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IConnectionFeatures, IError | IValidationError>>;
|
|
273
272
|
export declare const connection_schemas: (sdk: IAPIMethods, request: IRequestConnectionSchemas, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISchema[], IError | IValidationError>>;
|
|
274
273
|
export declare const connection_tables: (sdk: IAPIMethods, request: IRequestConnectionTables, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISchemaTables[], IError | IValidationError>>;
|
|
@@ -309,7 +308,7 @@ export declare const get_all_repository_credentials: (sdk: IAPIMethods, root_pro
|
|
|
309
308
|
export declare const create_query_task: (sdk: IAPIMethods, request: IRequestCreateQueryTask, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQueryTask, IError | IValidationError>>;
|
|
310
309
|
export declare const query_task_multi_results: (sdk: IAPIMethods, query_task_ids: DelimArray<string>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDictionary<any>, IError>>;
|
|
311
310
|
export declare const query_task: (sdk: IAPIMethods, query_task_id: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQueryTask, IError>>;
|
|
312
|
-
export declare const query_task_results: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<
|
|
311
|
+
export declare const query_task_results: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQueryTask, IError>>;
|
|
313
312
|
export declare const query: (sdk: IAPIMethods, query_id: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQuery, IError>>;
|
|
314
313
|
export declare const query_for_slug: (sdk: IAPIMethods, slug: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQuery, IError>>;
|
|
315
314
|
export declare const create_query: (sdk: IAPIMethods, body: Partial<IWriteQuery>, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IQuery, IError | IValidationError>>;
|
|
@@ -320,8 +319,6 @@ export declare const merge_query: (sdk: IAPIMethods, merge_query_id: string, fie
|
|
|
320
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>>;
|
|
321
320
|
export declare const all_running_queries: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IRunningQueries[], IError>>;
|
|
322
321
|
export declare const kill_query: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
|
|
323
|
-
export declare const run_sql_interface_query: (sdk: IAPIMethods, query_id: number, result_format: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
|
|
324
|
-
export declare const create_sql_interface_query: (sdk: IAPIMethods, body: Partial<IWriteSqlInterfaceQueryCreate>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlInterfaceQuery, IError | IValidationError>>;
|
|
325
322
|
export declare const create_sql_query: (sdk: IAPIMethods, body: Partial<ISqlQueryCreate>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlQuery, IError | IValidationError>>;
|
|
326
323
|
export declare const sql_query: (sdk: IAPIMethods, slug: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlQuery, IError>>;
|
|
327
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>>;
|
|
@@ -368,6 +365,9 @@ export declare const scheduled_plans_for_lookml_dashboard: (sdk: IAPIMethods, re
|
|
|
368
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>>;
|
|
369
366
|
export declare const session: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IApiSession, IError>>;
|
|
370
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<IQueryFormats, IError | IValidationError>>;
|
|
370
|
+
export declare const create_sql_interface_query: (sdk: IAPIMethods, body: Partial<IWriteSqlInterfaceQueryCreate>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISqlInterfaceQuery, IError | IValidationError>>;
|
|
371
371
|
export declare const all_themes: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme[], IError>>;
|
|
372
372
|
export declare const create_theme: (sdk: IAPIMethods, body: Partial<IWriteTheme>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme, IError | IValidationError>>;
|
|
373
373
|
export declare const search_themes: (sdk: IAPIMethods, request: IRequestSearchThemes, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITheme[], IError>>;
|