@looker/sdk 22.2.0 → 22.4.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/3.1/funcs.d.ts +5 -5
  3. package/lib/3.1/funcs.js +258 -261
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +5 -5
  6. package/lib/3.1/methods.js +4 -7
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +5 -5
  9. package/lib/3.1/models.d.ts +55 -49
  10. package/lib/3.1/models.js +1 -0
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.d.ts +5 -5
  13. package/lib/3.1/streams.js +4 -7
  14. package/lib/3.1/streams.js.map +1 -1
  15. package/lib/4.0/funcs.d.ts +105 -109
  16. package/lib/4.0/funcs.js +1125 -1049
  17. package/lib/4.0/funcs.js.map +1 -1
  18. package/lib/4.0/methods.d.ts +105 -109
  19. package/lib/4.0/methods.js +791 -699
  20. package/lib/4.0/methods.js.map +1 -1
  21. package/lib/4.0/methodsInterface.d.ts +105 -109
  22. package/lib/4.0/models.d.ts +294 -261
  23. package/lib/4.0/models.js +2 -9
  24. package/lib/4.0/models.js.map +1 -1
  25. package/lib/4.0/streams.d.ts +105 -109
  26. package/lib/4.0/streams.js +791 -699
  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 +258 -261
  32. package/lib/esm/3.1/funcs.js.map +1 -1
  33. package/lib/esm/3.1/methods.js +4 -7
  34. package/lib/esm/3.1/methods.js.map +1 -1
  35. package/lib/esm/3.1/models.js +1 -0
  36. package/lib/esm/3.1/models.js.map +1 -1
  37. package/lib/esm/3.1/streams.js +4 -7
  38. package/lib/esm/3.1/streams.js.map +1 -1
  39. package/lib/esm/4.0/funcs.js +1120 -1032
  40. package/lib/esm/4.0/funcs.js.map +1 -1
  41. package/lib/esm/4.0/methods.js +791 -699
  42. package/lib/esm/4.0/methods.js.map +1 -1
  43. package/lib/esm/4.0/models.js +1 -7
  44. package/lib/esm/4.0/models.js.map +1 -1
  45. package/lib/esm/4.0/streams.js +791 -699
  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 +2 -2
@@ -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
  }
@@ -722,7 +722,7 @@ export interface IDataActionUserState {
722
722
  export interface IDatagroup {
723
723
  can?: IDictionary<boolean>;
724
724
  created_at?: number | null;
725
- id?: number;
725
+ id?: string;
726
726
  model_name?: string | null;
727
727
  name?: string | null;
728
728
  stale_before?: number | null;
@@ -772,7 +772,7 @@ export interface IDBConnection {
772
772
  tunnel_id?: string | null;
773
773
  pdt_concurrency?: number | null;
774
774
  disable_context_comment?: boolean | null;
775
- oauth_application_id?: number | null;
775
+ oauth_application_id?: string | null;
776
776
  always_retry_failed_builds?: boolean | null;
777
777
  cost_estimate_enabled?: boolean | null;
778
778
  pdt_api_control_enabled?: boolean | null;
@@ -808,7 +808,7 @@ export interface IDBConnectionTestResult {
808
808
  export interface IDelegateOauthTest {
809
809
  name?: string;
810
810
  installation_target_id?: string;
811
- installation_id?: number;
811
+ installation_id?: string;
812
812
  success?: boolean;
813
813
  }
814
814
  export interface IDependencyGraph {
@@ -828,6 +828,7 @@ export interface IDialect {
828
828
  name?: string;
829
829
  label?: string;
830
830
  supports_cost_estimate?: boolean;
831
+ cost_estimate_style?: string | null;
831
832
  persistent_table_indexes?: string;
832
833
  persistent_table_sortkeys?: string;
833
834
  persistent_table_distkey?: string;
@@ -885,9 +886,9 @@ export interface IEmbedSecret {
885
886
  algorithm?: string | null;
886
887
  created_at?: string | null;
887
888
  enabled?: boolean;
888
- id?: number;
889
+ id?: string;
889
890
  secret?: string | null;
890
- user_id?: number | null;
891
+ user_id?: string | null;
891
892
  }
892
893
  export interface IEmbedSsoParams {
893
894
  target_url: string;
@@ -899,10 +900,10 @@ export interface IEmbedSsoParams {
899
900
  user_timezone?: string | null;
900
901
  permissions?: string[] | null;
901
902
  models?: string[] | null;
902
- group_ids?: number[] | null;
903
+ group_ids?: string[] | null;
903
904
  external_group_id?: string | null;
904
905
  user_attributes?: IDictionary<any> | null;
905
- secret_id?: number | null;
906
+ secret_id?: string | null;
906
907
  }
907
908
  export interface IEmbedUrlResponse {
908
909
  url?: string;
@@ -913,7 +914,7 @@ export interface IError {
913
914
  }
914
915
  export interface IExternalOauthApplication {
915
916
  can?: IDictionary<boolean>;
916
- id?: number;
917
+ id?: string;
917
918
  name?: string;
918
919
  client_id?: string;
919
920
  client_secret?: string;
@@ -928,9 +929,9 @@ export interface IFolder {
928
929
  name: string;
929
930
  parent_id?: string | null;
930
931
  id?: string;
931
- content_metadata_id?: number | null;
932
+ content_metadata_id?: string | null;
932
933
  created_at?: Date | null;
933
- creator_id?: number | null;
934
+ creator_id?: string | null;
934
935
  child_count?: number | null;
935
936
  external_id?: string | null;
936
937
  is_embed?: boolean;
@@ -948,9 +949,9 @@ export interface IFolderBase {
948
949
  name: string;
949
950
  parent_id?: string | null;
950
951
  id?: string;
951
- content_metadata_id?: number | null;
952
+ content_metadata_id?: string | null;
952
953
  created_at?: Date | null;
953
- creator_id?: number | null;
954
+ creator_id?: string | null;
954
955
  child_count?: number | null;
955
956
  external_id?: string | null;
956
957
  is_embed?: boolean;
@@ -1008,7 +1009,7 @@ export interface IGroup {
1008
1009
  contains_current_user?: boolean;
1009
1010
  external_group_id?: string | null;
1010
1011
  externally_managed?: boolean;
1011
- id?: number;
1012
+ id?: string;
1012
1013
  include_by_default?: boolean;
1013
1014
  name?: string | null;
1014
1015
  user_count?: number | null;
@@ -1019,18 +1020,18 @@ export interface IGroupHierarchy {
1019
1020
  contains_current_user?: boolean;
1020
1021
  external_group_id?: string | null;
1021
1022
  externally_managed?: boolean;
1022
- id?: number;
1023
+ id?: string;
1023
1024
  include_by_default?: boolean;
1024
1025
  name?: string | null;
1025
1026
  user_count?: number | null;
1026
- parent_group_ids?: number[] | null;
1027
- role_ids?: number[] | null;
1027
+ parent_group_ids?: string[] | null;
1028
+ role_ids?: string[] | null;
1028
1029
  }
1029
1030
  export interface IGroupIdForGroupInclusion {
1030
- group_id?: number | null;
1031
+ group_id?: string | null;
1031
1032
  }
1032
1033
  export interface IGroupIdForGroupUserInclusion {
1033
- user_id?: number | null;
1034
+ user_id?: string | null;
1034
1035
  }
1035
1036
  export interface IGroupSearch {
1036
1037
  can?: IDictionary<boolean>;
@@ -1038,7 +1039,7 @@ export interface IGroupSearch {
1038
1039
  contains_current_user?: boolean;
1039
1040
  external_group_id?: string | null;
1040
1041
  externally_managed?: boolean;
1041
- id?: number;
1042
+ id?: string;
1042
1043
  include_by_default?: boolean;
1043
1044
  name?: string | null;
1044
1045
  user_count?: number | null;
@@ -1047,19 +1048,19 @@ export interface IGroupSearch {
1047
1048
  export interface IHomepageItem {
1048
1049
  can?: IDictionary<boolean>;
1049
1050
  content_created_by?: string | null;
1050
- content_favorite_id?: number | null;
1051
- content_metadata_id?: number | null;
1051
+ content_favorite_id?: string | null;
1052
+ content_metadata_id?: string | null;
1052
1053
  content_updated_at?: string | null;
1053
1054
  custom_description?: string | null;
1054
1055
  custom_image_data_base64?: string | null;
1055
1056
  custom_image_url?: string | null;
1056
1057
  custom_title?: string | null;
1057
1058
  custom_url?: string | null;
1058
- dashboard_id?: number | null;
1059
+ dashboard_id?: string | null;
1059
1060
  description?: string | null;
1060
1061
  favorite_count?: number | null;
1061
- homepage_section_id?: number | null;
1062
- id?: number;
1062
+ homepage_section_id?: string | null;
1063
+ id?: string;
1063
1064
  image_url?: string | null;
1064
1065
  location?: string | null;
1065
1066
  look_id?: string | null;
@@ -1079,15 +1080,15 @@ export interface IHomepageSection {
1079
1080
  created_at?: Date | null;
1080
1081
  deleted_at?: Date | null;
1081
1082
  detail_url?: string | null;
1082
- homepage_id?: number | null;
1083
+ homepage_id?: string | null;
1083
1084
  homepage_items?: IHomepageItem[] | null;
1084
- id?: number;
1085
+ id?: string;
1085
1086
  is_header?: boolean;
1086
- item_order?: number[] | null;
1087
+ item_order?: string[] | null;
1087
1088
  title?: string | null;
1088
1089
  updated_at?: Date | null;
1089
1090
  description?: string | null;
1090
- visible_item_order?: number[] | null;
1091
+ visible_item_order?: string[] | null;
1091
1092
  }
1092
1093
  export interface IImportedProject {
1093
1094
  name?: string | null;
@@ -1098,7 +1099,7 @@ export interface IImportedProject {
1098
1099
  export interface IIntegration {
1099
1100
  can?: IDictionary<boolean>;
1100
1101
  id?: string;
1101
- integration_hub_id?: number;
1102
+ integration_hub_id?: string;
1102
1103
  label?: string;
1103
1104
  description?: string | null;
1104
1105
  enabled?: boolean;
@@ -1112,11 +1113,11 @@ export interface IIntegration {
1112
1113
  uses_oauth?: boolean | null;
1113
1114
  required_fields?: IIntegrationRequiredField[];
1114
1115
  delegate_oauth?: boolean | null;
1115
- installed_delegate_oauth_targets?: number[];
1116
+ installed_delegate_oauth_targets?: string[];
1116
1117
  }
1117
1118
  export interface IIntegrationHub {
1118
1119
  can?: IDictionary<boolean>;
1119
- id?: number;
1120
+ id?: string;
1120
1121
  url?: string;
1121
1122
  label?: string;
1122
1123
  official?: boolean;
@@ -1171,9 +1172,9 @@ export interface ILDAPConfig {
1171
1172
  connection_port?: string | null;
1172
1173
  connection_tls?: boolean;
1173
1174
  connection_tls_no_verify?: boolean;
1174
- default_new_user_group_ids?: number[] | null;
1175
+ default_new_user_group_ids?: string[] | null;
1175
1176
  default_new_user_groups?: IGroup[] | null;
1176
- default_new_user_role_ids?: number[] | null;
1177
+ default_new_user_role_ids?: string[] | null;
1177
1178
  default_new_user_roles?: IRole[] | null;
1178
1179
  enabled?: boolean;
1179
1180
  force_no_page?: boolean;
@@ -1220,19 +1221,19 @@ export interface ILDAPConfigTestResult {
1220
1221
  url?: string | null;
1221
1222
  }
1222
1223
  export interface ILDAPGroupRead {
1223
- id?: number;
1224
- looker_group_id?: number | null;
1224
+ id?: string;
1225
+ looker_group_id?: string | null;
1225
1226
  looker_group_name?: string | null;
1226
1227
  name?: string | null;
1227
1228
  roles?: IRole[] | null;
1228
1229
  url?: string | null;
1229
1230
  }
1230
1231
  export interface ILDAPGroupWrite {
1231
- id?: number | null;
1232
- looker_group_id?: number | null;
1232
+ id?: string | null;
1233
+ looker_group_id?: string | null;
1233
1234
  looker_group_name?: string | null;
1234
1235
  name?: string | null;
1235
- role_ids?: number[] | null;
1236
+ role_ids?: string[] | null;
1236
1237
  url?: string | null;
1237
1238
  }
1238
1239
  export interface ILDAPUser {
@@ -1256,7 +1257,7 @@ export interface ILDAPUserAttributeRead {
1256
1257
  export interface ILDAPUserAttributeWrite {
1257
1258
  name?: string | null;
1258
1259
  required?: boolean;
1259
- user_attribute_ids?: number[] | null;
1260
+ user_attribute_ids?: string[] | null;
1260
1261
  url?: string | null;
1261
1262
  }
1262
1263
  export interface ILegacyFeature {
@@ -1274,10 +1275,6 @@ export interface ILegacyFeature {
1274
1275
  approximate_end_of_life_date?: Date | null;
1275
1276
  has_disabled_on_upgrade?: boolean;
1276
1277
  }
1277
- export declare enum LinkedContentType {
1278
- dashboard = "dashboard",
1279
- lookml_dashboard = "lookml_dashboard"
1280
- }
1281
1278
  export interface ILocale {
1282
1279
  code?: string | null;
1283
1280
  native_name?: string | null;
@@ -1289,15 +1286,15 @@ export interface ILocalizationSettings {
1289
1286
  }
1290
1287
  export interface ILook {
1291
1288
  can?: IDictionary<boolean>;
1292
- content_metadata_id?: number | null;
1289
+ content_metadata_id?: string | null;
1293
1290
  id?: string;
1294
1291
  title?: string | null;
1295
- user_id?: number | null;
1296
- content_favorite_id?: number | null;
1292
+ user_id?: string | null;
1293
+ content_favorite_id?: string | null;
1297
1294
  created_at?: Date | null;
1298
1295
  deleted?: boolean;
1299
1296
  deleted_at?: Date | null;
1300
- deleter_id?: number | null;
1297
+ deleter_id?: string | null;
1301
1298
  description?: string | null;
1302
1299
  embed_url?: string | null;
1303
1300
  excel_file_url?: string | null;
@@ -1306,13 +1303,13 @@ export interface ILook {
1306
1303
  image_embed_url?: string | null;
1307
1304
  is_run_on_load?: boolean;
1308
1305
  last_accessed_at?: Date | null;
1309
- last_updater_id?: number | null;
1306
+ last_updater_id?: string | null;
1310
1307
  last_viewed_at?: Date | null;
1311
1308
  model?: ILookModel;
1312
1309
  public?: boolean;
1313
1310
  public_slug?: string | null;
1314
1311
  public_url?: string | null;
1315
- query_id?: number | null;
1312
+ query_id?: string | null;
1316
1313
  short_url?: string | null;
1317
1314
  folder?: IFolderBase;
1318
1315
  folder_id?: string | null;
@@ -1321,10 +1318,10 @@ export interface ILook {
1321
1318
  }
1322
1319
  export interface ILookBasic {
1323
1320
  can?: IDictionary<boolean>;
1324
- content_metadata_id?: number | null;
1325
- id?: number;
1321
+ content_metadata_id?: string | null;
1322
+ id?: string;
1326
1323
  title?: string | null;
1327
- user_id?: number | null;
1324
+ user_id?: string | null;
1328
1325
  }
1329
1326
  export interface ILookmlModel {
1330
1327
  can?: IDictionary<boolean>;
@@ -1544,15 +1541,15 @@ export interface ILookModel {
1544
1541
  }
1545
1542
  export interface ILookWithDashboards {
1546
1543
  can?: IDictionary<boolean>;
1547
- content_metadata_id?: number | null;
1544
+ content_metadata_id?: string | null;
1548
1545
  id?: string;
1549
1546
  title?: string | null;
1550
- user_id?: number | null;
1551
- content_favorite_id?: number | null;
1547
+ user_id?: string | null;
1548
+ content_favorite_id?: string | null;
1552
1549
  created_at?: Date | null;
1553
1550
  deleted?: boolean;
1554
1551
  deleted_at?: Date | null;
1555
- deleter_id?: number | null;
1552
+ deleter_id?: string | null;
1556
1553
  description?: string | null;
1557
1554
  embed_url?: string | null;
1558
1555
  excel_file_url?: string | null;
@@ -1561,13 +1558,13 @@ export interface ILookWithDashboards {
1561
1558
  image_embed_url?: string | null;
1562
1559
  is_run_on_load?: boolean;
1563
1560
  last_accessed_at?: Date | null;
1564
- last_updater_id?: number | null;
1561
+ last_updater_id?: string | null;
1565
1562
  last_viewed_at?: Date | null;
1566
1563
  model?: ILookModel;
1567
1564
  public?: boolean;
1568
1565
  public_slug?: string | null;
1569
1566
  public_url?: string | null;
1570
- query_id?: number | null;
1567
+ query_id?: string | null;
1571
1568
  short_url?: string | null;
1572
1569
  folder?: IFolderBase;
1573
1570
  folder_id?: string | null;
@@ -1577,15 +1574,15 @@ export interface ILookWithDashboards {
1577
1574
  }
1578
1575
  export interface ILookWithQuery {
1579
1576
  can?: IDictionary<boolean>;
1580
- content_metadata_id?: number | null;
1577
+ content_metadata_id?: string | null;
1581
1578
  id?: string;
1582
1579
  title?: string | null;
1583
- user_id?: number | null;
1584
- content_favorite_id?: number | null;
1580
+ user_id?: string | null;
1581
+ content_favorite_id?: string | null;
1585
1582
  created_at?: Date | null;
1586
1583
  deleted?: boolean;
1587
1584
  deleted_at?: Date | null;
1588
- deleter_id?: number | null;
1585
+ deleter_id?: string | null;
1589
1586
  description?: string | null;
1590
1587
  embed_url?: string | null;
1591
1588
  excel_file_url?: string | null;
@@ -1594,13 +1591,13 @@ export interface ILookWithQuery {
1594
1591
  image_embed_url?: string | null;
1595
1592
  is_run_on_load?: boolean;
1596
1593
  last_accessed_at?: Date | null;
1597
- last_updater_id?: number | null;
1594
+ last_updater_id?: string | null;
1598
1595
  last_viewed_at?: Date | null;
1599
1596
  model?: ILookModel;
1600
1597
  public?: boolean;
1601
1598
  public_slug?: string | null;
1602
1599
  public_url?: string | null;
1603
- query_id?: number | null;
1600
+ query_id?: string | null;
1604
1601
  short_url?: string | null;
1605
1602
  folder?: IFolderBase;
1606
1603
  folder_id?: string | null;
@@ -1629,7 +1626,7 @@ export interface IMergeQuery {
1629
1626
  dynamic_fields?: string | null;
1630
1627
  id?: string;
1631
1628
  pivots?: string[] | null;
1632
- result_maker_id?: number | null;
1629
+ result_maker_id?: string | null;
1633
1630
  sorts?: string[] | null;
1634
1631
  source_queries?: IMergeQuerySourceQuery[] | null;
1635
1632
  total?: boolean;
@@ -1638,7 +1635,7 @@ export interface IMergeQuery {
1638
1635
  export interface IMergeQuerySourceQuery {
1639
1636
  merge_fields?: IMergeFields[] | null;
1640
1637
  name?: string | null;
1641
- query_id?: number | null;
1638
+ query_id?: string | null;
1642
1639
  }
1643
1640
  export interface IMobileSettings {
1644
1641
  mobile_force_authentication?: boolean;
@@ -1666,7 +1663,7 @@ export interface IModelSet {
1666
1663
  can?: IDictionary<boolean>;
1667
1664
  all_access?: boolean;
1668
1665
  built_in?: boolean;
1669
- id?: number;
1666
+ id?: string;
1670
1667
  models?: string[] | null;
1671
1668
  name?: string | null;
1672
1669
  url?: string | null;
@@ -1694,7 +1691,7 @@ export interface IOauthClientApp {
1694
1691
  display_name?: string;
1695
1692
  description?: string;
1696
1693
  enabled?: boolean;
1697
- group_id?: number | null;
1694
+ group_id?: string | null;
1698
1695
  tokens_invalid_before?: Date;
1699
1696
  activated_users?: IUserPublic[];
1700
1697
  }
@@ -1704,9 +1701,9 @@ export interface IOIDCConfig {
1704
1701
  audience?: string | null;
1705
1702
  auth_requires_role?: boolean;
1706
1703
  authorization_endpoint?: string | null;
1707
- default_new_user_group_ids?: number[] | null;
1704
+ default_new_user_group_ids?: string[] | null;
1708
1705
  default_new_user_groups?: IGroup[] | null;
1709
- default_new_user_role_ids?: number[] | null;
1706
+ default_new_user_role_ids?: string[] | null;
1710
1707
  default_new_user_roles?: IRole[] | null;
1711
1708
  enabled?: boolean;
1712
1709
  groups?: IOIDCGroupRead[] | null;
@@ -1715,7 +1712,7 @@ export interface IOIDCConfig {
1715
1712
  identifier?: string | null;
1716
1713
  issuer?: string | null;
1717
1714
  modified_at?: Date | null;
1718
- modified_by?: number | null;
1715
+ modified_by?: string | null;
1719
1716
  new_user_migration_types?: string | null;
1720
1717
  scopes?: string[] | null;
1721
1718
  secret?: string | null;
@@ -1734,18 +1731,18 @@ export interface IOIDCConfig {
1734
1731
  url?: string | null;
1735
1732
  }
1736
1733
  export interface IOIDCGroupRead {
1737
- id?: number;
1738
- looker_group_id?: number | null;
1734
+ id?: string;
1735
+ looker_group_id?: string | null;
1739
1736
  looker_group_name?: string | null;
1740
1737
  name?: string | null;
1741
1738
  roles?: IRole[] | null;
1742
1739
  }
1743
1740
  export interface IOIDCGroupWrite {
1744
- id?: number | null;
1745
- looker_group_id?: number | null;
1741
+ id?: string | null;
1742
+ looker_group_id?: string | null;
1746
1743
  looker_group_name?: string | null;
1747
1744
  name?: string | null;
1748
- role_ids?: number[] | null;
1745
+ role_ids?: string[] | null;
1749
1746
  }
1750
1747
  export interface IOIDCUserAttributeRead {
1751
1748
  name?: string | null;
@@ -1755,7 +1752,7 @@ export interface IOIDCUserAttributeRead {
1755
1752
  export interface IOIDCUserAttributeWrite {
1756
1753
  name?: string | null;
1757
1754
  required?: boolean;
1758
- user_attribute_ids?: number[] | null;
1755
+ user_attribute_ids?: string[] | null;
1759
1756
  }
1760
1757
  export interface IPasswordConfig {
1761
1758
  can?: IDictionary<boolean>;
@@ -1774,7 +1771,7 @@ export interface IPermissionSet {
1774
1771
  can?: IDictionary<boolean>;
1775
1772
  all_access?: boolean;
1776
1773
  built_in?: boolean;
1777
- id?: number;
1774
+ id?: string;
1778
1775
  name?: string | null;
1779
1776
  permissions?: string[] | null;
1780
1777
  url?: string | null;
@@ -1783,6 +1780,23 @@ export declare enum PermissionType {
1783
1780
  view = "view",
1784
1781
  edit = "edit"
1785
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
+ }
1786
1800
  export interface IProject {
1787
1801
  can?: IDictionary<boolean>;
1788
1802
  id?: string;
@@ -1863,7 +1877,7 @@ export declare enum PullRequestMode {
1863
1877
  }
1864
1878
  export interface IQuery {
1865
1879
  can?: IDictionary<boolean>;
1866
- id?: number;
1880
+ id?: string;
1867
1881
  model: string;
1868
1882
  view: string;
1869
1883
  fields?: string[] | null;
@@ -1892,7 +1906,7 @@ export interface IQuery {
1892
1906
  export interface IQueryTask {
1893
1907
  can?: IDictionary<boolean>;
1894
1908
  id?: string;
1895
- query_id?: number | null;
1909
+ query_id?: string | null;
1896
1910
  query?: IQuery;
1897
1911
  generate_links?: boolean;
1898
1912
  force_production?: boolean;
@@ -1914,14 +1928,14 @@ export interface IRenderTask {
1914
1928
  can?: IDictionary<boolean>;
1915
1929
  created_at?: string | null;
1916
1930
  dashboard_filters?: string | null;
1917
- dashboard_id?: number | null;
1931
+ dashboard_id?: string | null;
1918
1932
  dashboard_style?: string | null;
1919
1933
  finalized_at?: string | null;
1920
1934
  height?: number | null;
1921
1935
  id?: string;
1922
1936
  look_id?: string | null;
1923
1937
  lookml_dashboard_id?: string | null;
1924
- query_id?: number | null;
1938
+ query_id?: string | null;
1925
1939
  dashboard_element_id?: string | null;
1926
1940
  query_runtime?: number | null;
1927
1941
  render_runtime?: number | null;
@@ -1929,7 +1943,7 @@ export interface IRenderTask {
1929
1943
  runtime?: number | null;
1930
1944
  status?: string | null;
1931
1945
  status_detail?: string | null;
1932
- user_id?: number | null;
1946
+ user_id?: string | null;
1933
1947
  width?: number | null;
1934
1948
  }
1935
1949
  export interface IRepositoryCredential {
@@ -1964,16 +1978,20 @@ export interface IRequestAllGroups {
1964
1978
  fields?: string | null;
1965
1979
  page?: number | null;
1966
1980
  per_page?: number | null;
1981
+ limit?: number | null;
1982
+ offset?: number | null;
1967
1983
  sorts?: string | null;
1968
- ids?: DelimArray<number> | null;
1969
- content_metadata_id?: number | null;
1984
+ ids?: DelimArray<string> | null;
1985
+ content_metadata_id?: string | null;
1970
1986
  can_add_to_content_metadata?: boolean | null;
1971
1987
  }
1972
1988
  export interface IRequestAllGroupUsers {
1973
- group_id: number;
1989
+ group_id: string;
1974
1990
  fields?: string | null;
1975
1991
  page?: number | null;
1976
1992
  per_page?: number | null;
1993
+ limit?: number | null;
1994
+ offset?: number | null;
1977
1995
  sorts?: string | null;
1978
1996
  }
1979
1997
  export interface IRequestAllIntegrations {
@@ -1987,10 +2005,10 @@ export interface IRequestAllLookmlModels {
1987
2005
  }
1988
2006
  export interface IRequestAllRoles {
1989
2007
  fields?: string | null;
1990
- ids?: DelimArray<number> | null;
2008
+ ids?: DelimArray<string> | null;
1991
2009
  }
1992
2010
  export interface IRequestAllScheduledPlans {
1993
- user_id?: number | null;
2011
+ user_id?: string | null;
1994
2012
  fields?: string | null;
1995
2013
  all_users?: boolean | null;
1996
2014
  }
@@ -2001,7 +2019,7 @@ export interface IRequestAllUsers {
2001
2019
  limit?: number | null;
2002
2020
  offset?: number | null;
2003
2021
  sorts?: string | null;
2004
- ids?: DelimArray<number> | null;
2022
+ ids?: DelimArray<string> | null;
2005
2023
  }
2006
2024
  export interface IRequestConnectionColumns {
2007
2025
  connection_name: string;
@@ -2040,6 +2058,11 @@ export interface IRequestContentThumbnail {
2040
2058
  width?: number | null;
2041
2059
  height?: number | null;
2042
2060
  }
2061
+ export interface IRequestCreateDashboardElement {
2062
+ body: IWriteDashboardElement;
2063
+ fields?: string | null;
2064
+ apply_filters?: boolean | null;
2065
+ }
2043
2066
  export interface IRequestCreateDashboardRenderTask {
2044
2067
  dashboard_id: string;
2045
2068
  result_format: string;
@@ -2068,7 +2091,7 @@ export interface IRequestCreateQueryTask {
2068
2091
  fields?: string | null;
2069
2092
  }
2070
2093
  export interface IRequestCreateUserCredentialsEmailPasswordReset {
2071
- user_id: number;
2094
+ user_id: string;
2072
2095
  expires?: boolean | null;
2073
2096
  fields?: string | null;
2074
2097
  }
@@ -2090,11 +2113,6 @@ export interface IRequestFolderChildrenSearch {
2090
2113
  sorts?: string | null;
2091
2114
  name?: string | null;
2092
2115
  }
2093
- export interface IRequestGetAllCommands {
2094
- content_id?: string | null;
2095
- content_type?: string | null;
2096
- limit?: number | null;
2097
- }
2098
2116
  export interface IRequestGraphDerivedTablesForModel {
2099
2117
  model: string;
2100
2118
  format?: string | null;
@@ -2117,7 +2135,7 @@ export interface IRequestModelFieldnameSuggestions {
2117
2135
  filters?: any | null;
2118
2136
  }
2119
2137
  export interface IRequestRoleUsers {
2120
- role_id: number;
2138
+ role_id: string;
2121
2139
  fields?: string | null;
2122
2140
  direct_association_only?: boolean | null;
2123
2141
  }
@@ -2166,7 +2184,7 @@ export interface IRequestRunLookmlTest {
2166
2184
  model?: string | null;
2167
2185
  }
2168
2186
  export interface IRequestRunQuery {
2169
- query_id: number;
2187
+ query_id: string;
2170
2188
  result_format: string;
2171
2189
  limit?: number | null;
2172
2190
  apply_formatting?: boolean | null;
@@ -2183,20 +2201,20 @@ export interface IRequestRunQuery {
2183
2201
  source?: string | null;
2184
2202
  }
2185
2203
  export interface IRequestScheduledPlansForDashboard {
2186
- dashboard_id: number;
2187
- user_id?: number | null;
2204
+ dashboard_id: string;
2205
+ user_id?: string | null;
2188
2206
  all_users?: boolean | null;
2189
2207
  fields?: string | null;
2190
2208
  }
2191
2209
  export interface IRequestScheduledPlansForLook {
2192
- look_id: number;
2193
- user_id?: number | null;
2210
+ look_id: string;
2211
+ user_id?: string | null;
2194
2212
  fields?: string | null;
2195
2213
  all_users?: boolean | null;
2196
2214
  }
2197
2215
  export interface IRequestScheduledPlansForLookmlDashboard {
2198
2216
  lookml_dashboard_id: string;
2199
- user_id?: number | null;
2217
+ user_id?: string | null;
2200
2218
  fields?: string | null;
2201
2219
  all_users?: boolean | null;
2202
2220
  }
@@ -2228,7 +2246,7 @@ export interface IRequestSearchBoards {
2228
2246
  filter_or?: boolean | null;
2229
2247
  }
2230
2248
  export interface IRequestSearchContentFavorites {
2231
- id?: number | null;
2249
+ id?: string | null;
2232
2250
  user_id?: string | null;
2233
2251
  content_metadata_id?: string | null;
2234
2252
  dashboard_id?: string | null;
@@ -2260,14 +2278,14 @@ export interface IRequestSearchCredentialsEmail {
2260
2278
  limit?: number | null;
2261
2279
  offset?: number | null;
2262
2280
  sorts?: string | null;
2263
- id?: number | null;
2281
+ id?: string | null;
2264
2282
  email?: string | null;
2265
2283
  emails?: string | null;
2266
2284
  filter_or?: boolean | null;
2267
2285
  }
2268
2286
  export interface IRequestSearchDashboardElements {
2269
- dashboard_id?: number | null;
2270
- look_id?: number | null;
2287
+ dashboard_id?: string | null;
2288
+ look_id?: string | null;
2271
2289
  title?: string | null;
2272
2290
  deleted?: boolean | null;
2273
2291
  fields?: string | null;
@@ -2303,7 +2321,7 @@ export interface IRequestSearchFolders {
2303
2321
  offset?: number | null;
2304
2322
  sorts?: string | null;
2305
2323
  name?: string | null;
2306
- id?: number | null;
2324
+ id?: string | null;
2307
2325
  parent_id?: string | null;
2308
2326
  creator_id?: string | null;
2309
2327
  filter_or?: boolean | null;
@@ -2315,7 +2333,7 @@ export interface IRequestSearchGroups {
2315
2333
  offset?: number | null;
2316
2334
  sorts?: string | null;
2317
2335
  filter_or?: boolean | null;
2318
- id?: number | null;
2336
+ id?: string | null;
2319
2337
  name?: string | null;
2320
2338
  external_group_id?: string | null;
2321
2339
  externally_managed?: boolean | null;
@@ -2330,7 +2348,7 @@ export interface IRequestSearchLooks {
2330
2348
  user_id?: string | null;
2331
2349
  view_count?: string | null;
2332
2350
  deleted?: boolean | null;
2333
- query_id?: number | null;
2351
+ query_id?: string | null;
2334
2352
  curate?: boolean | null;
2335
2353
  last_viewed_at?: string | null;
2336
2354
  fields?: string | null;
@@ -2346,7 +2364,7 @@ export interface IRequestSearchModelSets {
2346
2364
  limit?: number | null;
2347
2365
  offset?: number | null;
2348
2366
  sorts?: string | null;
2349
- id?: number | null;
2367
+ id?: string | null;
2350
2368
  name?: string | null;
2351
2369
  all_access?: boolean | null;
2352
2370
  built_in?: boolean | null;
@@ -2357,13 +2375,13 @@ export interface IRequestSearchRoles {
2357
2375
  limit?: number | null;
2358
2376
  offset?: number | null;
2359
2377
  sorts?: string | null;
2360
- id?: number | null;
2378
+ id?: string | null;
2361
2379
  name?: string | null;
2362
2380
  built_in?: boolean | null;
2363
2381
  filter_or?: boolean | null;
2364
2382
  }
2365
2383
  export interface IRequestSearchThemes {
2366
- id?: number | null;
2384
+ id?: string | null;
2367
2385
  name?: string | null;
2368
2386
  begin_at?: Date | null;
2369
2387
  end_at?: Date | null;
@@ -2377,6 +2395,8 @@ export interface IRequestSearchUserLoginLockouts {
2377
2395
  fields?: string | null;
2378
2396
  page?: number | null;
2379
2397
  per_page?: number | null;
2398
+ limit?: number | null;
2399
+ offset?: number | null;
2380
2400
  sorts?: string | null;
2381
2401
  auth_type?: string | null;
2382
2402
  full_name?: string | null;
@@ -2410,7 +2430,7 @@ export interface IRequestSearchUsersNames {
2410
2430
  limit?: number | null;
2411
2431
  offset?: number | null;
2412
2432
  sorts?: string | null;
2413
- id?: number | null;
2433
+ id?: string | null;
2414
2434
  first_name?: string | null;
2415
2435
  last_name?: string | null;
2416
2436
  verified_looker_employee?: boolean | null;
@@ -2433,14 +2453,14 @@ export interface IRequestTagRef {
2433
2453
  tag_message?: string | null;
2434
2454
  }
2435
2455
  export interface IRequestUserAttributeUserValues {
2436
- user_id: number;
2456
+ user_id: string;
2437
2457
  fields?: string | null;
2438
- user_attribute_ids?: DelimArray<number> | null;
2458
+ user_attribute_ids?: DelimArray<string> | null;
2439
2459
  all_values?: boolean | null;
2440
2460
  include_unset?: boolean | null;
2441
2461
  }
2442
2462
  export interface IRequestUserRoles {
2443
- user_id: number;
2463
+ user_id: string;
2444
2464
  fields?: string | null;
2445
2465
  direct_association_only?: boolean | null;
2446
2466
  }
@@ -2467,43 +2487,43 @@ export interface IResultMakerFilterablesListen {
2467
2487
  field?: string | null;
2468
2488
  }
2469
2489
  export interface IResultMakerWithIdVisConfigAndDynamicFields {
2470
- id?: number;
2490
+ id?: string;
2471
2491
  dynamic_fields?: string | null;
2472
2492
  filterables?: IResultMakerFilterables[] | null;
2473
2493
  sorts?: string[] | null;
2474
2494
  merge_result_id?: string | null;
2475
2495
  total?: boolean;
2476
- query_id?: number | null;
2496
+ query_id?: string | null;
2477
2497
  sql_query_id?: string | null;
2478
2498
  query?: IQuery;
2479
2499
  vis_config?: IDictionary<any> | null;
2480
2500
  }
2481
2501
  export interface IRole {
2482
2502
  can?: IDictionary<boolean>;
2483
- id?: number;
2503
+ id?: string;
2484
2504
  name?: string | null;
2485
2505
  permission_set?: IPermissionSet;
2486
- permission_set_id?: number | null;
2506
+ permission_set_id?: string | null;
2487
2507
  model_set?: IModelSet;
2488
- model_set_id?: number | null;
2508
+ model_set_id?: string | null;
2489
2509
  url?: string | null;
2490
2510
  users_url?: string | null;
2491
2511
  }
2492
2512
  export interface IRoleSearch {
2493
2513
  can?: IDictionary<boolean>;
2494
- id?: number;
2514
+ id?: string;
2495
2515
  name?: string | null;
2496
2516
  permission_set?: IPermissionSet;
2497
- permission_set_id?: number | null;
2517
+ permission_set_id?: string | null;
2498
2518
  model_set?: IModelSet;
2499
- model_set_id?: number | null;
2519
+ model_set_id?: string | null;
2500
2520
  user_count?: number | null;
2501
2521
  url?: string | null;
2502
2522
  users_url?: string | null;
2503
2523
  }
2504
2524
  export interface IRunningQueries {
2505
2525
  can?: IDictionary<boolean>;
2506
- id?: number;
2526
+ id?: string;
2507
2527
  user?: IUserPublic;
2508
2528
  query?: IQuery;
2509
2529
  sql_query?: ISqlQuery;
@@ -2542,8 +2562,8 @@ export interface ISamlConfig {
2542
2562
  modified_by?: string | null;
2543
2563
  default_new_user_roles?: IRole[] | null;
2544
2564
  default_new_user_groups?: IGroup[] | null;
2545
- default_new_user_role_ids?: number[] | null;
2546
- default_new_user_group_ids?: number[] | null;
2565
+ default_new_user_role_ids?: string[] | null;
2566
+ default_new_user_group_ids?: string[] | null;
2547
2567
  set_roles_from_groups?: boolean;
2548
2568
  groups_attribute?: string | null;
2549
2569
  groups?: ISamlGroupRead[] | null;
@@ -2560,19 +2580,19 @@ export interface ISamlConfig {
2560
2580
  url?: string | null;
2561
2581
  }
2562
2582
  export interface ISamlGroupRead {
2563
- id?: number;
2564
- looker_group_id?: number | null;
2583
+ id?: string;
2584
+ looker_group_id?: string | null;
2565
2585
  looker_group_name?: string | null;
2566
2586
  name?: string | null;
2567
2587
  roles?: IRole[] | null;
2568
2588
  url?: string | null;
2569
2589
  }
2570
2590
  export interface ISamlGroupWrite {
2571
- id?: number | null;
2572
- looker_group_id?: number | null;
2591
+ id?: string | null;
2592
+ looker_group_id?: string | null;
2573
2593
  looker_group_name?: string | null;
2574
2594
  name?: string | null;
2575
- role_ids?: number[] | null;
2595
+ role_ids?: string[] | null;
2576
2596
  url?: string | null;
2577
2597
  }
2578
2598
  export interface ISamlMetadataParseResult {
@@ -2590,16 +2610,16 @@ export interface ISamlUserAttributeRead {
2590
2610
  export interface ISamlUserAttributeWrite {
2591
2611
  name?: string | null;
2592
2612
  required?: boolean;
2593
- user_attribute_ids?: number[] | null;
2613
+ user_attribute_ids?: string[] | null;
2594
2614
  url?: string | null;
2595
2615
  }
2596
2616
  export interface IScheduledPlan {
2597
2617
  name?: string | null;
2598
- user_id?: number | null;
2618
+ user_id?: string | null;
2599
2619
  run_as_recipient?: boolean;
2600
2620
  enabled?: boolean;
2601
2621
  look_id?: string | null;
2602
- dashboard_id?: number | null;
2622
+ dashboard_id?: string | null;
2603
2623
  lookml_dashboard_id?: string | null;
2604
2624
  filters_string?: string | null;
2605
2625
  dashboard_filters?: string | null;
@@ -2620,7 +2640,7 @@ export interface IScheduledPlan {
2620
2640
  color_theme?: string | null;
2621
2641
  long_tables?: boolean;
2622
2642
  inline_table_width?: number | null;
2623
- id?: number;
2643
+ id?: string;
2624
2644
  created_at?: Date | null;
2625
2645
  updated_at?: Date | null;
2626
2646
  title?: string | null;
@@ -2630,8 +2650,8 @@ export interface IScheduledPlan {
2630
2650
  can?: IDictionary<boolean>;
2631
2651
  }
2632
2652
  export interface IScheduledPlanDestination {
2633
- id?: number;
2634
- scheduled_plan_id?: number | null;
2653
+ id?: string;
2654
+ scheduled_plan_id?: string | null;
2635
2655
  format?: string | null;
2636
2656
  apply_formatting?: boolean;
2637
2657
  apply_vis?: boolean;
@@ -2679,7 +2699,7 @@ export interface ISchemaTables {
2679
2699
  }
2680
2700
  export interface ISession {
2681
2701
  can?: IDictionary<boolean>;
2682
- id?: number;
2702
+ id?: string;
2683
2703
  ip_address?: string | null;
2684
2704
  browser?: string | null;
2685
2705
  operating_system?: string | null;
@@ -2689,7 +2709,7 @@ export interface ISession {
2689
2709
  credentials_type?: string | null;
2690
2710
  extended_at?: string | null;
2691
2711
  extended_count?: number | null;
2692
- sudo_user_id?: number | null;
2712
+ sudo_user_id?: string | null;
2693
2713
  created_at?: string | null;
2694
2714
  expires_at?: string | null;
2695
2715
  url?: string | null;
@@ -2706,7 +2726,7 @@ export interface ISetting {
2706
2726
  extension_framework_enabled?: boolean;
2707
2727
  marketplace_auto_install_enabled?: boolean;
2708
2728
  marketplace_enabled?: boolean;
2709
- whitelabel_configuration?: IWhitelabelConfiguration;
2729
+ privatelabel_configuration?: IPrivatelabelConfiguration;
2710
2730
  custom_welcome_email?: ICustomWelcomeEmail;
2711
2731
  onboarding_enabled?: boolean;
2712
2732
  }
@@ -2748,7 +2768,7 @@ export interface ISqlQuery {
2748
2768
  explore_url?: string | null;
2749
2769
  plaintext?: boolean;
2750
2770
  vis_config?: IDictionary<any> | null;
2751
- result_maker_id?: number | null;
2771
+ result_maker_id?: string | null;
2752
2772
  }
2753
2773
  export interface ISqlQueryCreate {
2754
2774
  connection_name?: string | null;
@@ -2810,7 +2830,8 @@ export interface ISupportAccessStatus {
2810
2830
  export declare enum SupportedActionTypes {
2811
2831
  cell = "cell",
2812
2832
  query = "query",
2813
- dashboard = "dashboard"
2833
+ dashboard = "dashboard",
2834
+ none = "none"
2814
2835
  }
2815
2836
  export declare enum SupportedDownloadSettings {
2816
2837
  push = "push",
@@ -2843,7 +2864,7 @@ export interface ITheme {
2843
2864
  can?: IDictionary<boolean>;
2844
2865
  begin_at?: Date | null;
2845
2866
  end_at?: Date | null;
2846
- id?: number;
2867
+ id?: string;
2847
2868
  name?: string;
2848
2869
  settings?: IThemeSettings;
2849
2870
  }
@@ -2871,10 +2892,6 @@ export interface ITimezone {
2871
2892
  label?: string | null;
2872
2893
  group?: string | null;
2873
2894
  }
2874
- export interface IUpdateCommand {
2875
- name?: string | null;
2876
- description?: string | null;
2877
- }
2878
2895
  export interface IUpdateFolder {
2879
2896
  name?: string;
2880
2897
  parent_id?: string;
@@ -2894,19 +2911,19 @@ export interface IUser {
2894
2911
  credentials_totp?: ICredentialsTotp;
2895
2912
  display_name?: string | null;
2896
2913
  email?: string | null;
2897
- embed_group_space_id?: number | null;
2914
+ embed_group_space_id?: string | null;
2898
2915
  first_name?: string | null;
2899
- group_ids?: number[] | null;
2916
+ group_ids?: string[] | null;
2900
2917
  home_folder_id?: string | null;
2901
- id?: number;
2918
+ id?: string;
2902
2919
  is_disabled?: boolean;
2903
2920
  last_name?: string | null;
2904
2921
  locale?: string | null;
2905
2922
  looker_versions?: string[] | null;
2906
2923
  models_dir_validated?: boolean | null;
2907
- personal_folder_id?: number | null;
2924
+ personal_folder_id?: string | null;
2908
2925
  presumed_looker_employee?: boolean;
2909
- role_ids?: number[] | null;
2926
+ role_ids?: string[] | null;
2910
2927
  sessions?: ISession[] | null;
2911
2928
  ui_state?: IDictionary<string> | null;
2912
2929
  verified_looker_employee?: boolean;
@@ -2914,11 +2931,12 @@ export interface IUser {
2914
2931
  allow_direct_roles?: boolean;
2915
2932
  allow_normal_group_membership?: boolean;
2916
2933
  allow_roles_from_normal_groups?: boolean;
2934
+ embed_group_folder_id?: string | null;
2917
2935
  url?: string | null;
2918
2936
  }
2919
2937
  export interface IUserAttribute {
2920
2938
  can?: IDictionary<boolean>;
2921
- id?: number;
2939
+ id?: string;
2922
2940
  name: string | null;
2923
2941
  label: string | null;
2924
2942
  type: string | null;
@@ -2943,9 +2961,9 @@ export declare enum UserAttributeFilterTypes {
2943
2961
  }
2944
2962
  export interface IUserAttributeGroupValue {
2945
2963
  can?: IDictionary<boolean>;
2946
- id?: number;
2947
- group_id?: number | null;
2948
- user_attribute_id?: number | null;
2964
+ id?: string;
2965
+ group_id?: string | null;
2966
+ user_attribute_id?: string | null;
2949
2967
  value_is_hidden?: boolean;
2950
2968
  rank?: number | null;
2951
2969
  value?: string | null;
@@ -2956,10 +2974,10 @@ export interface IUserAttributeWithValue {
2956
2974
  label?: string | null;
2957
2975
  rank?: number | null;
2958
2976
  value?: string | null;
2959
- user_id?: number | null;
2977
+ user_id?: string | null;
2960
2978
  user_can_edit?: boolean;
2961
2979
  value_is_hidden?: boolean;
2962
- user_attribute_id?: number | null;
2980
+ user_attribute_id?: string | null;
2963
2981
  source?: string | null;
2964
2982
  hidden_value_domain_whitelist?: string | null;
2965
2983
  }
@@ -2971,7 +2989,7 @@ export interface IUserLoginLockout {
2971
2989
  key?: string | null;
2972
2990
  auth_type?: string | null;
2973
2991
  ip?: string | null;
2974
- user_id?: number | null;
2992
+ user_id?: string | null;
2975
2993
  remote_id?: string | null;
2976
2994
  full_name?: string | null;
2977
2995
  email?: string | null;
@@ -2980,7 +2998,7 @@ export interface IUserLoginLockout {
2980
2998
  }
2981
2999
  export interface IUserPublic {
2982
3000
  can?: IDictionary<boolean>;
2983
- id?: number;
3001
+ id?: string;
2984
3002
  first_name?: string;
2985
3003
  last_name?: string;
2986
3004
  display_name?: string | null;
@@ -3013,7 +3031,7 @@ export interface IWelcomeEmailTest {
3013
3031
  header?: string | null;
3014
3032
  }
3015
3033
  export interface IWhitelabelConfiguration {
3016
- id?: number;
3034
+ id?: string;
3017
3035
  logo_file?: string | null;
3018
3036
  logo_url?: string | null;
3019
3037
  favicon_file?: string | null;
@@ -3040,7 +3058,7 @@ export interface IWriteAlert {
3040
3058
  comparison_type: ComparisonType | null;
3041
3059
  cron: string;
3042
3060
  custom_title?: string | null;
3043
- dashboard_element_id?: number | null;
3061
+ dashboard_element_id?: string | null;
3044
3062
  description?: string | null;
3045
3063
  destinations: IAlertDestination[] | null;
3046
3064
  field: IAlertField | null;
@@ -3051,7 +3069,7 @@ export interface IWriteAlert {
3051
3069
  investigative_content_id?: string | null;
3052
3070
  lookml_dashboard_id?: string | null;
3053
3071
  lookml_link_id?: string | null;
3054
- owner_id: number;
3072
+ owner_id: string;
3055
3073
  threshold: number;
3056
3074
  time_series_condition_state?: IAlertConditionState | null;
3057
3075
  }
@@ -3068,24 +3086,29 @@ export interface IWriteBackupConfiguration {
3068
3086
  export interface IWriteBoard {
3069
3087
  deleted_at?: Date | null;
3070
3088
  description?: string | null;
3071
- section_order?: number[] | null;
3089
+ section_order?: string[] | null;
3072
3090
  title?: string | null;
3073
3091
  }
3074
3092
  export interface IWriteBoardItem {
3075
3093
  custom_description?: string | null;
3076
3094
  custom_title?: string | null;
3077
3095
  custom_url?: string | null;
3078
- dashboard_id?: number | null;
3079
- board_section_id?: number | null;
3096
+ dashboard_id?: string | null;
3097
+ board_section_id?: string | null;
3080
3098
  look_id?: string | null;
3081
3099
  lookml_dashboard_id?: string | null;
3082
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;
3083
3106
  }
3084
3107
  export interface IWriteBoardSection {
3085
3108
  deleted_at?: Date | null;
3086
3109
  description?: string | null;
3087
- board_id?: number | null;
3088
- item_order?: number[] | null;
3110
+ board_id?: string | null;
3111
+ item_order?: string[] | null;
3089
3112
  title?: string | null;
3090
3113
  }
3091
3114
  export interface IWriteColorCollection {
@@ -3094,15 +3117,9 @@ export interface IWriteColorCollection {
3094
3117
  sequentialPalettes?: IContinuousPalette[] | null;
3095
3118
  divergingPalettes?: IContinuousPalette[] | null;
3096
3119
  }
3097
- export interface IWriteCommand {
3098
- name?: string;
3099
- description?: string | null;
3100
- linked_content_id?: string;
3101
- linked_content_type?: LinkedContentType | null;
3102
- }
3103
3120
  export interface IWriteContentFavorite {
3104
- user_id?: number;
3105
- content_metadata_id?: number;
3121
+ user_id?: string;
3122
+ content_metadata_id?: string;
3106
3123
  look?: IWriteLookBasic | null;
3107
3124
  dashboard?: IWriteDashboardBase | null;
3108
3125
  }
@@ -3125,7 +3142,7 @@ export interface IWriteCreateDashboardFilter {
3125
3142
  ui_config?: IDictionary<any> | null;
3126
3143
  }
3127
3144
  export interface IWriteCreateQueryTask {
3128
- query_id: number | null;
3145
+ query_id: string | null;
3129
3146
  result_format: ResultFormat | null;
3130
3147
  source?: string | null;
3131
3148
  deferred?: boolean;
@@ -3152,8 +3169,8 @@ export interface IWriteDashboard {
3152
3169
  filters_bar_collapsed?: boolean;
3153
3170
  load_configuration?: string | null;
3154
3171
  lookml_link_id?: string | null;
3155
- show_filters_bar?: boolean;
3156
- show_title?: boolean;
3172
+ show_filters_bar?: boolean | null;
3173
+ show_title?: boolean | null;
3157
3174
  folder_id?: string | null;
3158
3175
  text_tile_text_color?: string | null;
3159
3176
  tile_background_color?: string | null;
@@ -3174,15 +3191,16 @@ export interface IWriteDashboardElement {
3174
3191
  note_state?: string | null;
3175
3192
  note_text?: string | null;
3176
3193
  query?: IWriteQuery | null;
3177
- query_id?: number | null;
3194
+ query_id?: string | null;
3178
3195
  refresh_interval?: string | null;
3179
3196
  result_maker?: IWriteResultMakerWithIdVisConfigAndDynamicFields | null;
3180
- result_maker_id?: number | null;
3197
+ result_maker_id?: string | null;
3181
3198
  subtitle_text?: string | null;
3182
3199
  title?: string | null;
3183
3200
  title_hidden?: boolean;
3184
3201
  title_text?: string | null;
3185
3202
  type?: string | null;
3203
+ rich_content_json?: string | null;
3186
3204
  }
3187
3205
  export interface IWriteDashboardFilter {
3188
3206
  name?: string | null;
@@ -3251,7 +3269,7 @@ export interface IWriteDBConnection {
3251
3269
  tunnel_id?: string | null;
3252
3270
  pdt_concurrency?: number | null;
3253
3271
  disable_context_comment?: boolean | null;
3254
- oauth_application_id?: number | null;
3272
+ oauth_application_id?: string | null;
3255
3273
  always_retry_failed_builds?: boolean | null;
3256
3274
  cost_estimate_enabled?: boolean | null;
3257
3275
  pdt_api_control_enabled?: boolean | null;
@@ -3294,7 +3312,7 @@ export interface IWriteGroup {
3294
3312
  export interface IWriteIntegration {
3295
3313
  enabled?: boolean;
3296
3314
  params?: IIntegrationParam[] | null;
3297
- installed_delegate_oauth_targets?: number[] | null;
3315
+ installed_delegate_oauth_targets?: string[] | null;
3298
3316
  }
3299
3317
  export interface IWriteIntegrationHub {
3300
3318
  url?: string;
@@ -3316,8 +3334,8 @@ export interface IWriteLDAPConfig {
3316
3334
  connection_port?: string | null;
3317
3335
  connection_tls?: boolean;
3318
3336
  connection_tls_no_verify?: boolean;
3319
- default_new_user_group_ids?: number[] | null;
3320
- default_new_user_role_ids?: number[] | null;
3337
+ default_new_user_group_ids?: string[] | null;
3338
+ default_new_user_role_ids?: string[] | null;
3321
3339
  enabled?: boolean;
3322
3340
  force_no_page?: boolean;
3323
3341
  groups_base_dn?: string | null;
@@ -3347,7 +3365,7 @@ export interface IWriteLegacyFeature {
3347
3365
  enabled_locally?: boolean;
3348
3366
  }
3349
3367
  export interface IWriteLookBasic {
3350
- user_id?: number | null;
3368
+ user_id?: string | null;
3351
3369
  }
3352
3370
  export interface IWriteLookmlModel {
3353
3371
  allowed_db_connection_names?: string[] | null;
@@ -3357,12 +3375,12 @@ export interface IWriteLookmlModel {
3357
3375
  }
3358
3376
  export interface IWriteLookWithQuery {
3359
3377
  title?: string | null;
3360
- user_id?: number | null;
3378
+ user_id?: string | null;
3361
3379
  deleted?: boolean;
3362
3380
  description?: string | null;
3363
3381
  is_run_on_load?: boolean;
3364
3382
  public?: boolean;
3365
- query_id?: number | null;
3383
+ query_id?: string | null;
3366
3384
  folder?: IWriteFolderBase | null;
3367
3385
  folder_id?: string | null;
3368
3386
  query?: IWriteQuery | null;
@@ -3385,15 +3403,15 @@ export interface IWriteOauthClientApp {
3385
3403
  display_name?: string;
3386
3404
  description?: string;
3387
3405
  enabled?: boolean;
3388
- group_id?: number | null;
3406
+ group_id?: string | null;
3389
3407
  }
3390
3408
  export interface IWriteOIDCConfig {
3391
3409
  alternate_email_login_allowed?: boolean;
3392
3410
  audience?: string | null;
3393
3411
  auth_requires_role?: boolean;
3394
3412
  authorization_endpoint?: string | null;
3395
- default_new_user_group_ids?: number[] | null;
3396
- default_new_user_role_ids?: number[] | null;
3413
+ default_new_user_group_ids?: string[] | null;
3414
+ default_new_user_role_ids?: string[] | null;
3397
3415
  enabled?: boolean;
3398
3416
  groups_attribute?: string | null;
3399
3417
  groups_with_role_ids?: IOIDCGroupWrite[] | null;
@@ -3423,6 +3441,21 @@ export interface IWritePermissionSet {
3423
3441
  name?: string | null;
3424
3442
  permissions?: string[] | null;
3425
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
+ }
3426
3459
  export interface IWriteProject {
3427
3460
  name?: string;
3428
3461
  git_remote_url?: string | null;
@@ -3475,9 +3508,9 @@ export interface IWriteResultMakerWithIdVisConfigAndDynamicFields {
3475
3508
  export interface IWriteRole {
3476
3509
  name?: string | null;
3477
3510
  permission_set?: IWritePermissionSet | null;
3478
- permission_set_id?: number | null;
3511
+ permission_set_id?: string | null;
3479
3512
  model_set?: IWriteModelSet | null;
3480
- model_set_id?: number | null;
3513
+ model_set_id?: string | null;
3481
3514
  }
3482
3515
  export interface IWriteSamlConfig {
3483
3516
  enabled?: boolean;
@@ -3491,8 +3524,8 @@ export interface IWriteSamlConfig {
3491
3524
  user_attribute_map_last_name?: string | null;
3492
3525
  new_user_migration_types?: string | null;
3493
3526
  alternate_email_login_allowed?: boolean;
3494
- default_new_user_role_ids?: number[] | null;
3495
- default_new_user_group_ids?: number[] | null;
3527
+ default_new_user_role_ids?: string[] | null;
3528
+ default_new_user_group_ids?: string[] | null;
3496
3529
  set_roles_from_groups?: boolean;
3497
3530
  groups_attribute?: string | null;
3498
3531
  groups_with_role_ids?: ISamlGroupWrite[] | null;
@@ -3507,11 +3540,11 @@ export interface IWriteSamlConfig {
3507
3540
  }
3508
3541
  export interface IWriteScheduledPlan {
3509
3542
  name?: string | null;
3510
- user_id?: number | null;
3543
+ user_id?: string | null;
3511
3544
  run_as_recipient?: boolean;
3512
3545
  enabled?: boolean;
3513
3546
  look_id?: string | null;
3514
- dashboard_id?: number | null;
3547
+ dashboard_id?: string | null;
3515
3548
  lookml_dashboard_id?: string | null;
3516
3549
  filters_string?: string | null;
3517
3550
  dashboard_filters?: string | null;
@@ -3544,7 +3577,7 @@ export interface IWriteSetting {
3544
3577
  extension_framework_enabled?: boolean;
3545
3578
  marketplace_auto_install_enabled?: boolean;
3546
3579
  marketplace_enabled?: boolean;
3547
- whitelabel_configuration?: IWriteWhitelabelConfiguration | null;
3580
+ privatelabel_configuration?: IWritePrivatelabelConfiguration | null;
3548
3581
  custom_welcome_email?: ICustomWelcomeEmail | null;
3549
3582
  onboarding_enabled?: boolean;
3550
3583
  }