@looker/sdk 21.18.0 → 22.0.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 +67 -0
- package/lib/3.1/funcs.d.ts +3 -2
- package/lib/3.1/funcs.js +725 -709
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +3 -2
- package/lib/3.1/methods.js +484 -472
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +3 -2
- package/lib/3.1/models.d.ts +1666 -1661
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.d.ts +3 -2
- package/lib/3.1/streams.js +484 -472
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +19 -8
- package/lib/4.0/funcs.js +1339 -1182
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +19 -8
- package/lib/4.0/methods.js +898 -786
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +19 -8
- package/lib/4.0/models.d.ts +1884 -1822
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +19 -8
- package/lib/4.0/streams.js +898 -786
- 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 +1298 -1175
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +898 -786
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +898 -786
- 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/lib/4.0/streams.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Readable } from 'readable-stream';
|
|
2
2
|
import type { DelimArray, IDictionary, IAuthSession, ITransportSettings } from '@looker/sdk-rtl';
|
|
3
3
|
import { APIMethods } from '@looker/sdk-rtl';
|
|
4
|
-
import type { IAccessToken, IAlert, IAlertPatch, IApiSession, IApiVersion, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, ICommand, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentValidation, IContentView, ICostEstimate, ICreateCostEstimate, 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, IEmbedParams, IEmbedSsoParams, IEmbedUrlResponse, 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, IMergeQuery, IMobileSettings, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUsers, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentThumbnail, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGetAllCommands, IRequestGraphDerivedTablesForModel, IRequestLogin, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchBoards, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchRoles, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ITheme, ITimezone, IUpdateCommand, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteCommand, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDatagroup, IWriteDBConnection, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
|
|
4
|
+
import type { IAccessToken, IAlert, IAlertPatch, IApiSession, IApiVersion, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, ICommand, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, 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, IEmbedParams, IEmbedSecret, IEmbedSsoParams, IEmbedUrlResponse, 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, IMergeQuery, IMobileSettings, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUsers, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentThumbnail, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGetAllCommands, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchBoards, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchRoles, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISmtpStatus, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ISupportAccessAddEntries, ISupportAccessAllowlistEntry, ISupportAccessEnable, ISupportAccessStatus, ITheme, ITimezone, IUpdateCommand, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteCommand, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDatagroup, IWriteDBConnection, IWriteEmbedSecret, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
|
|
5
5
|
export declare class Looker40SDKStream extends APIMethods {
|
|
6
6
|
static readonly ApiVersion = "4.0";
|
|
7
7
|
constructor(authSession: IAuthSession);
|
|
@@ -15,6 +15,8 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
15
15
|
login(callback: (readable: Readable) => Promise<IAccessToken>, request: IRequestLogin, options?: Partial<ITransportSettings>): Promise<IAccessToken>;
|
|
16
16
|
login_user(callback: (readable: Readable) => Promise<IAccessToken>, user_id: number, associative?: boolean, options?: Partial<ITransportSettings>): Promise<IAccessToken>;
|
|
17
17
|
logout(callback: (readable: Readable) => Promise<string>, options?: Partial<ITransportSettings>): Promise<string>;
|
|
18
|
+
create_embed_secret(callback: (readable: Readable) => Promise<IEmbedSecret>, body?: Partial<IWriteEmbedSecret>, options?: Partial<ITransportSettings>): Promise<IEmbedSecret>;
|
|
19
|
+
delete_embed_secret(callback: (readable: Readable) => Promise<string>, embed_secret_id: number, options?: Partial<ITransportSettings>): Promise<string>;
|
|
18
20
|
create_sso_embed_url(callback: (readable: Readable) => Promise<IEmbedUrlResponse>, body: Partial<IEmbedSsoParams>, options?: Partial<ITransportSettings>): Promise<IEmbedUrlResponse>;
|
|
19
21
|
create_embed_url_as_me(callback: (readable: Readable) => Promise<IEmbedUrlResponse>, body: Partial<IEmbedParams>, options?: Partial<ITransportSettings>): Promise<IEmbedUrlResponse>;
|
|
20
22
|
ldap_config(callback: (readable: Readable) => Promise<ILDAPConfig>, options?: Partial<ITransportSettings>): Promise<ILDAPConfig>;
|
|
@@ -48,6 +50,12 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
48
50
|
fetch_and_parse_saml_idp_metadata(callback: (readable: Readable) => Promise<ISamlMetadataParseResult>, body: string, options?: Partial<ITransportSettings>): Promise<ISamlMetadataParseResult>;
|
|
49
51
|
session_config(callback: (readable: Readable) => Promise<ISessionConfig>, options?: Partial<ITransportSettings>): Promise<ISessionConfig>;
|
|
50
52
|
update_session_config(callback: (readable: Readable) => Promise<ISessionConfig>, body: Partial<IWriteSessionConfig>, options?: Partial<ITransportSettings>): Promise<ISessionConfig>;
|
|
53
|
+
get_support_access_allowlist_entries(callback: (readable: Readable) => Promise<ISupportAccessAllowlistEntry[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<ISupportAccessAllowlistEntry[]>;
|
|
54
|
+
add_support_access_allowlist_entries(callback: (readable: Readable) => Promise<ISupportAccessAllowlistEntry[]>, body: Partial<ISupportAccessAddEntries>, options?: Partial<ITransportSettings>): Promise<ISupportAccessAllowlistEntry[]>;
|
|
55
|
+
delete_support_access_allowlist_entry(callback: (readable: Readable) => Promise<string>, entry_id: string, options?: Partial<ITransportSettings>): Promise<string>;
|
|
56
|
+
enable_support_access(callback: (readable: Readable) => Promise<ISupportAccessStatus>, body: Partial<ISupportAccessEnable>, options?: Partial<ITransportSettings>): Promise<ISupportAccessStatus>;
|
|
57
|
+
disable_support_access(callback: (readable: Readable) => Promise<ISupportAccessStatus>, options?: Partial<ITransportSettings>): Promise<ISupportAccessStatus>;
|
|
58
|
+
support_access_status(callback: (readable: Readable) => Promise<ISupportAccessStatus>, options?: Partial<ITransportSettings>): Promise<ISupportAccessStatus>;
|
|
51
59
|
all_user_login_lockouts(callback: (readable: Readable) => Promise<IUserLoginLockout[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<IUserLoginLockout[]>;
|
|
52
60
|
search_user_login_lockouts(callback: (readable: Readable) => Promise<IUserLoginLockout[]>, request: IRequestSearchUserLoginLockouts, options?: Partial<ITransportSettings>): Promise<IUserLoginLockout[]>;
|
|
53
61
|
delete_user_login_lockout(callback: (readable: Readable) => Promise<string>, key: string, options?: Partial<ITransportSettings>): Promise<string>;
|
|
@@ -99,6 +107,7 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
99
107
|
mobile_settings(callback: (readable: Readable) => Promise<IMobileSettings>, options?: Partial<ITransportSettings>): Promise<IMobileSettings>;
|
|
100
108
|
get_setting(callback: (readable: Readable) => Promise<ISetting>, fields?: string, options?: Partial<ITransportSettings>): Promise<ISetting>;
|
|
101
109
|
set_setting(callback: (readable: Readable) => Promise<ISetting>, body: Partial<IWriteSetting>, fields?: string, options?: Partial<ITransportSettings>): Promise<ISetting>;
|
|
110
|
+
smtp_status(callback: (readable: Readable) => Promise<ISmtpStatus>, fields?: string, options?: Partial<ITransportSettings>): Promise<ISmtpStatus>;
|
|
102
111
|
all_timezones(callback: (readable: Readable) => Promise<ITimezone[]>, options?: Partial<ITransportSettings>): Promise<ITimezone[]>;
|
|
103
112
|
versions(callback: (readable: Readable) => Promise<IApiVersion>, fields?: string, options?: Partial<ITransportSettings>): Promise<IApiVersion>;
|
|
104
113
|
api_spec(callback: (readable: Readable) => Promise<any>, api_version: string, specification: string, options?: Partial<ITransportSettings>): Promise<any>;
|
|
@@ -180,6 +189,8 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
180
189
|
all_datagroups(callback: (readable: Readable) => Promise<IDatagroup[]>, options?: Partial<ITransportSettings>): Promise<IDatagroup[]>;
|
|
181
190
|
datagroup(callback: (readable: Readable) => Promise<IDatagroup>, datagroup_id: number, options?: Partial<ITransportSettings>): Promise<IDatagroup>;
|
|
182
191
|
update_datagroup(callback: (readable: Readable) => Promise<IDatagroup>, datagroup_id: number, body: Partial<IWriteDatagroup>, options?: Partial<ITransportSettings>): Promise<IDatagroup>;
|
|
192
|
+
graph_derived_tables_for_model(callback: (readable: Readable) => Promise<IDependencyGraph>, request: IRequestGraphDerivedTablesForModel, options?: Partial<ITransportSettings>): Promise<IDependencyGraph>;
|
|
193
|
+
graph_derived_tables_for_view(callback: (readable: Readable) => Promise<IDependencyGraph>, request: IRequestGraphDerivedTablesForView, options?: Partial<ITransportSettings>): Promise<IDependencyGraph>;
|
|
183
194
|
search_folders(callback: (readable: Readable) => Promise<IFolder[]>, request: IRequestSearchFolders, options?: Partial<ITransportSettings>): Promise<IFolder[]>;
|
|
184
195
|
folder(callback: (readable: Readable) => Promise<IFolder>, folder_id: string, fields?: string, options?: Partial<ITransportSettings>): Promise<IFolder>;
|
|
185
196
|
update_folder(callback: (readable: Readable) => Promise<IFolder>, folder_id: string, body: Partial<IUpdateFolder>, options?: Partial<ITransportSettings>): Promise<IFolder>;
|
|
@@ -223,13 +234,12 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
223
234
|
all_looks(callback: (readable: Readable) => Promise<ILook[]>, fields?: string, options?: Partial<ITransportSettings>): Promise<ILook[]>;
|
|
224
235
|
create_look(callback: (readable: Readable) => Promise<ILookWithQuery>, body: Partial<IWriteLookWithQuery>, fields?: string, options?: Partial<ITransportSettings>): Promise<ILookWithQuery>;
|
|
225
236
|
search_looks(callback: (readable: Readable) => Promise<ILook[]>, request: IRequestSearchLooks, options?: Partial<ITransportSettings>): Promise<ILook[]>;
|
|
226
|
-
look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id:
|
|
227
|
-
update_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id:
|
|
228
|
-
delete_look(callback: (readable: Readable) => Promise<string>, look_id:
|
|
237
|
+
look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id: string, fields?: string, options?: Partial<ITransportSettings>): Promise<ILookWithQuery>;
|
|
238
|
+
update_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id: string, body: Partial<IWriteLookWithQuery>, fields?: string, options?: Partial<ITransportSettings>): Promise<ILookWithQuery>;
|
|
239
|
+
delete_look(callback: (readable: Readable) => Promise<string>, look_id: string, options?: Partial<ITransportSettings>): Promise<string>;
|
|
229
240
|
run_look(callback: (readable: Readable) => Promise<string>, request: IRequestRunLook, options?: Partial<ITransportSettings>): Promise<string>;
|
|
230
|
-
copy_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id:
|
|
231
|
-
move_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id:
|
|
232
|
-
graph_derived_tables_for_model(callback: (readable: Readable) => Promise<IDependencyGraph>, request: IRequestGraphDerivedTablesForModel, options?: Partial<ITransportSettings>): Promise<IDependencyGraph>;
|
|
241
|
+
copy_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id: string, folder_id?: string, options?: Partial<ITransportSettings>): Promise<ILookWithQuery>;
|
|
242
|
+
move_look(callback: (readable: Readable) => Promise<ILookWithQuery>, look_id: string, folder_id: string, options?: Partial<ITransportSettings>): Promise<ILookWithQuery>;
|
|
233
243
|
all_lookml_models(callback: (readable: Readable) => Promise<ILookmlModel[]>, request: IRequestAllLookmlModels, options?: Partial<ITransportSettings>): Promise<ILookmlModel[]>;
|
|
234
244
|
create_lookml_model(callback: (readable: Readable) => Promise<ILookmlModel>, body: Partial<IWriteLookmlModel>, options?: Partial<ITransportSettings>): Promise<ILookmlModel>;
|
|
235
245
|
lookml_model(callback: (readable: Readable) => Promise<ILookmlModel>, lookml_model_name: string, fields?: string, options?: Partial<ITransportSettings>): Promise<ILookmlModel>;
|
|
@@ -298,6 +308,7 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
298
308
|
create_dashboard_render_task(callback: (readable: Readable) => Promise<IRenderTask>, request: IRequestCreateDashboardRenderTask, options?: Partial<ITransportSettings>): Promise<IRenderTask>;
|
|
299
309
|
render_task(callback: (readable: Readable) => Promise<IRenderTask>, render_task_id: string, fields?: string, options?: Partial<ITransportSettings>): Promise<IRenderTask>;
|
|
300
310
|
render_task_results(callback: (readable: Readable) => Promise<string>, render_task_id: string, options?: Partial<ITransportSettings>): Promise<string>;
|
|
311
|
+
create_dashboard_element_render_task(callback: (readable: Readable) => Promise<IRenderTask>, dashboard_element_id: string, result_format: string, width: number, height: number, fields?: string, options?: Partial<ITransportSettings>): Promise<IRenderTask>;
|
|
301
312
|
search_model_sets(callback: (readable: Readable) => Promise<IModelSet[]>, request: IRequestSearchModelSets, options?: Partial<ITransportSettings>): Promise<IModelSet[]>;
|
|
302
313
|
model_set(callback: (readable: Readable) => Promise<IModelSet>, model_set_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<IModelSet>;
|
|
303
314
|
update_model_set(callback: (readable: Readable) => Promise<IModelSet>, model_set_id: number, body: Partial<IWriteModelSet>, options?: Partial<ITransportSettings>): Promise<IModelSet>;
|
|
@@ -374,7 +385,7 @@ export declare class Looker40SDKStream extends APIMethods {
|
|
|
374
385
|
user_credentials_api3(callback: (readable: Readable) => Promise<ICredentialsApi3>, user_id: number, credentials_api3_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<ICredentialsApi3>;
|
|
375
386
|
delete_user_credentials_api3(callback: (readable: Readable) => Promise<string>, user_id: number, credentials_api3_id: number, options?: Partial<ITransportSettings>): Promise<string>;
|
|
376
387
|
all_user_credentials_api3s(callback: (readable: Readable) => Promise<ICredentialsApi3[]>, user_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<ICredentialsApi3[]>;
|
|
377
|
-
create_user_credentials_api3(callback: (readable: Readable) => Promise<
|
|
388
|
+
create_user_credentials_api3(callback: (readable: Readable) => Promise<ICreateCredentialsApi3>, user_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<ICreateCredentialsApi3>;
|
|
378
389
|
user_credentials_embed(callback: (readable: Readable) => Promise<ICredentialsEmbed>, user_id: number, credentials_embed_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<ICredentialsEmbed>;
|
|
379
390
|
delete_user_credentials_embed(callback: (readable: Readable) => Promise<string>, user_id: number, credentials_embed_id: number, options?: Partial<ITransportSettings>): Promise<string>;
|
|
380
391
|
all_user_credentials_embeds(callback: (readable: Readable) => Promise<ICredentialsEmbed[]>, user_id: number, fields?: string, options?: Partial<ITransportSettings>): Promise<ICredentialsEmbed[]>;
|