@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.
- package/CHANGELOG.md +14 -0
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.js.map +1 -1
- package/lib/3.1/models.d.ts +3 -0
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +4 -4
- package/lib/4.0/funcs.js +472 -464
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +4 -4
- package/lib/4.0/methods.js +136 -128
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +4 -4
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +25 -0
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +4 -4
- package/lib/4.0/streams.js +136 -128
- package/lib/4.0/streams.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/methodsInterface.js.map +1 -1
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +472 -464
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +136 -128
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/methodsInterface.js.map +1 -1
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +136 -128
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/package.json +2 -2
package/lib/esm/4.0/streams.js
CHANGED
|
@@ -783,363 +783,357 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
783
783
|
return _this99.authStream(callback, 'PATCH', '/cloud_storage', null, body, options);
|
|
784
784
|
})();
|
|
785
785
|
}
|
|
786
|
-
configuration_force_refresh(callback, options) {
|
|
787
|
-
var _this100 = this;
|
|
788
|
-
return _asyncToGenerator(function* () {
|
|
789
|
-
return _this100.authStream(callback, 'PUT', '/configuration_force_refresh', null, null, options);
|
|
790
|
-
})();
|
|
791
|
-
}
|
|
792
786
|
custom_welcome_email(callback, options) {
|
|
793
|
-
var
|
|
787
|
+
var _this100 = this;
|
|
794
788
|
return _asyncToGenerator(function* () {
|
|
795
|
-
return
|
|
789
|
+
return _this100.authStream(callback, 'GET', '/custom_welcome_email', null, null, options);
|
|
796
790
|
})();
|
|
797
791
|
}
|
|
798
792
|
update_custom_welcome_email(callback, body, send_test_welcome_email, options) {
|
|
799
|
-
var
|
|
793
|
+
var _this101 = this;
|
|
800
794
|
return _asyncToGenerator(function* () {
|
|
801
|
-
return
|
|
795
|
+
return _this101.authStream(callback, '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(callback, body, options) {
|
|
807
|
-
var
|
|
801
|
+
var _this102 = this;
|
|
808
802
|
return _asyncToGenerator(function* () {
|
|
809
|
-
return
|
|
803
|
+
return _this102.authStream(callback, 'PUT', '/custom_welcome_email_test', null, body, options);
|
|
810
804
|
})();
|
|
811
805
|
}
|
|
812
806
|
digest_emails_enabled(callback, options) {
|
|
813
|
-
var
|
|
807
|
+
var _this103 = this;
|
|
814
808
|
return _asyncToGenerator(function* () {
|
|
815
|
-
return
|
|
809
|
+
return _this103.authStream(callback, 'GET', '/digest_emails_enabled', null, null, options);
|
|
816
810
|
})();
|
|
817
811
|
}
|
|
818
812
|
update_digest_emails_enabled(callback, body, options) {
|
|
819
|
-
var
|
|
813
|
+
var _this104 = this;
|
|
820
814
|
return _asyncToGenerator(function* () {
|
|
821
|
-
return
|
|
815
|
+
return _this104.authStream(callback, 'PATCH', '/digest_emails_enabled', null, body, options);
|
|
822
816
|
})();
|
|
823
817
|
}
|
|
824
818
|
create_digest_email_send(callback, options) {
|
|
825
|
-
var
|
|
819
|
+
var _this105 = this;
|
|
826
820
|
return _asyncToGenerator(function* () {
|
|
827
|
-
return
|
|
821
|
+
return _this105.authStream(callback, 'POST', '/digest_email_send', null, null, options);
|
|
828
822
|
})();
|
|
829
823
|
}
|
|
830
824
|
public_egress_ip_addresses(callback, options) {
|
|
831
|
-
var
|
|
825
|
+
var _this106 = this;
|
|
832
826
|
return _asyncToGenerator(function* () {
|
|
833
|
-
return
|
|
827
|
+
return _this106.authStream(callback, 'GET', '/public_egress_ip_addresses', null, null, options);
|
|
834
828
|
})();
|
|
835
829
|
}
|
|
836
830
|
internal_help_resources_content(callback, options) {
|
|
837
|
-
var
|
|
831
|
+
var _this107 = this;
|
|
838
832
|
return _asyncToGenerator(function* () {
|
|
839
|
-
return
|
|
833
|
+
return _this107.authStream(callback, 'GET', '/internal_help_resources_content', null, null, options);
|
|
840
834
|
})();
|
|
841
835
|
}
|
|
842
836
|
update_internal_help_resources_content(callback, body, options) {
|
|
843
|
-
var
|
|
837
|
+
var _this108 = this;
|
|
844
838
|
return _asyncToGenerator(function* () {
|
|
845
|
-
return
|
|
839
|
+
return _this108.authStream(callback, 'PATCH', '/internal_help_resources_content', null, body, options);
|
|
846
840
|
})();
|
|
847
841
|
}
|
|
848
842
|
internal_help_resources(callback, options) {
|
|
849
|
-
var
|
|
843
|
+
var _this109 = this;
|
|
850
844
|
return _asyncToGenerator(function* () {
|
|
851
|
-
return
|
|
845
|
+
return _this109.authStream(callback, 'GET', '/internal_help_resources_enabled', null, null, options);
|
|
852
846
|
})();
|
|
853
847
|
}
|
|
854
848
|
update_internal_help_resources(callback, body, options) {
|
|
855
|
-
var
|
|
849
|
+
var _this110 = this;
|
|
856
850
|
return _asyncToGenerator(function* () {
|
|
857
|
-
return
|
|
851
|
+
return _this110.authStream(callback, 'PATCH', '/internal_help_resources', null, body, options);
|
|
858
852
|
})();
|
|
859
853
|
}
|
|
860
854
|
all_legacy_features(callback, options) {
|
|
861
|
-
var
|
|
855
|
+
var _this111 = this;
|
|
862
856
|
return _asyncToGenerator(function* () {
|
|
863
|
-
return
|
|
857
|
+
return _this111.authStream(callback, 'GET', '/legacy_features', null, null, options);
|
|
864
858
|
})();
|
|
865
859
|
}
|
|
866
860
|
legacy_feature(callback, legacy_feature_id, options) {
|
|
867
|
-
var
|
|
861
|
+
var _this112 = this;
|
|
868
862
|
return _asyncToGenerator(function* () {
|
|
869
863
|
legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
|
|
870
|
-
return
|
|
864
|
+
return _this112.authStream(callback, 'GET', "/legacy_features/".concat(legacy_feature_id), null, null, options);
|
|
871
865
|
})();
|
|
872
866
|
}
|
|
873
867
|
update_legacy_feature(callback, legacy_feature_id, body, options) {
|
|
874
|
-
var
|
|
868
|
+
var _this113 = this;
|
|
875
869
|
return _asyncToGenerator(function* () {
|
|
876
870
|
legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
|
|
877
|
-
return
|
|
871
|
+
return _this113.authStream(callback, 'PATCH', "/legacy_features/".concat(legacy_feature_id), null, body, options);
|
|
878
872
|
})();
|
|
879
873
|
}
|
|
880
874
|
all_locales(callback, options) {
|
|
881
|
-
var
|
|
875
|
+
var _this114 = this;
|
|
882
876
|
return _asyncToGenerator(function* () {
|
|
883
|
-
return
|
|
877
|
+
return _this114.authStream(callback, 'GET', '/locales', null, null, options);
|
|
884
878
|
})();
|
|
885
879
|
}
|
|
886
880
|
mobile_settings(callback, options) {
|
|
887
|
-
var
|
|
881
|
+
var _this115 = this;
|
|
888
882
|
return _asyncToGenerator(function* () {
|
|
889
|
-
return
|
|
883
|
+
return _this115.authStream(callback, 'GET', '/mobile/settings', null, null, options);
|
|
890
884
|
})();
|
|
891
885
|
}
|
|
892
886
|
get_setting(callback, fields, options) {
|
|
893
|
-
var
|
|
887
|
+
var _this116 = this;
|
|
894
888
|
return _asyncToGenerator(function* () {
|
|
895
|
-
return
|
|
889
|
+
return _this116.authStream(callback, 'GET', '/setting', {
|
|
896
890
|
fields
|
|
897
891
|
}, null, options);
|
|
898
892
|
})();
|
|
899
893
|
}
|
|
900
894
|
set_setting(callback, body, fields, options) {
|
|
901
|
-
var
|
|
895
|
+
var _this117 = this;
|
|
902
896
|
return _asyncToGenerator(function* () {
|
|
903
|
-
return
|
|
897
|
+
return _this117.authStream(callback, 'PATCH', '/setting', {
|
|
904
898
|
fields
|
|
905
899
|
}, body, options);
|
|
906
900
|
})();
|
|
907
901
|
}
|
|
908
902
|
set_smtp_settings(callback, body, options) {
|
|
909
|
-
var
|
|
903
|
+
var _this118 = this;
|
|
910
904
|
return _asyncToGenerator(function* () {
|
|
911
|
-
return
|
|
905
|
+
return _this118.authStream(callback, 'POST', '/smtp_settings', null, body, options);
|
|
912
906
|
})();
|
|
913
907
|
}
|
|
914
908
|
smtp_status(callback, fields, options) {
|
|
915
|
-
var
|
|
909
|
+
var _this119 = this;
|
|
916
910
|
return _asyncToGenerator(function* () {
|
|
917
|
-
return
|
|
911
|
+
return _this119.authStream(callback, 'GET', '/smtp_status', {
|
|
918
912
|
fields
|
|
919
913
|
}, null, options);
|
|
920
914
|
})();
|
|
921
915
|
}
|
|
922
916
|
all_timezones(callback, options) {
|
|
923
|
-
var
|
|
917
|
+
var _this120 = this;
|
|
924
918
|
return _asyncToGenerator(function* () {
|
|
925
|
-
return
|
|
919
|
+
return _this120.authStream(callback, 'GET', '/timezones', null, null, options);
|
|
926
920
|
})();
|
|
927
921
|
}
|
|
928
922
|
versions(callback, fields, options) {
|
|
929
|
-
var
|
|
923
|
+
var _this121 = this;
|
|
930
924
|
return _asyncToGenerator(function* () {
|
|
931
|
-
return
|
|
925
|
+
return _this121.authStream(callback, 'GET', '/versions', {
|
|
932
926
|
fields
|
|
933
927
|
}, null, options);
|
|
934
928
|
})();
|
|
935
929
|
}
|
|
936
930
|
api_spec(callback, api_version, specification, options) {
|
|
937
|
-
var
|
|
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
|
|
935
|
+
return _this122.authStream(callback, 'GET', "/api_spec/".concat(api_version, "/").concat(specification), null, null, options);
|
|
942
936
|
})();
|
|
943
937
|
}
|
|
944
938
|
whitelabel_configuration(callback, fields, options) {
|
|
945
|
-
var
|
|
939
|
+
var _this123 = this;
|
|
946
940
|
return _asyncToGenerator(function* () {
|
|
947
|
-
return
|
|
941
|
+
return _this123.authStream(callback, 'GET', '/whitelabel_configuration', {
|
|
948
942
|
fields
|
|
949
943
|
}, null, options);
|
|
950
944
|
})();
|
|
951
945
|
}
|
|
952
946
|
update_whitelabel_configuration(callback, body, options) {
|
|
953
|
-
var
|
|
947
|
+
var _this124 = this;
|
|
954
948
|
return _asyncToGenerator(function* () {
|
|
955
|
-
return
|
|
949
|
+
return _this124.authStream(callback, 'PUT', '/whitelabel_configuration', null, body, options);
|
|
956
950
|
})();
|
|
957
951
|
}
|
|
958
952
|
all_connections(callback, fields, options) {
|
|
959
|
-
var
|
|
953
|
+
var _this125 = this;
|
|
960
954
|
return _asyncToGenerator(function* () {
|
|
961
|
-
return
|
|
955
|
+
return _this125.authStream(callback, 'GET', '/connections', {
|
|
962
956
|
fields
|
|
963
957
|
}, null, options);
|
|
964
958
|
})();
|
|
965
959
|
}
|
|
966
960
|
create_connection(callback, body, options) {
|
|
967
|
-
var
|
|
961
|
+
var _this126 = this;
|
|
968
962
|
return _asyncToGenerator(function* () {
|
|
969
|
-
return
|
|
963
|
+
return _this126.authStream(callback, 'POST', '/connections', null, body, options);
|
|
970
964
|
})();
|
|
971
965
|
}
|
|
972
966
|
connection(callback, connection_name, fields, options) {
|
|
973
|
-
var
|
|
967
|
+
var _this127 = this;
|
|
974
968
|
return _asyncToGenerator(function* () {
|
|
975
969
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
976
|
-
return
|
|
970
|
+
return _this127.authStream(callback, 'GET', "/connections/".concat(connection_name), {
|
|
977
971
|
fields
|
|
978
972
|
}, null, options);
|
|
979
973
|
})();
|
|
980
974
|
}
|
|
981
975
|
update_connection(callback, connection_name, body, options) {
|
|
982
|
-
var
|
|
976
|
+
var _this128 = this;
|
|
983
977
|
return _asyncToGenerator(function* () {
|
|
984
978
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
985
|
-
return
|
|
979
|
+
return _this128.authStream(callback, 'PATCH', "/connections/".concat(connection_name), null, body, options);
|
|
986
980
|
})();
|
|
987
981
|
}
|
|
988
982
|
delete_connection(callback, connection_name, options) {
|
|
989
|
-
var
|
|
983
|
+
var _this129 = this;
|
|
990
984
|
return _asyncToGenerator(function* () {
|
|
991
985
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
992
|
-
return
|
|
986
|
+
return _this129.authStream(callback, 'DELETE', "/connections/".concat(connection_name), null, null, options);
|
|
993
987
|
})();
|
|
994
988
|
}
|
|
995
989
|
delete_connection_override(callback, connection_name, override_context, options) {
|
|
996
|
-
var
|
|
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
|
|
994
|
+
return _this130.authStream(callback, 'DELETE', "/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
|
|
1001
995
|
})();
|
|
1002
996
|
}
|
|
1003
997
|
test_connection(callback, connection_name, tests, options) {
|
|
1004
|
-
var
|
|
998
|
+
var _this131 = this;
|
|
1005
999
|
return _asyncToGenerator(function* () {
|
|
1006
1000
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
1007
|
-
return
|
|
1001
|
+
return _this131.authStream(callback, 'PUT', "/connections/".concat(connection_name, "/test"), {
|
|
1008
1002
|
tests
|
|
1009
1003
|
}, null, options);
|
|
1010
1004
|
})();
|
|
1011
1005
|
}
|
|
1012
1006
|
test_connection_config(callback, body, tests, options) {
|
|
1013
|
-
var
|
|
1007
|
+
var _this132 = this;
|
|
1014
1008
|
return _asyncToGenerator(function* () {
|
|
1015
|
-
return
|
|
1009
|
+
return _this132.authStream(callback, 'PUT', '/connections/test', {
|
|
1016
1010
|
tests
|
|
1017
1011
|
}, body, options);
|
|
1018
1012
|
})();
|
|
1019
1013
|
}
|
|
1020
1014
|
all_dialect_infos(callback, fields, options) {
|
|
1021
|
-
var
|
|
1015
|
+
var _this133 = this;
|
|
1022
1016
|
return _asyncToGenerator(function* () {
|
|
1023
|
-
return
|
|
1017
|
+
return _this133.authStream(callback, 'GET', '/dialect_info', {
|
|
1024
1018
|
fields
|
|
1025
1019
|
}, null, options);
|
|
1026
1020
|
})();
|
|
1027
1021
|
}
|
|
1028
1022
|
all_external_oauth_applications(callback, request, options) {
|
|
1029
|
-
var
|
|
1023
|
+
var _this134 = this;
|
|
1030
1024
|
return _asyncToGenerator(function* () {
|
|
1031
|
-
return
|
|
1025
|
+
return _this134.authStream(callback, '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(callback, body, options) {
|
|
1038
|
-
var
|
|
1032
|
+
var _this135 = this;
|
|
1039
1033
|
return _asyncToGenerator(function* () {
|
|
1040
|
-
return
|
|
1034
|
+
return _this135.authStream(callback, 'POST', '/external_oauth_applications', null, body, options);
|
|
1041
1035
|
})();
|
|
1042
1036
|
}
|
|
1043
1037
|
create_oauth_application_user_state(callback, body, options) {
|
|
1044
|
-
var
|
|
1038
|
+
var _this136 = this;
|
|
1045
1039
|
return _asyncToGenerator(function* () {
|
|
1046
|
-
return
|
|
1040
|
+
return _this136.authStream(callback, 'POST', '/external_oauth_applications/user_state', null, body, options);
|
|
1047
1041
|
})();
|
|
1048
1042
|
}
|
|
1049
1043
|
all_ssh_servers(callback, fields, options) {
|
|
1050
|
-
var
|
|
1044
|
+
var _this137 = this;
|
|
1051
1045
|
return _asyncToGenerator(function* () {
|
|
1052
|
-
return
|
|
1046
|
+
return _this137.authStream(callback, 'GET', '/ssh_servers', {
|
|
1053
1047
|
fields
|
|
1054
1048
|
}, null, options);
|
|
1055
1049
|
})();
|
|
1056
1050
|
}
|
|
1057
1051
|
create_ssh_server(callback, body, options) {
|
|
1058
|
-
var
|
|
1052
|
+
var _this138 = this;
|
|
1059
1053
|
return _asyncToGenerator(function* () {
|
|
1060
|
-
return
|
|
1054
|
+
return _this138.authStream(callback, 'POST', '/ssh_servers', null, body, options);
|
|
1061
1055
|
})();
|
|
1062
1056
|
}
|
|
1063
1057
|
ssh_server(callback, ssh_server_id, options) {
|
|
1064
|
-
var
|
|
1058
|
+
var _this139 = this;
|
|
1065
1059
|
return _asyncToGenerator(function* () {
|
|
1066
1060
|
ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
|
|
1067
|
-
return
|
|
1061
|
+
return _this139.authStream(callback, 'GET', "/ssh_server/".concat(ssh_server_id), null, null, options);
|
|
1068
1062
|
})();
|
|
1069
1063
|
}
|
|
1070
1064
|
update_ssh_server(callback, ssh_server_id, body, options) {
|
|
1071
|
-
var
|
|
1065
|
+
var _this140 = this;
|
|
1072
1066
|
return _asyncToGenerator(function* () {
|
|
1073
1067
|
ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
|
|
1074
|
-
return
|
|
1068
|
+
return _this140.authStream(callback, 'PATCH', "/ssh_server/".concat(ssh_server_id), null, body, options);
|
|
1075
1069
|
})();
|
|
1076
1070
|
}
|
|
1077
1071
|
delete_ssh_server(callback, ssh_server_id, options) {
|
|
1078
|
-
var
|
|
1072
|
+
var _this141 = this;
|
|
1079
1073
|
return _asyncToGenerator(function* () {
|
|
1080
1074
|
ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
|
|
1081
|
-
return
|
|
1075
|
+
return _this141.authStream(callback, 'DELETE', "/ssh_server/".concat(ssh_server_id), null, null, options);
|
|
1082
1076
|
})();
|
|
1083
1077
|
}
|
|
1084
1078
|
test_ssh_server(callback, ssh_server_id, options) {
|
|
1085
|
-
var
|
|
1079
|
+
var _this142 = this;
|
|
1086
1080
|
return _asyncToGenerator(function* () {
|
|
1087
1081
|
ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
|
|
1088
|
-
return
|
|
1082
|
+
return _this142.authStream(callback, 'GET', "/ssh_server/".concat(ssh_server_id, "/test"), null, null, options);
|
|
1089
1083
|
})();
|
|
1090
1084
|
}
|
|
1091
1085
|
all_ssh_tunnels(callback, fields, options) {
|
|
1092
|
-
var
|
|
1086
|
+
var _this143 = this;
|
|
1093
1087
|
return _asyncToGenerator(function* () {
|
|
1094
|
-
return
|
|
1088
|
+
return _this143.authStream(callback, 'GET', '/ssh_tunnels', {
|
|
1095
1089
|
fields
|
|
1096
1090
|
}, null, options);
|
|
1097
1091
|
})();
|
|
1098
1092
|
}
|
|
1099
1093
|
create_ssh_tunnel(callback, body, options) {
|
|
1100
|
-
var
|
|
1094
|
+
var _this144 = this;
|
|
1101
1095
|
return _asyncToGenerator(function* () {
|
|
1102
|
-
return
|
|
1096
|
+
return _this144.authStream(callback, 'POST', '/ssh_tunnels', null, body, options);
|
|
1103
1097
|
})();
|
|
1104
1098
|
}
|
|
1105
1099
|
ssh_tunnel(callback, ssh_tunnel_id, options) {
|
|
1106
|
-
var
|
|
1100
|
+
var _this145 = this;
|
|
1107
1101
|
return _asyncToGenerator(function* () {
|
|
1108
1102
|
ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
|
|
1109
|
-
return
|
|
1103
|
+
return _this145.authStream(callback, 'GET', "/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
|
|
1110
1104
|
})();
|
|
1111
1105
|
}
|
|
1112
1106
|
update_ssh_tunnel(callback, ssh_tunnel_id, body, options) {
|
|
1113
|
-
var
|
|
1107
|
+
var _this146 = this;
|
|
1114
1108
|
return _asyncToGenerator(function* () {
|
|
1115
1109
|
ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
|
|
1116
|
-
return
|
|
1110
|
+
return _this146.authStream(callback, 'PATCH', "/ssh_tunnel/".concat(ssh_tunnel_id), null, body, options);
|
|
1117
1111
|
})();
|
|
1118
1112
|
}
|
|
1119
1113
|
delete_ssh_tunnel(callback, ssh_tunnel_id, options) {
|
|
1120
|
-
var
|
|
1114
|
+
var _this147 = this;
|
|
1121
1115
|
return _asyncToGenerator(function* () {
|
|
1122
1116
|
ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
|
|
1123
|
-
return
|
|
1117
|
+
return _this147.authStream(callback, 'DELETE', "/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
|
|
1124
1118
|
})();
|
|
1125
1119
|
}
|
|
1126
1120
|
test_ssh_tunnel(callback, ssh_tunnel_id, options) {
|
|
1127
|
-
var
|
|
1121
|
+
var _this148 = this;
|
|
1128
1122
|
return _asyncToGenerator(function* () {
|
|
1129
1123
|
ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
|
|
1130
|
-
return
|
|
1124
|
+
return _this148.authStream(callback, 'GET', "/ssh_tunnel/".concat(ssh_tunnel_id, "/test"), null, null, options);
|
|
1131
1125
|
})();
|
|
1132
1126
|
}
|
|
1133
1127
|
ssh_public_key(callback, options) {
|
|
1134
|
-
var
|
|
1128
|
+
var _this149 = this;
|
|
1135
1129
|
return _asyncToGenerator(function* () {
|
|
1136
|
-
return
|
|
1130
|
+
return _this149.authStream(callback, 'GET', '/ssh_public_key', null, null, options);
|
|
1137
1131
|
})();
|
|
1138
1132
|
}
|
|
1139
1133
|
search_content_favorites(callback, request, options) {
|
|
1140
|
-
var
|
|
1134
|
+
var _this150 = this;
|
|
1141
1135
|
return _asyncToGenerator(function* () {
|
|
1142
|
-
return
|
|
1136
|
+
return _this150.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1155
1149
|
})();
|
|
1156
1150
|
}
|
|
1157
1151
|
content_favorite(callback, content_favorite_id, fields, options) {
|
|
1158
|
-
var
|
|
1152
|
+
var _this151 = this;
|
|
1159
1153
|
return _asyncToGenerator(function* () {
|
|
1160
1154
|
content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
|
|
1161
|
-
return
|
|
1155
|
+
return _this151.authStream(callback, 'GET', "/content_favorite/".concat(content_favorite_id), {
|
|
1162
1156
|
fields
|
|
1163
1157
|
}, null, options);
|
|
1164
1158
|
})();
|
|
1165
1159
|
}
|
|
1166
1160
|
delete_content_favorite(callback, content_favorite_id, options) {
|
|
1167
|
-
var
|
|
1161
|
+
var _this152 = this;
|
|
1168
1162
|
return _asyncToGenerator(function* () {
|
|
1169
1163
|
content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
|
|
1170
|
-
return
|
|
1164
|
+
return _this152.authStream(callback, 'DELETE', "/content_favorite/".concat(content_favorite_id), null, null, options);
|
|
1171
1165
|
})();
|
|
1172
1166
|
}
|
|
1173
1167
|
create_content_favorite(callback, body, options) {
|
|
1174
|
-
var
|
|
1168
|
+
var _this153 = this;
|
|
1175
1169
|
return _asyncToGenerator(function* () {
|
|
1176
|
-
return
|
|
1170
|
+
return _this153.authStream(callback, 'POST', '/content_favorite', null, body, options);
|
|
1177
1171
|
})();
|
|
1178
1172
|
}
|
|
1179
1173
|
all_content_metadatas(callback, parent_id, fields, options) {
|
|
1180
|
-
var
|
|
1174
|
+
var _this154 = this;
|
|
1181
1175
|
return _asyncToGenerator(function* () {
|
|
1182
|
-
return
|
|
1176
|
+
return _this154.authStream(callback, 'GET', '/content_metadata', {
|
|
1183
1177
|
parent_id,
|
|
1184
1178
|
fields
|
|
1185
1179
|
}, null, options);
|
|
1186
1180
|
})();
|
|
1187
1181
|
}
|
|
1188
1182
|
content_metadata(callback, content_metadata_id, fields, options) {
|
|
1189
|
-
var
|
|
1183
|
+
var _this155 = this;
|
|
1190
1184
|
return _asyncToGenerator(function* () {
|
|
1191
1185
|
content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
|
|
1192
|
-
return
|
|
1186
|
+
return _this155.authStream(callback, 'GET', "/content_metadata/".concat(content_metadata_id), {
|
|
1193
1187
|
fields
|
|
1194
1188
|
}, null, options);
|
|
1195
1189
|
})();
|
|
1196
1190
|
}
|
|
1197
1191
|
update_content_metadata(callback, content_metadata_id, body, options) {
|
|
1198
|
-
var
|
|
1192
|
+
var _this156 = this;
|
|
1199
1193
|
return _asyncToGenerator(function* () {
|
|
1200
1194
|
content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
|
|
1201
|
-
return
|
|
1195
|
+
return _this156.authStream(callback, 'PATCH', "/content_metadata/".concat(content_metadata_id), null, body, options);
|
|
1202
1196
|
})();
|
|
1203
1197
|
}
|
|
1204
1198
|
all_content_metadata_accesses(callback, content_metadata_id, fields, options) {
|
|
1205
|
-
var
|
|
1199
|
+
var _this157 = this;
|
|
1206
1200
|
return _asyncToGenerator(function* () {
|
|
1207
|
-
return
|
|
1201
|
+
return _this157.authStream(callback, '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(callback, body, send_boards_notification_email, options) {
|
|
1214
|
-
var
|
|
1208
|
+
var _this158 = this;
|
|
1215
1209
|
return _asyncToGenerator(function* () {
|
|
1216
|
-
return
|
|
1210
|
+
return _this158.authStream(callback, 'POST', '/content_metadata_access', {
|
|
1217
1211
|
send_boards_notification_email
|
|
1218
1212
|
}, body, options);
|
|
1219
1213
|
})();
|
|
1220
1214
|
}
|
|
1221
1215
|
update_content_metadata_access(callback, content_metadata_access_id, body, options) {
|
|
1222
|
-
var
|
|
1216
|
+
var _this159 = this;
|
|
1223
1217
|
return _asyncToGenerator(function* () {
|
|
1224
1218
|
content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
|
|
1225
|
-
return
|
|
1219
|
+
return _this159.authStream(callback, 'PUT', "/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
|
|
1226
1220
|
})();
|
|
1227
1221
|
}
|
|
1228
1222
|
delete_content_metadata_access(callback, content_metadata_access_id, options) {
|
|
1229
|
-
var
|
|
1223
|
+
var _this160 = this;
|
|
1230
1224
|
return _asyncToGenerator(function* () {
|
|
1231
1225
|
content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
|
|
1232
|
-
return
|
|
1226
|
+
return _this160.authStream(callback, 'DELETE', "/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
|
|
1227
|
+
})();
|
|
1228
|
+
}
|
|
1229
|
+
search_content(callback, request, options) {
|
|
1230
|
+
var _this161 = this;
|
|
1231
|
+
return _asyncToGenerator(function* () {
|
|
1232
|
+
request.terms = (0, _sdkRtl.encodeParam)(request.terms);
|
|
1233
|
+
return _this161.authStream(callback, '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(callback, request, options) {
|