@looker/sdk 21.20.0 → 22.2.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 +51 -1
- package/lib/3.1/funcs.d.ts +5 -1
- package/lib/3.1/funcs.js +945 -886
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +5 -1
- package/lib/3.1/methods.js +631 -588
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +5 -1
- package/lib/3.1/models.d.ts +1690 -1663
- package/lib/3.1/models.js +10 -1
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.d.ts +5 -1
- package/lib/3.1/streams.js +631 -588
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +15 -1
- package/lib/4.0/funcs.js +1260 -1067
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +15 -1
- package/lib/4.0/methods.js +845 -709
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +15 -1
- package/lib/4.0/models.d.ts +1902 -1830
- package/lib/4.0/models.js +10 -1
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +15 -1
- package/lib/4.0/streams.js +845 -709
- 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 +929 -882
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js +631 -588
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/models.js +8 -0
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js +631 -588
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +1213 -1063
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +845 -709
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/models.js +8 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +845 -709
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,56 @@ 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
|
+
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.0.0...sdk-v22.2.0) (2022-02-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* SDK for Looker 22_2 ([#966](https://www.github.com/looker-open-source/sdk-codegen/issues/966)) ([3ba5420](https://www.github.com/looker-open-source/sdk-codegen/commit/3ba5420c75d602692c1c8aa806648e2c2dd73cac))
|
|
14
|
+
|
|
15
|
+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.1...sdk-v22.0.0) (2022-02-14)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### ⚠ BREAKING CHANGES
|
|
19
|
+
|
|
20
|
+
* SDK support for 22.0
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211))
|
|
25
|
+
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
26
|
+
|
|
27
|
+
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2022-01-27)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
38
|
+
|
|
39
|
+
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2021-12-20)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Dependencies
|
|
53
|
+
|
|
54
|
+
* The following workspace dependencies were updated
|
|
55
|
+
* dependencies
|
|
56
|
+
* @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
57
|
+
|
|
8
58
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.1...sdk-v21.20.0) (2021-11-10)
|
|
9
59
|
|
|
10
60
|
|
|
@@ -274,4 +324,4 @@ See the [README](README.md#streaming-api-responses) for more information.
|
|
|
274
324
|
|
|
275
325
|
### Added
|
|
276
326
|
|
|
277
|
-
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|
|
327
|
+
- [Looker 7.16 bindings](https://github.com/looker-open-source/sdk-codegen/pull/348)
|
package/lib/3.1/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, IApiSession, IApiVersion, IBackupConfiguration, IColorCollection, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentValidation, IContentView, ICreateFolder, ICreateSpace, ICredentialsApi3, ICredentialsEmail, 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, IEmbedSsoParams, IEmbedUrlResponse, IError, IFolder, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IHomepage, IHomepageItem, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMergeQuery, IModelSet, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllHomepageItems, IRequestAllHomepageSections, IRequestAllIntegrations, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUsers, IRequestContentThumbnail, IRequestCreateDashboardRenderTask, IRequestCreateLookmlDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchGroups, IRequestSearchHomepages, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchRoles, IRequestSearchSpaces, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestSpaceChildren, IRequestSpaceChildrenSearch, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISession, ISessionConfig, ISpace, ISpaceBase, ISqlQuery, ISqlQueryCreate, ITheme, ITimezone, IUpdateFolder, IUpdateSpace, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserLoginLockout, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteApiSession, IWriteBackupConfiguration, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteCustomWelcomeEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDatagroup, IWriteDBConnection, IWriteGitBranch, IWriteGroup, IWriteHomepage, IWriteHomepageItem, IWriteHomepageSection, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteModelSet, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
|
|
2
|
+
import type { IAccessToken, IApiSession, IApiVersion, IBackupConfiguration, IColorCollection, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentValidation, IContentView, ICreateFolder, ICreateSpace, ICredentialsApi3, ICredentialsEmail, 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, IEmbedSsoParams, IEmbedUrlResponse, IError, IFolder, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IHomepage, IHomepageItem, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMaterializePDT, IMergeQuery, IModelSet, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllHomepageItems, IRequestAllHomepageSections, IRequestAllIntegrations, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUsers, IRequestContentThumbnail, IRequestCreateDashboardRenderTask, IRequestCreateLookmlDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchGroups, IRequestSearchHomepages, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchRoles, IRequestSearchSpaces, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestSpaceChildren, IRequestSpaceChildrenSearch, IRequestStartPdtBuild, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISession, ISessionConfig, ISmtpSettings, ISpace, ISpaceBase, ISqlQuery, ISqlQueryCreate, ITheme, ITimezone, IUpdateFolder, IUpdateSpace, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserLoginLockout, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteApiSession, IWriteBackupConfiguration, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteCustomWelcomeEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDatagroup, IWriteDBConnection, IWriteGitBranch, IWriteGroup, IWriteHomepage, IWriteHomepageItem, IWriteHomepageSection, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteModelSet, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
|
|
3
3
|
export declare const functionalSdk31: (authSession: IAuthSession) => import("@looker/sdk-rtl").APIMethods;
|
|
4
4
|
export declare const login: (sdk: IAPIMethods, request: IRequestLogin, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IAccessToken, IError>>;
|
|
5
5
|
export declare const login_user: (sdk: IAPIMethods, user_id: number, associative?: boolean | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IAccessToken, IError>>;
|
|
@@ -58,6 +58,7 @@ export declare const all_legacy_features: (sdk: IAPIMethods, options?: Partial<I
|
|
|
58
58
|
export declare const legacy_feature: (sdk: IAPIMethods, legacy_feature_id: number, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILegacyFeature, IError>>;
|
|
59
59
|
export declare const update_legacy_feature: (sdk: IAPIMethods, legacy_feature_id: number, body: Partial<IWriteLegacyFeature>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILegacyFeature, IError | IValidationError>>;
|
|
60
60
|
export declare const all_locales: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILocale[], IError>>;
|
|
61
|
+
export declare const set_smtp_settings: (sdk: IAPIMethods, body: Partial<ISmtpSettings>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<void, IError | IValidationError>>;
|
|
61
62
|
export declare const all_timezones: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ITimezone[], IError>>;
|
|
62
63
|
export declare const versions: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IApiVersion, IError>>;
|
|
63
64
|
export declare const whitelabel_configuration: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IWhitelabelConfiguration, IError>>;
|
|
@@ -122,6 +123,9 @@ export declare const datagroup: (sdk: IAPIMethods, datagroup_id: string, options
|
|
|
122
123
|
export declare const update_datagroup: (sdk: IAPIMethods, datagroup_id: string, body: Partial<IWriteDatagroup>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDatagroup, IError | IValidationError>>;
|
|
123
124
|
export declare const graph_derived_tables_for_model: (sdk: IAPIMethods, request: IRequestGraphDerivedTablesForModel, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDependencyGraph, IError>>;
|
|
124
125
|
export declare const graph_derived_tables_for_view: (sdk: IAPIMethods, request: IRequestGraphDerivedTablesForView, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDependencyGraph, IError>>;
|
|
126
|
+
export declare const start_pdt_build: (sdk: IAPIMethods, request: IRequestStartPdtBuild, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IMaterializePDT, IError>>;
|
|
127
|
+
export declare const check_pdt_build: (sdk: IAPIMethods, materialization_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IMaterializePDT, IError>>;
|
|
128
|
+
export declare const stop_pdt_build: (sdk: IAPIMethods, materialization_id: string, source?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IMaterializePDT, IError>>;
|
|
125
129
|
export declare const search_folders: (sdk: IAPIMethods, request: IRequestSearchSpaces, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder[], IError>>;
|
|
126
130
|
export declare const folder: (sdk: IAPIMethods, folder_id: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder, IError>>;
|
|
127
131
|
export declare const update_folder: (sdk: IAPIMethods, folder_id: string, body: Partial<IUpdateFolder>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder, IError | IValidationError>>;
|