@looker/sdk 26.8.0 → 26.10.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 +7 -0
- package/lib/4.0/funcs.d.ts +10 -2
- package/lib/4.0/funcs.js +933 -859
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +10 -2
- package/lib/4.0/methods.js +628 -570
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +10 -2
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +65 -2
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +9 -1
- package/lib/4.0/streams.js +628 -570
- 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/4.0/funcs.js +928 -854
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +628 -570
- 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.map +1 -1
- package/lib/esm/4.0/streams.js +628 -570
- 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 +2 -2
package/lib/4.0/models.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ export interface IAgent {
|
|
|
18
18
|
category?: string | null;
|
|
19
19
|
sources?: ISource[];
|
|
20
20
|
has_inaccessible_source?: boolean;
|
|
21
|
+
golden_queries?: IGoldenQuery[] | null;
|
|
22
|
+
golden_query_ids?: number[] | null;
|
|
21
23
|
context?: IContext;
|
|
22
24
|
deleted?: boolean;
|
|
23
25
|
created_at?: Date;
|
|
@@ -25,6 +27,7 @@ export interface IAgent {
|
|
|
25
27
|
content_metadata_id?: string;
|
|
26
28
|
code_interpreter?: boolean;
|
|
27
29
|
studio_agent_id?: string | null;
|
|
30
|
+
workflow_params?: IWorkflowParams;
|
|
28
31
|
}
|
|
29
32
|
export interface IAlert {
|
|
30
33
|
applied_dashboard_filters?: IAlertAppliedDashboardFilter[] | null;
|
|
@@ -195,6 +198,9 @@ export interface IAssertValidatorTestSuccess {
|
|
|
195
198
|
explore_url?: string;
|
|
196
199
|
lookml_url?: string;
|
|
197
200
|
}
|
|
201
|
+
export interface IAsyncDeployResponse {
|
|
202
|
+
status?: string;
|
|
203
|
+
}
|
|
198
204
|
export interface IBackupConfiguration {
|
|
199
205
|
can?: IDictionary<boolean>;
|
|
200
206
|
type?: string | null;
|
|
@@ -1008,6 +1014,16 @@ export interface ICredentialsTotp {
|
|
|
1008
1014
|
verified?: boolean;
|
|
1009
1015
|
url?: string | null;
|
|
1010
1016
|
}
|
|
1017
|
+
export interface ICredentialsWorkforce {
|
|
1018
|
+
can?: IDictionary<boolean>;
|
|
1019
|
+
created_at?: string | null;
|
|
1020
|
+
email?: string | null;
|
|
1021
|
+
is_disabled?: boolean;
|
|
1022
|
+
logged_in_at?: string | null;
|
|
1023
|
+
workforce_user_id?: string | null;
|
|
1024
|
+
type?: string | null;
|
|
1025
|
+
url?: string | null;
|
|
1026
|
+
}
|
|
1011
1027
|
export interface ICustomWelcomeEmail {
|
|
1012
1028
|
enabled?: boolean;
|
|
1013
1029
|
content?: string | null;
|
|
@@ -1033,6 +1049,7 @@ export interface IDashboard {
|
|
|
1033
1049
|
preferred_viewer?: string | null;
|
|
1034
1050
|
certification_metadata?: ICertification;
|
|
1035
1051
|
alert_sync_with_dashboard_filter_enabled?: boolean;
|
|
1052
|
+
chat_enabled?: boolean;
|
|
1036
1053
|
background_color?: string | null;
|
|
1037
1054
|
created_at?: Date | null;
|
|
1038
1055
|
crossfilter_enabled?: boolean;
|
|
@@ -1067,6 +1084,7 @@ export interface IDashboard {
|
|
|
1067
1084
|
usage_count?: number | null;
|
|
1068
1085
|
is_owner_disabled?: boolean;
|
|
1069
1086
|
url?: string | null;
|
|
1087
|
+
preserve_desktop_layout?: boolean;
|
|
1070
1088
|
download_settings?: IDashboardDownloadSettings;
|
|
1071
1089
|
}
|
|
1072
1090
|
export interface IDashboardAggregateTableLookml {
|
|
@@ -1406,6 +1424,11 @@ export declare enum DependencyStatus {
|
|
|
1406
1424
|
lock_error = "lock_error",
|
|
1407
1425
|
install_none = "install_none"
|
|
1408
1426
|
}
|
|
1427
|
+
export interface IDeployStatusResponse {
|
|
1428
|
+
status?: string;
|
|
1429
|
+
error?: string | null;
|
|
1430
|
+
commit_sha?: string | null;
|
|
1431
|
+
}
|
|
1409
1432
|
export declare enum DestinationType {
|
|
1410
1433
|
EMAIL = "EMAIL",
|
|
1411
1434
|
ACTION_HUB = "ACTION_HUB"
|
|
@@ -1502,6 +1525,7 @@ export interface IEmbedConfig {
|
|
|
1502
1525
|
strict_sameorigin_for_login?: boolean;
|
|
1503
1526
|
look_filters?: boolean;
|
|
1504
1527
|
hide_look_navigation?: boolean;
|
|
1528
|
+
permissions?: IDictionary<any> | null;
|
|
1505
1529
|
embed_enabled?: boolean;
|
|
1506
1530
|
}
|
|
1507
1531
|
export interface IEmbedCookielessSessionAcquire {
|
|
@@ -1705,6 +1729,18 @@ export interface IGitStatus {
|
|
|
1705
1729
|
revertable?: boolean;
|
|
1706
1730
|
text?: string | null;
|
|
1707
1731
|
}
|
|
1732
|
+
export interface IGoldenQuery {
|
|
1733
|
+
can?: IDictionary<boolean>;
|
|
1734
|
+
id?: number;
|
|
1735
|
+
query_id?: number | null;
|
|
1736
|
+
questions?: string[];
|
|
1737
|
+
answer?: string;
|
|
1738
|
+
is_active?: boolean;
|
|
1739
|
+
created_by_user_id?: number | null;
|
|
1740
|
+
last_updated_by_user_id?: number | null;
|
|
1741
|
+
created_at?: Date;
|
|
1742
|
+
last_updated_at?: Date | null;
|
|
1743
|
+
}
|
|
1708
1744
|
export interface IGroup {
|
|
1709
1745
|
can?: IDictionary<boolean>;
|
|
1710
1746
|
can_add_to_content_metadata?: boolean;
|
|
@@ -2156,6 +2192,7 @@ export interface ILookmlModelExplore {
|
|
|
2156
2192
|
self_service_explore_data?: ISelfServiceModelUploadData;
|
|
2157
2193
|
supports_cost_estimate?: boolean;
|
|
2158
2194
|
connection_name?: string | null;
|
|
2195
|
+
dialect_name?: string | null;
|
|
2159
2196
|
null_sort_treatment?: string | null;
|
|
2160
2197
|
files?: string[] | null;
|
|
2161
2198
|
source_file?: string | null;
|
|
@@ -2517,7 +2554,6 @@ export interface IMcpTools {
|
|
|
2517
2554
|
get_lookml_tests?: IMcpToolSetting;
|
|
2518
2555
|
run_lookml_tests?: IMcpToolSetting;
|
|
2519
2556
|
create_view_from_table?: IMcpToolSetting;
|
|
2520
|
-
project_git_branch?: IMcpToolSetting;
|
|
2521
2557
|
}
|
|
2522
2558
|
export interface IMcpToolSetting {
|
|
2523
2559
|
enabled?: boolean;
|
|
@@ -3019,6 +3055,11 @@ export interface IRequestArtifactNamespaces {
|
|
|
3019
3055
|
limit?: number | null;
|
|
3020
3056
|
offset?: number | null;
|
|
3021
3057
|
}
|
|
3058
|
+
export interface IRequestAsyncDeployRefToProduction {
|
|
3059
|
+
project_id: string;
|
|
3060
|
+
branch?: string | null;
|
|
3061
|
+
ref?: string | null;
|
|
3062
|
+
}
|
|
3022
3063
|
export interface IRequestConnectionColumns {
|
|
3023
3064
|
connection_name: string;
|
|
3024
3065
|
database?: string | null;
|
|
@@ -3250,6 +3291,7 @@ export interface IRequestSearchAgents {
|
|
|
3250
3291
|
filter_or?: boolean | null;
|
|
3251
3292
|
not_owned_by?: boolean | null;
|
|
3252
3293
|
deleted?: boolean | null;
|
|
3294
|
+
primary_agent_id?: string | null;
|
|
3253
3295
|
}
|
|
3254
3296
|
export interface IRequestSearchAlerts {
|
|
3255
3297
|
limit?: number | null;
|
|
@@ -3547,6 +3589,7 @@ export interface IRequestSearchThemes {
|
|
|
3547
3589
|
sorts?: string | null;
|
|
3548
3590
|
fields?: string | null;
|
|
3549
3591
|
filter_or?: boolean | null;
|
|
3592
|
+
theme_type?: string | null;
|
|
3550
3593
|
}
|
|
3551
3594
|
export interface IRequestSearchUserLoginLockouts {
|
|
3552
3595
|
fields?: string | null;
|
|
@@ -4281,6 +4324,7 @@ export interface IUser {
|
|
|
4281
4324
|
credentials_oidc?: ICredentialsOIDC;
|
|
4282
4325
|
credentials_saml?: ICredentialsSaml;
|
|
4283
4326
|
credentials_totp?: ICredentialsTotp;
|
|
4327
|
+
credentials_workforce?: ICredentialsWorkforce;
|
|
4284
4328
|
display_name?: string | null;
|
|
4285
4329
|
email?: string | null;
|
|
4286
4330
|
embed_group_space_id?: string | null;
|
|
@@ -4433,19 +4477,31 @@ export interface IWhitelabelConfiguration {
|
|
|
4433
4477
|
alerts_links?: boolean;
|
|
4434
4478
|
folders_mentions?: boolean;
|
|
4435
4479
|
}
|
|
4480
|
+
export interface IWorkflowDestination {
|
|
4481
|
+
type?: string;
|
|
4482
|
+
parameters?: string;
|
|
4483
|
+
}
|
|
4484
|
+
export interface IWorkflowParams {
|
|
4485
|
+
primary_agent?: string | null;
|
|
4486
|
+
polling_frequency_cron?: string;
|
|
4487
|
+
destination?: IWorkflowDestination;
|
|
4488
|
+
}
|
|
4436
4489
|
export interface IWorkspace {
|
|
4437
4490
|
can?: IDictionary<boolean>;
|
|
4438
4491
|
id?: string;
|
|
4439
4492
|
projects?: IProject[] | null;
|
|
4440
4493
|
}
|
|
4441
4494
|
export interface IWriteAgent {
|
|
4495
|
+
created_by_user_id?: string;
|
|
4442
4496
|
name?: string;
|
|
4443
4497
|
description?: string;
|
|
4444
4498
|
category?: string | null;
|
|
4445
4499
|
sources?: ISource[] | null;
|
|
4500
|
+
golden_query_ids?: number[] | null;
|
|
4446
4501
|
context?: IContext | null;
|
|
4447
4502
|
deleted?: boolean;
|
|
4448
4503
|
code_interpreter?: boolean;
|
|
4504
|
+
workflow_params?: IWorkflowParams | null;
|
|
4449
4505
|
}
|
|
4450
4506
|
export interface IWriteAlert {
|
|
4451
4507
|
applied_dashboard_filters?: IAlertAppliedDashboardFilter[] | null;
|
|
@@ -4488,6 +4544,7 @@ export interface IWriteBoard {
|
|
|
4488
4544
|
description?: string | null;
|
|
4489
4545
|
section_order?: string[] | null;
|
|
4490
4546
|
title?: string | null;
|
|
4547
|
+
user_id?: string | null;
|
|
4491
4548
|
}
|
|
4492
4549
|
export interface IWriteBoardItem {
|
|
4493
4550
|
custom_description?: string | null;
|
|
@@ -4588,6 +4645,7 @@ export interface IWriteDashboard {
|
|
|
4588
4645
|
preferred_viewer?: string | null;
|
|
4589
4646
|
certification_metadata?: IWriteCertification | null;
|
|
4590
4647
|
alert_sync_with_dashboard_filter_enabled?: boolean;
|
|
4648
|
+
chat_enabled?: boolean;
|
|
4591
4649
|
background_color?: string | null;
|
|
4592
4650
|
crossfilter_enabled?: boolean;
|
|
4593
4651
|
deleted?: boolean;
|
|
@@ -4604,6 +4662,7 @@ export interface IWriteDashboard {
|
|
|
4604
4662
|
tile_text_color?: string | null;
|
|
4605
4663
|
title_color?: string | null;
|
|
4606
4664
|
appearance?: IDashboardAppearance | null;
|
|
4665
|
+
preserve_desktop_layout?: boolean;
|
|
4607
4666
|
download_settings?: IDashboardDownloadSettings | null;
|
|
4608
4667
|
}
|
|
4609
4668
|
export interface IWriteDashboardBase {
|
|
@@ -4789,6 +4848,11 @@ export interface IWriteGitBranch {
|
|
|
4789
4848
|
name?: string | null;
|
|
4790
4849
|
ref?: string | null;
|
|
4791
4850
|
}
|
|
4851
|
+
export interface IWriteGoldenQuery {
|
|
4852
|
+
questions?: string[] | null;
|
|
4853
|
+
answer?: string;
|
|
4854
|
+
is_active?: boolean;
|
|
4855
|
+
}
|
|
4792
4856
|
export interface IWriteGroup {
|
|
4793
4857
|
can_add_to_content_metadata?: boolean;
|
|
4794
4858
|
name?: string | null;
|
|
@@ -4913,7 +4977,6 @@ export interface IWriteMcpTools {
|
|
|
4913
4977
|
get_lookml_tests?: IWriteMcpToolSetting | null;
|
|
4914
4978
|
run_lookml_tests?: IWriteMcpToolSetting | null;
|
|
4915
4979
|
create_view_from_table?: IWriteMcpToolSetting | null;
|
|
4916
|
-
project_git_branch?: IWriteMcpToolSetting | null;
|
|
4917
4980
|
}
|
|
4918
4981
|
export interface IWriteMcpToolSetting {
|
|
4919
4982
|
enabled?: boolean;
|