@looker/sdk 23.10.0 → 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 +19 -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 +34 -0
- package/lib/3.1/models.js +1 -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 +559 -547
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +8 -7
- package/lib/4.0/methods.js +372 -363
- 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 +87 -1
- package/lib/4.0/models.js +1 -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 +372 -363
- 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 +1 -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 +559 -547
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +372 -363
- 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 +1 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +372 -363
- 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
|
@@ -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;
|
|
@@ -2494,6 +2525,7 @@ export interface IRequestSearchFolders {
|
|
|
2494
2525
|
creator_id?: string | null;
|
|
2495
2526
|
filter_or?: boolean | null;
|
|
2496
2527
|
is_shared_root?: boolean | null;
|
|
2528
|
+
is_users_root?: boolean | null;
|
|
2497
2529
|
}
|
|
2498
2530
|
export interface IRequestSearchGroups {
|
|
2499
2531
|
fields?: string | null;
|
|
@@ -2507,6 +2539,30 @@ export interface IRequestSearchGroups {
|
|
|
2507
2539
|
externally_managed?: boolean | null;
|
|
2508
2540
|
externally_orphaned?: boolean | null;
|
|
2509
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
|
+
}
|
|
2510
2566
|
export interface IRequestSearchLooks {
|
|
2511
2567
|
id?: string | null;
|
|
2512
2568
|
title?: string | null;
|
|
@@ -2538,6 +2594,17 @@ export interface IRequestSearchModelSets {
|
|
|
2538
2594
|
built_in?: boolean | null;
|
|
2539
2595
|
filter_or?: boolean | null;
|
|
2540
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
|
+
}
|
|
2541
2608
|
export interface IRequestSearchRoles {
|
|
2542
2609
|
fields?: string | null;
|
|
2543
2610
|
limit?: number | null;
|
|
@@ -2548,6 +2615,16 @@ export interface IRequestSearchRoles {
|
|
|
2548
2615
|
built_in?: boolean | null;
|
|
2549
2616
|
filter_or?: boolean | null;
|
|
2550
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
|
+
}
|
|
2551
2628
|
export interface IRequestSearchThemes {
|
|
2552
2629
|
id?: string | null;
|
|
2553
2630
|
name?: string | null;
|
|
@@ -2637,6 +2714,7 @@ export declare enum ResultFormat {
|
|
|
2637
2714
|
json = "json",
|
|
2638
2715
|
json_detail = "json_detail",
|
|
2639
2716
|
json_fe = "json_fe",
|
|
2717
|
+
json_bi = "json_bi",
|
|
2640
2718
|
csv = "csv",
|
|
2641
2719
|
html = "html",
|
|
2642
2720
|
md = "md",
|
|
@@ -2903,7 +2981,10 @@ export interface ISetting {
|
|
|
2903
2981
|
extension_framework_enabled?: boolean;
|
|
2904
2982
|
extension_load_url_enabled?: boolean;
|
|
2905
2983
|
marketplace_auto_install_enabled?: boolean;
|
|
2984
|
+
marketplace_automation?: IMarketplaceAutomation;
|
|
2906
2985
|
marketplace_enabled?: boolean;
|
|
2986
|
+
marketplace_site?: string;
|
|
2987
|
+
marketplace_terms_accepted?: boolean;
|
|
2907
2988
|
privatelabel_configuration?: IPrivatelabelConfiguration;
|
|
2908
2989
|
custom_welcome_email?: ICustomWelcomeEmail;
|
|
2909
2990
|
onboarding_enabled?: boolean;
|
|
@@ -2915,6 +2996,7 @@ export interface ISetting {
|
|
|
2915
2996
|
email_domain_allowlist?: string[];
|
|
2916
2997
|
embed_cookieless_v2?: boolean;
|
|
2917
2998
|
embed_enabled?: boolean;
|
|
2999
|
+
embed_config?: IEmbedConfig;
|
|
2918
3000
|
}
|
|
2919
3001
|
export interface ISmtpNodeStatus {
|
|
2920
3002
|
is_valid?: boolean;
|
|
@@ -3100,6 +3182,7 @@ export interface IThemeSettings {
|
|
|
3100
3182
|
tile_title_font_size?: string;
|
|
3101
3183
|
column_gap_size?: string;
|
|
3102
3184
|
row_gap_size?: string;
|
|
3185
|
+
border_radius?: string;
|
|
3103
3186
|
}
|
|
3104
3187
|
export interface ITimezone {
|
|
3105
3188
|
value?: string | null;
|
|
@@ -3816,7 +3899,9 @@ export interface IWriteSetting {
|
|
|
3816
3899
|
extension_framework_enabled?: boolean;
|
|
3817
3900
|
extension_load_url_enabled?: boolean;
|
|
3818
3901
|
marketplace_auto_install_enabled?: boolean;
|
|
3902
|
+
marketplace_automation?: IMarketplaceAutomation | null;
|
|
3819
3903
|
marketplace_enabled?: boolean;
|
|
3904
|
+
marketplace_terms_accepted?: boolean;
|
|
3820
3905
|
privatelabel_configuration?: IWritePrivatelabelConfiguration | null;
|
|
3821
3906
|
custom_welcome_email?: ICustomWelcomeEmail | null;
|
|
3822
3907
|
onboarding_enabled?: boolean;
|
|
@@ -3827,6 +3912,7 @@ export interface IWriteSetting {
|
|
|
3827
3912
|
override_warnings?: boolean;
|
|
3828
3913
|
email_domain_allowlist?: string[] | null;
|
|
3829
3914
|
embed_cookieless_v2?: boolean;
|
|
3915
|
+
embed_config?: IEmbedConfig | null;
|
|
3830
3916
|
}
|
|
3831
3917
|
export interface IWriteSshServer {
|
|
3832
3918
|
ssh_server_name?: string;
|
package/lib/4.0/models.js
CHANGED
|
@@ -100,6 +100,7 @@ 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";
|