@looker/sdk 23.8.1 → 23.14.1
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 +33 -0
- package/README.md +2 -2
- package/lib/3.1/funcs.d.ts +4 -4
- package/lib/3.1/funcs.js +4 -2
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +4 -4
- package/lib/3.1/methods.js +4 -2
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +4 -4
- package/lib/3.1/methodsInterface.js.map +1 -1
- package/lib/3.1/models.d.ts +54 -1
- package/lib/3.1/models.js +2 -0
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.d.ts +4 -4
- package/lib/3.1/streams.js +4 -2
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +8 -7
- package/lib/4.0/funcs.js +561 -548
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +8 -7
- package/lib/4.0/methods.js +374 -364
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +8 -7
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +109 -2
- package/lib/4.0/models.js +2 -0
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +8 -7
- package/lib/4.0/streams.js +374 -364
- 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 +4 -2
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js +4 -2
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/methodsInterface.js.map +1 -1
- package/lib/esm/3.1/models.js +2 -0
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js +4 -2
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +561 -548
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +374 -364
- 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 +2 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +374 -364
- 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/lib/4.0/models.d.ts
CHANGED
|
@@ -952,6 +952,19 @@ export interface IDiscretePalette {
|
|
|
952
952
|
export interface IEgressIpAddresses {
|
|
953
953
|
egress_ip_addresses?: string[] | null;
|
|
954
954
|
}
|
|
955
|
+
export interface IEmbedConfig {
|
|
956
|
+
domain_allowlist?: string[] | null;
|
|
957
|
+
alert_url_allowlist?: string[] | null;
|
|
958
|
+
alert_url_param_owner?: string | null;
|
|
959
|
+
alert_url_label?: string | null;
|
|
960
|
+
sso_auth_enabled?: boolean;
|
|
961
|
+
embed_cookieless_v2?: boolean;
|
|
962
|
+
embed_content_navigation?: boolean;
|
|
963
|
+
embed_content_management?: boolean;
|
|
964
|
+
strict_sameorigin_for_login?: boolean;
|
|
965
|
+
look_filters?: boolean;
|
|
966
|
+
hide_look_navigation?: boolean;
|
|
967
|
+
}
|
|
955
968
|
export interface IEmbedCookielessSessionAcquire {
|
|
956
969
|
session_length?: number | null;
|
|
957
970
|
force_logout_login?: boolean;
|
|
@@ -964,8 +977,8 @@ export interface IEmbedCookielessSessionAcquire {
|
|
|
964
977
|
group_ids?: string[] | null;
|
|
965
978
|
external_group_id?: string | null;
|
|
966
979
|
user_attributes?: IDictionary<any> | null;
|
|
967
|
-
session_reference_token?: string | null;
|
|
968
980
|
embed_domain?: string | null;
|
|
981
|
+
session_reference_token?: string | null;
|
|
969
982
|
}
|
|
970
983
|
export interface IEmbedCookielessSessionAcquireResponse {
|
|
971
984
|
authentication_token?: string | null;
|
|
@@ -1018,6 +1031,7 @@ export interface IEmbedSsoParams {
|
|
|
1018
1031
|
external_group_id?: string | null;
|
|
1019
1032
|
user_attributes?: IDictionary<any> | null;
|
|
1020
1033
|
secret_id?: string | null;
|
|
1034
|
+
embed_domain?: string | null;
|
|
1021
1035
|
}
|
|
1022
1036
|
export interface IEmbedUrlResponse {
|
|
1023
1037
|
url?: string;
|
|
@@ -1277,6 +1291,9 @@ export interface IInternalHelpResourcesContent {
|
|
|
1277
1291
|
export declare enum InvestigativeContentType {
|
|
1278
1292
|
dashboard = "dashboard"
|
|
1279
1293
|
}
|
|
1294
|
+
export interface IJdbcInterface {
|
|
1295
|
+
results?: string;
|
|
1296
|
+
}
|
|
1280
1297
|
export interface ILDAPConfig {
|
|
1281
1298
|
can?: IDictionary<boolean>;
|
|
1282
1299
|
alternate_email_login_allowed?: boolean;
|
|
@@ -1727,6 +1744,11 @@ export interface IManifest {
|
|
|
1727
1744
|
imports?: IImportedProject[] | null;
|
|
1728
1745
|
localization_settings?: ILocalizationSettings;
|
|
1729
1746
|
}
|
|
1747
|
+
export interface IMarketplaceAutomation {
|
|
1748
|
+
install_enabled?: boolean;
|
|
1749
|
+
update_looker_enabled?: boolean;
|
|
1750
|
+
update_third_party_enabled?: boolean;
|
|
1751
|
+
}
|
|
1730
1752
|
export interface IMaterializePDT {
|
|
1731
1753
|
materialization_id?: string;
|
|
1732
1754
|
resp_text?: string | null;
|
|
@@ -2135,6 +2157,11 @@ export interface IRequestAllIntegrations {
|
|
|
2135
2157
|
fields?: string | null;
|
|
2136
2158
|
integration_hub_id?: string | null;
|
|
2137
2159
|
}
|
|
2160
|
+
export interface IRequestAllLookmlModels {
|
|
2161
|
+
fields?: string | null;
|
|
2162
|
+
limit?: number | null;
|
|
2163
|
+
offset?: number | null;
|
|
2164
|
+
}
|
|
2138
2165
|
export interface IRequestAllRoles {
|
|
2139
2166
|
fields?: string | null;
|
|
2140
2167
|
ids?: DelimArray<string> | null;
|
|
@@ -2144,6 +2171,10 @@ export interface IRequestAllScheduledPlans {
|
|
|
2144
2171
|
fields?: string | null;
|
|
2145
2172
|
all_users?: boolean | null;
|
|
2146
2173
|
}
|
|
2174
|
+
export interface IRequestAllUserAttributes {
|
|
2175
|
+
fields?: string | null;
|
|
2176
|
+
sorts?: string | null;
|
|
2177
|
+
}
|
|
2147
2178
|
export interface IRequestAllUsers {
|
|
2148
2179
|
fields?: string | null;
|
|
2149
2180
|
page?: number | null;
|
|
@@ -2479,6 +2510,7 @@ export interface IRequestSearchDashboards {
|
|
|
2479
2510
|
offset?: number | null;
|
|
2480
2511
|
sorts?: string | null;
|
|
2481
2512
|
filter_or?: boolean | null;
|
|
2513
|
+
not_owned_by?: boolean | null;
|
|
2482
2514
|
}
|
|
2483
2515
|
export interface IRequestSearchFolders {
|
|
2484
2516
|
fields?: string | null;
|
|
@@ -2493,6 +2525,7 @@ export interface IRequestSearchFolders {
|
|
|
2493
2525
|
creator_id?: string | null;
|
|
2494
2526
|
filter_or?: boolean | null;
|
|
2495
2527
|
is_shared_root?: boolean | null;
|
|
2528
|
+
is_users_root?: boolean | null;
|
|
2496
2529
|
}
|
|
2497
2530
|
export interface IRequestSearchGroups {
|
|
2498
2531
|
fields?: string | null;
|
|
@@ -2506,6 +2539,30 @@ export interface IRequestSearchGroups {
|
|
|
2506
2539
|
externally_managed?: boolean | null;
|
|
2507
2540
|
externally_orphaned?: boolean | null;
|
|
2508
2541
|
}
|
|
2542
|
+
export interface IRequestSearchGroupsWithHierarchy {
|
|
2543
|
+
fields?: string | null;
|
|
2544
|
+
limit?: number | null;
|
|
2545
|
+
offset?: number | null;
|
|
2546
|
+
sorts?: string | null;
|
|
2547
|
+
filter_or?: boolean | null;
|
|
2548
|
+
id?: string | null;
|
|
2549
|
+
name?: string | null;
|
|
2550
|
+
external_group_id?: string | null;
|
|
2551
|
+
externally_managed?: boolean | null;
|
|
2552
|
+
externally_orphaned?: boolean | null;
|
|
2553
|
+
}
|
|
2554
|
+
export interface IRequestSearchGroupsWithRoles {
|
|
2555
|
+
fields?: string | null;
|
|
2556
|
+
limit?: number | null;
|
|
2557
|
+
offset?: number | null;
|
|
2558
|
+
sorts?: string | null;
|
|
2559
|
+
filter_or?: boolean | null;
|
|
2560
|
+
id?: string | null;
|
|
2561
|
+
name?: string | null;
|
|
2562
|
+
external_group_id?: string | null;
|
|
2563
|
+
externally_managed?: boolean | null;
|
|
2564
|
+
externally_orphaned?: boolean | null;
|
|
2565
|
+
}
|
|
2509
2566
|
export interface IRequestSearchLooks {
|
|
2510
2567
|
id?: string | null;
|
|
2511
2568
|
title?: string | null;
|
|
@@ -2537,6 +2594,17 @@ export interface IRequestSearchModelSets {
|
|
|
2537
2594
|
built_in?: boolean | null;
|
|
2538
2595
|
filter_or?: boolean | null;
|
|
2539
2596
|
}
|
|
2597
|
+
export interface IRequestSearchPermissionSets {
|
|
2598
|
+
fields?: string | null;
|
|
2599
|
+
limit?: number | null;
|
|
2600
|
+
offset?: number | null;
|
|
2601
|
+
sorts?: string | null;
|
|
2602
|
+
id?: string | null;
|
|
2603
|
+
name?: string | null;
|
|
2604
|
+
all_access?: boolean | null;
|
|
2605
|
+
built_in?: boolean | null;
|
|
2606
|
+
filter_or?: boolean | null;
|
|
2607
|
+
}
|
|
2540
2608
|
export interface IRequestSearchRoles {
|
|
2541
2609
|
fields?: string | null;
|
|
2542
2610
|
limit?: number | null;
|
|
@@ -2547,6 +2615,16 @@ export interface IRequestSearchRoles {
|
|
|
2547
2615
|
built_in?: boolean | null;
|
|
2548
2616
|
filter_or?: boolean | null;
|
|
2549
2617
|
}
|
|
2618
|
+
export interface IRequestSearchRolesWithUserCount {
|
|
2619
|
+
fields?: string | null;
|
|
2620
|
+
limit?: number | null;
|
|
2621
|
+
offset?: number | null;
|
|
2622
|
+
sorts?: string | null;
|
|
2623
|
+
id?: string | null;
|
|
2624
|
+
name?: string | null;
|
|
2625
|
+
built_in?: boolean | null;
|
|
2626
|
+
filter_or?: boolean | null;
|
|
2627
|
+
}
|
|
2550
2628
|
export interface IRequestSearchThemes {
|
|
2551
2629
|
id?: string | null;
|
|
2552
2630
|
name?: string | null;
|
|
@@ -2636,12 +2714,14 @@ export declare enum ResultFormat {
|
|
|
2636
2714
|
json = "json",
|
|
2637
2715
|
json_detail = "json_detail",
|
|
2638
2716
|
json_fe = "json_fe",
|
|
2717
|
+
json_bi = "json_bi",
|
|
2639
2718
|
csv = "csv",
|
|
2640
2719
|
html = "html",
|
|
2641
2720
|
md = "md",
|
|
2642
2721
|
txt = "txt",
|
|
2643
2722
|
xlsx = "xlsx",
|
|
2644
|
-
gsxml = "gsxml"
|
|
2723
|
+
gsxml = "gsxml",
|
|
2724
|
+
sql = "sql"
|
|
2645
2725
|
}
|
|
2646
2726
|
export interface IResultMakerFilterables {
|
|
2647
2727
|
model?: string | null;
|
|
@@ -2901,7 +2981,10 @@ export interface ISetting {
|
|
|
2901
2981
|
extension_framework_enabled?: boolean;
|
|
2902
2982
|
extension_load_url_enabled?: boolean;
|
|
2903
2983
|
marketplace_auto_install_enabled?: boolean;
|
|
2984
|
+
marketplace_automation?: IMarketplaceAutomation;
|
|
2904
2985
|
marketplace_enabled?: boolean;
|
|
2986
|
+
marketplace_site?: string;
|
|
2987
|
+
marketplace_terms_accepted?: boolean;
|
|
2905
2988
|
privatelabel_configuration?: IPrivatelabelConfiguration;
|
|
2906
2989
|
custom_welcome_email?: ICustomWelcomeEmail;
|
|
2907
2990
|
onboarding_enabled?: boolean;
|
|
@@ -2912,6 +2995,8 @@ export interface ISetting {
|
|
|
2912
2995
|
override_warnings?: boolean;
|
|
2913
2996
|
email_domain_allowlist?: string[];
|
|
2914
2997
|
embed_cookieless_v2?: boolean;
|
|
2998
|
+
embed_enabled?: boolean;
|
|
2999
|
+
embed_config?: IEmbedConfig;
|
|
2915
3000
|
}
|
|
2916
3001
|
export interface ISmtpNodeStatus {
|
|
2917
3002
|
is_valid?: boolean;
|
|
@@ -3079,6 +3164,25 @@ export interface IThemeSettings {
|
|
|
3079
3164
|
center_dashboard_title?: boolean;
|
|
3080
3165
|
dashboard_title_font_size?: string;
|
|
3081
3166
|
box_shadow?: string;
|
|
3167
|
+
page_margin_top?: string;
|
|
3168
|
+
page_margin_bottom?: string;
|
|
3169
|
+
page_margin_sides?: string;
|
|
3170
|
+
show_explore_header?: boolean;
|
|
3171
|
+
show_explore_title?: boolean;
|
|
3172
|
+
show_explore_last_run?: boolean;
|
|
3173
|
+
show_explore_timezone?: boolean;
|
|
3174
|
+
show_explore_run_stop_button?: boolean;
|
|
3175
|
+
show_explore_actions_button?: boolean;
|
|
3176
|
+
show_look_header?: boolean;
|
|
3177
|
+
show_look_title?: boolean;
|
|
3178
|
+
show_look_last_run?: boolean;
|
|
3179
|
+
show_look_timezone?: boolean;
|
|
3180
|
+
show_look_run_stop_button?: boolean;
|
|
3181
|
+
show_look_actions_button?: boolean;
|
|
3182
|
+
tile_title_font_size?: string;
|
|
3183
|
+
column_gap_size?: string;
|
|
3184
|
+
row_gap_size?: string;
|
|
3185
|
+
border_radius?: string;
|
|
3082
3186
|
}
|
|
3083
3187
|
export interface ITimezone {
|
|
3084
3188
|
value?: string | null;
|
|
@@ -3795,7 +3899,9 @@ export interface IWriteSetting {
|
|
|
3795
3899
|
extension_framework_enabled?: boolean;
|
|
3796
3900
|
extension_load_url_enabled?: boolean;
|
|
3797
3901
|
marketplace_auto_install_enabled?: boolean;
|
|
3902
|
+
marketplace_automation?: IMarketplaceAutomation | null;
|
|
3798
3903
|
marketplace_enabled?: boolean;
|
|
3904
|
+
marketplace_terms_accepted?: boolean;
|
|
3799
3905
|
privatelabel_configuration?: IWritePrivatelabelConfiguration | null;
|
|
3800
3906
|
custom_welcome_email?: ICustomWelcomeEmail | null;
|
|
3801
3907
|
onboarding_enabled?: boolean;
|
|
@@ -3806,6 +3912,7 @@ export interface IWriteSetting {
|
|
|
3806
3912
|
override_warnings?: boolean;
|
|
3807
3913
|
email_domain_allowlist?: string[] | null;
|
|
3808
3914
|
embed_cookieless_v2?: boolean;
|
|
3915
|
+
embed_config?: IEmbedConfig | null;
|
|
3809
3916
|
}
|
|
3810
3917
|
export interface IWriteSshServer {
|
|
3811
3918
|
ssh_server_name?: string;
|
package/lib/4.0/models.js
CHANGED
|
@@ -100,12 +100,14 @@ var ResultFormat = function (ResultFormat) {
|
|
|
100
100
|
ResultFormat["json"] = "json";
|
|
101
101
|
ResultFormat["json_detail"] = "json_detail";
|
|
102
102
|
ResultFormat["json_fe"] = "json_fe";
|
|
103
|
+
ResultFormat["json_bi"] = "json_bi";
|
|
103
104
|
ResultFormat["csv"] = "csv";
|
|
104
105
|
ResultFormat["html"] = "html";
|
|
105
106
|
ResultFormat["md"] = "md";
|
|
106
107
|
ResultFormat["txt"] = "txt";
|
|
107
108
|
ResultFormat["xlsx"] = "xlsx";
|
|
108
109
|
ResultFormat["gsxml"] = "gsxml";
|
|
110
|
+
ResultFormat["sql"] = "sql";
|
|
109
111
|
return ResultFormat;
|
|
110
112
|
}({});
|
|
111
113
|
exports.ResultFormat = ResultFormat;
|