@looker/sdk 23.2.0 → 23.6.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 (48) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/3.1/funcs.d.ts +1 -1
  3. package/lib/3.1/funcs.js +1 -0
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +1 -1
  6. package/lib/3.1/methods.js +1 -0
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +1 -1
  9. package/lib/3.1/methodsInterface.js.map +1 -1
  10. package/lib/3.1/models.d.ts +3 -0
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.js +1 -0
  13. package/lib/3.1/streams.js.map +1 -1
  14. package/lib/4.0/funcs.d.ts +3 -4
  15. package/lib/4.0/funcs.js +996 -1004
  16. package/lib/4.0/funcs.js.map +1 -1
  17. package/lib/4.0/methods.d.ts +3 -4
  18. package/lib/4.0/methods.js +661 -666
  19. package/lib/4.0/methods.js.map +1 -1
  20. package/lib/4.0/methodsInterface.d.ts +3 -4
  21. package/lib/4.0/methodsInterface.js.map +1 -1
  22. package/lib/4.0/models.d.ts +3 -21
  23. package/lib/4.0/models.js.map +1 -1
  24. package/lib/4.0/streams.d.ts +2 -3
  25. package/lib/4.0/streams.js +661 -666
  26. package/lib/4.0/streams.js.map +1 -1
  27. package/lib/constants.d.ts +1 -1
  28. package/lib/constants.js +1 -1
  29. package/lib/constants.js.map +1 -1
  30. package/lib/esm/3.1/funcs.js +1 -0
  31. package/lib/esm/3.1/funcs.js.map +1 -1
  32. package/lib/esm/3.1/methods.js +1 -0
  33. package/lib/esm/3.1/methods.js.map +1 -1
  34. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  35. package/lib/esm/3.1/models.js.map +1 -1
  36. package/lib/esm/3.1/streams.js +1 -0
  37. package/lib/esm/3.1/streams.js.map +1 -1
  38. package/lib/esm/4.0/funcs.js +996 -1004
  39. package/lib/esm/4.0/funcs.js.map +1 -1
  40. package/lib/esm/4.0/methods.js +661 -666
  41. package/lib/esm/4.0/methods.js.map +1 -1
  42. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  43. package/lib/esm/4.0/models.js.map +1 -1
  44. package/lib/esm/4.0/streams.js +661 -666
  45. package/lib/esm/4.0/streams.js.map +1 -1
  46. package/lib/esm/constants.js +1 -1
  47. package/lib/esm/constants.js.map +1 -1
  48. package/package.json +2 -2
@@ -783,363 +783,357 @@ class Looker40SDK extends _sdkRtl.APIMethods {
783
783
  return _this99.patch('/cloud_storage', null, body, options);
784
784
  })();
785
785
  }
786
- configuration_force_refresh(options) {
787
- var _this100 = this;
788
- return _asyncToGenerator(function* () {
789
- return _this100.put('/configuration_force_refresh', null, null, options);
790
- })();
791
- }
792
786
  custom_welcome_email(options) {
793
- var _this101 = this;
787
+ var _this100 = this;
794
788
  return _asyncToGenerator(function* () {
795
- return _this101.get('/custom_welcome_email', null, null, options);
789
+ return _this100.get('/custom_welcome_email', null, null, options);
796
790
  })();
797
791
  }
798
792
  update_custom_welcome_email(body, send_test_welcome_email, options) {
799
- var _this102 = this;
793
+ var _this101 = this;
800
794
  return _asyncToGenerator(function* () {
801
- return _this102.patch('/custom_welcome_email', {
795
+ return _this101.patch('/custom_welcome_email', {
802
796
  send_test_welcome_email
803
797
  }, body, options);
804
798
  })();
805
799
  }
806
800
  update_custom_welcome_email_test(body, options) {
807
- var _this103 = this;
801
+ var _this102 = this;
808
802
  return _asyncToGenerator(function* () {
809
- return _this103.put('/custom_welcome_email_test', null, body, options);
803
+ return _this102.put('/custom_welcome_email_test', null, body, options);
810
804
  })();
811
805
  }
812
806
  digest_emails_enabled(options) {
813
- var _this104 = this;
807
+ var _this103 = this;
814
808
  return _asyncToGenerator(function* () {
815
- return _this104.get('/digest_emails_enabled', null, null, options);
809
+ return _this103.get('/digest_emails_enabled', null, null, options);
816
810
  })();
817
811
  }
818
812
  update_digest_emails_enabled(body, options) {
819
- var _this105 = this;
813
+ var _this104 = this;
820
814
  return _asyncToGenerator(function* () {
821
- return _this105.patch('/digest_emails_enabled', null, body, options);
815
+ return _this104.patch('/digest_emails_enabled', null, body, options);
822
816
  })();
823
817
  }
824
818
  create_digest_email_send(options) {
825
- var _this106 = this;
819
+ var _this105 = this;
826
820
  return _asyncToGenerator(function* () {
827
- return _this106.post('/digest_email_send', null, null, options);
821
+ return _this105.post('/digest_email_send', null, null, options);
828
822
  })();
829
823
  }
830
824
  public_egress_ip_addresses(options) {
831
- var _this107 = this;
825
+ var _this106 = this;
832
826
  return _asyncToGenerator(function* () {
833
- return _this107.get('/public_egress_ip_addresses', null, null, options);
827
+ return _this106.get('/public_egress_ip_addresses', null, null, options);
834
828
  })();
835
829
  }
836
830
  internal_help_resources_content(options) {
837
- var _this108 = this;
831
+ var _this107 = this;
838
832
  return _asyncToGenerator(function* () {
839
- return _this108.get('/internal_help_resources_content', null, null, options);
833
+ return _this107.get('/internal_help_resources_content', null, null, options);
840
834
  })();
841
835
  }
842
836
  update_internal_help_resources_content(body, options) {
843
- var _this109 = this;
837
+ var _this108 = this;
844
838
  return _asyncToGenerator(function* () {
845
- return _this109.patch('/internal_help_resources_content', null, body, options);
839
+ return _this108.patch('/internal_help_resources_content', null, body, options);
846
840
  })();
847
841
  }
848
842
  internal_help_resources(options) {
849
- var _this110 = this;
843
+ var _this109 = this;
850
844
  return _asyncToGenerator(function* () {
851
- return _this110.get('/internal_help_resources_enabled', null, null, options);
845
+ return _this109.get('/internal_help_resources_enabled', null, null, options);
852
846
  })();
853
847
  }
854
848
  update_internal_help_resources(body, options) {
855
- var _this111 = this;
849
+ var _this110 = this;
856
850
  return _asyncToGenerator(function* () {
857
- return _this111.patch('/internal_help_resources', null, body, options);
851
+ return _this110.patch('/internal_help_resources', null, body, options);
858
852
  })();
859
853
  }
860
854
  all_legacy_features(options) {
861
- var _this112 = this;
855
+ var _this111 = this;
862
856
  return _asyncToGenerator(function* () {
863
- return _this112.get('/legacy_features', null, null, options);
857
+ return _this111.get('/legacy_features', null, null, options);
864
858
  })();
865
859
  }
866
860
  legacy_feature(legacy_feature_id, options) {
867
- var _this113 = this;
861
+ var _this112 = this;
868
862
  return _asyncToGenerator(function* () {
869
863
  legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
870
- return _this113.get("/legacy_features/".concat(legacy_feature_id), null, null, options);
864
+ return _this112.get("/legacy_features/".concat(legacy_feature_id), null, null, options);
871
865
  })();
872
866
  }
873
867
  update_legacy_feature(legacy_feature_id, body, options) {
874
- var _this114 = this;
868
+ var _this113 = this;
875
869
  return _asyncToGenerator(function* () {
876
870
  legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
877
- return _this114.patch("/legacy_features/".concat(legacy_feature_id), null, body, options);
871
+ return _this113.patch("/legacy_features/".concat(legacy_feature_id), null, body, options);
878
872
  })();
879
873
  }
880
874
  all_locales(options) {
881
- var _this115 = this;
875
+ var _this114 = this;
882
876
  return _asyncToGenerator(function* () {
883
- return _this115.get('/locales', null, null, options);
877
+ return _this114.get('/locales', null, null, options);
884
878
  })();
885
879
  }
886
880
  mobile_settings(options) {
887
- var _this116 = this;
881
+ var _this115 = this;
888
882
  return _asyncToGenerator(function* () {
889
- return _this116.get('/mobile/settings', null, null, options);
883
+ return _this115.get('/mobile/settings', null, null, options);
890
884
  })();
891
885
  }
892
886
  get_setting(fields, options) {
893
- var _this117 = this;
887
+ var _this116 = this;
894
888
  return _asyncToGenerator(function* () {
895
- return _this117.get('/setting', {
889
+ return _this116.get('/setting', {
896
890
  fields
897
891
  }, null, options);
898
892
  })();
899
893
  }
900
894
  set_setting(body, fields, options) {
901
- var _this118 = this;
895
+ var _this117 = this;
902
896
  return _asyncToGenerator(function* () {
903
- return _this118.patch('/setting', {
897
+ return _this117.patch('/setting', {
904
898
  fields
905
899
  }, body, options);
906
900
  })();
907
901
  }
908
902
  set_smtp_settings(body, options) {
909
- var _this119 = this;
903
+ var _this118 = this;
910
904
  return _asyncToGenerator(function* () {
911
- return _this119.post('/smtp_settings', null, body, options);
905
+ return _this118.post('/smtp_settings', null, body, options);
912
906
  })();
913
907
  }
914
908
  smtp_status(fields, options) {
915
- var _this120 = this;
909
+ var _this119 = this;
916
910
  return _asyncToGenerator(function* () {
917
- return _this120.get('/smtp_status', {
911
+ return _this119.get('/smtp_status', {
918
912
  fields
919
913
  }, null, options);
920
914
  })();
921
915
  }
922
916
  all_timezones(options) {
923
- var _this121 = this;
917
+ var _this120 = this;
924
918
  return _asyncToGenerator(function* () {
925
- return _this121.get('/timezones', null, null, options);
919
+ return _this120.get('/timezones', null, null, options);
926
920
  })();
927
921
  }
928
922
  versions(fields, options) {
929
- var _this122 = this;
923
+ var _this121 = this;
930
924
  return _asyncToGenerator(function* () {
931
- return _this122.get('/versions', {
925
+ return _this121.get('/versions', {
932
926
  fields
933
927
  }, null, options);
934
928
  })();
935
929
  }
936
930
  api_spec(api_version, specification, options) {
937
- var _this123 = this;
931
+ var _this122 = this;
938
932
  return _asyncToGenerator(function* () {
939
933
  api_version = (0, _sdkRtl.encodeParam)(api_version);
940
934
  specification = (0, _sdkRtl.encodeParam)(specification);
941
- return _this123.get("/api_spec/".concat(api_version, "/").concat(specification), null, null, options);
935
+ return _this122.get("/api_spec/".concat(api_version, "/").concat(specification), null, null, options);
942
936
  })();
943
937
  }
944
938
  whitelabel_configuration(fields, options) {
945
- var _this124 = this;
939
+ var _this123 = this;
946
940
  return _asyncToGenerator(function* () {
947
- return _this124.get('/whitelabel_configuration', {
941
+ return _this123.get('/whitelabel_configuration', {
948
942
  fields
949
943
  }, null, options);
950
944
  })();
951
945
  }
952
946
  update_whitelabel_configuration(body, options) {
953
- var _this125 = this;
947
+ var _this124 = this;
954
948
  return _asyncToGenerator(function* () {
955
- return _this125.put('/whitelabel_configuration', null, body, options);
949
+ return _this124.put('/whitelabel_configuration', null, body, options);
956
950
  })();
957
951
  }
958
952
  all_connections(fields, options) {
959
- var _this126 = this;
953
+ var _this125 = this;
960
954
  return _asyncToGenerator(function* () {
961
- return _this126.get('/connections', {
955
+ return _this125.get('/connections', {
962
956
  fields
963
957
  }, null, options);
964
958
  })();
965
959
  }
966
960
  create_connection(body, options) {
967
- var _this127 = this;
961
+ var _this126 = this;
968
962
  return _asyncToGenerator(function* () {
969
- return _this127.post('/connections', null, body, options);
963
+ return _this126.post('/connections', null, body, options);
970
964
  })();
971
965
  }
972
966
  connection(connection_name, fields, options) {
973
- var _this128 = this;
967
+ var _this127 = this;
974
968
  return _asyncToGenerator(function* () {
975
969
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
976
- return _this128.get("/connections/".concat(connection_name), {
970
+ return _this127.get("/connections/".concat(connection_name), {
977
971
  fields
978
972
  }, null, options);
979
973
  })();
980
974
  }
981
975
  update_connection(connection_name, body, options) {
982
- var _this129 = this;
976
+ var _this128 = this;
983
977
  return _asyncToGenerator(function* () {
984
978
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
985
- return _this129.patch("/connections/".concat(connection_name), null, body, options);
979
+ return _this128.patch("/connections/".concat(connection_name), null, body, options);
986
980
  })();
987
981
  }
988
982
  delete_connection(connection_name, options) {
989
- var _this130 = this;
983
+ var _this129 = this;
990
984
  return _asyncToGenerator(function* () {
991
985
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
992
- return _this130.delete("/connections/".concat(connection_name), null, null, options);
986
+ return _this129.delete("/connections/".concat(connection_name), null, null, options);
993
987
  })();
994
988
  }
995
989
  delete_connection_override(connection_name, override_context, options) {
996
- var _this131 = this;
990
+ var _this130 = this;
997
991
  return _asyncToGenerator(function* () {
998
992
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
999
993
  override_context = (0, _sdkRtl.encodeParam)(override_context);
1000
- return _this131.delete("/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
994
+ return _this130.delete("/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
1001
995
  })();
1002
996
  }
1003
997
  test_connection(connection_name, tests, options) {
1004
- var _this132 = this;
998
+ var _this131 = this;
1005
999
  return _asyncToGenerator(function* () {
1006
1000
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1007
- return _this132.put("/connections/".concat(connection_name, "/test"), {
1001
+ return _this131.put("/connections/".concat(connection_name, "/test"), {
1008
1002
  tests
1009
1003
  }, null, options);
1010
1004
  })();
1011
1005
  }
1012
1006
  test_connection_config(body, tests, options) {
1013
- var _this133 = this;
1007
+ var _this132 = this;
1014
1008
  return _asyncToGenerator(function* () {
1015
- return _this133.put('/connections/test', {
1009
+ return _this132.put('/connections/test', {
1016
1010
  tests
1017
1011
  }, body, options);
1018
1012
  })();
1019
1013
  }
1020
1014
  all_dialect_infos(fields, options) {
1021
- var _this134 = this;
1015
+ var _this133 = this;
1022
1016
  return _asyncToGenerator(function* () {
1023
- return _this134.get('/dialect_info', {
1017
+ return _this133.get('/dialect_info', {
1024
1018
  fields
1025
1019
  }, null, options);
1026
1020
  })();
1027
1021
  }
1028
1022
  all_external_oauth_applications(request, options) {
1029
- var _this135 = this;
1023
+ var _this134 = this;
1030
1024
  return _asyncToGenerator(function* () {
1031
- return _this135.get('/external_oauth_applications', {
1025
+ return _this134.get('/external_oauth_applications', {
1032
1026
  name: request.name,
1033
1027
  client_id: request.client_id
1034
1028
  }, null, options);
1035
1029
  })();
1036
1030
  }
1037
1031
  create_external_oauth_application(body, options) {
1038
- var _this136 = this;
1032
+ var _this135 = this;
1039
1033
  return _asyncToGenerator(function* () {
1040
- return _this136.post('/external_oauth_applications', null, body, options);
1034
+ return _this135.post('/external_oauth_applications', null, body, options);
1041
1035
  })();
1042
1036
  }
1043
1037
  create_oauth_application_user_state(body, options) {
1044
- var _this137 = this;
1038
+ var _this136 = this;
1045
1039
  return _asyncToGenerator(function* () {
1046
- return _this137.post('/external_oauth_applications/user_state', null, body, options);
1040
+ return _this136.post('/external_oauth_applications/user_state', null, body, options);
1047
1041
  })();
1048
1042
  }
1049
1043
  all_ssh_servers(fields, options) {
1050
- var _this138 = this;
1044
+ var _this137 = this;
1051
1045
  return _asyncToGenerator(function* () {
1052
- return _this138.get('/ssh_servers', {
1046
+ return _this137.get('/ssh_servers', {
1053
1047
  fields
1054
1048
  }, null, options);
1055
1049
  })();
1056
1050
  }
1057
1051
  create_ssh_server(body, options) {
1058
- var _this139 = this;
1052
+ var _this138 = this;
1059
1053
  return _asyncToGenerator(function* () {
1060
- return _this139.post('/ssh_servers', null, body, options);
1054
+ return _this138.post('/ssh_servers', null, body, options);
1061
1055
  })();
1062
1056
  }
1063
1057
  ssh_server(ssh_server_id, options) {
1064
- var _this140 = this;
1058
+ var _this139 = this;
1065
1059
  return _asyncToGenerator(function* () {
1066
1060
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1067
- return _this140.get("/ssh_server/".concat(ssh_server_id), null, null, options);
1061
+ return _this139.get("/ssh_server/".concat(ssh_server_id), null, null, options);
1068
1062
  })();
1069
1063
  }
1070
1064
  update_ssh_server(ssh_server_id, body, options) {
1071
- var _this141 = this;
1065
+ var _this140 = this;
1072
1066
  return _asyncToGenerator(function* () {
1073
1067
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1074
- return _this141.patch("/ssh_server/".concat(ssh_server_id), null, body, options);
1068
+ return _this140.patch("/ssh_server/".concat(ssh_server_id), null, body, options);
1075
1069
  })();
1076
1070
  }
1077
1071
  delete_ssh_server(ssh_server_id, options) {
1078
- var _this142 = this;
1072
+ var _this141 = this;
1079
1073
  return _asyncToGenerator(function* () {
1080
1074
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1081
- return _this142.delete("/ssh_server/".concat(ssh_server_id), null, null, options);
1075
+ return _this141.delete("/ssh_server/".concat(ssh_server_id), null, null, options);
1082
1076
  })();
1083
1077
  }
1084
1078
  test_ssh_server(ssh_server_id, options) {
1085
- var _this143 = this;
1079
+ var _this142 = this;
1086
1080
  return _asyncToGenerator(function* () {
1087
1081
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1088
- return _this143.get("/ssh_server/".concat(ssh_server_id, "/test"), null, null, options);
1082
+ return _this142.get("/ssh_server/".concat(ssh_server_id, "/test"), null, null, options);
1089
1083
  })();
1090
1084
  }
1091
1085
  all_ssh_tunnels(fields, options) {
1092
- var _this144 = this;
1086
+ var _this143 = this;
1093
1087
  return _asyncToGenerator(function* () {
1094
- return _this144.get('/ssh_tunnels', {
1088
+ return _this143.get('/ssh_tunnels', {
1095
1089
  fields
1096
1090
  }, null, options);
1097
1091
  })();
1098
1092
  }
1099
1093
  create_ssh_tunnel(body, options) {
1100
- var _this145 = this;
1094
+ var _this144 = this;
1101
1095
  return _asyncToGenerator(function* () {
1102
- return _this145.post('/ssh_tunnels', null, body, options);
1096
+ return _this144.post('/ssh_tunnels', null, body, options);
1103
1097
  })();
1104
1098
  }
1105
1099
  ssh_tunnel(ssh_tunnel_id, options) {
1106
- var _this146 = this;
1100
+ var _this145 = this;
1107
1101
  return _asyncToGenerator(function* () {
1108
1102
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1109
- return _this146.get("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1103
+ return _this145.get("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1110
1104
  })();
1111
1105
  }
1112
1106
  update_ssh_tunnel(ssh_tunnel_id, body, options) {
1113
- var _this147 = this;
1107
+ var _this146 = this;
1114
1108
  return _asyncToGenerator(function* () {
1115
1109
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1116
- return _this147.patch("/ssh_tunnel/".concat(ssh_tunnel_id), null, body, options);
1110
+ return _this146.patch("/ssh_tunnel/".concat(ssh_tunnel_id), null, body, options);
1117
1111
  })();
1118
1112
  }
1119
1113
  delete_ssh_tunnel(ssh_tunnel_id, options) {
1120
- var _this148 = this;
1114
+ var _this147 = this;
1121
1115
  return _asyncToGenerator(function* () {
1122
1116
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1123
- return _this148.delete("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1117
+ return _this147.delete("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1124
1118
  })();
1125
1119
  }
1126
1120
  test_ssh_tunnel(ssh_tunnel_id, options) {
1127
- var _this149 = this;
1121
+ var _this148 = this;
1128
1122
  return _asyncToGenerator(function* () {
1129
1123
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1130
- return _this149.get("/ssh_tunnel/".concat(ssh_tunnel_id, "/test"), null, null, options);
1124
+ return _this148.get("/ssh_tunnel/".concat(ssh_tunnel_id, "/test"), null, null, options);
1131
1125
  })();
1132
1126
  }
1133
1127
  ssh_public_key(options) {
1134
- var _this150 = this;
1128
+ var _this149 = this;
1135
1129
  return _asyncToGenerator(function* () {
1136
- return _this150.get('/ssh_public_key', null, null, options);
1130
+ return _this149.get('/ssh_public_key', null, null, options);
1137
1131
  })();
1138
1132
  }
1139
1133
  search_content_favorites(request, options) {
1140
- var _this151 = this;
1134
+ var _this150 = this;
1141
1135
  return _asyncToGenerator(function* () {
1142
- return _this151.get('/content_favorite/search', {
1136
+ return _this150.get('/content_favorite/search', {
1143
1137
  id: request.id,
1144
1138
  user_id: request.user_id,
1145
1139
  content_metadata_id: request.content_metadata_id,
@@ -1155,88 +1149,88 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1155
1149
  })();
1156
1150
  }
1157
1151
  content_favorite(content_favorite_id, fields, options) {
1158
- var _this152 = this;
1152
+ var _this151 = this;
1159
1153
  return _asyncToGenerator(function* () {
1160
1154
  content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
1161
- return _this152.get("/content_favorite/".concat(content_favorite_id), {
1155
+ return _this151.get("/content_favorite/".concat(content_favorite_id), {
1162
1156
  fields
1163
1157
  }, null, options);
1164
1158
  })();
1165
1159
  }
1166
1160
  delete_content_favorite(content_favorite_id, options) {
1167
- var _this153 = this;
1161
+ var _this152 = this;
1168
1162
  return _asyncToGenerator(function* () {
1169
1163
  content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
1170
- return _this153.delete("/content_favorite/".concat(content_favorite_id), null, null, options);
1164
+ return _this152.delete("/content_favorite/".concat(content_favorite_id), null, null, options);
1171
1165
  })();
1172
1166
  }
1173
1167
  create_content_favorite(body, options) {
1174
- var _this154 = this;
1168
+ var _this153 = this;
1175
1169
  return _asyncToGenerator(function* () {
1176
- return _this154.post('/content_favorite', null, body, options);
1170
+ return _this153.post('/content_favorite', null, body, options);
1177
1171
  })();
1178
1172
  }
1179
1173
  all_content_metadatas(parent_id, fields, options) {
1180
- var _this155 = this;
1174
+ var _this154 = this;
1181
1175
  return _asyncToGenerator(function* () {
1182
- return _this155.get('/content_metadata', {
1176
+ return _this154.get('/content_metadata', {
1183
1177
  parent_id,
1184
1178
  fields
1185
1179
  }, null, options);
1186
1180
  })();
1187
1181
  }
1188
1182
  content_metadata(content_metadata_id, fields, options) {
1189
- var _this156 = this;
1183
+ var _this155 = this;
1190
1184
  return _asyncToGenerator(function* () {
1191
1185
  content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
1192
- return _this156.get("/content_metadata/".concat(content_metadata_id), {
1186
+ return _this155.get("/content_metadata/".concat(content_metadata_id), {
1193
1187
  fields
1194
1188
  }, null, options);
1195
1189
  })();
1196
1190
  }
1197
1191
  update_content_metadata(content_metadata_id, body, options) {
1198
- var _this157 = this;
1192
+ var _this156 = this;
1199
1193
  return _asyncToGenerator(function* () {
1200
1194
  content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
1201
- return _this157.patch("/content_metadata/".concat(content_metadata_id), null, body, options);
1195
+ return _this156.patch("/content_metadata/".concat(content_metadata_id), null, body, options);
1202
1196
  })();
1203
1197
  }
1204
1198
  all_content_metadata_accesses(content_metadata_id, fields, options) {
1205
- var _this158 = this;
1199
+ var _this157 = this;
1206
1200
  return _asyncToGenerator(function* () {
1207
- return _this158.get('/content_metadata_access', {
1201
+ return _this157.get('/content_metadata_access', {
1208
1202
  content_metadata_id,
1209
1203
  fields
1210
1204
  }, null, options);
1211
1205
  })();
1212
1206
  }
1213
1207
  create_content_metadata_access(body, send_boards_notification_email, options) {
1214
- var _this159 = this;
1208
+ var _this158 = this;
1215
1209
  return _asyncToGenerator(function* () {
1216
- return _this159.post('/content_metadata_access', {
1210
+ return _this158.post('/content_metadata_access', {
1217
1211
  send_boards_notification_email
1218
1212
  }, body, options);
1219
1213
  })();
1220
1214
  }
1221
1215
  update_content_metadata_access(content_metadata_access_id, body, options) {
1222
- var _this160 = this;
1216
+ var _this159 = this;
1223
1217
  return _asyncToGenerator(function* () {
1224
1218
  content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
1225
- return _this160.put("/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
1219
+ return _this159.put("/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
1226
1220
  })();
1227
1221
  }
1228
1222
  delete_content_metadata_access(content_metadata_access_id, options) {
1229
- var _this161 = this;
1223
+ var _this160 = this;
1230
1224
  return _asyncToGenerator(function* () {
1231
1225
  content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
1232
- return _this161.delete("/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
1226
+ return _this160.delete("/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
1233
1227
  })();
1234
1228
  }
1235
1229
  search_content(request, options) {
1236
- var _this162 = this;
1230
+ var _this161 = this;
1237
1231
  return _asyncToGenerator(function* () {
1238
1232
  request.terms = (0, _sdkRtl.encodeParam)(request.terms);
1239
- return _this162.get("/content/".concat(request.terms), {
1233
+ return _this161.get("/content/".concat(request.terms), {
1240
1234
  fields: request.fields,
1241
1235
  types: request.types,
1242
1236
  limit: request.limit,
@@ -1247,12 +1241,13 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1247
1241
  })();
1248
1242
  }
1249
1243
  content_thumbnail(request, options) {
1250
- var _this163 = this;
1244
+ var _this162 = this;
1251
1245
  return _asyncToGenerator(function* () {
1252
1246
  request.type = (0, _sdkRtl.encodeParam)(request.type);
1253
1247
  request.resource_id = (0, _sdkRtl.encodeParam)(request.resource_id);
1254
- return _this163.get("/content_thumbnail/".concat(request.type, "/").concat(request.resource_id), {
1248
+ return _this162.get("/content_thumbnail/".concat(request.type, "/").concat(request.resource_id), {
1255
1249
  reload: request.reload,
1250
+ theme: request.theme,
1256
1251
  format: request.format,
1257
1252
  width: request.width,
1258
1253
  height: request.height
@@ -1260,17 +1255,17 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1260
1255
  })();
1261
1256
  }
1262
1257
  content_validation(fields, options) {
1263
- var _this164 = this;
1258
+ var _this163 = this;
1264
1259
  return _asyncToGenerator(function* () {
1265
- return _this164.get('/content_validation', {
1260
+ return _this163.get('/content_validation', {
1266
1261
  fields
1267
1262
  }, null, options);
1268
1263
  })();
1269
1264
  }
1270
1265
  search_content_views(request, options) {
1271
- var _this165 = this;
1266
+ var _this164 = this;
1272
1267
  return _asyncToGenerator(function* () {
1273
- return _this165.get('/content_view/search', {
1268
+ return _this164.get('/content_view/search', {
1274
1269
  view_count: request.view_count,
1275
1270
  group_id: request.group_id,
1276
1271
  look_id: request.look_id,
@@ -1288,33 +1283,33 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1288
1283
  })();
1289
1284
  }
1290
1285
  vector_thumbnail(type, resource_id, reload, options) {
1291
- var _this166 = this;
1286
+ var _this165 = this;
1292
1287
  return _asyncToGenerator(function* () {
1293
1288
  type = (0, _sdkRtl.encodeParam)(type);
1294
1289
  resource_id = (0, _sdkRtl.encodeParam)(resource_id);
1295
- return _this166.get("/vector_thumbnail/".concat(type, "/").concat(resource_id), {
1290
+ return _this165.get("/vector_thumbnail/".concat(type, "/").concat(resource_id), {
1296
1291
  reload
1297
1292
  }, null, options);
1298
1293
  })();
1299
1294
  }
1300
1295
  all_dashboards(fields, options) {
1301
- var _this167 = this;
1296
+ var _this166 = this;
1302
1297
  return _asyncToGenerator(function* () {
1303
- return _this167.get('/dashboards', {
1298
+ return _this166.get('/dashboards', {
1304
1299
  fields
1305
1300
  }, null, options);
1306
1301
  })();
1307
1302
  }
1308
1303
  create_dashboard(body, options) {
1309
- var _this168 = this;
1304
+ var _this167 = this;
1310
1305
  return _asyncToGenerator(function* () {
1311
- return _this168.post('/dashboards', null, body, options);
1306
+ return _this167.post('/dashboards', null, body, options);
1312
1307
  })();
1313
1308
  }
1314
1309
  search_dashboards(request, options) {
1315
- var _this169 = this;
1310
+ var _this168 = this;
1316
1311
  return _asyncToGenerator(function* () {
1317
- return _this169.get('/dashboards/search', {
1312
+ return _this168.get('/dashboards/search', {
1318
1313
  id: request.id,
1319
1314
  slug: request.slug,
1320
1315
  title: request.title,
@@ -1338,95 +1333,95 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1338
1333
  })();
1339
1334
  }
1340
1335
  import_lookml_dashboard(lookml_dashboard_id, space_id, body, raw_locale, options) {
1341
- var _this170 = this;
1336
+ var _this169 = this;
1342
1337
  return _asyncToGenerator(function* () {
1343
1338
  lookml_dashboard_id = (0, _sdkRtl.encodeParam)(lookml_dashboard_id);
1344
1339
  space_id = (0, _sdkRtl.encodeParam)(space_id);
1345
- return _this170.post("/dashboards/".concat(lookml_dashboard_id, "/import/").concat(space_id), {
1340
+ return _this169.post("/dashboards/".concat(lookml_dashboard_id, "/import/").concat(space_id), {
1346
1341
  raw_locale
1347
1342
  }, body, options);
1348
1343
  })();
1349
1344
  }
1350
1345
  sync_lookml_dashboard(lookml_dashboard_id, body, raw_locale, options) {
1351
- var _this171 = this;
1346
+ var _this170 = this;
1352
1347
  return _asyncToGenerator(function* () {
1353
1348
  lookml_dashboard_id = (0, _sdkRtl.encodeParam)(lookml_dashboard_id);
1354
- return _this171.patch("/dashboards/".concat(lookml_dashboard_id, "/sync"), {
1349
+ return _this170.patch("/dashboards/".concat(lookml_dashboard_id, "/sync"), {
1355
1350
  raw_locale
1356
1351
  }, body, options);
1357
1352
  })();
1358
1353
  }
1359
1354
  dashboard(dashboard_id, fields, options) {
1360
- var _this172 = this;
1355
+ var _this171 = this;
1361
1356
  return _asyncToGenerator(function* () {
1362
1357
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1363
- return _this172.get("/dashboards/".concat(dashboard_id), {
1358
+ return _this171.get("/dashboards/".concat(dashboard_id), {
1364
1359
  fields
1365
1360
  }, null, options);
1366
1361
  })();
1367
1362
  }
1368
1363
  update_dashboard(dashboard_id, body, options) {
1369
- var _this173 = this;
1364
+ var _this172 = this;
1370
1365
  return _asyncToGenerator(function* () {
1371
1366
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1372
- return _this173.patch("/dashboards/".concat(dashboard_id), null, body, options);
1367
+ return _this172.patch("/dashboards/".concat(dashboard_id), null, body, options);
1373
1368
  })();
1374
1369
  }
1375
1370
  delete_dashboard(dashboard_id, options) {
1376
- var _this174 = this;
1371
+ var _this173 = this;
1377
1372
  return _asyncToGenerator(function* () {
1378
1373
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1379
- return _this174.delete("/dashboards/".concat(dashboard_id), null, null, options);
1374
+ return _this173.delete("/dashboards/".concat(dashboard_id), null, null, options);
1380
1375
  })();
1381
1376
  }
1382
1377
  dashboard_aggregate_table_lookml(dashboard_id, options) {
1383
- var _this175 = this;
1378
+ var _this174 = this;
1384
1379
  return _asyncToGenerator(function* () {
1385
1380
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1386
- return _this175.get("/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
1381
+ return _this174.get("/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
1387
1382
  })();
1388
1383
  }
1389
1384
  dashboard_lookml(dashboard_id, options) {
1390
- var _this176 = this;
1385
+ var _this175 = this;
1391
1386
  return _asyncToGenerator(function* () {
1392
1387
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1393
- return _this176.get("/dashboards/lookml/".concat(dashboard_id), null, null, options);
1388
+ return _this175.get("/dashboards/lookml/".concat(dashboard_id), null, null, options);
1394
1389
  })();
1395
1390
  }
1396
1391
  move_dashboard(dashboard_id, folder_id, options) {
1397
- var _this177 = this;
1392
+ var _this176 = this;
1398
1393
  return _asyncToGenerator(function* () {
1399
1394
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1400
- return _this177.patch("/dashboards/".concat(dashboard_id, "/move"), {
1395
+ return _this176.patch("/dashboards/".concat(dashboard_id, "/move"), {
1401
1396
  folder_id
1402
1397
  }, null, options);
1403
1398
  })();
1404
1399
  }
1405
1400
  import_dashboard_from_lookml(body, options) {
1406
- var _this178 = this;
1401
+ var _this177 = this;
1407
1402
  return _asyncToGenerator(function* () {
1408
- return _this178.post('/dashboards/lookml', null, body, options);
1403
+ return _this177.post('/dashboards/lookml', null, body, options);
1409
1404
  })();
1410
1405
  }
1411
1406
  create_dashboard_from_lookml(body, options) {
1412
- var _this179 = this;
1407
+ var _this178 = this;
1413
1408
  return _asyncToGenerator(function* () {
1414
- return _this179.post('/dashboards/from_lookml', null, body, options);
1409
+ return _this178.post('/dashboards/from_lookml', null, body, options);
1415
1410
  })();
1416
1411
  }
1417
1412
  copy_dashboard(dashboard_id, folder_id, options) {
1418
- var _this180 = this;
1413
+ var _this179 = this;
1419
1414
  return _asyncToGenerator(function* () {
1420
1415
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1421
- return _this180.post("/dashboards/".concat(dashboard_id, "/copy"), {
1416
+ return _this179.post("/dashboards/".concat(dashboard_id, "/copy"), {
1422
1417
  folder_id
1423
1418
  }, null, options);
1424
1419
  })();
1425
1420
  }
1426
1421
  search_dashboard_elements(request, options) {
1427
- var _this181 = this;
1422
+ var _this180 = this;
1428
1423
  return _asyncToGenerator(function* () {
1429
- return _this181.get('/dashboard_elements/search', {
1424
+ return _this180.get('/dashboard_elements/search', {
1430
1425
  dashboard_id: request.dashboard_id,
1431
1426
  look_id: request.look_id,
1432
1427
  title: request.title,
@@ -1438,217 +1433,217 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1438
1433
  })();
1439
1434
  }
1440
1435
  dashboard_element(dashboard_element_id, fields, options) {
1441
- var _this182 = this;
1436
+ var _this181 = this;
1442
1437
  return _asyncToGenerator(function* () {
1443
1438
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1444
- return _this182.get("/dashboard_elements/".concat(dashboard_element_id), {
1439
+ return _this181.get("/dashboard_elements/".concat(dashboard_element_id), {
1445
1440
  fields
1446
1441
  }, null, options);
1447
1442
  })();
1448
1443
  }
1449
1444
  update_dashboard_element(dashboard_element_id, body, fields, options) {
1450
- var _this183 = this;
1445
+ var _this182 = this;
1451
1446
  return _asyncToGenerator(function* () {
1452
1447
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1453
- return _this183.patch("/dashboard_elements/".concat(dashboard_element_id), {
1448
+ return _this182.patch("/dashboard_elements/".concat(dashboard_element_id), {
1454
1449
  fields
1455
1450
  }, body, options);
1456
1451
  })();
1457
1452
  }
1458
1453
  delete_dashboard_element(dashboard_element_id, options) {
1459
- var _this184 = this;
1454
+ var _this183 = this;
1460
1455
  return _asyncToGenerator(function* () {
1461
1456
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1462
- return _this184.delete("/dashboard_elements/".concat(dashboard_element_id), null, null, options);
1457
+ return _this183.delete("/dashboard_elements/".concat(dashboard_element_id), null, null, options);
1463
1458
  })();
1464
1459
  }
1465
1460
  dashboard_dashboard_elements(dashboard_id, fields, options) {
1466
- var _this185 = this;
1461
+ var _this184 = this;
1467
1462
  return _asyncToGenerator(function* () {
1468
1463
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1469
- return _this185.get("/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
1464
+ return _this184.get("/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
1470
1465
  fields
1471
1466
  }, null, options);
1472
1467
  })();
1473
1468
  }
1474
1469
  create_dashboard_element(request, options) {
1475
- var _this186 = this;
1470
+ var _this185 = this;
1476
1471
  return _asyncToGenerator(function* () {
1477
- return _this186.post('/dashboard_elements', {
1472
+ return _this185.post('/dashboard_elements', {
1478
1473
  fields: request.fields,
1479
1474
  apply_filters: request.apply_filters
1480
1475
  }, request.body, options);
1481
1476
  })();
1482
1477
  }
1483
1478
  dashboard_filter(dashboard_filter_id, fields, options) {
1484
- var _this187 = this;
1479
+ var _this186 = this;
1485
1480
  return _asyncToGenerator(function* () {
1486
1481
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1487
- return _this187.get("/dashboard_filters/".concat(dashboard_filter_id), {
1482
+ return _this186.get("/dashboard_filters/".concat(dashboard_filter_id), {
1488
1483
  fields
1489
1484
  }, null, options);
1490
1485
  })();
1491
1486
  }
1492
1487
  update_dashboard_filter(dashboard_filter_id, body, fields, options) {
1493
- var _this188 = this;
1488
+ var _this187 = this;
1494
1489
  return _asyncToGenerator(function* () {
1495
1490
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1496
- return _this188.patch("/dashboard_filters/".concat(dashboard_filter_id), {
1491
+ return _this187.patch("/dashboard_filters/".concat(dashboard_filter_id), {
1497
1492
  fields
1498
1493
  }, body, options);
1499
1494
  })();
1500
1495
  }
1501
1496
  delete_dashboard_filter(dashboard_filter_id, options) {
1502
- var _this189 = this;
1497
+ var _this188 = this;
1503
1498
  return _asyncToGenerator(function* () {
1504
1499
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1505
- return _this189.delete("/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
1500
+ return _this188.delete("/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
1506
1501
  })();
1507
1502
  }
1508
1503
  dashboard_dashboard_filters(dashboard_id, fields, options) {
1509
- var _this190 = this;
1504
+ var _this189 = this;
1510
1505
  return _asyncToGenerator(function* () {
1511
1506
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1512
- return _this190.get("/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
1507
+ return _this189.get("/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
1513
1508
  fields
1514
1509
  }, null, options);
1515
1510
  })();
1516
1511
  }
1517
1512
  create_dashboard_filter(body, fields, options) {
1518
- var _this191 = this;
1513
+ var _this190 = this;
1519
1514
  return _asyncToGenerator(function* () {
1520
- return _this191.post('/dashboard_filters', {
1515
+ return _this190.post('/dashboard_filters', {
1521
1516
  fields
1522
1517
  }, body, options);
1523
1518
  })();
1524
1519
  }
1525
1520
  dashboard_layout_component(dashboard_layout_component_id, fields, options) {
1526
- var _this192 = this;
1521
+ var _this191 = this;
1527
1522
  return _asyncToGenerator(function* () {
1528
1523
  dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
1529
- return _this192.get("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1524
+ return _this191.get("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1530
1525
  fields
1531
1526
  }, null, options);
1532
1527
  })();
1533
1528
  }
1534
1529
  update_dashboard_layout_component(dashboard_layout_component_id, body, fields, options) {
1535
- var _this193 = this;
1530
+ var _this192 = this;
1536
1531
  return _asyncToGenerator(function* () {
1537
1532
  dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
1538
- return _this193.patch("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1533
+ return _this192.patch("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1539
1534
  fields
1540
1535
  }, body, options);
1541
1536
  })();
1542
1537
  }
1543
1538
  dashboard_layout_dashboard_layout_components(dashboard_layout_id, fields, options) {
1544
- var _this194 = this;
1539
+ var _this193 = this;
1545
1540
  return _asyncToGenerator(function* () {
1546
1541
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1547
- return _this194.get("/dashboard_layouts/".concat(dashboard_layout_id, "/dashboard_layout_components"), {
1542
+ return _this193.get("/dashboard_layouts/".concat(dashboard_layout_id, "/dashboard_layout_components"), {
1548
1543
  fields
1549
1544
  }, null, options);
1550
1545
  })();
1551
1546
  }
1552
1547
  dashboard_layout(dashboard_layout_id, fields, options) {
1553
- var _this195 = this;
1548
+ var _this194 = this;
1554
1549
  return _asyncToGenerator(function* () {
1555
1550
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1556
- return _this195.get("/dashboard_layouts/".concat(dashboard_layout_id), {
1551
+ return _this194.get("/dashboard_layouts/".concat(dashboard_layout_id), {
1557
1552
  fields
1558
1553
  }, null, options);
1559
1554
  })();
1560
1555
  }
1561
1556
  update_dashboard_layout(dashboard_layout_id, body, fields, options) {
1562
- var _this196 = this;
1557
+ var _this195 = this;
1563
1558
  return _asyncToGenerator(function* () {
1564
1559
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1565
- return _this196.patch("/dashboard_layouts/".concat(dashboard_layout_id), {
1560
+ return _this195.patch("/dashboard_layouts/".concat(dashboard_layout_id), {
1566
1561
  fields
1567
1562
  }, body, options);
1568
1563
  })();
1569
1564
  }
1570
1565
  delete_dashboard_layout(dashboard_layout_id, options) {
1571
- var _this197 = this;
1566
+ var _this196 = this;
1572
1567
  return _asyncToGenerator(function* () {
1573
1568
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1574
- return _this197.delete("/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
1569
+ return _this196.delete("/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
1575
1570
  })();
1576
1571
  }
1577
1572
  dashboard_dashboard_layouts(dashboard_id, fields, options) {
1578
- var _this198 = this;
1573
+ var _this197 = this;
1579
1574
  return _asyncToGenerator(function* () {
1580
1575
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1581
- return _this198.get("/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
1576
+ return _this197.get("/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
1582
1577
  fields
1583
1578
  }, null, options);
1584
1579
  })();
1585
1580
  }
1586
1581
  create_dashboard_layout(body, fields, options) {
1587
- var _this199 = this;
1582
+ var _this198 = this;
1588
1583
  return _asyncToGenerator(function* () {
1589
- return _this199.post('/dashboard_layouts', {
1584
+ return _this198.post('/dashboard_layouts', {
1590
1585
  fields
1591
1586
  }, body, options);
1592
1587
  })();
1593
1588
  }
1594
1589
  perform_data_action(body, options) {
1595
- var _this200 = this;
1590
+ var _this199 = this;
1596
1591
  return _asyncToGenerator(function* () {
1597
- return _this200.post('/data_actions', null, body, options);
1592
+ return _this199.post('/data_actions', null, body, options);
1598
1593
  })();
1599
1594
  }
1600
1595
  fetch_remote_data_action_form(body, options) {
1601
- var _this201 = this;
1596
+ var _this200 = this;
1602
1597
  return _asyncToGenerator(function* () {
1603
- return _this201.post('/data_actions/form', null, body, options);
1598
+ return _this200.post('/data_actions/form', null, body, options);
1604
1599
  })();
1605
1600
  }
1606
1601
  all_datagroups(options) {
1607
- var _this202 = this;
1602
+ var _this201 = this;
1608
1603
  return _asyncToGenerator(function* () {
1609
- return _this202.get('/datagroups', null, null, options);
1604
+ return _this201.get('/datagroups', null, null, options);
1610
1605
  })();
1611
1606
  }
1612
1607
  datagroup(datagroup_id, options) {
1613
- var _this203 = this;
1608
+ var _this202 = this;
1614
1609
  return _asyncToGenerator(function* () {
1615
1610
  datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
1616
- return _this203.get("/datagroups/".concat(datagroup_id), null, null, options);
1611
+ return _this202.get("/datagroups/".concat(datagroup_id), null, null, options);
1617
1612
  })();
1618
1613
  }
1619
1614
  update_datagroup(datagroup_id, body, options) {
1620
- var _this204 = this;
1615
+ var _this203 = this;
1621
1616
  return _asyncToGenerator(function* () {
1622
1617
  datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
1623
- return _this204.patch("/datagroups/".concat(datagroup_id), null, body, options);
1618
+ return _this203.patch("/datagroups/".concat(datagroup_id), null, body, options);
1624
1619
  })();
1625
1620
  }
1626
1621
  graph_derived_tables_for_model(request, options) {
1627
- var _this205 = this;
1622
+ var _this204 = this;
1628
1623
  return _asyncToGenerator(function* () {
1629
1624
  request.model = (0, _sdkRtl.encodeParam)(request.model);
1630
- return _this205.get("/derived_table/graph/model/".concat(request.model), {
1625
+ return _this204.get("/derived_table/graph/model/".concat(request.model), {
1631
1626
  format: request.format,
1632
1627
  color: request.color
1633
1628
  }, null, options);
1634
1629
  })();
1635
1630
  }
1636
1631
  graph_derived_tables_for_view(request, options) {
1637
- var _this206 = this;
1632
+ var _this205 = this;
1638
1633
  return _asyncToGenerator(function* () {
1639
1634
  request.view = (0, _sdkRtl.encodeParam)(request.view);
1640
- return _this206.get("/derived_table/graph/view/".concat(request.view), {
1635
+ return _this205.get("/derived_table/graph/view/".concat(request.view), {
1641
1636
  models: request.models,
1642
1637
  workspace: request.workspace
1643
1638
  }, null, options);
1644
1639
  })();
1645
1640
  }
1646
1641
  start_pdt_build(request, options) {
1647
- var _this207 = this;
1642
+ var _this206 = this;
1648
1643
  return _asyncToGenerator(function* () {
1649
1644
  request.model_name = (0, _sdkRtl.encodeParam)(request.model_name);
1650
1645
  request.view_name = (0, _sdkRtl.encodeParam)(request.view_name);
1651
- return _this207.get("/derived_table/".concat(request.model_name, "/").concat(request.view_name, "/start"), {
1646
+ return _this206.get("/derived_table/".concat(request.model_name, "/").concat(request.view_name, "/start"), {
1652
1647
  force_rebuild: request.force_rebuild,
1653
1648
  force_full_incremental: request.force_full_incremental,
1654
1649
  workspace: request.workspace,
@@ -1657,25 +1652,25 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1657
1652
  })();
1658
1653
  }
1659
1654
  check_pdt_build(materialization_id, options) {
1660
- var _this208 = this;
1655
+ var _this207 = this;
1661
1656
  return _asyncToGenerator(function* () {
1662
1657
  materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
1663
- return _this208.get("/derived_table/".concat(materialization_id, "/status"), null, null, options);
1658
+ return _this207.get("/derived_table/".concat(materialization_id, "/status"), null, null, options);
1664
1659
  })();
1665
1660
  }
1666
1661
  stop_pdt_build(materialization_id, source, options) {
1667
- var _this209 = this;
1662
+ var _this208 = this;
1668
1663
  return _asyncToGenerator(function* () {
1669
1664
  materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
1670
- return _this209.get("/derived_table/".concat(materialization_id, "/stop"), {
1665
+ return _this208.get("/derived_table/".concat(materialization_id, "/stop"), {
1671
1666
  source
1672
1667
  }, null, options);
1673
1668
  })();
1674
1669
  }
1675
1670
  search_folders(request, options) {
1676
- var _this210 = this;
1671
+ var _this209 = this;
1677
1672
  return _asyncToGenerator(function* () {
1678
- return _this210.get('/folders/search', {
1673
+ return _this209.get('/folders/search', {
1679
1674
  fields: request.fields,
1680
1675
  page: request.page,
1681
1676
  per_page: request.per_page,
@@ -1692,47 +1687,47 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1692
1687
  })();
1693
1688
  }
1694
1689
  folder(folder_id, fields, options) {
1695
- var _this211 = this;
1690
+ var _this210 = this;
1696
1691
  return _asyncToGenerator(function* () {
1697
1692
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1698
- return _this211.get("/folders/".concat(folder_id), {
1693
+ return _this210.get("/folders/".concat(folder_id), {
1699
1694
  fields
1700
1695
  }, null, options);
1701
1696
  })();
1702
1697
  }
1703
1698
  update_folder(folder_id, body, options) {
1704
- var _this212 = this;
1699
+ var _this211 = this;
1705
1700
  return _asyncToGenerator(function* () {
1706
1701
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1707
- return _this212.patch("/folders/".concat(folder_id), null, body, options);
1702
+ return _this211.patch("/folders/".concat(folder_id), null, body, options);
1708
1703
  })();
1709
1704
  }
1710
1705
  delete_folder(folder_id, options) {
1711
- var _this213 = this;
1706
+ var _this212 = this;
1712
1707
  return _asyncToGenerator(function* () {
1713
1708
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1714
- return _this213.delete("/folders/".concat(folder_id), null, null, options);
1709
+ return _this212.delete("/folders/".concat(folder_id), null, null, options);
1715
1710
  })();
1716
1711
  }
1717
1712
  all_folders(fields, options) {
1718
- var _this214 = this;
1713
+ var _this213 = this;
1719
1714
  return _asyncToGenerator(function* () {
1720
- return _this214.get('/folders', {
1715
+ return _this213.get('/folders', {
1721
1716
  fields
1722
1717
  }, null, options);
1723
1718
  })();
1724
1719
  }
1725
1720
  create_folder(body, options) {
1726
- var _this215 = this;
1721
+ var _this214 = this;
1727
1722
  return _asyncToGenerator(function* () {
1728
- return _this215.post('/folders', null, body, options);
1723
+ return _this214.post('/folders', null, body, options);
1729
1724
  })();
1730
1725
  }
1731
1726
  folder_children(request, options) {
1732
- var _this216 = this;
1727
+ var _this215 = this;
1733
1728
  return _asyncToGenerator(function* () {
1734
1729
  request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
1735
- return _this216.get("/folders/".concat(request.folder_id, "/children"), {
1730
+ return _this215.get("/folders/".concat(request.folder_id, "/children"), {
1736
1731
  fields: request.fields,
1737
1732
  page: request.page,
1738
1733
  per_page: request.per_page,
@@ -1743,10 +1738,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1743
1738
  })();
1744
1739
  }
1745
1740
  folder_children_search(request, options) {
1746
- var _this217 = this;
1741
+ var _this216 = this;
1747
1742
  return _asyncToGenerator(function* () {
1748
1743
  request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
1749
- return _this217.get("/folders/".concat(request.folder_id, "/children/search"), {
1744
+ return _this216.get("/folders/".concat(request.folder_id, "/children/search"), {
1750
1745
  fields: request.fields,
1751
1746
  sorts: request.sorts,
1752
1747
  name: request.name
@@ -1754,45 +1749,45 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1754
1749
  })();
1755
1750
  }
1756
1751
  folder_parent(folder_id, fields, options) {
1757
- var _this218 = this;
1752
+ var _this217 = this;
1758
1753
  return _asyncToGenerator(function* () {
1759
1754
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1760
- return _this218.get("/folders/".concat(folder_id, "/parent"), {
1755
+ return _this217.get("/folders/".concat(folder_id, "/parent"), {
1761
1756
  fields
1762
1757
  }, null, options);
1763
1758
  })();
1764
1759
  }
1765
1760
  folder_ancestors(folder_id, fields, options) {
1766
- var _this219 = this;
1761
+ var _this218 = this;
1767
1762
  return _asyncToGenerator(function* () {
1768
1763
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1769
- return _this219.get("/folders/".concat(folder_id, "/ancestors"), {
1764
+ return _this218.get("/folders/".concat(folder_id, "/ancestors"), {
1770
1765
  fields
1771
1766
  }, null, options);
1772
1767
  })();
1773
1768
  }
1774
1769
  folder_looks(folder_id, fields, options) {
1775
- var _this220 = this;
1770
+ var _this219 = this;
1776
1771
  return _asyncToGenerator(function* () {
1777
1772
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1778
- return _this220.get("/folders/".concat(folder_id, "/looks"), {
1773
+ return _this219.get("/folders/".concat(folder_id, "/looks"), {
1779
1774
  fields
1780
1775
  }, null, options);
1781
1776
  })();
1782
1777
  }
1783
1778
  folder_dashboards(folder_id, fields, options) {
1784
- var _this221 = this;
1779
+ var _this220 = this;
1785
1780
  return _asyncToGenerator(function* () {
1786
1781
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
1787
- return _this221.get("/folders/".concat(folder_id, "/dashboards"), {
1782
+ return _this220.get("/folders/".concat(folder_id, "/dashboards"), {
1788
1783
  fields
1789
1784
  }, null, options);
1790
1785
  })();
1791
1786
  }
1792
1787
  all_groups(request, options) {
1793
- var _this222 = this;
1788
+ var _this221 = this;
1794
1789
  return _asyncToGenerator(function* () {
1795
- return _this222.get('/groups', {
1790
+ return _this221.get('/groups', {
1796
1791
  fields: request.fields,
1797
1792
  page: request.page,
1798
1793
  per_page: request.per_page,
@@ -1806,17 +1801,17 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1806
1801
  })();
1807
1802
  }
1808
1803
  create_group(body, fields, options) {
1809
- var _this223 = this;
1804
+ var _this222 = this;
1810
1805
  return _asyncToGenerator(function* () {
1811
- return _this223.post('/groups', {
1806
+ return _this222.post('/groups', {
1812
1807
  fields
1813
1808
  }, body, options);
1814
1809
  })();
1815
1810
  }
1816
1811
  search_groups(request, options) {
1817
- var _this224 = this;
1812
+ var _this223 = this;
1818
1813
  return _asyncToGenerator(function* () {
1819
- return _this224.get('/groups/search', {
1814
+ return _this223.get('/groups/search', {
1820
1815
  fields: request.fields,
1821
1816
  limit: request.limit,
1822
1817
  offset: request.offset,
@@ -1831,9 +1826,9 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1831
1826
  })();
1832
1827
  }
1833
1828
  search_groups_with_roles(request, options) {
1834
- var _this225 = this;
1829
+ var _this224 = this;
1835
1830
  return _asyncToGenerator(function* () {
1836
- return _this225.get('/groups/search/with_roles', {
1831
+ return _this224.get('/groups/search/with_roles', {
1837
1832
  fields: request.fields,
1838
1833
  limit: request.limit,
1839
1834
  offset: request.offset,
@@ -1848,9 +1843,9 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1848
1843
  })();
1849
1844
  }
1850
1845
  search_groups_with_hierarchy(request, options) {
1851
- var _this226 = this;
1846
+ var _this225 = this;
1852
1847
  return _asyncToGenerator(function* () {
1853
- return _this226.get('/groups/search/with_hierarchy', {
1848
+ return _this225.get('/groups/search/with_hierarchy', {
1854
1849
  fields: request.fields,
1855
1850
  limit: request.limit,
1856
1851
  offset: request.offset,
@@ -1865,51 +1860,51 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1865
1860
  })();
1866
1861
  }
1867
1862
  group(group_id, fields, options) {
1868
- var _this227 = this;
1863
+ var _this226 = this;
1869
1864
  return _asyncToGenerator(function* () {
1870
1865
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1871
- return _this227.get("/groups/".concat(group_id), {
1866
+ return _this226.get("/groups/".concat(group_id), {
1872
1867
  fields
1873
1868
  }, null, options);
1874
1869
  })();
1875
1870
  }
1876
1871
  update_group(group_id, body, fields, options) {
1877
- var _this228 = this;
1872
+ var _this227 = this;
1878
1873
  return _asyncToGenerator(function* () {
1879
1874
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1880
- return _this228.patch("/groups/".concat(group_id), {
1875
+ return _this227.patch("/groups/".concat(group_id), {
1881
1876
  fields
1882
1877
  }, body, options);
1883
1878
  })();
1884
1879
  }
1885
1880
  delete_group(group_id, options) {
1886
- var _this229 = this;
1881
+ var _this228 = this;
1887
1882
  return _asyncToGenerator(function* () {
1888
1883
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1889
- return _this229.delete("/groups/".concat(group_id), null, null, options);
1884
+ return _this228.delete("/groups/".concat(group_id), null, null, options);
1890
1885
  })();
1891
1886
  }
1892
1887
  all_group_groups(group_id, fields, options) {
1893
- var _this230 = this;
1888
+ var _this229 = this;
1894
1889
  return _asyncToGenerator(function* () {
1895
1890
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1896
- return _this230.get("/groups/".concat(group_id, "/groups"), {
1891
+ return _this229.get("/groups/".concat(group_id, "/groups"), {
1897
1892
  fields
1898
1893
  }, null, options);
1899
1894
  })();
1900
1895
  }
1901
1896
  add_group_group(group_id, body, options) {
1902
- var _this231 = this;
1897
+ var _this230 = this;
1903
1898
  return _asyncToGenerator(function* () {
1904
1899
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1905
- return _this231.post("/groups/".concat(group_id, "/groups"), null, body, options);
1900
+ return _this230.post("/groups/".concat(group_id, "/groups"), null, body, options);
1906
1901
  })();
1907
1902
  }
1908
1903
  all_group_users(request, options) {
1909
- var _this232 = this;
1904
+ var _this231 = this;
1910
1905
  return _asyncToGenerator(function* () {
1911
1906
  request.group_id = (0, _sdkRtl.encodeParam)(request.group_id);
1912
- return _this232.get("/groups/".concat(request.group_id, "/users"), {
1907
+ return _this231.get("/groups/".concat(request.group_id, "/users"), {
1913
1908
  fields: request.fields,
1914
1909
  page: request.page,
1915
1910
  per_page: request.per_page,
@@ -1920,161 +1915,161 @@ class Looker40SDK extends _sdkRtl.APIMethods {
1920
1915
  })();
1921
1916
  }
1922
1917
  add_group_user(group_id, body, options) {
1923
- var _this233 = this;
1918
+ var _this232 = this;
1924
1919
  return _asyncToGenerator(function* () {
1925
1920
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1926
- return _this233.post("/groups/".concat(group_id, "/users"), null, body, options);
1921
+ return _this232.post("/groups/".concat(group_id, "/users"), null, body, options);
1927
1922
  })();
1928
1923
  }
1929
1924
  delete_group_user(group_id, user_id, options) {
1930
- var _this234 = this;
1925
+ var _this233 = this;
1931
1926
  return _asyncToGenerator(function* () {
1932
1927
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1933
1928
  user_id = (0, _sdkRtl.encodeParam)(user_id);
1934
- return _this234.delete("/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
1929
+ return _this233.delete("/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
1935
1930
  })();
1936
1931
  }
1937
1932
  delete_group_from_group(group_id, deleting_group_id, options) {
1938
- var _this235 = this;
1933
+ var _this234 = this;
1939
1934
  return _asyncToGenerator(function* () {
1940
1935
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1941
1936
  deleting_group_id = (0, _sdkRtl.encodeParam)(deleting_group_id);
1942
- return _this235.delete("/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
1937
+ return _this234.delete("/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
1943
1938
  })();
1944
1939
  }
1945
1940
  update_user_attribute_group_value(group_id, user_attribute_id, body, options) {
1946
- var _this236 = this;
1941
+ var _this235 = this;
1947
1942
  return _asyncToGenerator(function* () {
1948
1943
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1949
1944
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
1950
- return _this236.patch("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
1945
+ return _this235.patch("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
1951
1946
  })();
1952
1947
  }
1953
1948
  delete_user_attribute_group_value(group_id, user_attribute_id, options) {
1954
- var _this237 = this;
1949
+ var _this236 = this;
1955
1950
  return _asyncToGenerator(function* () {
1956
1951
  group_id = (0, _sdkRtl.encodeParam)(group_id);
1957
1952
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
1958
- return _this237.delete("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
1953
+ return _this236.delete("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
1959
1954
  })();
1960
1955
  }
1961
1956
  all_primary_homepage_sections(fields, options) {
1962
- var _this238 = this;
1957
+ var _this237 = this;
1963
1958
  return _asyncToGenerator(function* () {
1964
- return _this238.get('/primary_homepage_sections', {
1959
+ return _this237.get('/primary_homepage_sections', {
1965
1960
  fields
1966
1961
  }, null, options);
1967
1962
  })();
1968
1963
  }
1969
1964
  all_integration_hubs(fields, options) {
1970
- var _this239 = this;
1965
+ var _this238 = this;
1971
1966
  return _asyncToGenerator(function* () {
1972
- return _this239.get('/integration_hubs', {
1967
+ return _this238.get('/integration_hubs', {
1973
1968
  fields
1974
1969
  }, null, options);
1975
1970
  })();
1976
1971
  }
1977
1972
  create_integration_hub(body, fields, options) {
1978
- var _this240 = this;
1973
+ var _this239 = this;
1979
1974
  return _asyncToGenerator(function* () {
1980
- return _this240.post('/integration_hubs', {
1975
+ return _this239.post('/integration_hubs', {
1981
1976
  fields
1982
1977
  }, body, options);
1983
1978
  })();
1984
1979
  }
1985
1980
  integration_hub(integration_hub_id, fields, options) {
1986
- var _this241 = this;
1981
+ var _this240 = this;
1987
1982
  return _asyncToGenerator(function* () {
1988
1983
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
1989
- return _this241.get("/integration_hubs/".concat(integration_hub_id), {
1984
+ return _this240.get("/integration_hubs/".concat(integration_hub_id), {
1990
1985
  fields
1991
1986
  }, null, options);
1992
1987
  })();
1993
1988
  }
1994
1989
  update_integration_hub(integration_hub_id, body, fields, options) {
1995
- var _this242 = this;
1990
+ var _this241 = this;
1996
1991
  return _asyncToGenerator(function* () {
1997
1992
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
1998
- return _this242.patch("/integration_hubs/".concat(integration_hub_id), {
1993
+ return _this241.patch("/integration_hubs/".concat(integration_hub_id), {
1999
1994
  fields
2000
1995
  }, body, options);
2001
1996
  })();
2002
1997
  }
2003
1998
  delete_integration_hub(integration_hub_id, options) {
2004
- var _this243 = this;
1999
+ var _this242 = this;
2005
2000
  return _asyncToGenerator(function* () {
2006
2001
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2007
- return _this243.delete("/integration_hubs/".concat(integration_hub_id), null, null, options);
2002
+ return _this242.delete("/integration_hubs/".concat(integration_hub_id), null, null, options);
2008
2003
  })();
2009
2004
  }
2010
2005
  accept_integration_hub_legal_agreement(integration_hub_id, options) {
2011
- var _this244 = this;
2006
+ var _this243 = this;
2012
2007
  return _asyncToGenerator(function* () {
2013
2008
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2014
- return _this244.post("/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
2009
+ return _this243.post("/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
2015
2010
  })();
2016
2011
  }
2017
2012
  all_integrations(request, options) {
2018
- var _this245 = this;
2013
+ var _this244 = this;
2019
2014
  return _asyncToGenerator(function* () {
2020
- return _this245.get('/integrations', {
2015
+ return _this244.get('/integrations', {
2021
2016
  fields: request.fields,
2022
2017
  integration_hub_id: request.integration_hub_id
2023
2018
  }, null, options);
2024
2019
  })();
2025
2020
  }
2026
2021
  integration(integration_id, fields, options) {
2027
- var _this246 = this;
2022
+ var _this245 = this;
2028
2023
  return _asyncToGenerator(function* () {
2029
2024
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2030
- return _this246.get("/integrations/".concat(integration_id), {
2025
+ return _this245.get("/integrations/".concat(integration_id), {
2031
2026
  fields
2032
2027
  }, null, options);
2033
2028
  })();
2034
2029
  }
2035
2030
  update_integration(integration_id, body, fields, options) {
2036
- var _this247 = this;
2031
+ var _this246 = this;
2037
2032
  return _asyncToGenerator(function* () {
2038
2033
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2039
- return _this247.patch("/integrations/".concat(integration_id), {
2034
+ return _this246.patch("/integrations/".concat(integration_id), {
2040
2035
  fields
2041
2036
  }, body, options);
2042
2037
  })();
2043
2038
  }
2044
2039
  fetch_integration_form(integration_id, body, options) {
2045
- var _this248 = this;
2040
+ var _this247 = this;
2046
2041
  return _asyncToGenerator(function* () {
2047
2042
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2048
- return _this248.post("/integrations/".concat(integration_id, "/form"), null, body, options);
2043
+ return _this247.post("/integrations/".concat(integration_id, "/form"), null, body, options);
2049
2044
  })();
2050
2045
  }
2051
2046
  test_integration(integration_id, options) {
2052
- var _this249 = this;
2047
+ var _this248 = this;
2053
2048
  return _asyncToGenerator(function* () {
2054
2049
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2055
- return _this249.post("/integrations/".concat(integration_id, "/test"), null, null, options);
2050
+ return _this248.post("/integrations/".concat(integration_id, "/test"), null, null, options);
2056
2051
  })();
2057
2052
  }
2058
2053
  all_looks(fields, options) {
2059
- var _this250 = this;
2054
+ var _this249 = this;
2060
2055
  return _asyncToGenerator(function* () {
2061
- return _this250.get('/looks', {
2056
+ return _this249.get('/looks', {
2062
2057
  fields
2063
2058
  }, null, options);
2064
2059
  })();
2065
2060
  }
2066
2061
  create_look(body, fields, options) {
2067
- var _this251 = this;
2062
+ var _this250 = this;
2068
2063
  return _asyncToGenerator(function* () {
2069
- return _this251.post('/looks', {
2064
+ return _this250.post('/looks', {
2070
2065
  fields
2071
2066
  }, body, options);
2072
2067
  })();
2073
2068
  }
2074
2069
  search_looks(request, options) {
2075
- var _this252 = this;
2070
+ var _this251 = this;
2076
2071
  return _asyncToGenerator(function* () {
2077
- return _this252.get('/looks/search', {
2072
+ return _this251.get('/looks/search', {
2078
2073
  id: request.id,
2079
2074
  title: request.title,
2080
2075
  description: request.description,
@@ -2097,36 +2092,36 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2097
2092
  })();
2098
2093
  }
2099
2094
  look(look_id, fields, options) {
2100
- var _this253 = this;
2095
+ var _this252 = this;
2101
2096
  return _asyncToGenerator(function* () {
2102
2097
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2103
- return _this253.get("/looks/".concat(look_id), {
2098
+ return _this252.get("/looks/".concat(look_id), {
2104
2099
  fields
2105
2100
  }, null, options);
2106
2101
  })();
2107
2102
  }
2108
2103
  update_look(look_id, body, fields, options) {
2109
- var _this254 = this;
2104
+ var _this253 = this;
2110
2105
  return _asyncToGenerator(function* () {
2111
2106
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2112
- return _this254.patch("/looks/".concat(look_id), {
2107
+ return _this253.patch("/looks/".concat(look_id), {
2113
2108
  fields
2114
2109
  }, body, options);
2115
2110
  })();
2116
2111
  }
2117
2112
  delete_look(look_id, options) {
2118
- var _this255 = this;
2113
+ var _this254 = this;
2119
2114
  return _asyncToGenerator(function* () {
2120
2115
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2121
- return _this255.delete("/looks/".concat(look_id), null, null, options);
2116
+ return _this254.delete("/looks/".concat(look_id), null, null, options);
2122
2117
  })();
2123
2118
  }
2124
2119
  run_look(request, options) {
2125
- var _this256 = this;
2120
+ var _this255 = this;
2126
2121
  return _asyncToGenerator(function* () {
2127
2122
  request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
2128
2123
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
2129
- return _this256.get("/looks/".concat(request.look_id, "/run/").concat(request.result_format), {
2124
+ return _this255.get("/looks/".concat(request.look_id, "/run/").concat(request.result_format), {
2130
2125
  limit: request.limit,
2131
2126
  apply_formatting: request.apply_formatting,
2132
2127
  apply_vis: request.apply_vis,
@@ -2143,27 +2138,27 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2143
2138
  })();
2144
2139
  }
2145
2140
  copy_look(look_id, folder_id, options) {
2146
- var _this257 = this;
2141
+ var _this256 = this;
2147
2142
  return _asyncToGenerator(function* () {
2148
2143
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2149
- return _this257.post("/looks/".concat(look_id, "/copy"), {
2144
+ return _this256.post("/looks/".concat(look_id, "/copy"), {
2150
2145
  folder_id
2151
2146
  }, null, options);
2152
2147
  })();
2153
2148
  }
2154
2149
  move_look(look_id, folder_id, options) {
2155
- var _this258 = this;
2150
+ var _this257 = this;
2156
2151
  return _asyncToGenerator(function* () {
2157
2152
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2158
- return _this258.patch("/looks/".concat(look_id, "/move"), {
2153
+ return _this257.patch("/looks/".concat(look_id, "/move"), {
2159
2154
  folder_id
2160
2155
  }, null, options);
2161
2156
  })();
2162
2157
  }
2163
2158
  all_lookml_models(request, options) {
2164
- var _this259 = this;
2159
+ var _this258 = this;
2165
2160
  return _asyncToGenerator(function* () {
2166
- return _this259.get('/lookml_models', {
2161
+ return _this258.get('/lookml_models', {
2167
2162
  fields: request.fields,
2168
2163
  limit: request.limit,
2169
2164
  offset: request.offset
@@ -2171,84 +2166,84 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2171
2166
  })();
2172
2167
  }
2173
2168
  create_lookml_model(body, options) {
2174
- var _this260 = this;
2169
+ var _this259 = this;
2175
2170
  return _asyncToGenerator(function* () {
2176
- return _this260.post('/lookml_models', null, body, options);
2171
+ return _this259.post('/lookml_models', null, body, options);
2177
2172
  })();
2178
2173
  }
2179
2174
  lookml_model(lookml_model_name, fields, options) {
2180
- var _this261 = this;
2175
+ var _this260 = this;
2181
2176
  return _asyncToGenerator(function* () {
2182
2177
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2183
- return _this261.get("/lookml_models/".concat(lookml_model_name), {
2178
+ return _this260.get("/lookml_models/".concat(lookml_model_name), {
2184
2179
  fields
2185
2180
  }, null, options);
2186
2181
  })();
2187
2182
  }
2188
2183
  update_lookml_model(lookml_model_name, body, options) {
2189
- var _this262 = this;
2184
+ var _this261 = this;
2190
2185
  return _asyncToGenerator(function* () {
2191
2186
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2192
- return _this262.patch("/lookml_models/".concat(lookml_model_name), null, body, options);
2187
+ return _this261.patch("/lookml_models/".concat(lookml_model_name), null, body, options);
2193
2188
  })();
2194
2189
  }
2195
2190
  delete_lookml_model(lookml_model_name, options) {
2196
- var _this263 = this;
2191
+ var _this262 = this;
2197
2192
  return _asyncToGenerator(function* () {
2198
2193
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2199
- return _this263.delete("/lookml_models/".concat(lookml_model_name), null, null, options);
2194
+ return _this262.delete("/lookml_models/".concat(lookml_model_name), null, null, options);
2200
2195
  })();
2201
2196
  }
2202
2197
  lookml_model_explore(lookml_model_name, explore_name, fields, options) {
2203
- var _this264 = this;
2198
+ var _this263 = this;
2204
2199
  return _asyncToGenerator(function* () {
2205
2200
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2206
2201
  explore_name = (0, _sdkRtl.encodeParam)(explore_name);
2207
- return _this264.get("/lookml_models/".concat(lookml_model_name, "/explores/").concat(explore_name), {
2202
+ return _this263.get("/lookml_models/".concat(lookml_model_name, "/explores/").concat(explore_name), {
2208
2203
  fields
2209
2204
  }, null, options);
2210
2205
  })();
2211
2206
  }
2212
2207
  model_fieldname_suggestions(request, options) {
2213
- var _this265 = this;
2208
+ var _this264 = this;
2214
2209
  return _asyncToGenerator(function* () {
2215
2210
  request.model_name = (0, _sdkRtl.encodeParam)(request.model_name);
2216
2211
  request.view_name = (0, _sdkRtl.encodeParam)(request.view_name);
2217
2212
  request.field_name = (0, _sdkRtl.encodeParam)(request.field_name);
2218
- return _this265.get("/models/".concat(request.model_name, "/views/").concat(request.view_name, "/fields/").concat(request.field_name, "/suggestions"), {
2213
+ return _this264.get("/models/".concat(request.model_name, "/views/").concat(request.view_name, "/fields/").concat(request.field_name, "/suggestions"), {
2219
2214
  term: request.term,
2220
2215
  filters: request.filters
2221
2216
  }, null, options);
2222
2217
  })();
2223
2218
  }
2224
2219
  get_model(model_name, options) {
2225
- var _this266 = this;
2220
+ var _this265 = this;
2226
2221
  return _asyncToGenerator(function* () {
2227
2222
  model_name = (0, _sdkRtl.encodeParam)(model_name);
2228
- return _this266.get("/models/".concat(model_name), null, null, options);
2223
+ return _this265.get("/models/".concat(model_name), null, null, options);
2229
2224
  })();
2230
2225
  }
2231
2226
  connection_databases(connection_name, options) {
2232
- var _this267 = this;
2227
+ var _this266 = this;
2233
2228
  return _asyncToGenerator(function* () {
2234
2229
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2235
- return _this267.get("/connections/".concat(connection_name, "/databases"), null, null, options);
2230
+ return _this266.get("/connections/".concat(connection_name, "/databases"), null, null, options);
2236
2231
  })();
2237
2232
  }
2238
2233
  connection_features(connection_name, fields, options) {
2239
- var _this268 = this;
2234
+ var _this267 = this;
2240
2235
  return _asyncToGenerator(function* () {
2241
2236
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2242
- return _this268.get("/connections/".concat(connection_name, "/features"), {
2237
+ return _this267.get("/connections/".concat(connection_name, "/features"), {
2243
2238
  fields
2244
2239
  }, null, options);
2245
2240
  })();
2246
2241
  }
2247
2242
  connection_schemas(request, options) {
2248
- var _this269 = this;
2243
+ var _this268 = this;
2249
2244
  return _asyncToGenerator(function* () {
2250
2245
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2251
- return _this269.get("/connections/".concat(request.connection_name, "/schemas"), {
2246
+ return _this268.get("/connections/".concat(request.connection_name, "/schemas"), {
2252
2247
  database: request.database,
2253
2248
  cache: request.cache,
2254
2249
  fields: request.fields
@@ -2256,10 +2251,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2256
2251
  })();
2257
2252
  }
2258
2253
  connection_tables(request, options) {
2259
- var _this270 = this;
2254
+ var _this269 = this;
2260
2255
  return _asyncToGenerator(function* () {
2261
2256
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2262
- return _this270.get("/connections/".concat(request.connection_name, "/tables"), {
2257
+ return _this269.get("/connections/".concat(request.connection_name, "/tables"), {
2263
2258
  database: request.database,
2264
2259
  schema_name: request.schema_name,
2265
2260
  cache: request.cache,
@@ -2270,10 +2265,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2270
2265
  })();
2271
2266
  }
2272
2267
  connection_columns(request, options) {
2273
- var _this271 = this;
2268
+ var _this270 = this;
2274
2269
  return _asyncToGenerator(function* () {
2275
2270
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2276
- return _this271.get("/connections/".concat(request.connection_name, "/columns"), {
2271
+ return _this270.get("/connections/".concat(request.connection_name, "/columns"), {
2277
2272
  database: request.database,
2278
2273
  schema_name: request.schema_name,
2279
2274
  cache: request.cache,
@@ -2284,241 +2279,241 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2284
2279
  })();
2285
2280
  }
2286
2281
  connection_search_columns(request, options) {
2287
- var _this272 = this;
2282
+ var _this271 = this;
2288
2283
  return _asyncToGenerator(function* () {
2289
2284
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2290
- return _this272.get("/connections/".concat(request.connection_name, "/search_columns"), {
2285
+ return _this271.get("/connections/".concat(request.connection_name, "/search_columns"), {
2291
2286
  column_name: request.column_name,
2292
2287
  fields: request.fields
2293
2288
  }, null, options);
2294
2289
  })();
2295
2290
  }
2296
2291
  connection_cost_estimate(connection_name, body, fields, options) {
2297
- var _this273 = this;
2292
+ var _this272 = this;
2298
2293
  return _asyncToGenerator(function* () {
2299
2294
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2300
- return _this273.post("/connections/".concat(connection_name, "/cost_estimate"), {
2295
+ return _this272.post("/connections/".concat(connection_name, "/cost_estimate"), {
2301
2296
  fields
2302
2297
  }, body, options);
2303
2298
  })();
2304
2299
  }
2305
2300
  lock_all(project_id, fields, options) {
2306
- var _this274 = this;
2301
+ var _this273 = this;
2307
2302
  return _asyncToGenerator(function* () {
2308
2303
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2309
- return _this274.post("/projects/".concat(project_id, "/manifest/lock_all"), {
2304
+ return _this273.post("/projects/".concat(project_id, "/manifest/lock_all"), {
2310
2305
  fields
2311
2306
  }, null, options);
2312
2307
  })();
2313
2308
  }
2314
2309
  all_git_branches(project_id, options) {
2315
- var _this275 = this;
2310
+ var _this274 = this;
2316
2311
  return _asyncToGenerator(function* () {
2317
2312
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2318
- return _this275.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
2313
+ return _this274.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
2319
2314
  })();
2320
2315
  }
2321
2316
  git_branch(project_id, options) {
2322
- var _this276 = this;
2317
+ var _this275 = this;
2323
2318
  return _asyncToGenerator(function* () {
2324
2319
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2325
- return _this276.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
2320
+ return _this275.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
2326
2321
  })();
2327
2322
  }
2328
2323
  update_git_branch(project_id, body, options) {
2329
- var _this277 = this;
2324
+ var _this276 = this;
2330
2325
  return _asyncToGenerator(function* () {
2331
2326
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2332
- return _this277.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
2327
+ return _this276.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
2333
2328
  })();
2334
2329
  }
2335
2330
  create_git_branch(project_id, body, options) {
2336
- var _this278 = this;
2331
+ var _this277 = this;
2337
2332
  return _asyncToGenerator(function* () {
2338
2333
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2339
- return _this278.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
2334
+ return _this277.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
2340
2335
  })();
2341
2336
  }
2342
2337
  find_git_branch(project_id, branch_name, options) {
2343
- var _this279 = this;
2338
+ var _this278 = this;
2344
2339
  return _asyncToGenerator(function* () {
2345
2340
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2346
2341
  branch_name = (0, _sdkRtl.encodeParam)(branch_name);
2347
- return _this279.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2342
+ return _this278.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2348
2343
  })();
2349
2344
  }
2350
2345
  delete_git_branch(project_id, branch_name, options) {
2351
- var _this280 = this;
2346
+ var _this279 = this;
2352
2347
  return _asyncToGenerator(function* () {
2353
2348
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2354
2349
  branch_name = (0, _sdkRtl.encodeParam)(branch_name);
2355
- return _this280.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2350
+ return _this279.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2356
2351
  })();
2357
2352
  }
2358
2353
  deploy_ref_to_production(request, options) {
2359
- var _this281 = this;
2354
+ var _this280 = this;
2360
2355
  return _asyncToGenerator(function* () {
2361
2356
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
2362
- return _this281.post("/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
2357
+ return _this280.post("/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
2363
2358
  branch: request.branch,
2364
2359
  ref: request.ref
2365
2360
  }, null, options);
2366
2361
  })();
2367
2362
  }
2368
2363
  deploy_to_production(project_id, options) {
2369
- var _this282 = this;
2364
+ var _this281 = this;
2370
2365
  return _asyncToGenerator(function* () {
2371
2366
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2372
- return _this282.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
2367
+ return _this281.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
2373
2368
  })();
2374
2369
  }
2375
2370
  reset_project_to_production(project_id, options) {
2376
- var _this283 = this;
2371
+ var _this282 = this;
2377
2372
  return _asyncToGenerator(function* () {
2378
2373
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2379
- return _this283.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
2374
+ return _this282.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
2380
2375
  })();
2381
2376
  }
2382
2377
  reset_project_to_remote(project_id, options) {
2383
- var _this284 = this;
2378
+ var _this283 = this;
2384
2379
  return _asyncToGenerator(function* () {
2385
2380
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2386
- return _this284.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
2381
+ return _this283.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
2387
2382
  })();
2388
2383
  }
2389
2384
  all_projects(fields, options) {
2390
- var _this285 = this;
2385
+ var _this284 = this;
2391
2386
  return _asyncToGenerator(function* () {
2392
- return _this285.get('/projects', {
2387
+ return _this284.get('/projects', {
2393
2388
  fields
2394
2389
  }, null, options);
2395
2390
  })();
2396
2391
  }
2397
2392
  create_project(body, options) {
2398
- var _this286 = this;
2393
+ var _this285 = this;
2399
2394
  return _asyncToGenerator(function* () {
2400
- return _this286.post('/projects', null, body, options);
2395
+ return _this285.post('/projects', null, body, options);
2401
2396
  })();
2402
2397
  }
2403
2398
  project(project_id, fields, options) {
2404
- var _this287 = this;
2399
+ var _this286 = this;
2405
2400
  return _asyncToGenerator(function* () {
2406
2401
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2407
- return _this287.get("/projects/".concat(project_id), {
2402
+ return _this286.get("/projects/".concat(project_id), {
2408
2403
  fields
2409
2404
  }, null, options);
2410
2405
  })();
2411
2406
  }
2412
2407
  update_project(project_id, body, fields, options) {
2413
- var _this288 = this;
2408
+ var _this287 = this;
2414
2409
  return _asyncToGenerator(function* () {
2415
2410
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2416
- return _this288.patch("/projects/".concat(project_id), {
2411
+ return _this287.patch("/projects/".concat(project_id), {
2417
2412
  fields
2418
2413
  }, body, options);
2419
2414
  })();
2420
2415
  }
2421
2416
  manifest(project_id, options) {
2422
- var _this289 = this;
2417
+ var _this288 = this;
2423
2418
  return _asyncToGenerator(function* () {
2424
2419
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2425
- return _this289.get("/projects/".concat(project_id, "/manifest"), null, null, options);
2420
+ return _this288.get("/projects/".concat(project_id, "/manifest"), null, null, options);
2426
2421
  })();
2427
2422
  }
2428
2423
  git_deploy_key(project_id, options) {
2429
- var _this290 = this;
2424
+ var _this289 = this;
2430
2425
  return _asyncToGenerator(function* () {
2431
2426
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2432
- return _this290.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2427
+ return _this289.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2433
2428
  })();
2434
2429
  }
2435
2430
  create_git_deploy_key(project_id, options) {
2436
- var _this291 = this;
2431
+ var _this290 = this;
2437
2432
  return _asyncToGenerator(function* () {
2438
2433
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2439
- return _this291.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2434
+ return _this290.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2440
2435
  })();
2441
2436
  }
2442
2437
  project_validation_results(project_id, fields, options) {
2443
- var _this292 = this;
2438
+ var _this291 = this;
2444
2439
  return _asyncToGenerator(function* () {
2445
2440
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2446
- return _this292.get("/projects/".concat(project_id, "/validate"), {
2441
+ return _this291.get("/projects/".concat(project_id, "/validate"), {
2447
2442
  fields
2448
2443
  }, null, options);
2449
2444
  })();
2450
2445
  }
2451
2446
  validate_project(project_id, fields, options) {
2452
- var _this293 = this;
2447
+ var _this292 = this;
2453
2448
  return _asyncToGenerator(function* () {
2454
2449
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2455
- return _this293.post("/projects/".concat(project_id, "/validate"), {
2450
+ return _this292.post("/projects/".concat(project_id, "/validate"), {
2456
2451
  fields
2457
2452
  }, null, options);
2458
2453
  })();
2459
2454
  }
2460
2455
  project_workspace(project_id, fields, options) {
2461
- var _this294 = this;
2456
+ var _this293 = this;
2462
2457
  return _asyncToGenerator(function* () {
2463
2458
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2464
- return _this294.get("/projects/".concat(project_id, "/current_workspace"), {
2459
+ return _this293.get("/projects/".concat(project_id, "/current_workspace"), {
2465
2460
  fields
2466
2461
  }, null, options);
2467
2462
  })();
2468
2463
  }
2469
2464
  all_project_files(project_id, fields, options) {
2470
- var _this295 = this;
2465
+ var _this294 = this;
2471
2466
  return _asyncToGenerator(function* () {
2472
2467
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2473
- return _this295.get("/projects/".concat(project_id, "/files"), {
2468
+ return _this294.get("/projects/".concat(project_id, "/files"), {
2474
2469
  fields
2475
2470
  }, null, options);
2476
2471
  })();
2477
2472
  }
2478
2473
  project_file(project_id, file_id, fields, options) {
2479
- var _this296 = this;
2474
+ var _this295 = this;
2480
2475
  return _asyncToGenerator(function* () {
2481
2476
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2482
- return _this296.get("/projects/".concat(project_id, "/files/file"), {
2477
+ return _this295.get("/projects/".concat(project_id, "/files/file"), {
2483
2478
  file_id,
2484
2479
  fields
2485
2480
  }, null, options);
2486
2481
  })();
2487
2482
  }
2488
2483
  all_git_connection_tests(project_id, remote_url, options) {
2489
- var _this297 = this;
2484
+ var _this296 = this;
2490
2485
  return _asyncToGenerator(function* () {
2491
2486
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2492
- return _this297.get("/projects/".concat(project_id, "/git_connection_tests"), {
2487
+ return _this296.get("/projects/".concat(project_id, "/git_connection_tests"), {
2493
2488
  remote_url
2494
2489
  }, null, options);
2495
2490
  })();
2496
2491
  }
2497
2492
  run_git_connection_test(request, options) {
2498
- var _this298 = this;
2493
+ var _this297 = this;
2499
2494
  return _asyncToGenerator(function* () {
2500
2495
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
2501
2496
  request.test_id = (0, _sdkRtl.encodeParam)(request.test_id);
2502
- return _this298.get("/projects/".concat(request.project_id, "/git_connection_tests/").concat(request.test_id), {
2497
+ return _this297.get("/projects/".concat(request.project_id, "/git_connection_tests/").concat(request.test_id), {
2503
2498
  remote_url: request.remote_url,
2504
2499
  use_production: request.use_production
2505
2500
  }, null, options);
2506
2501
  })();
2507
2502
  }
2508
2503
  all_lookml_tests(project_id, file_id, options) {
2509
- var _this299 = this;
2504
+ var _this298 = this;
2510
2505
  return _asyncToGenerator(function* () {
2511
2506
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2512
- return _this299.get("/projects/".concat(project_id, "/lookml_tests"), {
2507
+ return _this298.get("/projects/".concat(project_id, "/lookml_tests"), {
2513
2508
  file_id
2514
2509
  }, null, options);
2515
2510
  })();
2516
2511
  }
2517
2512
  run_lookml_test(request, options) {
2518
- var _this300 = this;
2513
+ var _this299 = this;
2519
2514
  return _asyncToGenerator(function* () {
2520
2515
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
2521
- return _this300.get("/projects/".concat(request.project_id, "/lookml_tests/run"), {
2516
+ return _this299.get("/projects/".concat(request.project_id, "/lookml_tests/run"), {
2522
2517
  file_id: request.file_id,
2523
2518
  test: request.test,
2524
2519
  model: request.model
@@ -2526,10 +2521,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2526
2521
  })();
2527
2522
  }
2528
2523
  tag_ref(request, options) {
2529
- var _this301 = this;
2524
+ var _this300 = this;
2530
2525
  return _asyncToGenerator(function* () {
2531
2526
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
2532
- return _this301.post("/projects/".concat(request.project_id, "/tag"), {
2527
+ return _this300.post("/projects/".concat(request.project_id, "/tag"), {
2533
2528
  commit_sha: request.commit_sha,
2534
2529
  tag_name: request.tag_name,
2535
2530
  tag_message: request.tag_message
@@ -2537,32 +2532,32 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2537
2532
  })();
2538
2533
  }
2539
2534
  update_repository_credential(root_project_id, credential_id, body, options) {
2540
- var _this302 = this;
2535
+ var _this301 = this;
2541
2536
  return _asyncToGenerator(function* () {
2542
2537
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
2543
2538
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
2544
- return _this302.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
2539
+ return _this301.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
2545
2540
  })();
2546
2541
  }
2547
2542
  delete_repository_credential(root_project_id, credential_id, options) {
2548
- var _this303 = this;
2543
+ var _this302 = this;
2549
2544
  return _asyncToGenerator(function* () {
2550
2545
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
2551
2546
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
2552
- return _this303.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
2547
+ return _this302.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
2553
2548
  })();
2554
2549
  }
2555
2550
  get_all_repository_credentials(root_project_id, options) {
2556
- var _this304 = this;
2551
+ var _this303 = this;
2557
2552
  return _asyncToGenerator(function* () {
2558
2553
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
2559
- return _this304.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
2554
+ return _this303.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
2560
2555
  })();
2561
2556
  }
2562
2557
  create_query_task(request, options) {
2563
- var _this305 = this;
2558
+ var _this304 = this;
2564
2559
  return _asyncToGenerator(function* () {
2565
- return _this305.post('/query_tasks', {
2560
+ return _this304.post('/query_tasks', {
2566
2561
  limit: request.limit,
2567
2562
  apply_formatting: request.apply_formatting,
2568
2563
  apply_vis: request.apply_vis,
@@ -2580,61 +2575,61 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2580
2575
  })();
2581
2576
  }
2582
2577
  query_task_multi_results(query_task_ids, options) {
2583
- var _this306 = this;
2578
+ var _this305 = this;
2584
2579
  return _asyncToGenerator(function* () {
2585
- return _this306.get('/query_tasks/multi_results', {
2580
+ return _this305.get('/query_tasks/multi_results', {
2586
2581
  query_task_ids
2587
2582
  }, null, options);
2588
2583
  })();
2589
2584
  }
2590
2585
  query_task(query_task_id, fields, options) {
2591
- var _this307 = this;
2586
+ var _this306 = this;
2592
2587
  return _asyncToGenerator(function* () {
2593
2588
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
2594
- return _this307.get("/query_tasks/".concat(query_task_id), {
2589
+ return _this306.get("/query_tasks/".concat(query_task_id), {
2595
2590
  fields
2596
2591
  }, null, options);
2597
2592
  })();
2598
2593
  }
2599
2594
  query_task_results(query_task_id, options) {
2600
- var _this308 = this;
2595
+ var _this307 = this;
2601
2596
  return _asyncToGenerator(function* () {
2602
2597
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
2603
- return _this308.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
2598
+ return _this307.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
2604
2599
  })();
2605
2600
  }
2606
2601
  query(query_id, fields, options) {
2607
- var _this309 = this;
2602
+ var _this308 = this;
2608
2603
  return _asyncToGenerator(function* () {
2609
2604
  query_id = (0, _sdkRtl.encodeParam)(query_id);
2610
- return _this309.get("/queries/".concat(query_id), {
2605
+ return _this308.get("/queries/".concat(query_id), {
2611
2606
  fields
2612
2607
  }, null, options);
2613
2608
  })();
2614
2609
  }
2615
2610
  query_for_slug(slug, fields, options) {
2616
- var _this310 = this;
2611
+ var _this309 = this;
2617
2612
  return _asyncToGenerator(function* () {
2618
2613
  slug = (0, _sdkRtl.encodeParam)(slug);
2619
- return _this310.get("/queries/slug/".concat(slug), {
2614
+ return _this309.get("/queries/slug/".concat(slug), {
2620
2615
  fields
2621
2616
  }, null, options);
2622
2617
  })();
2623
2618
  }
2624
2619
  create_query(body, fields, options) {
2625
- var _this311 = this;
2620
+ var _this310 = this;
2626
2621
  return _asyncToGenerator(function* () {
2627
- return _this311.post('/queries', {
2622
+ return _this310.post('/queries', {
2628
2623
  fields
2629
2624
  }, body, options);
2630
2625
  })();
2631
2626
  }
2632
2627
  run_query(request, options) {
2633
- var _this312 = this;
2628
+ var _this311 = this;
2634
2629
  return _asyncToGenerator(function* () {
2635
2630
  request.query_id = (0, _sdkRtl.encodeParam)(request.query_id);
2636
2631
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
2637
- return _this312.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
2632
+ return _this311.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
2638
2633
  limit: request.limit,
2639
2634
  apply_formatting: request.apply_formatting,
2640
2635
  apply_vis: request.apply_vis,
@@ -2652,10 +2647,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2652
2647
  })();
2653
2648
  }
2654
2649
  run_inline_query(request, options) {
2655
- var _this313 = this;
2650
+ var _this312 = this;
2656
2651
  return _asyncToGenerator(function* () {
2657
2652
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
2658
- return _this313.post("/queries/run/".concat(request.result_format), {
2653
+ return _this312.post("/queries/run/".concat(request.result_format), {
2659
2654
  limit: request.limit,
2660
2655
  apply_formatting: request.apply_formatting,
2661
2656
  apply_vis: request.apply_vis,
@@ -2672,73 +2667,73 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2672
2667
  })();
2673
2668
  }
2674
2669
  run_url_encoded_query(model_name, view_name, result_format, options) {
2675
- var _this314 = this;
2670
+ var _this313 = this;
2676
2671
  return _asyncToGenerator(function* () {
2677
2672
  model_name = (0, _sdkRtl.encodeParam)(model_name);
2678
2673
  view_name = (0, _sdkRtl.encodeParam)(view_name);
2679
2674
  result_format = (0, _sdkRtl.encodeParam)(result_format);
2680
- return _this314.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
2675
+ return _this313.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
2681
2676
  })();
2682
2677
  }
2683
2678
  merge_query(merge_query_id, fields, options) {
2684
- var _this315 = this;
2679
+ var _this314 = this;
2685
2680
  return _asyncToGenerator(function* () {
2686
2681
  merge_query_id = (0, _sdkRtl.encodeParam)(merge_query_id);
2687
- return _this315.get("/merge_queries/".concat(merge_query_id), {
2682
+ return _this314.get("/merge_queries/".concat(merge_query_id), {
2688
2683
  fields
2689
2684
  }, null, options);
2690
2685
  })();
2691
2686
  }
2692
2687
  create_merge_query(body, fields, options) {
2693
- var _this316 = this;
2688
+ var _this315 = this;
2694
2689
  return _asyncToGenerator(function* () {
2695
- return _this316.post('/merge_queries', {
2690
+ return _this315.post('/merge_queries', {
2696
2691
  fields
2697
2692
  }, body, options);
2698
2693
  })();
2699
2694
  }
2700
2695
  all_running_queries(options) {
2701
- var _this317 = this;
2696
+ var _this316 = this;
2702
2697
  return _asyncToGenerator(function* () {
2703
- return _this317.get('/running_queries', null, null, options);
2698
+ return _this316.get('/running_queries', null, null, options);
2704
2699
  })();
2705
2700
  }
2706
2701
  kill_query(query_task_id, options) {
2707
- var _this318 = this;
2702
+ var _this317 = this;
2708
2703
  return _asyncToGenerator(function* () {
2709
2704
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
2710
- return _this318.delete("/running_queries/".concat(query_task_id), null, null, options);
2705
+ return _this317.delete("/running_queries/".concat(query_task_id), null, null, options);
2711
2706
  })();
2712
2707
  }
2713
2708
  sql_query(slug, options) {
2714
- var _this319 = this;
2709
+ var _this318 = this;
2715
2710
  return _asyncToGenerator(function* () {
2716
2711
  slug = (0, _sdkRtl.encodeParam)(slug);
2717
- return _this319.get("/sql_queries/".concat(slug), null, null, options);
2712
+ return _this318.get("/sql_queries/".concat(slug), null, null, options);
2718
2713
  })();
2719
2714
  }
2720
2715
  create_sql_query(body, options) {
2721
- var _this320 = this;
2716
+ var _this319 = this;
2722
2717
  return _asyncToGenerator(function* () {
2723
- return _this320.post('/sql_queries', null, body, options);
2718
+ return _this319.post('/sql_queries', null, body, options);
2724
2719
  })();
2725
2720
  }
2726
2721
  run_sql_query(slug, result_format, download, options) {
2727
- var _this321 = this;
2722
+ var _this320 = this;
2728
2723
  return _asyncToGenerator(function* () {
2729
2724
  slug = (0, _sdkRtl.encodeParam)(slug);
2730
2725
  result_format = (0, _sdkRtl.encodeParam)(result_format);
2731
- return _this321.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
2726
+ return _this320.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
2732
2727
  download
2733
2728
  }, null, options);
2734
2729
  })();
2735
2730
  }
2736
2731
  create_look_render_task(look_id, result_format, width, height, fields, options) {
2737
- var _this322 = this;
2732
+ var _this321 = this;
2738
2733
  return _asyncToGenerator(function* () {
2739
2734
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2740
2735
  result_format = (0, _sdkRtl.encodeParam)(result_format);
2741
- return _this322.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
2736
+ return _this321.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
2742
2737
  width,
2743
2738
  height,
2744
2739
  fields
@@ -2746,11 +2741,11 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2746
2741
  })();
2747
2742
  }
2748
2743
  create_query_render_task(query_id, result_format, width, height, fields, options) {
2749
- var _this323 = this;
2744
+ var _this322 = this;
2750
2745
  return _asyncToGenerator(function* () {
2751
2746
  query_id = (0, _sdkRtl.encodeParam)(query_id);
2752
2747
  result_format = (0, _sdkRtl.encodeParam)(result_format);
2753
- return _this323.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
2748
+ return _this322.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
2754
2749
  width,
2755
2750
  height,
2756
2751
  fields
@@ -2758,11 +2753,11 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2758
2753
  })();
2759
2754
  }
2760
2755
  create_dashboard_render_task(request, options) {
2761
- var _this324 = this;
2756
+ var _this323 = this;
2762
2757
  return _asyncToGenerator(function* () {
2763
2758
  request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
2764
2759
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
2765
- return _this324.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
2760
+ return _this323.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
2766
2761
  width: request.width,
2767
2762
  height: request.height,
2768
2763
  fields: request.fields,
@@ -2773,27 +2768,27 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2773
2768
  })();
2774
2769
  }
2775
2770
  render_task(render_task_id, fields, options) {
2776
- var _this325 = this;
2771
+ var _this324 = this;
2777
2772
  return _asyncToGenerator(function* () {
2778
2773
  render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
2779
- return _this325.get("/render_tasks/".concat(render_task_id), {
2774
+ return _this324.get("/render_tasks/".concat(render_task_id), {
2780
2775
  fields
2781
2776
  }, null, options);
2782
2777
  })();
2783
2778
  }
2784
2779
  render_task_results(render_task_id, options) {
2785
- var _this326 = this;
2780
+ var _this325 = this;
2786
2781
  return _asyncToGenerator(function* () {
2787
2782
  render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
2788
- return _this326.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
2783
+ return _this325.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
2789
2784
  })();
2790
2785
  }
2791
2786
  create_dashboard_element_render_task(dashboard_element_id, result_format, width, height, fields, options) {
2792
- var _this327 = this;
2787
+ var _this326 = this;
2793
2788
  return _asyncToGenerator(function* () {
2794
2789
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
2795
2790
  result_format = (0, _sdkRtl.encodeParam)(result_format);
2796
- return _this327.post("/render_tasks/dashboard_elements/".concat(dashboard_element_id, "/").concat(result_format), {
2791
+ return _this326.post("/render_tasks/dashboard_elements/".concat(dashboard_element_id, "/").concat(result_format), {
2797
2792
  width,
2798
2793
  height,
2799
2794
  fields
@@ -2801,9 +2796,9 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2801
2796
  })();
2802
2797
  }
2803
2798
  search_model_sets(request, options) {
2804
- var _this328 = this;
2799
+ var _this327 = this;
2805
2800
  return _asyncToGenerator(function* () {
2806
- return _this328.get('/model_sets/search', {
2801
+ return _this327.get('/model_sets/search', {
2807
2802
  fields: request.fields,
2808
2803
  limit: request.limit,
2809
2804
  offset: request.offset,
@@ -2817,52 +2812,52 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2817
2812
  })();
2818
2813
  }
2819
2814
  model_set(model_set_id, fields, options) {
2820
- var _this329 = this;
2815
+ var _this328 = this;
2821
2816
  return _asyncToGenerator(function* () {
2822
2817
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
2823
- return _this329.get("/model_sets/".concat(model_set_id), {
2818
+ return _this328.get("/model_sets/".concat(model_set_id), {
2824
2819
  fields
2825
2820
  }, null, options);
2826
2821
  })();
2827
2822
  }
2828
2823
  update_model_set(model_set_id, body, options) {
2829
- var _this330 = this;
2824
+ var _this329 = this;
2830
2825
  return _asyncToGenerator(function* () {
2831
2826
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
2832
- return _this330.patch("/model_sets/".concat(model_set_id), null, body, options);
2827
+ return _this329.patch("/model_sets/".concat(model_set_id), null, body, options);
2833
2828
  })();
2834
2829
  }
2835
2830
  delete_model_set(model_set_id, options) {
2836
- var _this331 = this;
2831
+ var _this330 = this;
2837
2832
  return _asyncToGenerator(function* () {
2838
2833
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
2839
- return _this331.delete("/model_sets/".concat(model_set_id), null, null, options);
2834
+ return _this330.delete("/model_sets/".concat(model_set_id), null, null, options);
2840
2835
  })();
2841
2836
  }
2842
2837
  all_model_sets(fields, options) {
2843
- var _this332 = this;
2838
+ var _this331 = this;
2844
2839
  return _asyncToGenerator(function* () {
2845
- return _this332.get('/model_sets', {
2840
+ return _this331.get('/model_sets', {
2846
2841
  fields
2847
2842
  }, null, options);
2848
2843
  })();
2849
2844
  }
2850
2845
  create_model_set(body, options) {
2851
- var _this333 = this;
2846
+ var _this332 = this;
2852
2847
  return _asyncToGenerator(function* () {
2853
- return _this333.post('/model_sets', null, body, options);
2848
+ return _this332.post('/model_sets', null, body, options);
2854
2849
  })();
2855
2850
  }
2856
2851
  all_permissions(options) {
2857
- var _this334 = this;
2852
+ var _this333 = this;
2858
2853
  return _asyncToGenerator(function* () {
2859
- return _this334.get('/permissions', null, null, options);
2854
+ return _this333.get('/permissions', null, null, options);
2860
2855
  })();
2861
2856
  }
2862
2857
  search_permission_sets(request, options) {
2863
- var _this335 = this;
2858
+ var _this334 = this;
2864
2859
  return _asyncToGenerator(function* () {
2865
- return _this335.get('/permission_sets/search', {
2860
+ return _this334.get('/permission_sets/search', {
2866
2861
  fields: request.fields,
2867
2862
  limit: request.limit,
2868
2863
  offset: request.offset,
@@ -2876,61 +2871,61 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2876
2871
  })();
2877
2872
  }
2878
2873
  permission_set(permission_set_id, fields, options) {
2879
- var _this336 = this;
2874
+ var _this335 = this;
2880
2875
  return _asyncToGenerator(function* () {
2881
2876
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
2882
- return _this336.get("/permission_sets/".concat(permission_set_id), {
2877
+ return _this335.get("/permission_sets/".concat(permission_set_id), {
2883
2878
  fields
2884
2879
  }, null, options);
2885
2880
  })();
2886
2881
  }
2887
2882
  update_permission_set(permission_set_id, body, options) {
2888
- var _this337 = this;
2883
+ var _this336 = this;
2889
2884
  return _asyncToGenerator(function* () {
2890
2885
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
2891
- return _this337.patch("/permission_sets/".concat(permission_set_id), null, body, options);
2886
+ return _this336.patch("/permission_sets/".concat(permission_set_id), null, body, options);
2892
2887
  })();
2893
2888
  }
2894
2889
  delete_permission_set(permission_set_id, options) {
2895
- var _this338 = this;
2890
+ var _this337 = this;
2896
2891
  return _asyncToGenerator(function* () {
2897
2892
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
2898
- return _this338.delete("/permission_sets/".concat(permission_set_id), null, null, options);
2893
+ return _this337.delete("/permission_sets/".concat(permission_set_id), null, null, options);
2899
2894
  })();
2900
2895
  }
2901
2896
  all_permission_sets(fields, options) {
2902
- var _this339 = this;
2897
+ var _this338 = this;
2903
2898
  return _asyncToGenerator(function* () {
2904
- return _this339.get('/permission_sets', {
2899
+ return _this338.get('/permission_sets', {
2905
2900
  fields
2906
2901
  }, null, options);
2907
2902
  })();
2908
2903
  }
2909
2904
  create_permission_set(body, options) {
2910
- var _this340 = this;
2905
+ var _this339 = this;
2911
2906
  return _asyncToGenerator(function* () {
2912
- return _this340.post('/permission_sets', null, body, options);
2907
+ return _this339.post('/permission_sets', null, body, options);
2913
2908
  })();
2914
2909
  }
2915
2910
  all_roles(request, options) {
2916
- var _this341 = this;
2911
+ var _this340 = this;
2917
2912
  return _asyncToGenerator(function* () {
2918
- return _this341.get('/roles', {
2913
+ return _this340.get('/roles', {
2919
2914
  fields: request.fields,
2920
2915
  ids: request.ids
2921
2916
  }, null, options);
2922
2917
  })();
2923
2918
  }
2924
2919
  create_role(body, options) {
2925
- var _this342 = this;
2920
+ var _this341 = this;
2926
2921
  return _asyncToGenerator(function* () {
2927
- return _this342.post('/roles', null, body, options);
2922
+ return _this341.post('/roles', null, body, options);
2928
2923
  })();
2929
2924
  }
2930
2925
  search_roles(request, options) {
2931
- var _this343 = this;
2926
+ var _this342 = this;
2932
2927
  return _asyncToGenerator(function* () {
2933
- return _this343.get('/roles/search', {
2928
+ return _this342.get('/roles/search', {
2934
2929
  fields: request.fields,
2935
2930
  limit: request.limit,
2936
2931
  offset: request.offset,
@@ -2943,9 +2938,9 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2943
2938
  })();
2944
2939
  }
2945
2940
  search_roles_with_user_count(request, options) {
2946
- var _this344 = this;
2941
+ var _this343 = this;
2947
2942
  return _asyncToGenerator(function* () {
2948
- return _this344.get('/roles/search/with_user_count', {
2943
+ return _this343.get('/roles/search/with_user_count', {
2949
2944
  fields: request.fields,
2950
2945
  limit: request.limit,
2951
2946
  offset: request.offset,
@@ -2958,95 +2953,95 @@ class Looker40SDK extends _sdkRtl.APIMethods {
2958
2953
  })();
2959
2954
  }
2960
2955
  role(role_id, options) {
2961
- var _this345 = this;
2956
+ var _this344 = this;
2962
2957
  return _asyncToGenerator(function* () {
2963
2958
  role_id = (0, _sdkRtl.encodeParam)(role_id);
2964
- return _this345.get("/roles/".concat(role_id), null, null, options);
2959
+ return _this344.get("/roles/".concat(role_id), null, null, options);
2965
2960
  })();
2966
2961
  }
2967
2962
  update_role(role_id, body, options) {
2968
- var _this346 = this;
2963
+ var _this345 = this;
2969
2964
  return _asyncToGenerator(function* () {
2970
2965
  role_id = (0, _sdkRtl.encodeParam)(role_id);
2971
- return _this346.patch("/roles/".concat(role_id), null, body, options);
2966
+ return _this345.patch("/roles/".concat(role_id), null, body, options);
2972
2967
  })();
2973
2968
  }
2974
2969
  delete_role(role_id, options) {
2975
- var _this347 = this;
2970
+ var _this346 = this;
2976
2971
  return _asyncToGenerator(function* () {
2977
2972
  role_id = (0, _sdkRtl.encodeParam)(role_id);
2978
- return _this347.delete("/roles/".concat(role_id), null, null, options);
2973
+ return _this346.delete("/roles/".concat(role_id), null, null, options);
2979
2974
  })();
2980
2975
  }
2981
2976
  role_groups(role_id, fields, options) {
2982
- var _this348 = this;
2977
+ var _this347 = this;
2983
2978
  return _asyncToGenerator(function* () {
2984
2979
  role_id = (0, _sdkRtl.encodeParam)(role_id);
2985
- return _this348.get("/roles/".concat(role_id, "/groups"), {
2980
+ return _this347.get("/roles/".concat(role_id, "/groups"), {
2986
2981
  fields
2987
2982
  }, null, options);
2988
2983
  })();
2989
2984
  }
2990
2985
  set_role_groups(role_id, body, options) {
2991
- var _this349 = this;
2986
+ var _this348 = this;
2992
2987
  return _asyncToGenerator(function* () {
2993
2988
  role_id = (0, _sdkRtl.encodeParam)(role_id);
2994
- return _this349.put("/roles/".concat(role_id, "/groups"), null, body, options);
2989
+ return _this348.put("/roles/".concat(role_id, "/groups"), null, body, options);
2995
2990
  })();
2996
2991
  }
2997
2992
  role_users(request, options) {
2998
- var _this350 = this;
2993
+ var _this349 = this;
2999
2994
  return _asyncToGenerator(function* () {
3000
2995
  request.role_id = (0, _sdkRtl.encodeParam)(request.role_id);
3001
- return _this350.get("/roles/".concat(request.role_id, "/users"), {
2996
+ return _this349.get("/roles/".concat(request.role_id, "/users"), {
3002
2997
  fields: request.fields,
3003
2998
  direct_association_only: request.direct_association_only
3004
2999
  }, null, options);
3005
3000
  })();
3006
3001
  }
3007
3002
  set_role_users(role_id, body, options) {
3008
- var _this351 = this;
3003
+ var _this350 = this;
3009
3004
  return _asyncToGenerator(function* () {
3010
3005
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3011
- return _this351.put("/roles/".concat(role_id, "/users"), null, body, options);
3006
+ return _this350.put("/roles/".concat(role_id, "/users"), null, body, options);
3012
3007
  })();
3013
3008
  }
3014
3009
  scheduled_plans_for_space(space_id, fields, options) {
3015
- var _this352 = this;
3010
+ var _this351 = this;
3016
3011
  return _asyncToGenerator(function* () {
3017
3012
  space_id = (0, _sdkRtl.encodeParam)(space_id);
3018
- return _this352.get("/scheduled_plans/space/".concat(space_id), {
3013
+ return _this351.get("/scheduled_plans/space/".concat(space_id), {
3019
3014
  fields
3020
3015
  }, null, options);
3021
3016
  })();
3022
3017
  }
3023
3018
  scheduled_plan(scheduled_plan_id, fields, options) {
3024
- var _this353 = this;
3019
+ var _this352 = this;
3025
3020
  return _asyncToGenerator(function* () {
3026
3021
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3027
- return _this353.get("/scheduled_plans/".concat(scheduled_plan_id), {
3022
+ return _this352.get("/scheduled_plans/".concat(scheduled_plan_id), {
3028
3023
  fields
3029
3024
  }, null, options);
3030
3025
  })();
3031
3026
  }
3032
3027
  update_scheduled_plan(scheduled_plan_id, body, options) {
3033
- var _this354 = this;
3028
+ var _this353 = this;
3034
3029
  return _asyncToGenerator(function* () {
3035
3030
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3036
- return _this354.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3031
+ return _this353.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3037
3032
  })();
3038
3033
  }
3039
3034
  delete_scheduled_plan(scheduled_plan_id, options) {
3040
- var _this355 = this;
3035
+ var _this354 = this;
3041
3036
  return _asyncToGenerator(function* () {
3042
3037
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3043
- return _this355.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3038
+ return _this354.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3044
3039
  })();
3045
3040
  }
3046
3041
  all_scheduled_plans(request, options) {
3047
- var _this356 = this;
3042
+ var _this355 = this;
3048
3043
  return _asyncToGenerator(function* () {
3049
- return _this356.get('/scheduled_plans', {
3044
+ return _this355.get('/scheduled_plans', {
3050
3045
  user_id: request.user_id,
3051
3046
  fields: request.fields,
3052
3047
  all_users: request.all_users
@@ -3054,22 +3049,22 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3054
3049
  })();
3055
3050
  }
3056
3051
  create_scheduled_plan(body, options) {
3057
- var _this357 = this;
3052
+ var _this356 = this;
3058
3053
  return _asyncToGenerator(function* () {
3059
- return _this357.post('/scheduled_plans', null, body, options);
3054
+ return _this356.post('/scheduled_plans', null, body, options);
3060
3055
  })();
3061
3056
  }
3062
3057
  scheduled_plan_run_once(body, options) {
3063
- var _this358 = this;
3058
+ var _this357 = this;
3064
3059
  return _asyncToGenerator(function* () {
3065
- return _this358.post('/scheduled_plans/run_once', null, body, options);
3060
+ return _this357.post('/scheduled_plans/run_once', null, body, options);
3066
3061
  })();
3067
3062
  }
3068
3063
  scheduled_plans_for_look(request, options) {
3069
- var _this359 = this;
3064
+ var _this358 = this;
3070
3065
  return _asyncToGenerator(function* () {
3071
3066
  request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
3072
- return _this359.get("/scheduled_plans/look/".concat(request.look_id), {
3067
+ return _this358.get("/scheduled_plans/look/".concat(request.look_id), {
3073
3068
  user_id: request.user_id,
3074
3069
  fields: request.fields,
3075
3070
  all_users: request.all_users
@@ -3077,10 +3072,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3077
3072
  })();
3078
3073
  }
3079
3074
  scheduled_plans_for_dashboard(request, options) {
3080
- var _this360 = this;
3075
+ var _this359 = this;
3081
3076
  return _asyncToGenerator(function* () {
3082
3077
  request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
3083
- return _this360.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3078
+ return _this359.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3084
3079
  user_id: request.user_id,
3085
3080
  all_users: request.all_users,
3086
3081
  fields: request.fields
@@ -3088,10 +3083,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3088
3083
  })();
3089
3084
  }
3090
3085
  scheduled_plans_for_lookml_dashboard(request, options) {
3091
- var _this361 = this;
3086
+ var _this360 = this;
3092
3087
  return _asyncToGenerator(function* () {
3093
3088
  request.lookml_dashboard_id = (0, _sdkRtl.encodeParam)(request.lookml_dashboard_id);
3094
- return _this361.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3089
+ return _this360.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3095
3090
  user_id: request.user_id,
3096
3091
  fields: request.fields,
3097
3092
  all_users: request.all_users
@@ -3099,42 +3094,42 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3099
3094
  })();
3100
3095
  }
3101
3096
  scheduled_plan_run_once_by_id(scheduled_plan_id, body, options) {
3102
- var _this362 = this;
3097
+ var _this361 = this;
3103
3098
  return _asyncToGenerator(function* () {
3104
3099
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3105
- return _this362.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3100
+ return _this361.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3106
3101
  })();
3107
3102
  }
3108
3103
  session(options) {
3109
- var _this363 = this;
3104
+ var _this362 = this;
3110
3105
  return _asyncToGenerator(function* () {
3111
- return _this363.get('/session', null, null, options);
3106
+ return _this362.get('/session', null, null, options);
3112
3107
  })();
3113
3108
  }
3114
3109
  update_session(body, options) {
3115
- var _this364 = this;
3110
+ var _this363 = this;
3116
3111
  return _asyncToGenerator(function* () {
3117
- return _this364.patch('/session', null, body, options);
3112
+ return _this363.patch('/session', null, body, options);
3118
3113
  })();
3119
3114
  }
3120
3115
  all_themes(fields, options) {
3121
- var _this365 = this;
3116
+ var _this364 = this;
3122
3117
  return _asyncToGenerator(function* () {
3123
- return _this365.get('/themes', {
3118
+ return _this364.get('/themes', {
3124
3119
  fields
3125
3120
  }, null, options);
3126
3121
  })();
3127
3122
  }
3128
3123
  create_theme(body, options) {
3129
- var _this366 = this;
3124
+ var _this365 = this;
3130
3125
  return _asyncToGenerator(function* () {
3131
- return _this366.post('/themes', null, body, options);
3126
+ return _this365.post('/themes', null, body, options);
3132
3127
  })();
3133
3128
  }
3134
3129
  search_themes(request, options) {
3135
- var _this367 = this;
3130
+ var _this366 = this;
3136
3131
  return _asyncToGenerator(function* () {
3137
- return _this367.get('/themes/search', {
3132
+ return _this366.get('/themes/search', {
3138
3133
  id: request.id,
3139
3134
  name: request.name,
3140
3135
  begin_at: request.begin_at,
@@ -3148,25 +3143,25 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3148
3143
  })();
3149
3144
  }
3150
3145
  default_theme(ts, options) {
3151
- var _this368 = this;
3146
+ var _this367 = this;
3152
3147
  return _asyncToGenerator(function* () {
3153
- return _this368.get('/themes/default', {
3148
+ return _this367.get('/themes/default', {
3154
3149
  ts
3155
3150
  }, null, options);
3156
3151
  })();
3157
3152
  }
3158
3153
  set_default_theme(name, options) {
3159
- var _this369 = this;
3154
+ var _this368 = this;
3160
3155
  return _asyncToGenerator(function* () {
3161
- return _this369.put('/themes/default', {
3156
+ return _this368.put('/themes/default', {
3162
3157
  name
3163
3158
  }, null, options);
3164
3159
  })();
3165
3160
  }
3166
3161
  active_themes(request, options) {
3167
- var _this370 = this;
3162
+ var _this369 = this;
3168
3163
  return _asyncToGenerator(function* () {
3169
- return _this370.get('/themes/active', {
3164
+ return _this369.get('/themes/active', {
3170
3165
  name: request.name,
3171
3166
  ts: request.ts,
3172
3167
  fields: request.fields
@@ -3174,47 +3169,47 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3174
3169
  })();
3175
3170
  }
3176
3171
  theme_or_default(name, ts, options) {
3177
- var _this371 = this;
3172
+ var _this370 = this;
3178
3173
  return _asyncToGenerator(function* () {
3179
- return _this371.get('/themes/theme_or_default', {
3174
+ return _this370.get('/themes/theme_or_default', {
3180
3175
  name,
3181
3176
  ts
3182
3177
  }, null, options);
3183
3178
  })();
3184
3179
  }
3185
3180
  validate_theme(body, options) {
3186
- var _this372 = this;
3181
+ var _this371 = this;
3187
3182
  return _asyncToGenerator(function* () {
3188
- return _this372.post('/themes/validate', null, body, options);
3183
+ return _this371.post('/themes/validate', null, body, options);
3189
3184
  })();
3190
3185
  }
3191
3186
  theme(theme_id, fields, options) {
3192
- var _this373 = this;
3187
+ var _this372 = this;
3193
3188
  return _asyncToGenerator(function* () {
3194
3189
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3195
- return _this373.get("/themes/".concat(theme_id), {
3190
+ return _this372.get("/themes/".concat(theme_id), {
3196
3191
  fields
3197
3192
  }, null, options);
3198
3193
  })();
3199
3194
  }
3200
3195
  update_theme(theme_id, body, options) {
3201
- var _this374 = this;
3196
+ var _this373 = this;
3202
3197
  return _asyncToGenerator(function* () {
3203
3198
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3204
- return _this374.patch("/themes/".concat(theme_id), null, body, options);
3199
+ return _this373.patch("/themes/".concat(theme_id), null, body, options);
3205
3200
  })();
3206
3201
  }
3207
3202
  delete_theme(theme_id, options) {
3208
- var _this375 = this;
3203
+ var _this374 = this;
3209
3204
  return _asyncToGenerator(function* () {
3210
3205
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3211
- return _this375.delete("/themes/".concat(theme_id), null, null, options);
3206
+ return _this374.delete("/themes/".concat(theme_id), null, null, options);
3212
3207
  })();
3213
3208
  }
3214
3209
  search_credentials_email(request, options) {
3215
- var _this376 = this;
3210
+ var _this375 = this;
3216
3211
  return _asyncToGenerator(function* () {
3217
- return _this376.get('/credentials_email/search', {
3212
+ return _this375.get('/credentials_email/search', {
3218
3213
  fields: request.fields,
3219
3214
  limit: request.limit,
3220
3215
  offset: request.offset,
@@ -3227,17 +3222,17 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3227
3222
  })();
3228
3223
  }
3229
3224
  me(fields, options) {
3230
- var _this377 = this;
3225
+ var _this376 = this;
3231
3226
  return _asyncToGenerator(function* () {
3232
- return _this377.get('/user', {
3227
+ return _this376.get('/user', {
3233
3228
  fields
3234
3229
  }, null, options);
3235
3230
  })();
3236
3231
  }
3237
3232
  all_users(request, options) {
3238
- var _this378 = this;
3233
+ var _this377 = this;
3239
3234
  return _asyncToGenerator(function* () {
3240
- return _this378.get('/users', {
3235
+ return _this377.get('/users', {
3241
3236
  fields: request.fields,
3242
3237
  page: request.page,
3243
3238
  per_page: request.per_page,
@@ -3249,17 +3244,17 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3249
3244
  })();
3250
3245
  }
3251
3246
  create_user(body, fields, options) {
3252
- var _this379 = this;
3247
+ var _this378 = this;
3253
3248
  return _asyncToGenerator(function* () {
3254
- return _this379.post('/users', {
3249
+ return _this378.post('/users', {
3255
3250
  fields
3256
3251
  }, body, options);
3257
3252
  })();
3258
3253
  }
3259
3254
  search_users(request, options) {
3260
- var _this380 = this;
3255
+ var _this379 = this;
3261
3256
  return _asyncToGenerator(function* () {
3262
- return _this380.get('/users/search', {
3257
+ return _this379.get('/users/search', {
3263
3258
  fields: request.fields,
3264
3259
  page: request.page,
3265
3260
  per_page: request.per_page,
@@ -3280,10 +3275,10 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3280
3275
  })();
3281
3276
  }
3282
3277
  search_users_names(request, options) {
3283
- var _this381 = this;
3278
+ var _this380 = this;
3284
3279
  return _asyncToGenerator(function* () {
3285
3280
  request.pattern = (0, _sdkRtl.encodeParam)(request.pattern);
3286
- return _this381.get("/users/search/names/".concat(request.pattern), {
3281
+ return _this380.get("/users/search/names/".concat(request.pattern), {
3287
3282
  fields: request.fields,
3288
3283
  page: request.page,
3289
3284
  per_page: request.per_page,
@@ -3300,303 +3295,303 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3300
3295
  })();
3301
3296
  }
3302
3297
  user(user_id, fields, options) {
3303
- var _this382 = this;
3298
+ var _this381 = this;
3304
3299
  return _asyncToGenerator(function* () {
3305
3300
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3306
- return _this382.get("/users/".concat(user_id), {
3301
+ return _this381.get("/users/".concat(user_id), {
3307
3302
  fields
3308
3303
  }, null, options);
3309
3304
  })();
3310
3305
  }
3311
3306
  update_user(user_id, body, fields, options) {
3312
- var _this383 = this;
3307
+ var _this382 = this;
3313
3308
  return _asyncToGenerator(function* () {
3314
3309
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3315
- return _this383.patch("/users/".concat(user_id), {
3310
+ return _this382.patch("/users/".concat(user_id), {
3316
3311
  fields
3317
3312
  }, body, options);
3318
3313
  })();
3319
3314
  }
3320
3315
  delete_user(user_id, options) {
3321
- var _this384 = this;
3316
+ var _this383 = this;
3322
3317
  return _asyncToGenerator(function* () {
3323
3318
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3324
- return _this384.delete("/users/".concat(user_id), null, null, options);
3319
+ return _this383.delete("/users/".concat(user_id), null, null, options);
3325
3320
  })();
3326
3321
  }
3327
3322
  user_for_credential(credential_type, credential_id, fields, options) {
3328
- var _this385 = this;
3323
+ var _this384 = this;
3329
3324
  return _asyncToGenerator(function* () {
3330
3325
  credential_type = (0, _sdkRtl.encodeParam)(credential_type);
3331
3326
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
3332
- return _this385.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
3327
+ return _this384.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
3333
3328
  fields
3334
3329
  }, null, options);
3335
3330
  })();
3336
3331
  }
3337
3332
  user_credentials_email(user_id, fields, options) {
3338
- var _this386 = this;
3333
+ var _this385 = this;
3339
3334
  return _asyncToGenerator(function* () {
3340
3335
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3341
- return _this386.get("/users/".concat(user_id, "/credentials_email"), {
3336
+ return _this385.get("/users/".concat(user_id, "/credentials_email"), {
3342
3337
  fields
3343
3338
  }, null, options);
3344
3339
  })();
3345
3340
  }
3346
3341
  create_user_credentials_email(user_id, body, fields, options) {
3347
- var _this387 = this;
3342
+ var _this386 = this;
3348
3343
  return _asyncToGenerator(function* () {
3349
3344
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3350
- return _this387.post("/users/".concat(user_id, "/credentials_email"), {
3345
+ return _this386.post("/users/".concat(user_id, "/credentials_email"), {
3351
3346
  fields
3352
3347
  }, body, options);
3353
3348
  })();
3354
3349
  }
3355
3350
  update_user_credentials_email(user_id, body, fields, options) {
3356
- var _this388 = this;
3351
+ var _this387 = this;
3357
3352
  return _asyncToGenerator(function* () {
3358
3353
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3359
- return _this388.patch("/users/".concat(user_id, "/credentials_email"), {
3354
+ return _this387.patch("/users/".concat(user_id, "/credentials_email"), {
3360
3355
  fields
3361
3356
  }, body, options);
3362
3357
  })();
3363
3358
  }
3364
3359
  delete_user_credentials_email(user_id, options) {
3365
- var _this389 = this;
3360
+ var _this388 = this;
3366
3361
  return _asyncToGenerator(function* () {
3367
3362
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3368
- return _this389.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
3363
+ return _this388.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
3369
3364
  })();
3370
3365
  }
3371
3366
  user_credentials_totp(user_id, fields, options) {
3372
- var _this390 = this;
3367
+ var _this389 = this;
3373
3368
  return _asyncToGenerator(function* () {
3374
3369
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3375
- return _this390.get("/users/".concat(user_id, "/credentials_totp"), {
3370
+ return _this389.get("/users/".concat(user_id, "/credentials_totp"), {
3376
3371
  fields
3377
3372
  }, null, options);
3378
3373
  })();
3379
3374
  }
3380
3375
  create_user_credentials_totp(user_id, body, fields, options) {
3381
- var _this391 = this;
3376
+ var _this390 = this;
3382
3377
  return _asyncToGenerator(function* () {
3383
3378
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3384
- return _this391.post("/users/".concat(user_id, "/credentials_totp"), {
3379
+ return _this390.post("/users/".concat(user_id, "/credentials_totp"), {
3385
3380
  fields
3386
3381
  }, body, options);
3387
3382
  })();
3388
3383
  }
3389
3384
  delete_user_credentials_totp(user_id, options) {
3390
- var _this392 = this;
3385
+ var _this391 = this;
3391
3386
  return _asyncToGenerator(function* () {
3392
3387
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3393
- return _this392.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
3388
+ return _this391.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
3394
3389
  })();
3395
3390
  }
3396
3391
  user_credentials_ldap(user_id, fields, options) {
3397
- var _this393 = this;
3392
+ var _this392 = this;
3398
3393
  return _asyncToGenerator(function* () {
3399
3394
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3400
- return _this393.get("/users/".concat(user_id, "/credentials_ldap"), {
3395
+ return _this392.get("/users/".concat(user_id, "/credentials_ldap"), {
3401
3396
  fields
3402
3397
  }, null, options);
3403
3398
  })();
3404
3399
  }
3405
3400
  delete_user_credentials_ldap(user_id, options) {
3406
- var _this394 = this;
3401
+ var _this393 = this;
3407
3402
  return _asyncToGenerator(function* () {
3408
3403
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3409
- return _this394.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
3404
+ return _this393.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
3410
3405
  })();
3411
3406
  }
3412
3407
  user_credentials_google(user_id, fields, options) {
3413
- var _this395 = this;
3408
+ var _this394 = this;
3414
3409
  return _asyncToGenerator(function* () {
3415
3410
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3416
- return _this395.get("/users/".concat(user_id, "/credentials_google"), {
3411
+ return _this394.get("/users/".concat(user_id, "/credentials_google"), {
3417
3412
  fields
3418
3413
  }, null, options);
3419
3414
  })();
3420
3415
  }
3421
3416
  delete_user_credentials_google(user_id, options) {
3422
- var _this396 = this;
3417
+ var _this395 = this;
3423
3418
  return _asyncToGenerator(function* () {
3424
3419
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3425
- return _this396.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
3420
+ return _this395.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
3426
3421
  })();
3427
3422
  }
3428
3423
  user_credentials_saml(user_id, fields, options) {
3429
- var _this397 = this;
3424
+ var _this396 = this;
3430
3425
  return _asyncToGenerator(function* () {
3431
3426
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3432
- return _this397.get("/users/".concat(user_id, "/credentials_saml"), {
3427
+ return _this396.get("/users/".concat(user_id, "/credentials_saml"), {
3433
3428
  fields
3434
3429
  }, null, options);
3435
3430
  })();
3436
3431
  }
3437
3432
  delete_user_credentials_saml(user_id, options) {
3438
- var _this398 = this;
3433
+ var _this397 = this;
3439
3434
  return _asyncToGenerator(function* () {
3440
3435
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3441
- return _this398.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
3436
+ return _this397.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
3442
3437
  })();
3443
3438
  }
3444
3439
  user_credentials_oidc(user_id, fields, options) {
3445
- var _this399 = this;
3440
+ var _this398 = this;
3446
3441
  return _asyncToGenerator(function* () {
3447
3442
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3448
- return _this399.get("/users/".concat(user_id, "/credentials_oidc"), {
3443
+ return _this398.get("/users/".concat(user_id, "/credentials_oidc"), {
3449
3444
  fields
3450
3445
  }, null, options);
3451
3446
  })();
3452
3447
  }
3453
3448
  delete_user_credentials_oidc(user_id, options) {
3454
- var _this400 = this;
3449
+ var _this399 = this;
3455
3450
  return _asyncToGenerator(function* () {
3456
3451
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3457
- return _this400.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
3452
+ return _this399.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
3458
3453
  })();
3459
3454
  }
3460
3455
  user_credentials_api3(user_id, credentials_api3_id, fields, options) {
3461
- var _this401 = this;
3456
+ var _this400 = this;
3462
3457
  return _asyncToGenerator(function* () {
3463
3458
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3464
3459
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
3465
- return _this401.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
3460
+ return _this400.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
3466
3461
  fields
3467
3462
  }, null, options);
3468
3463
  })();
3469
3464
  }
3470
3465
  delete_user_credentials_api3(user_id, credentials_api3_id, options) {
3471
- var _this402 = this;
3466
+ var _this401 = this;
3472
3467
  return _asyncToGenerator(function* () {
3473
3468
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3474
3469
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
3475
- return _this402.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
3470
+ return _this401.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
3476
3471
  })();
3477
3472
  }
3478
3473
  all_user_credentials_api3s(user_id, fields, options) {
3479
- var _this403 = this;
3474
+ var _this402 = this;
3480
3475
  return _asyncToGenerator(function* () {
3481
3476
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3482
- return _this403.get("/users/".concat(user_id, "/credentials_api3"), {
3477
+ return _this402.get("/users/".concat(user_id, "/credentials_api3"), {
3483
3478
  fields
3484
3479
  }, null, options);
3485
3480
  })();
3486
3481
  }
3487
3482
  create_user_credentials_api3(user_id, fields, options) {
3488
- var _this404 = this;
3483
+ var _this403 = this;
3489
3484
  return _asyncToGenerator(function* () {
3490
3485
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3491
- return _this404.post("/users/".concat(user_id, "/credentials_api3"), {
3486
+ return _this403.post("/users/".concat(user_id, "/credentials_api3"), {
3492
3487
  fields
3493
3488
  }, null, options);
3494
3489
  })();
3495
3490
  }
3496
3491
  user_credentials_embed(user_id, credentials_embed_id, fields, options) {
3497
- var _this405 = this;
3492
+ var _this404 = this;
3498
3493
  return _asyncToGenerator(function* () {
3499
3494
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3500
3495
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
3501
- return _this405.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
3496
+ return _this404.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
3502
3497
  fields
3503
3498
  }, null, options);
3504
3499
  })();
3505
3500
  }
3506
3501
  delete_user_credentials_embed(user_id, credentials_embed_id, options) {
3507
- var _this406 = this;
3502
+ var _this405 = this;
3508
3503
  return _asyncToGenerator(function* () {
3509
3504
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3510
3505
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
3511
- return _this406.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
3506
+ return _this405.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
3512
3507
  })();
3513
3508
  }
3514
3509
  all_user_credentials_embeds(user_id, fields, options) {
3515
- var _this407 = this;
3510
+ var _this406 = this;
3516
3511
  return _asyncToGenerator(function* () {
3517
3512
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3518
- return _this407.get("/users/".concat(user_id, "/credentials_embed"), {
3513
+ return _this406.get("/users/".concat(user_id, "/credentials_embed"), {
3519
3514
  fields
3520
3515
  }, null, options);
3521
3516
  })();
3522
3517
  }
3523
3518
  user_credentials_looker_openid(user_id, fields, options) {
3524
- var _this408 = this;
3519
+ var _this407 = this;
3525
3520
  return _asyncToGenerator(function* () {
3526
3521
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3527
- return _this408.get("/users/".concat(user_id, "/credentials_looker_openid"), {
3522
+ return _this407.get("/users/".concat(user_id, "/credentials_looker_openid"), {
3528
3523
  fields
3529
3524
  }, null, options);
3530
3525
  })();
3531
3526
  }
3532
3527
  delete_user_credentials_looker_openid(user_id, options) {
3533
- var _this409 = this;
3528
+ var _this408 = this;
3534
3529
  return _asyncToGenerator(function* () {
3535
3530
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3536
- return _this409.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
3531
+ return _this408.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
3537
3532
  })();
3538
3533
  }
3539
3534
  user_session(user_id, session_id, fields, options) {
3540
- var _this410 = this;
3535
+ var _this409 = this;
3541
3536
  return _asyncToGenerator(function* () {
3542
3537
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3543
3538
  session_id = (0, _sdkRtl.encodeParam)(session_id);
3544
- return _this410.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
3539
+ return _this409.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
3545
3540
  fields
3546
3541
  }, null, options);
3547
3542
  })();
3548
3543
  }
3549
3544
  delete_user_session(user_id, session_id, options) {
3550
- var _this411 = this;
3545
+ var _this410 = this;
3551
3546
  return _asyncToGenerator(function* () {
3552
3547
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3553
3548
  session_id = (0, _sdkRtl.encodeParam)(session_id);
3554
- return _this411.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
3549
+ return _this410.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
3555
3550
  })();
3556
3551
  }
3557
3552
  all_user_sessions(user_id, fields, options) {
3558
- var _this412 = this;
3553
+ var _this411 = this;
3559
3554
  return _asyncToGenerator(function* () {
3560
3555
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3561
- return _this412.get("/users/".concat(user_id, "/sessions"), {
3556
+ return _this411.get("/users/".concat(user_id, "/sessions"), {
3562
3557
  fields
3563
3558
  }, null, options);
3564
3559
  })();
3565
3560
  }
3566
3561
  create_user_credentials_email_password_reset(request, options) {
3567
- var _this413 = this;
3562
+ var _this412 = this;
3568
3563
  return _asyncToGenerator(function* () {
3569
3564
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3570
- return _this413.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
3565
+ return _this412.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
3571
3566
  expires: request.expires,
3572
3567
  fields: request.fields
3573
3568
  }, null, options);
3574
3569
  })();
3575
3570
  }
3576
3571
  user_roles(request, options) {
3577
- var _this414 = this;
3572
+ var _this413 = this;
3578
3573
  return _asyncToGenerator(function* () {
3579
3574
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3580
- return _this414.get("/users/".concat(request.user_id, "/roles"), {
3575
+ return _this413.get("/users/".concat(request.user_id, "/roles"), {
3581
3576
  fields: request.fields,
3582
3577
  direct_association_only: request.direct_association_only
3583
3578
  }, null, options);
3584
3579
  })();
3585
3580
  }
3586
3581
  set_user_roles(user_id, body, fields, options) {
3587
- var _this415 = this;
3582
+ var _this414 = this;
3588
3583
  return _asyncToGenerator(function* () {
3589
3584
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3590
- return _this415.put("/users/".concat(user_id, "/roles"), {
3585
+ return _this414.put("/users/".concat(user_id, "/roles"), {
3591
3586
  fields
3592
3587
  }, body, options);
3593
3588
  })();
3594
3589
  }
3595
3590
  user_attribute_user_values(request, options) {
3596
- var _this416 = this;
3591
+ var _this415 = this;
3597
3592
  return _asyncToGenerator(function* () {
3598
3593
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3599
- return _this416.get("/users/".concat(request.user_id, "/attribute_values"), {
3594
+ return _this415.get("/users/".concat(request.user_id, "/attribute_values"), {
3600
3595
  fields: request.fields,
3601
3596
  user_attribute_ids: request.user_attribute_ids,
3602
3597
  all_values: request.all_values,
@@ -3605,114 +3600,114 @@ class Looker40SDK extends _sdkRtl.APIMethods {
3605
3600
  })();
3606
3601
  }
3607
3602
  set_user_attribute_user_value(user_id, user_attribute_id, body, options) {
3608
- var _this417 = this;
3603
+ var _this416 = this;
3609
3604
  return _asyncToGenerator(function* () {
3610
3605
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3611
3606
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3612
- return _this417.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
3607
+ return _this416.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
3613
3608
  })();
3614
3609
  }
3615
3610
  delete_user_attribute_user_value(user_id, user_attribute_id, options) {
3616
- var _this418 = this;
3611
+ var _this417 = this;
3617
3612
  return _asyncToGenerator(function* () {
3618
3613
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3619
3614
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3620
- return _this418.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
3615
+ return _this417.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
3621
3616
  })();
3622
3617
  }
3623
3618
  send_user_credentials_email_password_reset(user_id, fields, options) {
3624
- var _this419 = this;
3619
+ var _this418 = this;
3625
3620
  return _asyncToGenerator(function* () {
3626
3621
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3627
- return _this419.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
3622
+ return _this418.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
3628
3623
  fields
3629
3624
  }, null, options);
3630
3625
  })();
3631
3626
  }
3632
3627
  wipeout_user_emails(user_id, body, fields, options) {
3633
- var _this420 = this;
3628
+ var _this419 = this;
3634
3629
  return _asyncToGenerator(function* () {
3635
3630
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3636
- return _this420.post("/users/".concat(user_id, "/update_emails"), {
3631
+ return _this419.post("/users/".concat(user_id, "/update_emails"), {
3637
3632
  fields
3638
3633
  }, body, options);
3639
3634
  })();
3640
3635
  }
3641
3636
  create_embed_user(body, options) {
3642
- var _this421 = this;
3637
+ var _this420 = this;
3643
3638
  return _asyncToGenerator(function* () {
3644
- return _this421.post('/users/embed_user', null, body, options);
3639
+ return _this420.post('/users/embed_user', null, body, options);
3645
3640
  })();
3646
3641
  }
3647
3642
  all_user_attributes(request, options) {
3648
- var _this422 = this;
3643
+ var _this421 = this;
3649
3644
  return _asyncToGenerator(function* () {
3650
- return _this422.get('/user_attributes', {
3645
+ return _this421.get('/user_attributes', {
3651
3646
  fields: request.fields,
3652
3647
  sorts: request.sorts
3653
3648
  }, null, options);
3654
3649
  })();
3655
3650
  }
3656
3651
  create_user_attribute(body, fields, options) {
3657
- var _this423 = this;
3652
+ var _this422 = this;
3658
3653
  return _asyncToGenerator(function* () {
3659
- return _this423.post('/user_attributes', {
3654
+ return _this422.post('/user_attributes', {
3660
3655
  fields
3661
3656
  }, body, options);
3662
3657
  })();
3663
3658
  }
3664
3659
  user_attribute(user_attribute_id, fields, options) {
3665
- var _this424 = this;
3660
+ var _this423 = this;
3666
3661
  return _asyncToGenerator(function* () {
3667
3662
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3668
- return _this424.get("/user_attributes/".concat(user_attribute_id), {
3663
+ return _this423.get("/user_attributes/".concat(user_attribute_id), {
3669
3664
  fields
3670
3665
  }, null, options);
3671
3666
  })();
3672
3667
  }
3673
3668
  update_user_attribute(user_attribute_id, body, fields, options) {
3674
- var _this425 = this;
3669
+ var _this424 = this;
3675
3670
  return _asyncToGenerator(function* () {
3676
3671
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3677
- return _this425.patch("/user_attributes/".concat(user_attribute_id), {
3672
+ return _this424.patch("/user_attributes/".concat(user_attribute_id), {
3678
3673
  fields
3679
3674
  }, body, options);
3680
3675
  })();
3681
3676
  }
3682
3677
  delete_user_attribute(user_attribute_id, options) {
3683
- var _this426 = this;
3678
+ var _this425 = this;
3684
3679
  return _asyncToGenerator(function* () {
3685
3680
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3686
- return _this426.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
3681
+ return _this425.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
3687
3682
  })();
3688
3683
  }
3689
3684
  all_user_attribute_group_values(user_attribute_id, fields, options) {
3690
- var _this427 = this;
3685
+ var _this426 = this;
3691
3686
  return _asyncToGenerator(function* () {
3692
3687
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3693
- return _this427.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
3688
+ return _this426.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
3694
3689
  fields
3695
3690
  }, null, options);
3696
3691
  })();
3697
3692
  }
3698
3693
  set_user_attribute_group_values(user_attribute_id, body, options) {
3699
- var _this428 = this;
3694
+ var _this427 = this;
3700
3695
  return _asyncToGenerator(function* () {
3701
3696
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3702
- return _this428.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
3697
+ return _this427.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
3703
3698
  })();
3704
3699
  }
3705
3700
  all_workspaces(options) {
3706
- var _this429 = this;
3701
+ var _this428 = this;
3707
3702
  return _asyncToGenerator(function* () {
3708
- return _this429.get('/workspaces', null, null, options);
3703
+ return _this428.get('/workspaces', null, null, options);
3709
3704
  })();
3710
3705
  }
3711
3706
  workspace(workspace_id, options) {
3712
- var _this430 = this;
3707
+ var _this429 = this;
3713
3708
  return _asyncToGenerator(function* () {
3714
3709
  workspace_id = (0, _sdkRtl.encodeParam)(workspace_id);
3715
- return _this430.get("/workspaces/".concat(workspace_id), null, null, options);
3710
+ return _this429.get("/workspaces/".concat(workspace_id), null, null, options);
3716
3711
  })();
3717
3712
  }
3718
3713
  }