@looker/sdk 23.0.0 → 23.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/3.1/funcs.js.map +1 -1
  3. package/lib/3.1/methods.js.map +1 -1
  4. package/lib/3.1/methodsInterface.js.map +1 -1
  5. package/lib/3.1/models.d.ts +3 -0
  6. package/lib/3.1/models.js.map +1 -1
  7. package/lib/3.1/streams.js.map +1 -1
  8. package/lib/4.0/funcs.d.ts +4 -4
  9. package/lib/4.0/funcs.js +472 -464
  10. package/lib/4.0/funcs.js.map +1 -1
  11. package/lib/4.0/methods.d.ts +4 -4
  12. package/lib/4.0/methods.js +136 -128
  13. package/lib/4.0/methods.js.map +1 -1
  14. package/lib/4.0/methodsInterface.d.ts +4 -4
  15. package/lib/4.0/methodsInterface.js.map +1 -1
  16. package/lib/4.0/models.d.ts +25 -0
  17. package/lib/4.0/models.js.map +1 -1
  18. package/lib/4.0/streams.d.ts +4 -4
  19. package/lib/4.0/streams.js +136 -128
  20. package/lib/4.0/streams.js.map +1 -1
  21. package/lib/constants.d.ts +1 -1
  22. package/lib/constants.js +1 -1
  23. package/lib/constants.js.map +1 -1
  24. package/lib/esm/3.1/funcs.js.map +1 -1
  25. package/lib/esm/3.1/methods.js.map +1 -1
  26. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  27. package/lib/esm/3.1/models.js.map +1 -1
  28. package/lib/esm/3.1/streams.js.map +1 -1
  29. package/lib/esm/4.0/funcs.js +472 -464
  30. package/lib/esm/4.0/funcs.js.map +1 -1
  31. package/lib/esm/4.0/methods.js +136 -128
  32. package/lib/esm/4.0/methods.js.map +1 -1
  33. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  34. package/lib/esm/4.0/models.js.map +1 -1
  35. package/lib/esm/4.0/streams.js +136 -128
  36. package/lib/esm/4.0/streams.js.map +1 -1
  37. package/lib/esm/constants.js +1 -1
  38. package/lib/esm/constants.js.map +1 -1
  39. 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,81 +1149,95 @@ 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);
1227
+ })();
1228
+ }
1229
+ search_content(request, options) {
1230
+ var _this161 = this;
1231
+ return _asyncToGenerator(function* () {
1232
+ request.terms = (0, _sdkRtl.encodeParam)(request.terms);
1233
+ return _this161.get("/content/".concat(request.terms), {
1234
+ fields: request.fields,
1235
+ types: request.types,
1236
+ limit: request.limit,
1237
+ offset: request.offset,
1238
+ page: request.page,
1239
+ per_page: request.per_page
1240
+ }, null, options);
1233
1241
  })();
1234
1242
  }
1235
1243
  content_thumbnail(request, options) {