@looker/sdk 24.16.2 → 24.18.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.
@@ -276,6 +276,7 @@ export interface IContentSearch {
276
276
  folder_name?: string | null;
277
277
  view_count?: number | null;
278
278
  preferred_viewer?: string | null;
279
+ model?: string | null;
279
280
  }
280
281
  export interface IContentSummary {
281
282
  can?: IDictionary<boolean>;
@@ -283,6 +284,7 @@ export interface IContentSummary {
283
284
  content_type?: string | null;
284
285
  content_id?: string | null;
285
286
  content_slug?: string | null;
287
+ content_url?: string | null;
286
288
  title?: string | null;
287
289
  description?: string | null;
288
290
  last_viewed_at?: Date | null;
@@ -869,6 +871,7 @@ export interface IDBConnection {
869
871
  default_bq_connection?: boolean;
870
872
  bq_storage_project_id?: string | null;
871
873
  bq_roles_verified?: boolean | null;
874
+ p4sa_name?: string | null;
872
875
  }
873
876
  export interface IDBConnectionBase {
874
877
  can?: IDictionary<boolean>;
@@ -1536,6 +1539,7 @@ export interface ILook {
1536
1539
  folder?: IFolderBase;
1537
1540
  folder_id?: string | null;
1538
1541
  updated_at?: Date | null;
1542
+ user_name?: string | null;
1539
1543
  view_count?: number | null;
1540
1544
  }
1541
1545
  export interface ILookBasic {
@@ -1799,6 +1803,7 @@ export interface ILookWithDashboards {
1799
1803
  folder?: IFolderBase;
1800
1804
  folder_id?: string | null;
1801
1805
  updated_at?: Date | null;
1806
+ user_name?: string | null;
1802
1807
  view_count?: number | null;
1803
1808
  dashboards?: IDashboardBase[] | null;
1804
1809
  }
@@ -1832,6 +1837,7 @@ export interface ILookWithQuery {
1832
1837
  folder?: IFolderBase;
1833
1838
  folder_id?: string | null;
1834
1839
  updated_at?: Date | null;
1840
+ user_name?: string | null;
1835
1841
  view_count?: number | null;
1836
1842
  query?: IQuery;
1837
1843
  url?: string | null;
@@ -2157,17 +2163,6 @@ export interface IQuery {
2157
2163
  query_timezone?: string | null;
2158
2164
  has_table_calculations?: boolean;
2159
2165
  }
2160
- export interface IQueryFormats {
2161
- json_bi?: IJsonBi;
2162
- json?: string | null;
2163
- json_detail?: string | null;
2164
- csv?: string | null;
2165
- txt?: string | null;
2166
- html?: string | null;
2167
- md?: string | null;
2168
- xlsx?: string | null;
2169
- sql?: string | null;
2170
- }
2171
2166
  export interface IQueryTask {
2172
2167
  can?: IDictionary<boolean>;
2173
2168
  id?: string;
@@ -2738,6 +2733,7 @@ export interface IRequestSearchRoles {
2738
2733
  name?: string | null;
2739
2734
  built_in?: boolean | null;
2740
2735
  filter_or?: boolean | null;
2736
+ is_support_role?: boolean | null;
2741
2737
  }
2742
2738
  export interface IRequestSearchRolesWithUserCount {
2743
2739
  fields?: string | null;
@@ -2749,6 +2745,24 @@ export interface IRequestSearchRolesWithUserCount {
2749
2745
  built_in?: boolean | null;
2750
2746
  filter_or?: boolean | null;
2751
2747
  }
2748
+ export interface IRequestSearchScheduledPlans {
2749
+ user_id?: string | null;
2750
+ fields?: string | null;
2751
+ all_users?: boolean | null;
2752
+ limit?: number | null;
2753
+ offset?: number | null;
2754
+ sorts?: string | null;
2755
+ name?: string | null;
2756
+ user_first_name?: string | null;
2757
+ user_last_name?: string | null;
2758
+ dashboard_id?: string | null;
2759
+ look_id?: string | null;
2760
+ lookml_dashboard_id?: string | null;
2761
+ recipient?: string | null;
2762
+ destination_type?: string | null;
2763
+ delivery_format?: string | null;
2764
+ filter_or?: boolean | null;
2765
+ }
2752
2766
  export interface IRequestSearchThemes {
2753
2767
  id?: string | null;
2754
2768
  name?: string | null;
@@ -3379,7 +3393,6 @@ export interface IUser {
3379
3393
  allow_normal_group_membership?: boolean;
3380
3394
  allow_roles_from_normal_groups?: boolean;
3381
3395
  embed_group_folder_id?: string | null;
3382
- is_iam_admin?: boolean;
3383
3396
  url?: string | null;
3384
3397
  }
3385
3398
  export interface IUserAttribute {
@@ -3736,6 +3749,7 @@ export interface IWriteDBConnection {
3736
3749
  pdt_api_control_enabled?: boolean | null;
3737
3750
  connection_pooling?: boolean;
3738
3751
  bq_storage_project_id?: string | null;
3752
+ bq_roles_verified?: boolean | null;
3739
3753
  }
3740
3754
  export interface IWriteDBConnectionOverride {
3741
3755
  context?: string;