@looker/sdk 21.14.0 → 21.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 +51 -0
- package/lib/3.1/funcs.d.ts +5 -4
- package/lib/3.1/funcs.js +725 -709
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +5 -4
- package/lib/3.1/methods.js +484 -472
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +7 -6
- package/lib/3.1/models.d.ts +12 -0
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.d.ts +6 -5
- package/lib/3.1/streams.js +484 -472
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +18 -13
- package/lib/4.0/funcs.js +1269 -1193
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +18 -13
- package/lib/4.0/methods.js +847 -791
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +20 -15
- package/lib/4.0/models.d.ts +106 -49
- package/lib/4.0/models.js +8 -1
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +19 -14
- package/lib/4.0/streams.js +847 -791
- 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 +716 -703
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js +484 -472
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js +484 -472
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +1241 -1180
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +847 -791
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/models.js +6 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +847 -791
- 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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,57 @@ 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
|
+
## [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
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
14
|
+
* Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* The following workspace dependencies were updated
|
|
20
|
+
* dependencies
|
|
21
|
+
* @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
22
|
+
|
|
23
|
+
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.0...sdk-v21.18.1) (2021-10-27)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* The following workspace dependencies were updated
|
|
29
|
+
* dependencies
|
|
30
|
+
* @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
31
|
+
|
|
32
|
+
## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.16.0...sdk-v21.18.0) (2021-10-24)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* Looker 21.18 bindings ([#865](https://www.github.com/looker-open-source/sdk-codegen/issues/865)) ([fa98888](https://www.github.com/looker-open-source/sdk-codegen/commit/fa988886c2d88290044d2818de7f549ca28b49bc))
|
|
38
|
+
|
|
39
|
+
## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.14.0...sdk-v21.16.0) (2021-10-19)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* 21.16 release ([#859](https://www.github.com/looker-open-source/sdk-codegen/issues/859)) ([0b4385c](https://www.github.com/looker-open-source/sdk-codegen/commit/0b4385c83c5225acf0a9b0c76f9e890600a449af))
|
|
45
|
+
* closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* intrinsic type params are not Partial<T> ([#819](https://www.github.com/looker-open-source/sdk-codegen/issues/819)) ([4b31490](https://www.github.com/looker-open-source/sdk-codegen/commit/4b31490f7ce5c9593854e56518245c5399ea9548))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* The following workspace dependencies were updated
|
|
56
|
+
* dependencies
|
|
57
|
+
* @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
58
|
+
|
|
8
59
|
## [21.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.12.0...sdk-v21.14.0) (2021-09-01)
|
|
9
60
|
|
|
10
61
|
|
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, 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, 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';
|
|
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>>;
|
|
@@ -24,8 +24,8 @@ export declare const update_saml_config: (sdk: IAPIMethods, body: Partial<IWrite
|
|
|
24
24
|
export declare const saml_test_config: (sdk: IAPIMethods, test_slug: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISamlConfig, IError>>;
|
|
25
25
|
export declare const delete_saml_test_config: (sdk: IAPIMethods, test_slug: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
|
|
26
26
|
export declare const create_saml_test_config: (sdk: IAPIMethods, body: Partial<IWriteSamlConfig>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISamlConfig, IError | IValidationError>>;
|
|
27
|
-
export declare const parse_saml_idp_metadata: (sdk: IAPIMethods, body:
|
|
28
|
-
export declare const fetch_and_parse_saml_idp_metadata: (sdk: IAPIMethods, body:
|
|
27
|
+
export declare const parse_saml_idp_metadata: (sdk: IAPIMethods, body: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISamlMetadataParseResult, IError>>;
|
|
28
|
+
export declare const fetch_and_parse_saml_idp_metadata: (sdk: IAPIMethods, body: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISamlMetadataParseResult, IError>>;
|
|
29
29
|
export declare const session_config: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISessionConfig, IError>>;
|
|
30
30
|
export declare const update_session_config: (sdk: IAPIMethods, body: Partial<IWriteSessionConfig>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ISessionConfig, IError | IValidationError>>;
|
|
31
31
|
export declare const all_user_login_lockouts: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IUserLoginLockout[], IError>>;
|
|
@@ -120,6 +120,8 @@ export declare const fetch_remote_data_action_form: (sdk: IAPIMethods, body: Par
|
|
|
120
120
|
export declare const all_datagroups: (sdk: IAPIMethods, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDatagroup[], IError>>;
|
|
121
121
|
export declare const datagroup: (sdk: IAPIMethods, datagroup_id: string, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDatagroup, IError>>;
|
|
122
122
|
export declare const update_datagroup: (sdk: IAPIMethods, datagroup_id: string, body: Partial<IWriteDatagroup>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDatagroup, IError | IValidationError>>;
|
|
123
|
+
export declare const graph_derived_tables_for_model: (sdk: IAPIMethods, request: IRequestGraphDerivedTablesForModel, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDependencyGraph, IError>>;
|
|
124
|
+
export declare const graph_derived_tables_for_view: (sdk: IAPIMethods, request: IRequestGraphDerivedTablesForView, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDependencyGraph, IError>>;
|
|
123
125
|
export declare const search_folders: (sdk: IAPIMethods, request: IRequestSearchSpaces, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder[], IError>>;
|
|
124
126
|
export declare const folder: (sdk: IAPIMethods, folder_id: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder, IError>>;
|
|
125
127
|
export declare const update_folder: (sdk: IAPIMethods, folder_id: string, body: Partial<IUpdateFolder>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IFolder, IError | IValidationError>>;
|
|
@@ -181,7 +183,6 @@ export declare const look: (sdk: IAPIMethods, look_id: number, fields?: string |
|
|
|
181
183
|
export declare const update_look: (sdk: IAPIMethods, look_id: number, body: Partial<IWriteLookWithQuery>, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookWithQuery, IError | IValidationError>>;
|
|
182
184
|
export declare const delete_look: (sdk: IAPIMethods, look_id: number, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError>>;
|
|
183
185
|
export declare const run_look: (sdk: IAPIMethods, request: IRequestRunLook, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<string, IError | IValidationError>>;
|
|
184
|
-
export declare const graph_derived_tables_for_model: (sdk: IAPIMethods, request: IRequestGraphDerivedTablesForModel, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<IDependencyGraph, IError>>;
|
|
185
186
|
export declare const all_lookml_models: (sdk: IAPIMethods, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookmlModel[], IError>>;
|
|
186
187
|
export declare const create_lookml_model: (sdk: IAPIMethods, body: Partial<IWriteLookmlModel>, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookmlModel, IError | IValidationError>>;
|
|
187
188
|
export declare const lookml_model: (sdk: IAPIMethods, lookml_model_name: string, fields?: string | undefined, options?: Partial<ITransportSettings> | undefined) => Promise<SDKResponse<ILookmlModel, IError>>;
|