@looker/sdk 22.0.0 → 22.4.2

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/lib/3.1/funcs.d.ts +9 -5
  3. package/lib/3.1/funcs.js +948 -892
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +9 -5
  6. package/lib/3.1/methods.js +635 -595
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +9 -5
  9. package/lib/3.1/models.d.ts +82 -49
  10. package/lib/3.1/models.js +11 -1
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.d.ts +9 -5
  13. package/lib/3.1/streams.js +635 -595
  14. package/lib/3.1/streams.js.map +1 -1
  15. package/lib/4.0/funcs.d.ts +111 -109
  16. package/lib/4.0/funcs.js +1190 -1031
  17. package/lib/4.0/funcs.js.map +1 -1
  18. package/lib/4.0/methods.d.ts +111 -109
  19. package/lib/4.0/methods.js +840 -689
  20. package/lib/4.0/methods.js.map +1 -1
  21. package/lib/4.0/methodsInterface.d.ts +111 -109
  22. package/lib/4.0/models.d.ts +332 -261
  23. package/lib/4.0/models.js +11 -9
  24. package/lib/4.0/models.js.map +1 -1
  25. package/lib/4.0/streams.d.ts +111 -109
  26. package/lib/4.0/streams.js +840 -689
  27. package/lib/4.0/streams.js.map +1 -1
  28. package/lib/constants.d.ts +1 -1
  29. package/lib/constants.js +1 -1
  30. package/lib/constants.js.map +1 -1
  31. package/lib/esm/3.1/funcs.js +932 -888
  32. package/lib/esm/3.1/funcs.js.map +1 -1
  33. package/lib/esm/3.1/methods.js +635 -595
  34. package/lib/esm/3.1/methods.js.map +1 -1
  35. package/lib/esm/3.1/models.js +9 -0
  36. package/lib/esm/3.1/models.js.map +1 -1
  37. package/lib/esm/3.1/streams.js +635 -595
  38. package/lib/esm/3.1/streams.js.map +1 -1
  39. package/lib/esm/4.0/funcs.js +1166 -1013
  40. package/lib/esm/4.0/funcs.js.map +1 -1
  41. package/lib/esm/4.0/methods.js +840 -689
  42. package/lib/esm/4.0/methods.js.map +1 -1
  43. package/lib/esm/4.0/models.js +9 -7
  44. package/lib/esm/4.0/models.js.map +1 -1
  45. package/lib/esm/4.0/streams.js +840 -689
  46. package/lib/esm/4.0/streams.js.map +1 -1
  47. package/lib/esm/constants.js +1 -1
  48. package/lib/esm/constants.js.map +1 -1
  49. package/package.json +3 -3
@@ -10,13 +10,13 @@ export interface IAlert {
10
10
  comparison_type: ComparisonType;
11
11
  cron: string;
12
12
  custom_title?: string | null;
13
- dashboard_element_id?: number | null;
13
+ dashboard_element_id?: string | null;
14
14
  description?: string | null;
15
15
  destinations: IAlertDestination[] | null;
16
16
  field: IAlertField;
17
17
  followed?: boolean;
18
18
  followable?: boolean;
19
- id?: number;
19
+ id?: string;
20
20
  is_disabled?: boolean;
21
21
  disabled_reason?: string | null;
22
22
  is_public?: boolean;
@@ -25,7 +25,7 @@ export interface IAlert {
25
25
  investigative_content_title?: string | null;
26
26
  lookml_dashboard_id?: string | null;
27
27
  lookml_link_id?: string | null;
28
- owner_id: number;
28
+ owner_id: string;
29
29
  owner_display_name?: string | null;
30
30
  threshold: number;
31
31
  time_series_condition_state?: IAlertConditionState;
@@ -57,7 +57,7 @@ export interface IAlertFieldFilter {
57
57
  filter_value?: string | null;
58
58
  }
59
59
  export interface IAlertPatch {
60
- owner_id?: number | null;
60
+ owner_id?: string | null;
61
61
  is_disabled?: boolean | null;
62
62
  disabled_reason?: string | null;
63
63
  is_public?: boolean | null;
@@ -70,7 +70,7 @@ export declare enum Align {
70
70
  export interface IApiSession {
71
71
  can?: IDictionary<boolean>;
72
72
  workspace_id?: string | null;
73
- sudo_user_id?: number | null;
73
+ sudo_user_id?: string | null;
74
74
  }
75
75
  export interface IApiVersion {
76
76
  looker_release_version?: string;
@@ -96,32 +96,32 @@ export interface IBackupConfiguration {
96
96
  }
97
97
  export interface IBoard {
98
98
  can?: IDictionary<boolean>;
99
- content_metadata_id?: number | null;
99
+ content_metadata_id?: string | null;
100
100
  created_at?: Date | null;
101
101
  deleted_at?: Date | null;
102
102
  description?: string | null;
103
103
  board_sections?: IBoardSection[] | null;
104
- id?: number;
105
- section_order?: number[] | null;
104
+ id?: string;
105
+ section_order?: string[] | null;
106
106
  title?: string | null;
107
107
  updated_at?: Date | null;
108
- user_id?: number | null;
108
+ user_id?: string | null;
109
109
  primary_homepage?: boolean;
110
110
  }
111
111
  export interface IBoardItem {
112
112
  can?: IDictionary<boolean>;
113
113
  content_created_by?: string | null;
114
- content_favorite_id?: number | null;
115
- content_metadata_id?: number | null;
114
+ content_favorite_id?: string | null;
115
+ content_metadata_id?: string | null;
116
116
  content_updated_at?: string | null;
117
117
  custom_description?: string | null;
118
118
  custom_title?: string | null;
119
119
  custom_url?: string | null;
120
- dashboard_id?: number | null;
120
+ dashboard_id?: string | null;
121
121
  description?: string | null;
122
122
  favorite_count?: number | null;
123
- board_section_id?: number | null;
124
- id?: number;
123
+ board_section_id?: string | null;
124
+ id?: string;
125
125
  image_url?: string | null;
126
126
  location?: string | null;
127
127
  look_id?: string | null;
@@ -129,18 +129,24 @@ export interface IBoardItem {
129
129
  order?: number | null;
130
130
  title?: string | null;
131
131
  url?: string;
132
+ use_custom_description?: boolean;
133
+ use_custom_title?: boolean;
134
+ use_custom_url?: boolean;
132
135
  view_count?: number | null;
136
+ custom_image_data_base64?: string | null;
137
+ custom_image_url?: string | null;
138
+ use_custom_image?: boolean;
133
139
  }
134
140
  export interface IBoardSection {
135
141
  can?: IDictionary<boolean>;
136
142
  created_at?: Date | null;
137
143
  deleted_at?: Date | null;
138
144
  description?: string | null;
139
- board_id?: number | null;
145
+ board_id?: string | null;
140
146
  board_items?: IBoardItem[] | null;
141
- id?: number;
142
- item_order?: number[] | null;
143
- visible_item_order?: number[] | null;
147
+ id?: string;
148
+ item_order?: string[] | null;
149
+ visible_item_order?: string[] | null;
144
150
  title?: string | null;
145
151
  updated_at?: Date | null;
146
152
  }
@@ -167,14 +173,6 @@ export interface IColumnSearch {
167
173
  column_name?: string | null;
168
174
  data_type?: string | null;
169
175
  }
170
- export interface ICommand {
171
- id?: number;
172
- author_id?: number;
173
- name?: string;
174
- description?: string | null;
175
- linked_content_id?: string;
176
- linked_content_type?: LinkedContentType;
177
- }
178
176
  export declare enum ComparisonType {
179
177
  EQUAL_TO = "EQUAL_TO",
180
178
  GREATER_THAN = "GREATER_THAN",
@@ -204,26 +202,26 @@ export interface IConnectionFeatures {
204
202
  connection_pooling?: boolean;
205
203
  }
206
204
  export interface IContentFavorite {
207
- id?: number;
208
- user_id?: number;
209
- content_metadata_id?: number;
205
+ id?: string;
206
+ user_id?: string;
207
+ content_metadata_id?: string;
210
208
  look_id?: string | null;
211
- dashboard_id?: number | null;
209
+ dashboard_id?: string | null;
212
210
  look?: ILookBasic;
213
211
  dashboard?: IDashboardBase;
214
- board_id?: number | null;
212
+ board_id?: string | null;
215
213
  }
216
214
  export interface IContentMeta {
217
215
  can?: IDictionary<boolean>;
218
- id?: number;
216
+ id?: string;
219
217
  name?: string | null;
220
- parent_id?: number | null;
218
+ parent_id?: string | null;
221
219
  dashboard_id?: string | null;
222
220
  look_id?: string | null;
223
221
  folder_id?: string | null;
224
222
  content_type?: string | null;
225
223
  inherits?: boolean;
226
- inheriting_id?: number | null;
224
+ inheriting_id?: string | null;
227
225
  slug?: string | null;
228
226
  }
229
227
  export interface IContentMetaGroupUser {
@@ -231,8 +229,8 @@ export interface IContentMetaGroupUser {
231
229
  id?: string;
232
230
  content_metadata_id?: string | null;
233
231
  permission_type?: PermissionType | null;
234
- group_id?: number | null;
235
- user_id?: number | null;
232
+ group_id?: string | null;
233
+ user_id?: string | null;
236
234
  }
237
235
  export interface IContentValidation {
238
236
  content_with_errors?: IContentValidatorError[] | null;
@@ -245,7 +243,7 @@ export interface IContentValidation {
245
243
  total_explores_validated?: number | null;
246
244
  }
247
245
  export interface IContentValidationAlert {
248
- id?: number;
246
+ id?: string;
249
247
  lookml_dashboard_id?: string | null;
250
248
  lookml_link_id?: string | null;
251
249
  custom_title?: string | null;
@@ -266,12 +264,13 @@ export interface IContentValidationDashboardElement {
266
264
  note_state?: string | null;
267
265
  note_text?: string | null;
268
266
  note_text_as_html?: string | null;
269
- query_id?: number | null;
267
+ query_id?: string | null;
270
268
  subtitle_text?: string | null;
271
269
  title?: string | null;
272
270
  title_hidden?: boolean;
273
271
  title_text?: string | null;
274
272
  type?: string | null;
273
+ rich_content_json?: string | null;
275
274
  }
276
275
  export interface IContentValidationDashboardFilter {
277
276
  id?: string;
@@ -313,7 +312,7 @@ export interface IContentValidationLookMLDashboardElement {
313
312
  export interface IContentValidationScheduledPlan {
314
313
  name?: string | null;
315
314
  look_id?: string | null;
316
- id?: number;
315
+ id?: string;
317
316
  }
318
317
  export interface IContentValidatorError {
319
318
  look?: IContentValidationLook;
@@ -329,13 +328,13 @@ export interface IContentValidatorError {
329
328
  }
330
329
  export interface IContentView {
331
330
  can?: IDictionary<boolean>;
332
- id?: number;
331
+ id?: string;
333
332
  look_id?: string | null;
334
- dashboard_id?: number | null;
333
+ dashboard_id?: string | null;
335
334
  title?: string | null;
336
- content_metadata_id?: number | null;
337
- user_id?: number | null;
338
- group_id?: number | null;
335
+ content_metadata_id?: string | null;
336
+ user_id?: string | null;
337
+ group_id?: string | null;
339
338
  view_count?: number | null;
340
339
  favorite_count?: number | null;
341
340
  last_viewed_at?: string | null;
@@ -358,7 +357,7 @@ export interface ICreateCostEstimate {
358
357
  }
359
358
  export interface ICreateCredentialsApi3 {
360
359
  can?: IDictionary<boolean>;
361
- id?: number;
360
+ id?: string;
362
361
  client_id?: string | null;
363
362
  created_at?: string | null;
364
363
  is_disabled?: boolean;
@@ -403,12 +402,12 @@ export interface ICreateOAuthApplicationUserStateRequest {
403
402
  refresh_token_expires_at?: Date | null;
404
403
  }
405
404
  export interface ICreateOAuthApplicationUserStateResponse {
406
- user_id: number;
407
- oauth_application_id: number;
405
+ user_id: string;
406
+ oauth_application_id: string;
408
407
  }
409
408
  export interface ICreateQueryTask {
410
409
  can?: IDictionary<boolean>;
411
- query_id: number | null;
410
+ query_id: string | null;
412
411
  result_format: ResultFormat | null;
413
412
  source?: string | null;
414
413
  deferred?: boolean;
@@ -417,7 +416,7 @@ export interface ICreateQueryTask {
417
416
  }
418
417
  export interface ICredentialsApi3 {
419
418
  can?: IDictionary<boolean>;
420
- id?: number;
419
+ id?: string;
421
420
  client_id?: string | null;
422
421
  created_at?: string | null;
423
422
  is_disabled?: boolean;
@@ -453,7 +452,7 @@ export interface ICredentialsEmbed {
453
452
  created_at?: string | null;
454
453
  external_group_id?: string | null;
455
454
  external_user_id?: string | null;
456
- id?: number;
455
+ id?: string;
457
456
  is_disabled?: boolean;
458
457
  logged_in_at?: string | null;
459
458
  type?: string | null;
@@ -528,8 +527,8 @@ export interface ICustomWelcomeEmail {
528
527
  }
529
528
  export interface IDashboard {
530
529
  can?: IDictionary<boolean>;
531
- content_favorite_id?: number | null;
532
- content_metadata_id?: number | null;
530
+ content_favorite_id?: string | null;
531
+ content_metadata_id?: string | null;
533
532
  description?: string | null;
534
533
  hidden?: boolean;
535
534
  id?: string;
@@ -540,7 +539,7 @@ export interface IDashboard {
540
539
  refresh_interval_to_i?: number | null;
541
540
  folder?: IFolderBase;
542
541
  title?: string | null;
543
- user_id?: number | null;
542
+ user_id?: string | null;
544
543
  slug?: string | null;
545
544
  preferred_viewer?: string | null;
546
545
  alert_sync_with_dashboard_filter_enabled?: boolean;
@@ -552,20 +551,20 @@ export interface IDashboard {
552
551
  dashboard_layouts?: IDashboardLayout[] | null;
553
552
  deleted?: boolean;
554
553
  deleted_at?: Date | null;
555
- deleter_id?: number | null;
554
+ deleter_id?: string | null;
556
555
  edit_uri?: string | null;
557
556
  favorite_count?: number | null;
558
557
  filters_bar_collapsed?: boolean;
559
558
  last_accessed_at?: Date | null;
560
559
  last_viewed_at?: Date | null;
561
560
  updated_at?: Date | null;
562
- last_updater_id?: number | null;
561
+ last_updater_id?: string | null;
563
562
  last_updater_name?: string | null;
564
563
  user_name?: string | null;
565
564
  load_configuration?: string | null;
566
565
  lookml_link_id?: string | null;
567
- show_filters_bar?: boolean;
568
- show_title?: boolean;
566
+ show_filters_bar?: boolean | null;
567
+ show_title?: boolean | null;
569
568
  folder_id?: string | null;
570
569
  text_tile_text_color?: string | null;
571
570
  tile_background_color?: string | null;
@@ -590,8 +589,8 @@ export interface IDashboardAppearance {
590
589
  }
591
590
  export interface IDashboardBase {
592
591
  can?: IDictionary<boolean>;
593
- content_favorite_id?: number | null;
594
- content_metadata_id?: number | null;
592
+ content_favorite_id?: string | null;
593
+ content_metadata_id?: string | null;
595
594
  description?: string | null;
596
595
  hidden?: boolean;
597
596
  id?: string;
@@ -602,7 +601,7 @@ export interface IDashboardBase {
602
601
  refresh_interval_to_i?: number | null;
603
602
  folder?: IFolderBase;
604
603
  title?: string | null;
605
- user_id?: number | null;
604
+ user_id?: string | null;
606
605
  slug?: string | null;
607
606
  preferred_viewer?: string | null;
608
607
  }
@@ -622,17 +621,18 @@ export interface IDashboardElement {
622
621
  note_text?: string | null;
623
622
  note_text_as_html?: string | null;
624
623
  query?: IQuery;
625
- query_id?: number | null;
624
+ query_id?: string | null;
626
625
  refresh_interval?: string | null;
627
626
  refresh_interval_to_i?: number | null;
628
627
  result_maker?: IResultMakerWithIdVisConfigAndDynamicFields;
629
- result_maker_id?: number | null;
628
+ result_maker_id?: string | null;
630
629
  subtitle_text?: string | null;
631
630
  title?: string | null;
632
631
  title_hidden?: boolean;
633
632
  title_text?: string | null;
634
633
  type?: string | null;
635
634
  alert_count?: number | null;
635
+ rich_content_json?: string | null;
636
636
  title_text_as_html?: string | null;
637
637
  subtitle_text_as_html?: string | null;
638
638
  }
@@ -682,6 +682,7 @@ export interface IDashboardLayoutComponent {
682
682
  }
683
683
  export interface IDashboardLookml {
684
684
  dashboard_id?: string | null;
685
+ folder_id?: string | null;
685
686
  lookml?: string | null;
686
687
  }
687
688
  export interface IDataActionForm {
@@ -721,7 +722,7 @@ export interface IDataActionUserState {
721
722
  export interface IDatagroup {
722
723
  can?: IDictionary<boolean>;
723
724
  created_at?: number | null;
724
- id?: number;
725
+ id?: string;
725
726
  model_name?: string | null;
726
727
  name?: string | null;
727
728
  stale_before?: number | null;
@@ -771,8 +772,10 @@ export interface IDBConnection {
771
772
  tunnel_id?: string | null;
772
773
  pdt_concurrency?: number | null;
773
774
  disable_context_comment?: boolean | null;
774
- oauth_application_id?: number | null;
775
+ oauth_application_id?: string | null;
775
776
  always_retry_failed_builds?: boolean | null;
777
+ cost_estimate_enabled?: boolean | null;
778
+ pdt_api_control_enabled?: boolean | null;
776
779
  }
777
780
  export interface IDBConnectionBase {
778
781
  can?: IDictionary<boolean>;
@@ -805,7 +808,7 @@ export interface IDBConnectionTestResult {
805
808
  export interface IDelegateOauthTest {
806
809
  name?: string;
807
810
  installation_target_id?: string;
808
- installation_id?: number;
811
+ installation_id?: string;
809
812
  success?: boolean;
810
813
  }
811
814
  export interface IDependencyGraph {
@@ -825,6 +828,7 @@ export interface IDialect {
825
828
  name?: string;
826
829
  label?: string;
827
830
  supports_cost_estimate?: boolean;
831
+ cost_estimate_style?: string | null;
828
832
  persistent_table_indexes?: string;
829
833
  persistent_table_sortkeys?: string;
830
834
  persistent_table_distkey?: string;
@@ -870,6 +874,9 @@ export interface IDiscretePalette {
870
874
  type?: string;
871
875
  colors?: string[];
872
876
  }
877
+ export interface IEgressIpAddresses {
878
+ egress_ip_addresses?: string[] | null;
879
+ }
873
880
  export interface IEmbedParams {
874
881
  target_url: string;
875
882
  session_length?: number | null;
@@ -879,9 +886,9 @@ export interface IEmbedSecret {
879
886
  algorithm?: string | null;
880
887
  created_at?: string | null;
881
888
  enabled?: boolean;
882
- id?: number;
889
+ id?: string;
883
890
  secret?: string | null;
884
- user_id?: number | null;
891
+ user_id?: string | null;
885
892
  }
886
893
  export interface IEmbedSsoParams {
887
894
  target_url: string;
@@ -893,10 +900,10 @@ export interface IEmbedSsoParams {
893
900
  user_timezone?: string | null;
894
901
  permissions?: string[] | null;
895
902
  models?: string[] | null;
896
- group_ids?: number[] | null;
903
+ group_ids?: string[] | null;
897
904
  external_group_id?: string | null;
898
905
  user_attributes?: IDictionary<any> | null;
899
- secret_id?: number | null;
906
+ secret_id?: string | null;
900
907
  }
901
908
  export interface IEmbedUrlResponse {
902
909
  url?: string;
@@ -907,7 +914,7 @@ export interface IError {
907
914
  }
908
915
  export interface IExternalOauthApplication {
909
916
  can?: IDictionary<boolean>;
910
- id?: number;
917
+ id?: string;
911
918
  name?: string;
912
919
  client_id?: string;
913
920
  client_secret?: string;
@@ -922,9 +929,9 @@ export interface IFolder {
922
929
  name: string;
923
930
  parent_id?: string | null;
924
931
  id?: string;
925
- content_metadata_id?: number | null;
932
+ content_metadata_id?: string | null;
926
933
  created_at?: Date | null;
927
- creator_id?: number | null;
934
+ creator_id?: string | null;
928
935
  child_count?: number | null;
929
936
  external_id?: string | null;
930
937
  is_embed?: boolean;
@@ -942,9 +949,9 @@ export interface IFolderBase {
942
949
  name: string;
943
950
  parent_id?: string | null;
944
951
  id?: string;
945
- content_metadata_id?: number | null;
952
+ content_metadata_id?: string | null;
946
953
  created_at?: Date | null;
947
- creator_id?: number | null;
954
+ creator_id?: string | null;
948
955
  child_count?: number | null;
949
956
  external_id?: string | null;
950
957
  is_embed?: boolean;
@@ -1002,7 +1009,7 @@ export interface IGroup {
1002
1009
  contains_current_user?: boolean;
1003
1010
  external_group_id?: string | null;
1004
1011
  externally_managed?: boolean;
1005
- id?: number;
1012
+ id?: string;
1006
1013
  include_by_default?: boolean;
1007
1014
  name?: string | null;
1008
1015
  user_count?: number | null;
@@ -1013,18 +1020,18 @@ export interface IGroupHierarchy {
1013
1020
  contains_current_user?: boolean;
1014
1021
  external_group_id?: string | null;
1015
1022
  externally_managed?: boolean;
1016
- id?: number;
1023
+ id?: string;
1017
1024
  include_by_default?: boolean;
1018
1025
  name?: string | null;
1019
1026
  user_count?: number | null;
1020
- parent_group_ids?: number[] | null;
1021
- role_ids?: number[] | null;
1027
+ parent_group_ids?: string[] | null;
1028
+ role_ids?: string[] | null;
1022
1029
  }
1023
1030
  export interface IGroupIdForGroupInclusion {
1024
- group_id?: number | null;
1031
+ group_id?: string | null;
1025
1032
  }
1026
1033
  export interface IGroupIdForGroupUserInclusion {
1027
- user_id?: number | null;
1034
+ user_id?: string | null;
1028
1035
  }
1029
1036
  export interface IGroupSearch {
1030
1037
  can?: IDictionary<boolean>;
@@ -1032,7 +1039,7 @@ export interface IGroupSearch {
1032
1039
  contains_current_user?: boolean;
1033
1040
  external_group_id?: string | null;
1034
1041
  externally_managed?: boolean;
1035
- id?: number;
1042
+ id?: string;
1036
1043
  include_by_default?: boolean;
1037
1044
  name?: string | null;
1038
1045
  user_count?: number | null;
@@ -1041,19 +1048,19 @@ export interface IGroupSearch {
1041
1048
  export interface IHomepageItem {
1042
1049
  can?: IDictionary<boolean>;
1043
1050
  content_created_by?: string | null;
1044
- content_favorite_id?: number | null;
1045
- content_metadata_id?: number | null;
1051
+ content_favorite_id?: string | null;
1052
+ content_metadata_id?: string | null;
1046
1053
  content_updated_at?: string | null;
1047
1054
  custom_description?: string | null;
1048
1055
  custom_image_data_base64?: string | null;
1049
1056
  custom_image_url?: string | null;
1050
1057
  custom_title?: string | null;
1051
1058
  custom_url?: string | null;
1052
- dashboard_id?: number | null;
1059
+ dashboard_id?: string | null;
1053
1060
  description?: string | null;
1054
1061
  favorite_count?: number | null;
1055
- homepage_section_id?: number | null;
1056
- id?: number;
1062
+ homepage_section_id?: string | null;
1063
+ id?: string;
1057
1064
  image_url?: string | null;
1058
1065
  location?: string | null;
1059
1066
  look_id?: string | null;
@@ -1073,15 +1080,15 @@ export interface IHomepageSection {
1073
1080
  created_at?: Date | null;
1074
1081
  deleted_at?: Date | null;
1075
1082
  detail_url?: string | null;
1076
- homepage_id?: number | null;
1083
+ homepage_id?: string | null;
1077
1084
  homepage_items?: IHomepageItem[] | null;
1078
- id?: number;
1085
+ id?: string;
1079
1086
  is_header?: boolean;
1080
- item_order?: number[] | null;
1087
+ item_order?: string[] | null;
1081
1088
  title?: string | null;
1082
1089
  updated_at?: Date | null;
1083
1090
  description?: string | null;
1084
- visible_item_order?: number[] | null;
1091
+ visible_item_order?: string[] | null;
1085
1092
  }
1086
1093
  export interface IImportedProject {
1087
1094
  name?: string | null;
@@ -1092,7 +1099,7 @@ export interface IImportedProject {
1092
1099
  export interface IIntegration {
1093
1100
  can?: IDictionary<boolean>;
1094
1101
  id?: string;
1095
- integration_hub_id?: number;
1102
+ integration_hub_id?: string;
1096
1103
  label?: string;
1097
1104
  description?: string | null;
1098
1105
  enabled?: boolean;
@@ -1106,11 +1113,11 @@ export interface IIntegration {
1106
1113
  uses_oauth?: boolean | null;
1107
1114
  required_fields?: IIntegrationRequiredField[];
1108
1115
  delegate_oauth?: boolean | null;
1109
- installed_delegate_oauth_targets?: number[];
1116
+ installed_delegate_oauth_targets?: string[];
1110
1117
  }
1111
1118
  export interface IIntegrationHub {
1112
1119
  can?: IDictionary<boolean>;
1113
- id?: number;
1120
+ id?: string;
1114
1121
  url?: string;
1115
1122
  label?: string;
1116
1123
  official?: boolean;
@@ -1165,9 +1172,9 @@ export interface ILDAPConfig {
1165
1172
  connection_port?: string | null;
1166
1173
  connection_tls?: boolean;
1167
1174
  connection_tls_no_verify?: boolean;
1168
- default_new_user_group_ids?: number[] | null;
1175
+ default_new_user_group_ids?: string[] | null;
1169
1176
  default_new_user_groups?: IGroup[] | null;
1170
- default_new_user_role_ids?: number[] | null;
1177
+ default_new_user_role_ids?: string[] | null;
1171
1178
  default_new_user_roles?: IRole[] | null;
1172
1179
  enabled?: boolean;
1173
1180
  force_no_page?: boolean;
@@ -1214,19 +1221,19 @@ export interface ILDAPConfigTestResult {
1214
1221
  url?: string | null;
1215
1222
  }
1216
1223
  export interface ILDAPGroupRead {
1217
- id?: number;
1218
- looker_group_id?: number | null;
1224
+ id?: string;
1225
+ looker_group_id?: string | null;
1219
1226
  looker_group_name?: string | null;
1220
1227
  name?: string | null;
1221
1228
  roles?: IRole[] | null;
1222
1229
  url?: string | null;
1223
1230
  }
1224
1231
  export interface ILDAPGroupWrite {
1225
- id?: number | null;
1226
- looker_group_id?: number | null;
1232
+ id?: string | null;
1233
+ looker_group_id?: string | null;
1227
1234
  looker_group_name?: string | null;
1228
1235
  name?: string | null;
1229
- role_ids?: number[] | null;
1236
+ role_ids?: string[] | null;
1230
1237
  url?: string | null;
1231
1238
  }
1232
1239
  export interface ILDAPUser {
@@ -1250,7 +1257,7 @@ export interface ILDAPUserAttributeRead {
1250
1257
  export interface ILDAPUserAttributeWrite {
1251
1258
  name?: string | null;
1252
1259
  required?: boolean;
1253
- user_attribute_ids?: number[] | null;
1260
+ user_attribute_ids?: string[] | null;
1254
1261
  url?: string | null;
1255
1262
  }
1256
1263
  export interface ILegacyFeature {
@@ -1268,10 +1275,6 @@ export interface ILegacyFeature {
1268
1275
  approximate_end_of_life_date?: Date | null;
1269
1276
  has_disabled_on_upgrade?: boolean;
1270
1277
  }
1271
- export declare enum LinkedContentType {
1272
- dashboard = "dashboard",
1273
- lookml_dashboard = "lookml_dashboard"
1274
- }
1275
1278
  export interface ILocale {
1276
1279
  code?: string | null;
1277
1280
  native_name?: string | null;
@@ -1283,15 +1286,15 @@ export interface ILocalizationSettings {
1283
1286
  }
1284
1287
  export interface ILook {
1285
1288
  can?: IDictionary<boolean>;
1286
- content_metadata_id?: number | null;
1289
+ content_metadata_id?: string | null;
1287
1290
  id?: string;
1288
1291
  title?: string | null;
1289
- user_id?: number | null;
1290
- content_favorite_id?: number | null;
1292
+ user_id?: string | null;
1293
+ content_favorite_id?: string | null;
1291
1294
  created_at?: Date | null;
1292
1295
  deleted?: boolean;
1293
1296
  deleted_at?: Date | null;
1294
- deleter_id?: number | null;
1297
+ deleter_id?: string | null;
1295
1298
  description?: string | null;
1296
1299
  embed_url?: string | null;
1297
1300
  excel_file_url?: string | null;
@@ -1300,13 +1303,13 @@ export interface ILook {
1300
1303
  image_embed_url?: string | null;
1301
1304
  is_run_on_load?: boolean;
1302
1305
  last_accessed_at?: Date | null;
1303
- last_updater_id?: number | null;
1306
+ last_updater_id?: string | null;
1304
1307
  last_viewed_at?: Date | null;
1305
1308
  model?: ILookModel;
1306
1309
  public?: boolean;
1307
1310
  public_slug?: string | null;
1308
1311
  public_url?: string | null;
1309
- query_id?: number | null;
1312
+ query_id?: string | null;
1310
1313
  short_url?: string | null;
1311
1314
  folder?: IFolderBase;
1312
1315
  folder_id?: string | null;
@@ -1315,10 +1318,10 @@ export interface ILook {
1315
1318
  }
1316
1319
  export interface ILookBasic {
1317
1320
  can?: IDictionary<boolean>;
1318
- content_metadata_id?: number | null;
1319
- id?: number;
1321
+ content_metadata_id?: string | null;
1322
+ id?: string;
1320
1323
  title?: string | null;
1321
- user_id?: number | null;
1324
+ user_id?: string | null;
1322
1325
  }
1323
1326
  export interface ILookmlModel {
1324
1327
  can?: IDictionary<boolean>;
@@ -1538,15 +1541,15 @@ export interface ILookModel {
1538
1541
  }
1539
1542
  export interface ILookWithDashboards {
1540
1543
  can?: IDictionary<boolean>;
1541
- content_metadata_id?: number | null;
1544
+ content_metadata_id?: string | null;
1542
1545
  id?: string;
1543
1546
  title?: string | null;
1544
- user_id?: number | null;
1545
- content_favorite_id?: number | null;
1547
+ user_id?: string | null;
1548
+ content_favorite_id?: string | null;
1546
1549
  created_at?: Date | null;
1547
1550
  deleted?: boolean;
1548
1551
  deleted_at?: Date | null;
1549
- deleter_id?: number | null;
1552
+ deleter_id?: string | null;
1550
1553
  description?: string | null;
1551
1554
  embed_url?: string | null;
1552
1555
  excel_file_url?: string | null;
@@ -1555,13 +1558,13 @@ export interface ILookWithDashboards {
1555
1558
  image_embed_url?: string | null;
1556
1559
  is_run_on_load?: boolean;
1557
1560
  last_accessed_at?: Date | null;
1558
- last_updater_id?: number | null;
1561
+ last_updater_id?: string | null;
1559
1562
  last_viewed_at?: Date | null;
1560
1563
  model?: ILookModel;
1561
1564
  public?: boolean;
1562
1565
  public_slug?: string | null;
1563
1566
  public_url?: string | null;
1564
- query_id?: number | null;
1567
+ query_id?: string | null;
1565
1568
  short_url?: string | null;
1566
1569
  folder?: IFolderBase;
1567
1570
  folder_id?: string | null;
@@ -1571,15 +1574,15 @@ export interface ILookWithDashboards {
1571
1574
  }
1572
1575
  export interface ILookWithQuery {
1573
1576
  can?: IDictionary<boolean>;
1574
- content_metadata_id?: number | null;
1577
+ content_metadata_id?: string | null;
1575
1578
  id?: string;
1576
1579
  title?: string | null;
1577
- user_id?: number | null;
1578
- content_favorite_id?: number | null;
1580
+ user_id?: string | null;
1581
+ content_favorite_id?: string | null;
1579
1582
  created_at?: Date | null;
1580
1583
  deleted?: boolean;
1581
1584
  deleted_at?: Date | null;
1582
- deleter_id?: number | null;
1585
+ deleter_id?: string | null;
1583
1586
  description?: string | null;
1584
1587
  embed_url?: string | null;
1585
1588
  excel_file_url?: string | null;
@@ -1588,13 +1591,13 @@ export interface ILookWithQuery {
1588
1591
  image_embed_url?: string | null;
1589
1592
  is_run_on_load?: boolean;
1590
1593
  last_accessed_at?: Date | null;
1591
- last_updater_id?: number | null;
1594
+ last_updater_id?: string | null;
1592
1595
  last_viewed_at?: Date | null;
1593
1596
  model?: ILookModel;
1594
1597
  public?: boolean;
1595
1598
  public_slug?: string | null;
1596
1599
  public_url?: string | null;
1597
- query_id?: number | null;
1600
+ query_id?: string | null;
1598
1601
  short_url?: string | null;
1599
1602
  folder?: IFolderBase;
1600
1603
  folder_id?: string | null;
@@ -1609,6 +1612,10 @@ export interface IManifest {
1609
1612
  imports?: IImportedProject[] | null;
1610
1613
  localization_settings?: ILocalizationSettings;
1611
1614
  }
1615
+ export interface IMaterializePDT {
1616
+ materialization_id?: string;
1617
+ resp_text?: string | null;
1618
+ }
1612
1619
  export interface IMergeFields {
1613
1620
  field_name?: string | null;
1614
1621
  source_field_name?: string | null;
@@ -1619,7 +1626,7 @@ export interface IMergeQuery {
1619
1626
  dynamic_fields?: string | null;
1620
1627
  id?: string;
1621
1628
  pivots?: string[] | null;
1622
- result_maker_id?: number | null;
1629
+ result_maker_id?: string | null;
1623
1630
  sorts?: string[] | null;
1624
1631
  source_queries?: IMergeQuerySourceQuery[] | null;
1625
1632
  total?: boolean;
@@ -1628,7 +1635,7 @@ export interface IMergeQuery {
1628
1635
  export interface IMergeQuerySourceQuery {
1629
1636
  merge_fields?: IMergeFields[] | null;
1630
1637
  name?: string | null;
1631
- query_id?: number | null;
1638
+ query_id?: string | null;
1632
1639
  }
1633
1640
  export interface IMobileSettings {
1634
1641
  mobile_force_authentication?: boolean;
@@ -1656,7 +1663,7 @@ export interface IModelSet {
1656
1663
  can?: IDictionary<boolean>;
1657
1664
  all_access?: boolean;
1658
1665
  built_in?: boolean;
1659
- id?: number;
1666
+ id?: string;
1660
1667
  models?: string[] | null;
1661
1668
  name?: string | null;
1662
1669
  url?: string | null;
@@ -1684,7 +1691,7 @@ export interface IOauthClientApp {
1684
1691
  display_name?: string;
1685
1692
  description?: string;
1686
1693
  enabled?: boolean;
1687
- group_id?: number | null;
1694
+ group_id?: string | null;
1688
1695
  tokens_invalid_before?: Date;
1689
1696
  activated_users?: IUserPublic[];
1690
1697
  }
@@ -1694,9 +1701,9 @@ export interface IOIDCConfig {
1694
1701
  audience?: string | null;
1695
1702
  auth_requires_role?: boolean;
1696
1703
  authorization_endpoint?: string | null;
1697
- default_new_user_group_ids?: number[] | null;
1704
+ default_new_user_group_ids?: string[] | null;
1698
1705
  default_new_user_groups?: IGroup[] | null;
1699
- default_new_user_role_ids?: number[] | null;
1706
+ default_new_user_role_ids?: string[] | null;
1700
1707
  default_new_user_roles?: IRole[] | null;
1701
1708
  enabled?: boolean;
1702
1709
  groups?: IOIDCGroupRead[] | null;
@@ -1705,7 +1712,7 @@ export interface IOIDCConfig {
1705
1712
  identifier?: string | null;
1706
1713
  issuer?: string | null;
1707
1714
  modified_at?: Date | null;
1708
- modified_by?: number | null;
1715
+ modified_by?: string | null;
1709
1716
  new_user_migration_types?: string | null;
1710
1717
  scopes?: string[] | null;
1711
1718
  secret?: string | null;
@@ -1724,18 +1731,18 @@ export interface IOIDCConfig {
1724
1731
  url?: string | null;
1725
1732
  }
1726
1733
  export interface IOIDCGroupRead {
1727
- id?: number;
1728
- looker_group_id?: number | null;
1734
+ id?: string;
1735
+ looker_group_id?: string | null;
1729
1736
  looker_group_name?: string | null;
1730
1737
  name?: string | null;
1731
1738
  roles?: IRole[] | null;
1732
1739
  }
1733
1740
  export interface IOIDCGroupWrite {
1734
- id?: number | null;
1735
- looker_group_id?: number | null;
1741
+ id?: string | null;
1742
+ looker_group_id?: string | null;
1736
1743
  looker_group_name?: string | null;
1737
1744
  name?: string | null;
1738
- role_ids?: number[] | null;
1745
+ role_ids?: string[] | null;
1739
1746
  }
1740
1747
  export interface IOIDCUserAttributeRead {
1741
1748
  name?: string | null;
@@ -1745,7 +1752,7 @@ export interface IOIDCUserAttributeRead {
1745
1752
  export interface IOIDCUserAttributeWrite {
1746
1753
  name?: string | null;
1747
1754
  required?: boolean;
1748
- user_attribute_ids?: number[] | null;
1755
+ user_attribute_ids?: string[] | null;
1749
1756
  }
1750
1757
  export interface IPasswordConfig {
1751
1758
  can?: IDictionary<boolean>;
@@ -1764,7 +1771,7 @@ export interface IPermissionSet {
1764
1771
  can?: IDictionary<boolean>;
1765
1772
  all_access?: boolean;
1766
1773
  built_in?: boolean;
1767
- id?: number;
1774
+ id?: string;
1768
1775
  name?: string | null;
1769
1776
  permissions?: string[] | null;
1770
1777
  url?: string | null;
@@ -1773,6 +1780,23 @@ export declare enum PermissionType {
1773
1780
  view = "view",
1774
1781
  edit = "edit"
1775
1782
  }
1783
+ export interface IPrivatelabelConfiguration {
1784
+ logo_file?: string | null;
1785
+ logo_url?: string | null;
1786
+ favicon_file?: string | null;
1787
+ favicon_url?: string | null;
1788
+ default_title?: string | null;
1789
+ show_help_menu?: boolean;
1790
+ show_docs?: boolean;
1791
+ show_email_sub_options?: boolean;
1792
+ allow_looker_mentions?: boolean;
1793
+ allow_looker_links?: boolean;
1794
+ custom_welcome_email_advanced?: boolean;
1795
+ setup_mentions?: boolean;
1796
+ alerts_logo?: boolean;
1797
+ alerts_links?: boolean;
1798
+ folders_mentions?: boolean;
1799
+ }
1776
1800
  export interface IProject {
1777
1801
  can?: IDictionary<boolean>;
1778
1802
  id?: string;
@@ -1853,7 +1877,7 @@ export declare enum PullRequestMode {
1853
1877
  }
1854
1878
  export interface IQuery {
1855
1879
  can?: IDictionary<boolean>;
1856
- id?: number;
1880
+ id?: string;
1857
1881
  model: string;
1858
1882
  view: string;
1859
1883
  fields?: string[] | null;
@@ -1882,7 +1906,7 @@ export interface IQuery {
1882
1906
  export interface IQueryTask {
1883
1907
  can?: IDictionary<boolean>;
1884
1908
  id?: string;
1885
- query_id?: number | null;
1909
+ query_id?: string | null;
1886
1910
  query?: IQuery;
1887
1911
  generate_links?: boolean;
1888
1912
  force_production?: boolean;
@@ -1904,14 +1928,14 @@ export interface IRenderTask {
1904
1928
  can?: IDictionary<boolean>;
1905
1929
  created_at?: string | null;
1906
1930
  dashboard_filters?: string | null;
1907
- dashboard_id?: number | null;
1931
+ dashboard_id?: string | null;
1908
1932
  dashboard_style?: string | null;
1909
1933
  finalized_at?: string | null;
1910
1934
  height?: number | null;
1911
1935
  id?: string;
1912
1936
  look_id?: string | null;
1913
1937
  lookml_dashboard_id?: string | null;
1914
- query_id?: number | null;
1938
+ query_id?: string | null;
1915
1939
  dashboard_element_id?: string | null;
1916
1940
  query_runtime?: number | null;
1917
1941
  render_runtime?: number | null;
@@ -1919,7 +1943,7 @@ export interface IRenderTask {
1919
1943
  runtime?: number | null;
1920
1944
  status?: string | null;
1921
1945
  status_detail?: string | null;
1922
- user_id?: number | null;
1946
+ user_id?: string | null;
1923
1947
  width?: number | null;
1924
1948
  }
1925
1949
  export interface IRepositoryCredential {
@@ -1954,16 +1978,20 @@ export interface IRequestAllGroups {
1954
1978
  fields?: string | null;
1955
1979
  page?: number | null;
1956
1980
  per_page?: number | null;
1981
+ limit?: number | null;
1982
+ offset?: number | null;
1957
1983
  sorts?: string | null;
1958
- ids?: DelimArray<number> | null;
1959
- content_metadata_id?: number | null;
1984
+ ids?: DelimArray<string> | null;
1985
+ content_metadata_id?: string | null;
1960
1986
  can_add_to_content_metadata?: boolean | null;
1961
1987
  }
1962
1988
  export interface IRequestAllGroupUsers {
1963
- group_id: number;
1989
+ group_id: string;
1964
1990
  fields?: string | null;
1965
1991
  page?: number | null;
1966
1992
  per_page?: number | null;
1993
+ limit?: number | null;
1994
+ offset?: number | null;
1967
1995
  sorts?: string | null;
1968
1996
  }
1969
1997
  export interface IRequestAllIntegrations {
@@ -1977,10 +2005,10 @@ export interface IRequestAllLookmlModels {
1977
2005
  }
1978
2006
  export interface IRequestAllRoles {
1979
2007
  fields?: string | null;
1980
- ids?: DelimArray<number> | null;
2008
+ ids?: DelimArray<string> | null;
1981
2009
  }
1982
2010
  export interface IRequestAllScheduledPlans {
1983
- user_id?: number | null;
2011
+ user_id?: string | null;
1984
2012
  fields?: string | null;
1985
2013
  all_users?: boolean | null;
1986
2014
  }
@@ -1991,7 +2019,7 @@ export interface IRequestAllUsers {
1991
2019
  limit?: number | null;
1992
2020
  offset?: number | null;
1993
2021
  sorts?: string | null;
1994
- ids?: DelimArray<number> | null;
2022
+ ids?: DelimArray<string> | null;
1995
2023
  }
1996
2024
  export interface IRequestConnectionColumns {
1997
2025
  connection_name: string;
@@ -2030,6 +2058,11 @@ export interface IRequestContentThumbnail {
2030
2058
  width?: number | null;
2031
2059
  height?: number | null;
2032
2060
  }
2061
+ export interface IRequestCreateDashboardElement {
2062
+ body: IWriteDashboardElement;
2063
+ fields?: string | null;
2064
+ apply_filters?: boolean | null;
2065
+ }
2033
2066
  export interface IRequestCreateDashboardRenderTask {
2034
2067
  dashboard_id: string;
2035
2068
  result_format: string;
@@ -2058,7 +2091,7 @@ export interface IRequestCreateQueryTask {
2058
2091
  fields?: string | null;
2059
2092
  }
2060
2093
  export interface IRequestCreateUserCredentialsEmailPasswordReset {
2061
- user_id: number;
2094
+ user_id: string;
2062
2095
  expires?: boolean | null;
2063
2096
  fields?: string | null;
2064
2097
  }
@@ -2080,11 +2113,6 @@ export interface IRequestFolderChildrenSearch {
2080
2113
  sorts?: string | null;
2081
2114
  name?: string | null;
2082
2115
  }
2083
- export interface IRequestGetAllCommands {
2084
- content_id?: string | null;
2085
- content_type?: string | null;
2086
- limit?: number | null;
2087
- }
2088
2116
  export interface IRequestGraphDerivedTablesForModel {
2089
2117
  model: string;
2090
2118
  format?: string | null;
@@ -2107,7 +2135,7 @@ export interface IRequestModelFieldnameSuggestions {
2107
2135
  filters?: any | null;
2108
2136
  }
2109
2137
  export interface IRequestRoleUsers {
2110
- role_id: number;
2138
+ role_id: string;
2111
2139
  fields?: string | null;
2112
2140
  direct_association_only?: boolean | null;
2113
2141
  }
@@ -2156,7 +2184,7 @@ export interface IRequestRunLookmlTest {
2156
2184
  model?: string | null;
2157
2185
  }
2158
2186
  export interface IRequestRunQuery {
2159
- query_id: number;
2187
+ query_id: string;
2160
2188
  result_format: string;
2161
2189
  limit?: number | null;
2162
2190
  apply_formatting?: boolean | null;
@@ -2173,20 +2201,20 @@ export interface IRequestRunQuery {
2173
2201
  source?: string | null;
2174
2202
  }
2175
2203
  export interface IRequestScheduledPlansForDashboard {
2176
- dashboard_id: number;
2177
- user_id?: number | null;
2204
+ dashboard_id: string;
2205
+ user_id?: string | null;
2178
2206
  all_users?: boolean | null;
2179
2207
  fields?: string | null;
2180
2208
  }
2181
2209
  export interface IRequestScheduledPlansForLook {
2182
- look_id: number;
2183
- user_id?: number | null;
2210
+ look_id: string;
2211
+ user_id?: string | null;
2184
2212
  fields?: string | null;
2185
2213
  all_users?: boolean | null;
2186
2214
  }
2187
2215
  export interface IRequestScheduledPlansForLookmlDashboard {
2188
2216
  lookml_dashboard_id: string;
2189
- user_id?: number | null;
2217
+ user_id?: string | null;
2190
2218
  fields?: string | null;
2191
2219
  all_users?: boolean | null;
2192
2220
  }
@@ -2218,7 +2246,7 @@ export interface IRequestSearchBoards {
2218
2246
  filter_or?: boolean | null;
2219
2247
  }
2220
2248
  export interface IRequestSearchContentFavorites {
2221
- id?: number | null;
2249
+ id?: string | null;
2222
2250
  user_id?: string | null;
2223
2251
  content_metadata_id?: string | null;
2224
2252
  dashboard_id?: string | null;
@@ -2250,14 +2278,14 @@ export interface IRequestSearchCredentialsEmail {
2250
2278
  limit?: number | null;
2251
2279
  offset?: number | null;
2252
2280
  sorts?: string | null;
2253
- id?: number | null;
2281
+ id?: string | null;
2254
2282
  email?: string | null;
2255
2283
  emails?: string | null;
2256
2284
  filter_or?: boolean | null;
2257
2285
  }
2258
2286
  export interface IRequestSearchDashboardElements {
2259
- dashboard_id?: number | null;
2260
- look_id?: number | null;
2287
+ dashboard_id?: string | null;
2288
+ look_id?: string | null;
2261
2289
  title?: string | null;
2262
2290
  deleted?: boolean | null;
2263
2291
  fields?: string | null;
@@ -2293,7 +2321,7 @@ export interface IRequestSearchFolders {
2293
2321
  offset?: number | null;
2294
2322
  sorts?: string | null;
2295
2323
  name?: string | null;
2296
- id?: number | null;
2324
+ id?: string | null;
2297
2325
  parent_id?: string | null;
2298
2326
  creator_id?: string | null;
2299
2327
  filter_or?: boolean | null;
@@ -2305,7 +2333,7 @@ export interface IRequestSearchGroups {
2305
2333
  offset?: number | null;
2306
2334
  sorts?: string | null;
2307
2335
  filter_or?: boolean | null;
2308
- id?: number | null;
2336
+ id?: string | null;
2309
2337
  name?: string | null;
2310
2338
  external_group_id?: string | null;
2311
2339
  externally_managed?: boolean | null;
@@ -2320,7 +2348,7 @@ export interface IRequestSearchLooks {
2320
2348
  user_id?: string | null;
2321
2349
  view_count?: string | null;
2322
2350
  deleted?: boolean | null;
2323
- query_id?: number | null;
2351
+ query_id?: string | null;
2324
2352
  curate?: boolean | null;
2325
2353
  last_viewed_at?: string | null;
2326
2354
  fields?: string | null;
@@ -2336,7 +2364,7 @@ export interface IRequestSearchModelSets {
2336
2364
  limit?: number | null;
2337
2365
  offset?: number | null;
2338
2366
  sorts?: string | null;
2339
- id?: number | null;
2367
+ id?: string | null;
2340
2368
  name?: string | null;
2341
2369
  all_access?: boolean | null;
2342
2370
  built_in?: boolean | null;
@@ -2347,13 +2375,13 @@ export interface IRequestSearchRoles {
2347
2375
  limit?: number | null;
2348
2376
  offset?: number | null;
2349
2377
  sorts?: string | null;
2350
- id?: number | null;
2378
+ id?: string | null;
2351
2379
  name?: string | null;
2352
2380
  built_in?: boolean | null;
2353
2381
  filter_or?: boolean | null;
2354
2382
  }
2355
2383
  export interface IRequestSearchThemes {
2356
- id?: number | null;
2384
+ id?: string | null;
2357
2385
  name?: string | null;
2358
2386
  begin_at?: Date | null;
2359
2387
  end_at?: Date | null;
@@ -2367,6 +2395,8 @@ export interface IRequestSearchUserLoginLockouts {
2367
2395
  fields?: string | null;
2368
2396
  page?: number | null;
2369
2397
  per_page?: number | null;
2398
+ limit?: number | null;
2399
+ offset?: number | null;
2370
2400
  sorts?: string | null;
2371
2401
  auth_type?: string | null;
2372
2402
  full_name?: string | null;
@@ -2400,13 +2430,21 @@ export interface IRequestSearchUsersNames {
2400
2430
  limit?: number | null;
2401
2431
  offset?: number | null;
2402
2432
  sorts?: string | null;
2403
- id?: number | null;
2433
+ id?: string | null;
2404
2434
  first_name?: string | null;
2405
2435
  last_name?: string | null;
2406
2436
  verified_looker_employee?: boolean | null;
2407
2437
  email?: string | null;
2408
2438
  is_disabled?: boolean | null;
2409
2439
  }
2440
+ export interface IRequestStartPdtBuild {
2441
+ model_name: string;
2442
+ view_name: string;
2443
+ force_rebuild?: string | null;
2444
+ force_full_incremental?: string | null;
2445
+ workspace?: string | null;
2446
+ source?: string | null;
2447
+ }
2410
2448
  export interface IRequestTagRef {
2411
2449
  project_id: string;
2412
2450
  body: IWriteProject;
@@ -2415,14 +2453,14 @@ export interface IRequestTagRef {
2415
2453
  tag_message?: string | null;
2416
2454
  }
2417
2455
  export interface IRequestUserAttributeUserValues {
2418
- user_id: number;
2456
+ user_id: string;
2419
2457
  fields?: string | null;
2420
- user_attribute_ids?: DelimArray<number> | null;
2458
+ user_attribute_ids?: DelimArray<string> | null;
2421
2459
  all_values?: boolean | null;
2422
2460
  include_unset?: boolean | null;
2423
2461
  }
2424
2462
  export interface IRequestUserRoles {
2425
- user_id: number;
2463
+ user_id: string;
2426
2464
  fields?: string | null;
2427
2465
  direct_association_only?: boolean | null;
2428
2466
  }
@@ -2449,43 +2487,43 @@ export interface IResultMakerFilterablesListen {
2449
2487
  field?: string | null;
2450
2488
  }
2451
2489
  export interface IResultMakerWithIdVisConfigAndDynamicFields {
2452
- id?: number;
2490
+ id?: string;
2453
2491
  dynamic_fields?: string | null;
2454
2492
  filterables?: IResultMakerFilterables[] | null;
2455
2493
  sorts?: string[] | null;
2456
2494
  merge_result_id?: string | null;
2457
2495
  total?: boolean;
2458
- query_id?: number | null;
2496
+ query_id?: string | null;
2459
2497
  sql_query_id?: string | null;
2460
2498
  query?: IQuery;
2461
2499
  vis_config?: IDictionary<any> | null;
2462
2500
  }
2463
2501
  export interface IRole {
2464
2502
  can?: IDictionary<boolean>;
2465
- id?: number;
2503
+ id?: string;
2466
2504
  name?: string | null;
2467
2505
  permission_set?: IPermissionSet;
2468
- permission_set_id?: number | null;
2506
+ permission_set_id?: string | null;
2469
2507
  model_set?: IModelSet;
2470
- model_set_id?: number | null;
2508
+ model_set_id?: string | null;
2471
2509
  url?: string | null;
2472
2510
  users_url?: string | null;
2473
2511
  }
2474
2512
  export interface IRoleSearch {
2475
2513
  can?: IDictionary<boolean>;
2476
- id?: number;
2514
+ id?: string;
2477
2515
  name?: string | null;
2478
2516
  permission_set?: IPermissionSet;
2479
- permission_set_id?: number | null;
2517
+ permission_set_id?: string | null;
2480
2518
  model_set?: IModelSet;
2481
- model_set_id?: number | null;
2519
+ model_set_id?: string | null;
2482
2520
  user_count?: number | null;
2483
2521
  url?: string | null;
2484
2522
  users_url?: string | null;
2485
2523
  }
2486
2524
  export interface IRunningQueries {
2487
2525
  can?: IDictionary<boolean>;
2488
- id?: number;
2526
+ id?: string;
2489
2527
  user?: IUserPublic;
2490
2528
  query?: IQuery;
2491
2529
  sql_query?: ISqlQuery;
@@ -2524,8 +2562,8 @@ export interface ISamlConfig {
2524
2562
  modified_by?: string | null;
2525
2563
  default_new_user_roles?: IRole[] | null;
2526
2564
  default_new_user_groups?: IGroup[] | null;
2527
- default_new_user_role_ids?: number[] | null;
2528
- default_new_user_group_ids?: number[] | null;
2565
+ default_new_user_role_ids?: string[] | null;
2566
+ default_new_user_group_ids?: string[] | null;
2529
2567
  set_roles_from_groups?: boolean;
2530
2568
  groups_attribute?: string | null;
2531
2569
  groups?: ISamlGroupRead[] | null;
@@ -2542,19 +2580,19 @@ export interface ISamlConfig {
2542
2580
  url?: string | null;
2543
2581
  }
2544
2582
  export interface ISamlGroupRead {
2545
- id?: number;
2546
- looker_group_id?: number | null;
2583
+ id?: string;
2584
+ looker_group_id?: string | null;
2547
2585
  looker_group_name?: string | null;
2548
2586
  name?: string | null;
2549
2587
  roles?: IRole[] | null;
2550
2588
  url?: string | null;
2551
2589
  }
2552
2590
  export interface ISamlGroupWrite {
2553
- id?: number | null;
2554
- looker_group_id?: number | null;
2591
+ id?: string | null;
2592
+ looker_group_id?: string | null;
2555
2593
  looker_group_name?: string | null;
2556
2594
  name?: string | null;
2557
- role_ids?: number[] | null;
2595
+ role_ids?: string[] | null;
2558
2596
  url?: string | null;
2559
2597
  }
2560
2598
  export interface ISamlMetadataParseResult {
@@ -2572,16 +2610,16 @@ export interface ISamlUserAttributeRead {
2572
2610
  export interface ISamlUserAttributeWrite {
2573
2611
  name?: string | null;
2574
2612
  required?: boolean;
2575
- user_attribute_ids?: number[] | null;
2613
+ user_attribute_ids?: string[] | null;
2576
2614
  url?: string | null;
2577
2615
  }
2578
2616
  export interface IScheduledPlan {
2579
2617
  name?: string | null;
2580
- user_id?: number | null;
2618
+ user_id?: string | null;
2581
2619
  run_as_recipient?: boolean;
2582
2620
  enabled?: boolean;
2583
2621
  look_id?: string | null;
2584
- dashboard_id?: number | null;
2622
+ dashboard_id?: string | null;
2585
2623
  lookml_dashboard_id?: string | null;
2586
2624
  filters_string?: string | null;
2587
2625
  dashboard_filters?: string | null;
@@ -2602,7 +2640,7 @@ export interface IScheduledPlan {
2602
2640
  color_theme?: string | null;
2603
2641
  long_tables?: boolean;
2604
2642
  inline_table_width?: number | null;
2605
- id?: number;
2643
+ id?: string;
2606
2644
  created_at?: Date | null;
2607
2645
  updated_at?: Date | null;
2608
2646
  title?: string | null;
@@ -2612,8 +2650,8 @@ export interface IScheduledPlan {
2612
2650
  can?: IDictionary<boolean>;
2613
2651
  }
2614
2652
  export interface IScheduledPlanDestination {
2615
- id?: number;
2616
- scheduled_plan_id?: number | null;
2653
+ id?: string;
2654
+ scheduled_plan_id?: string | null;
2617
2655
  format?: string | null;
2618
2656
  apply_formatting?: boolean;
2619
2657
  apply_vis?: boolean;
@@ -2661,7 +2699,7 @@ export interface ISchemaTables {
2661
2699
  }
2662
2700
  export interface ISession {
2663
2701
  can?: IDictionary<boolean>;
2664
- id?: number;
2702
+ id?: string;
2665
2703
  ip_address?: string | null;
2666
2704
  browser?: string | null;
2667
2705
  operating_system?: string | null;
@@ -2671,7 +2709,7 @@ export interface ISession {
2671
2709
  credentials_type?: string | null;
2672
2710
  extended_at?: string | null;
2673
2711
  extended_count?: number | null;
2674
- sudo_user_id?: number | null;
2712
+ sudo_user_id?: string | null;
2675
2713
  created_at?: string | null;
2676
2714
  expires_at?: string | null;
2677
2715
  url?: string | null;
@@ -2688,7 +2726,7 @@ export interface ISetting {
2688
2726
  extension_framework_enabled?: boolean;
2689
2727
  marketplace_auto_install_enabled?: boolean;
2690
2728
  marketplace_enabled?: boolean;
2691
- whitelabel_configuration?: IWhitelabelConfiguration;
2729
+ privatelabel_configuration?: IPrivatelabelConfiguration;
2692
2730
  custom_welcome_email?: ICustomWelcomeEmail;
2693
2731
  onboarding_enabled?: boolean;
2694
2732
  }
@@ -2697,6 +2735,15 @@ export interface ISmtpNodeStatus {
2697
2735
  message?: string | null;
2698
2736
  hostname?: string | null;
2699
2737
  }
2738
+ export interface ISmtpSettings {
2739
+ address?: string;
2740
+ from?: string;
2741
+ user_name?: string;
2742
+ password?: string;
2743
+ port?: number;
2744
+ enable_starttls_auto?: boolean;
2745
+ ssl_version?: SslVersion | null;
2746
+ }
2700
2747
  export interface ISmtpStatus {
2701
2748
  is_valid?: boolean;
2702
2749
  node_count?: number | null;
@@ -2721,7 +2768,7 @@ export interface ISqlQuery {
2721
2768
  explore_url?: string | null;
2722
2769
  plaintext?: boolean;
2723
2770
  vis_config?: IDictionary<any> | null;
2724
- result_maker_id?: number | null;
2771
+ result_maker_id?: string | null;
2725
2772
  }
2726
2773
  export interface ISqlQueryCreate {
2727
2774
  connection_name?: string | null;
@@ -2757,6 +2804,11 @@ export interface ISshTunnel {
2757
2804
  database_port?: number;
2758
2805
  status?: string;
2759
2806
  }
2807
+ export declare enum SslVersion {
2808
+ TLSv1_1 = "TLSv1_1",
2809
+ SSLv23 = "SSLv23",
2810
+ TLSv1_2 = "TLSv1_2"
2811
+ }
2760
2812
  export interface ISupportAccessAddEntries {
2761
2813
  emails?: string[] | null;
2762
2814
  reason?: string | null;
@@ -2778,7 +2830,8 @@ export interface ISupportAccessStatus {
2778
2830
  export declare enum SupportedActionTypes {
2779
2831
  cell = "cell",
2780
2832
  query = "query",
2781
- dashboard = "dashboard"
2833
+ dashboard = "dashboard",
2834
+ none = "none"
2782
2835
  }
2783
2836
  export declare enum SupportedDownloadSettings {
2784
2837
  push = "push",
@@ -2811,7 +2864,7 @@ export interface ITheme {
2811
2864
  can?: IDictionary<boolean>;
2812
2865
  begin_at?: Date | null;
2813
2866
  end_at?: Date | null;
2814
- id?: number;
2867
+ id?: string;
2815
2868
  name?: string;
2816
2869
  settings?: IThemeSettings;
2817
2870
  }
@@ -2839,10 +2892,6 @@ export interface ITimezone {
2839
2892
  label?: string | null;
2840
2893
  group?: string | null;
2841
2894
  }
2842
- export interface IUpdateCommand {
2843
- name?: string | null;
2844
- description?: string | null;
2845
- }
2846
2895
  export interface IUpdateFolder {
2847
2896
  name?: string;
2848
2897
  parent_id?: string;
@@ -2862,19 +2911,19 @@ export interface IUser {
2862
2911
  credentials_totp?: ICredentialsTotp;
2863
2912
  display_name?: string | null;
2864
2913
  email?: string | null;
2865
- embed_group_space_id?: number | null;
2914
+ embed_group_space_id?: string | null;
2866
2915
  first_name?: string | null;
2867
- group_ids?: number[] | null;
2916
+ group_ids?: string[] | null;
2868
2917
  home_folder_id?: string | null;
2869
- id?: number;
2918
+ id?: string;
2870
2919
  is_disabled?: boolean;
2871
2920
  last_name?: string | null;
2872
2921
  locale?: string | null;
2873
2922
  looker_versions?: string[] | null;
2874
2923
  models_dir_validated?: boolean | null;
2875
- personal_folder_id?: number | null;
2924
+ personal_folder_id?: string | null;
2876
2925
  presumed_looker_employee?: boolean;
2877
- role_ids?: number[] | null;
2926
+ role_ids?: string[] | null;
2878
2927
  sessions?: ISession[] | null;
2879
2928
  ui_state?: IDictionary<string> | null;
2880
2929
  verified_looker_employee?: boolean;
@@ -2882,11 +2931,12 @@ export interface IUser {
2882
2931
  allow_direct_roles?: boolean;
2883
2932
  allow_normal_group_membership?: boolean;
2884
2933
  allow_roles_from_normal_groups?: boolean;
2934
+ embed_group_folder_id?: string | null;
2885
2935
  url?: string | null;
2886
2936
  }
2887
2937
  export interface IUserAttribute {
2888
2938
  can?: IDictionary<boolean>;
2889
- id?: number;
2939
+ id?: string;
2890
2940
  name: string | null;
2891
2941
  label: string | null;
2892
2942
  type: string | null;
@@ -2911,9 +2961,9 @@ export declare enum UserAttributeFilterTypes {
2911
2961
  }
2912
2962
  export interface IUserAttributeGroupValue {
2913
2963
  can?: IDictionary<boolean>;
2914
- id?: number;
2915
- group_id?: number | null;
2916
- user_attribute_id?: number | null;
2964
+ id?: string;
2965
+ group_id?: string | null;
2966
+ user_attribute_id?: string | null;
2917
2967
  value_is_hidden?: boolean;
2918
2968
  rank?: number | null;
2919
2969
  value?: string | null;
@@ -2924,10 +2974,10 @@ export interface IUserAttributeWithValue {
2924
2974
  label?: string | null;
2925
2975
  rank?: number | null;
2926
2976
  value?: string | null;
2927
- user_id?: number | null;
2977
+ user_id?: string | null;
2928
2978
  user_can_edit?: boolean;
2929
2979
  value_is_hidden?: boolean;
2930
- user_attribute_id?: number | null;
2980
+ user_attribute_id?: string | null;
2931
2981
  source?: string | null;
2932
2982
  hidden_value_domain_whitelist?: string | null;
2933
2983
  }
@@ -2939,7 +2989,7 @@ export interface IUserLoginLockout {
2939
2989
  key?: string | null;
2940
2990
  auth_type?: string | null;
2941
2991
  ip?: string | null;
2942
- user_id?: number | null;
2992
+ user_id?: string | null;
2943
2993
  remote_id?: string | null;
2944
2994
  full_name?: string | null;
2945
2995
  email?: string | null;
@@ -2948,7 +2998,7 @@ export interface IUserLoginLockout {
2948
2998
  }
2949
2999
  export interface IUserPublic {
2950
3000
  can?: IDictionary<boolean>;
2951
- id?: number;
3001
+ id?: string;
2952
3002
  first_name?: string;
2953
3003
  last_name?: string;
2954
3004
  display_name?: string | null;
@@ -2981,7 +3031,7 @@ export interface IWelcomeEmailTest {
2981
3031
  header?: string | null;
2982
3032
  }
2983
3033
  export interface IWhitelabelConfiguration {
2984
- id?: number;
3034
+ id?: string;
2985
3035
  logo_file?: string | null;
2986
3036
  logo_url?: string | null;
2987
3037
  favicon_file?: string | null;
@@ -3008,7 +3058,7 @@ export interface IWriteAlert {
3008
3058
  comparison_type: ComparisonType | null;
3009
3059
  cron: string;
3010
3060
  custom_title?: string | null;
3011
- dashboard_element_id?: number | null;
3061
+ dashboard_element_id?: string | null;
3012
3062
  description?: string | null;
3013
3063
  destinations: IAlertDestination[] | null;
3014
3064
  field: IAlertField | null;
@@ -3019,7 +3069,7 @@ export interface IWriteAlert {
3019
3069
  investigative_content_id?: string | null;
3020
3070
  lookml_dashboard_id?: string | null;
3021
3071
  lookml_link_id?: string | null;
3022
- owner_id: number;
3072
+ owner_id: string;
3023
3073
  threshold: number;
3024
3074
  time_series_condition_state?: IAlertConditionState | null;
3025
3075
  }
@@ -3036,24 +3086,29 @@ export interface IWriteBackupConfiguration {
3036
3086
  export interface IWriteBoard {
3037
3087
  deleted_at?: Date | null;
3038
3088
  description?: string | null;
3039
- section_order?: number[] | null;
3089
+ section_order?: string[] | null;
3040
3090
  title?: string | null;
3041
3091
  }
3042
3092
  export interface IWriteBoardItem {
3043
3093
  custom_description?: string | null;
3044
3094
  custom_title?: string | null;
3045
3095
  custom_url?: string | null;
3046
- dashboard_id?: number | null;
3047
- board_section_id?: number | null;
3096
+ dashboard_id?: string | null;
3097
+ board_section_id?: string | null;
3048
3098
  look_id?: string | null;
3049
3099
  lookml_dashboard_id?: string | null;
3050
3100
  order?: number | null;
3101
+ use_custom_description?: boolean;
3102
+ use_custom_title?: boolean;
3103
+ use_custom_url?: boolean;
3104
+ custom_image_data_base64?: string | null;
3105
+ use_custom_image?: boolean;
3051
3106
  }
3052
3107
  export interface IWriteBoardSection {
3053
3108
  deleted_at?: Date | null;
3054
3109
  description?: string | null;
3055
- board_id?: number | null;
3056
- item_order?: number[] | null;
3110
+ board_id?: string | null;
3111
+ item_order?: string[] | null;
3057
3112
  title?: string | null;
3058
3113
  }
3059
3114
  export interface IWriteColorCollection {
@@ -3062,15 +3117,9 @@ export interface IWriteColorCollection {
3062
3117
  sequentialPalettes?: IContinuousPalette[] | null;
3063
3118
  divergingPalettes?: IContinuousPalette[] | null;
3064
3119
  }
3065
- export interface IWriteCommand {
3066
- name?: string;
3067
- description?: string | null;
3068
- linked_content_id?: string;
3069
- linked_content_type?: LinkedContentType | null;
3070
- }
3071
3120
  export interface IWriteContentFavorite {
3072
- user_id?: number;
3073
- content_metadata_id?: number;
3121
+ user_id?: string;
3122
+ content_metadata_id?: string;
3074
3123
  look?: IWriteLookBasic | null;
3075
3124
  dashboard?: IWriteDashboardBase | null;
3076
3125
  }
@@ -3093,7 +3142,7 @@ export interface IWriteCreateDashboardFilter {
3093
3142
  ui_config?: IDictionary<any> | null;
3094
3143
  }
3095
3144
  export interface IWriteCreateQueryTask {
3096
- query_id: number | null;
3145
+ query_id: string | null;
3097
3146
  result_format: ResultFormat | null;
3098
3147
  source?: string | null;
3099
3148
  deferred?: boolean;
@@ -3120,8 +3169,8 @@ export interface IWriteDashboard {
3120
3169
  filters_bar_collapsed?: boolean;
3121
3170
  load_configuration?: string | null;
3122
3171
  lookml_link_id?: string | null;
3123
- show_filters_bar?: boolean;
3124
- show_title?: boolean;
3172
+ show_filters_bar?: boolean | null;
3173
+ show_title?: boolean | null;
3125
3174
  folder_id?: string | null;
3126
3175
  text_tile_text_color?: string | null;
3127
3176
  tile_background_color?: string | null;
@@ -3142,15 +3191,16 @@ export interface IWriteDashboardElement {
3142
3191
  note_state?: string | null;
3143
3192
  note_text?: string | null;
3144
3193
  query?: IWriteQuery | null;
3145
- query_id?: number | null;
3194
+ query_id?: string | null;
3146
3195
  refresh_interval?: string | null;
3147
3196
  result_maker?: IWriteResultMakerWithIdVisConfigAndDynamicFields | null;
3148
- result_maker_id?: number | null;
3197
+ result_maker_id?: string | null;
3149
3198
  subtitle_text?: string | null;
3150
3199
  title?: string | null;
3151
3200
  title_hidden?: boolean;
3152
3201
  title_text?: string | null;
3153
3202
  type?: string | null;
3203
+ rich_content_json?: string | null;
3154
3204
  }
3155
3205
  export interface IWriteDashboardFilter {
3156
3206
  name?: string | null;
@@ -3181,6 +3231,10 @@ export interface IWriteDashboardLayoutComponent {
3181
3231
  width?: number | null;
3182
3232
  height?: number | null;
3183
3233
  }
3234
+ export interface IWriteDashboardLookml {
3235
+ folder_id?: string | null;
3236
+ lookml?: string | null;
3237
+ }
3184
3238
  export interface IWriteDatagroup {
3185
3239
  stale_before?: number | null;
3186
3240
  triggered_at?: number | null;
@@ -3215,8 +3269,10 @@ export interface IWriteDBConnection {
3215
3269
  tunnel_id?: string | null;
3216
3270
  pdt_concurrency?: number | null;
3217
3271
  disable_context_comment?: boolean | null;
3218
- oauth_application_id?: number | null;
3272
+ oauth_application_id?: string | null;
3219
3273
  always_retry_failed_builds?: boolean | null;
3274
+ cost_estimate_enabled?: boolean | null;
3275
+ pdt_api_control_enabled?: boolean | null;
3220
3276
  }
3221
3277
  export interface IWriteDBConnectionOverride {
3222
3278
  context?: string;
@@ -3256,7 +3312,7 @@ export interface IWriteGroup {
3256
3312
  export interface IWriteIntegration {
3257
3313
  enabled?: boolean;
3258
3314
  params?: IIntegrationParam[] | null;
3259
- installed_delegate_oauth_targets?: number[] | null;
3315
+ installed_delegate_oauth_targets?: string[] | null;
3260
3316
  }
3261
3317
  export interface IWriteIntegrationHub {
3262
3318
  url?: string;
@@ -3278,8 +3334,8 @@ export interface IWriteLDAPConfig {
3278
3334
  connection_port?: string | null;
3279
3335
  connection_tls?: boolean;
3280
3336
  connection_tls_no_verify?: boolean;
3281
- default_new_user_group_ids?: number[] | null;
3282
- default_new_user_role_ids?: number[] | null;
3337
+ default_new_user_group_ids?: string[] | null;
3338
+ default_new_user_role_ids?: string[] | null;
3283
3339
  enabled?: boolean;
3284
3340
  force_no_page?: boolean;
3285
3341
  groups_base_dn?: string | null;
@@ -3309,7 +3365,7 @@ export interface IWriteLegacyFeature {
3309
3365
  enabled_locally?: boolean;
3310
3366
  }
3311
3367
  export interface IWriteLookBasic {
3312
- user_id?: number | null;
3368
+ user_id?: string | null;
3313
3369
  }
3314
3370
  export interface IWriteLookmlModel {
3315
3371
  allowed_db_connection_names?: string[] | null;
@@ -3319,12 +3375,12 @@ export interface IWriteLookmlModel {
3319
3375
  }
3320
3376
  export interface IWriteLookWithQuery {
3321
3377
  title?: string | null;
3322
- user_id?: number | null;
3378
+ user_id?: string | null;
3323
3379
  deleted?: boolean;
3324
3380
  description?: string | null;
3325
3381
  is_run_on_load?: boolean;
3326
3382
  public?: boolean;
3327
- query_id?: number | null;
3383
+ query_id?: string | null;
3328
3384
  folder?: IWriteFolderBase | null;
3329
3385
  folder_id?: string | null;
3330
3386
  query?: IWriteQuery | null;
@@ -3347,15 +3403,15 @@ export interface IWriteOauthClientApp {
3347
3403
  display_name?: string;
3348
3404
  description?: string;
3349
3405
  enabled?: boolean;
3350
- group_id?: number | null;
3406
+ group_id?: string | null;
3351
3407
  }
3352
3408
  export interface IWriteOIDCConfig {
3353
3409
  alternate_email_login_allowed?: boolean;
3354
3410
  audience?: string | null;
3355
3411
  auth_requires_role?: boolean;
3356
3412
  authorization_endpoint?: string | null;
3357
- default_new_user_group_ids?: number[] | null;
3358
- default_new_user_role_ids?: number[] | null;
3413
+ default_new_user_group_ids?: string[] | null;
3414
+ default_new_user_role_ids?: string[] | null;
3359
3415
  enabled?: boolean;
3360
3416
  groups_attribute?: string | null;
3361
3417
  groups_with_role_ids?: IOIDCGroupWrite[] | null;
@@ -3385,6 +3441,21 @@ export interface IWritePermissionSet {
3385
3441
  name?: string | null;
3386
3442
  permissions?: string[] | null;
3387
3443
  }
3444
+ export interface IWritePrivatelabelConfiguration {
3445
+ logo_file?: string | null;
3446
+ favicon_file?: string | null;
3447
+ default_title?: string | null;
3448
+ show_help_menu?: boolean;
3449
+ show_docs?: boolean;
3450
+ show_email_sub_options?: boolean;
3451
+ allow_looker_mentions?: boolean;
3452
+ allow_looker_links?: boolean;
3453
+ custom_welcome_email_advanced?: boolean;
3454
+ setup_mentions?: boolean;
3455
+ alerts_logo?: boolean;
3456
+ alerts_links?: boolean;
3457
+ folders_mentions?: boolean;
3458
+ }
3388
3459
  export interface IWriteProject {
3389
3460
  name?: string;
3390
3461
  git_remote_url?: string | null;
@@ -3437,9 +3508,9 @@ export interface IWriteResultMakerWithIdVisConfigAndDynamicFields {
3437
3508
  export interface IWriteRole {
3438
3509
  name?: string | null;
3439
3510
  permission_set?: IWritePermissionSet | null;
3440
- permission_set_id?: number | null;
3511
+ permission_set_id?: string | null;
3441
3512
  model_set?: IWriteModelSet | null;
3442
- model_set_id?: number | null;
3513
+ model_set_id?: string | null;
3443
3514
  }
3444
3515
  export interface IWriteSamlConfig {
3445
3516
  enabled?: boolean;
@@ -3453,8 +3524,8 @@ export interface IWriteSamlConfig {
3453
3524
  user_attribute_map_last_name?: string | null;
3454
3525
  new_user_migration_types?: string | null;
3455
3526
  alternate_email_login_allowed?: boolean;
3456
- default_new_user_role_ids?: number[] | null;
3457
- default_new_user_group_ids?: number[] | null;
3527
+ default_new_user_role_ids?: string[] | null;
3528
+ default_new_user_group_ids?: string[] | null;
3458
3529
  set_roles_from_groups?: boolean;
3459
3530
  groups_attribute?: string | null;
3460
3531
  groups_with_role_ids?: ISamlGroupWrite[] | null;
@@ -3469,11 +3540,11 @@ export interface IWriteSamlConfig {
3469
3540
  }
3470
3541
  export interface IWriteScheduledPlan {
3471
3542
  name?: string | null;
3472
- user_id?: number | null;
3543
+ user_id?: string | null;
3473
3544
  run_as_recipient?: boolean;
3474
3545
  enabled?: boolean;
3475
3546
  look_id?: string | null;
3476
- dashboard_id?: number | null;
3547
+ dashboard_id?: string | null;
3477
3548
  lookml_dashboard_id?: string | null;
3478
3549
  filters_string?: string | null;
3479
3550
  dashboard_filters?: string | null;
@@ -3506,7 +3577,7 @@ export interface IWriteSetting {
3506
3577
  extension_framework_enabled?: boolean;
3507
3578
  marketplace_auto_install_enabled?: boolean;
3508
3579
  marketplace_enabled?: boolean;
3509
- whitelabel_configuration?: IWriteWhitelabelConfiguration | null;
3580
+ privatelabel_configuration?: IWritePrivatelabelConfiguration | null;
3510
3581
  custom_welcome_email?: ICustomWelcomeEmail | null;
3511
3582
  onboarding_enabled?: boolean;
3512
3583
  }