@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.
- package/CHANGELOG.md +14 -0
- package/lib/3.1/funcs.d.ts +1 -1
- package/lib/3.1/funcs.js +1 -0
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +1 -1
- package/lib/3.1/methods.js +1 -0
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +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 +1 -0
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +3 -4
- package/lib/4.0/funcs.js +996 -1004
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +3 -4
- package/lib/4.0/methods.js +661 -666
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +3 -4
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +3 -21
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +2 -3
- package/lib/4.0/streams.js +661 -666
- 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 +1 -0
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js +1 -0
- 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 +1 -0
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +996 -1004
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +661 -666
- 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 +661 -666
- 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/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,88 +1149,88 @@ 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);
|
|
1233
1227
|
})();
|
|
1234
1228
|
}
|
|
1235
1229
|
search_content(callback, request, options) {
|
|
1236
|
-
var
|
|
1230
|
+
var _this161 = this;
|
|
1237
1231
|
return _asyncToGenerator(function* () {
|
|
1238
1232
|
request.terms = (0, _sdkRtl.encodeParam)(request.terms);
|
|
1239
|
-
return
|
|
1233
|
+
return _this161.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1247
1241
|
})();
|
|
1248
1242
|
}
|
|
1249
1243
|
content_thumbnail(callback, request, options) {
|
|
1250
|
-
var
|
|
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
|
|
1248
|
+
return _this162.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1260
1255
|
})();
|
|
1261
1256
|
}
|
|
1262
1257
|
content_validation(callback, fields, options) {
|
|
1263
|
-
var
|
|
1258
|
+
var _this163 = this;
|
|
1264
1259
|
return _asyncToGenerator(function* () {
|
|
1265
|
-
return
|
|
1260
|
+
return _this163.authStream(callback, 'GET', '/content_validation', {
|
|
1266
1261
|
fields
|
|
1267
1262
|
}, null, options);
|
|
1268
1263
|
})();
|
|
1269
1264
|
}
|
|
1270
1265
|
search_content_views(callback, request, options) {
|
|
1271
|
-
var
|
|
1266
|
+
var _this164 = this;
|
|
1272
1267
|
return _asyncToGenerator(function* () {
|
|
1273
|
-
return
|
|
1268
|
+
return _this164.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1288
1283
|
})();
|
|
1289
1284
|
}
|
|
1290
1285
|
vector_thumbnail(callback, type, resource_id, reload, options) {
|
|
1291
|
-
var
|
|
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
|
|
1290
|
+
return _this165.authStream(callback, 'GET', "/vector_thumbnail/".concat(type, "/").concat(resource_id), {
|
|
1296
1291
|
reload
|
|
1297
1292
|
}, null, options);
|
|
1298
1293
|
})();
|
|
1299
1294
|
}
|
|
1300
1295
|
all_dashboards(callback, fields, options) {
|
|
1301
|
-
var
|
|
1296
|
+
var _this166 = this;
|
|
1302
1297
|
return _asyncToGenerator(function* () {
|
|
1303
|
-
return
|
|
1298
|
+
return _this166.authStream(callback, 'GET', '/dashboards', {
|
|
1304
1299
|
fields
|
|
1305
1300
|
}, null, options);
|
|
1306
1301
|
})();
|
|
1307
1302
|
}
|
|
1308
1303
|
create_dashboard(callback, body, options) {
|
|
1309
|
-
var
|
|
1304
|
+
var _this167 = this;
|
|
1310
1305
|
return _asyncToGenerator(function* () {
|
|
1311
|
-
return
|
|
1306
|
+
return _this167.authStream(callback, 'POST', '/dashboards', null, body, options);
|
|
1312
1307
|
})();
|
|
1313
1308
|
}
|
|
1314
1309
|
search_dashboards(callback, request, options) {
|
|
1315
|
-
var
|
|
1310
|
+
var _this168 = this;
|
|
1316
1311
|
return _asyncToGenerator(function* () {
|
|
1317
|
-
return
|
|
1312
|
+
return _this168.authStream(callback, 'GET', '/dashboards/search', {
|
|
1318
1313
|
id: request.id,
|
|
1319
1314
|
slug: request.slug,
|
|
1320
1315
|
title: request.title,
|
|
@@ -1338,95 +1333,95 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1338
1333
|
})();
|
|
1339
1334
|
}
|
|
1340
1335
|
import_lookml_dashboard(callback, lookml_dashboard_id, space_id, body, raw_locale, options) {
|
|
1341
|
-
var
|
|
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
|
|
1340
|
+
return _this169.authStream(callback, '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(callback, lookml_dashboard_id, body, raw_locale, options) {
|
|
1351
|
-
var
|
|
1346
|
+
var _this170 = this;
|
|
1352
1347
|
return _asyncToGenerator(function* () {
|
|
1353
1348
|
lookml_dashboard_id = (0, _sdkRtl.encodeParam)(lookml_dashboard_id);
|
|
1354
|
-
return
|
|
1349
|
+
return _this170.authStream(callback, 'PATCH', "/dashboards/".concat(lookml_dashboard_id, "/sync"), {
|
|
1355
1350
|
raw_locale
|
|
1356
1351
|
}, body, options);
|
|
1357
1352
|
})();
|
|
1358
1353
|
}
|
|
1359
1354
|
dashboard(callback, dashboard_id, fields, options) {
|
|
1360
|
-
var
|
|
1355
|
+
var _this171 = this;
|
|
1361
1356
|
return _asyncToGenerator(function* () {
|
|
1362
1357
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1363
|
-
return
|
|
1358
|
+
return _this171.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id), {
|
|
1364
1359
|
fields
|
|
1365
1360
|
}, null, options);
|
|
1366
1361
|
})();
|
|
1367
1362
|
}
|
|
1368
1363
|
update_dashboard(callback, dashboard_id, body, options) {
|
|
1369
|
-
var
|
|
1364
|
+
var _this172 = this;
|
|
1370
1365
|
return _asyncToGenerator(function* () {
|
|
1371
1366
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1372
|
-
return
|
|
1367
|
+
return _this172.authStream(callback, 'PATCH', "/dashboards/".concat(dashboard_id), null, body, options);
|
|
1373
1368
|
})();
|
|
1374
1369
|
}
|
|
1375
1370
|
delete_dashboard(callback, dashboard_id, options) {
|
|
1376
|
-
var
|
|
1371
|
+
var _this173 = this;
|
|
1377
1372
|
return _asyncToGenerator(function* () {
|
|
1378
1373
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1379
|
-
return
|
|
1374
|
+
return _this173.authStream(callback, 'DELETE', "/dashboards/".concat(dashboard_id), null, null, options);
|
|
1380
1375
|
})();
|
|
1381
1376
|
}
|
|
1382
1377
|
dashboard_aggregate_table_lookml(callback, dashboard_id, options) {
|
|
1383
|
-
var
|
|
1378
|
+
var _this174 = this;
|
|
1384
1379
|
return _asyncToGenerator(function* () {
|
|
1385
1380
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1386
|
-
return
|
|
1381
|
+
return _this174.authStream(callback, 'GET', "/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
|
|
1387
1382
|
})();
|
|
1388
1383
|
}
|
|
1389
1384
|
dashboard_lookml(callback, dashboard_id, options) {
|
|
1390
|
-
var
|
|
1385
|
+
var _this175 = this;
|
|
1391
1386
|
return _asyncToGenerator(function* () {
|
|
1392
1387
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1393
|
-
return
|
|
1388
|
+
return _this175.authStream(callback, 'GET', "/dashboards/lookml/".concat(dashboard_id), null, null, options);
|
|
1394
1389
|
})();
|
|
1395
1390
|
}
|
|
1396
1391
|
move_dashboard(callback, dashboard_id, folder_id, options) {
|
|
1397
|
-
var
|
|
1392
|
+
var _this176 = this;
|
|
1398
1393
|
return _asyncToGenerator(function* () {
|
|
1399
1394
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1400
|
-
return
|
|
1395
|
+
return _this176.authStream(callback, 'PATCH', "/dashboards/".concat(dashboard_id, "/move"), {
|
|
1401
1396
|
folder_id
|
|
1402
1397
|
}, null, options);
|
|
1403
1398
|
})();
|
|
1404
1399
|
}
|
|
1405
1400
|
import_dashboard_from_lookml(callback, body, options) {
|
|
1406
|
-
var
|
|
1401
|
+
var _this177 = this;
|
|
1407
1402
|
return _asyncToGenerator(function* () {
|
|
1408
|
-
return
|
|
1403
|
+
return _this177.authStream(callback, 'POST', '/dashboards/lookml', null, body, options);
|
|
1409
1404
|
})();
|
|
1410
1405
|
}
|
|
1411
1406
|
create_dashboard_from_lookml(callback, body, options) {
|
|
1412
|
-
var
|
|
1407
|
+
var _this178 = this;
|
|
1413
1408
|
return _asyncToGenerator(function* () {
|
|
1414
|
-
return
|
|
1409
|
+
return _this178.authStream(callback, 'POST', '/dashboards/from_lookml', null, body, options);
|
|
1415
1410
|
})();
|
|
1416
1411
|
}
|
|
1417
1412
|
copy_dashboard(callback, dashboard_id, folder_id, options) {
|
|
1418
|
-
var
|
|
1413
|
+
var _this179 = this;
|
|
1419
1414
|
return _asyncToGenerator(function* () {
|
|
1420
1415
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1421
|
-
return
|
|
1416
|
+
return _this179.authStream(callback, 'POST', "/dashboards/".concat(dashboard_id, "/copy"), {
|
|
1422
1417
|
folder_id
|
|
1423
1418
|
}, null, options);
|
|
1424
1419
|
})();
|
|
1425
1420
|
}
|
|
1426
1421
|
search_dashboard_elements(callback, request, options) {
|
|
1427
|
-
var
|
|
1422
|
+
var _this180 = this;
|
|
1428
1423
|
return _asyncToGenerator(function* () {
|
|
1429
|
-
return
|
|
1424
|
+
return _this180.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1438
1433
|
})();
|
|
1439
1434
|
}
|
|
1440
1435
|
dashboard_element(callback, dashboard_element_id, fields, options) {
|
|
1441
|
-
var
|
|
1436
|
+
var _this181 = this;
|
|
1442
1437
|
return _asyncToGenerator(function* () {
|
|
1443
1438
|
dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
|
|
1444
|
-
return
|
|
1439
|
+
return _this181.authStream(callback, 'GET', "/dashboard_elements/".concat(dashboard_element_id), {
|
|
1445
1440
|
fields
|
|
1446
1441
|
}, null, options);
|
|
1447
1442
|
})();
|
|
1448
1443
|
}
|
|
1449
1444
|
update_dashboard_element(callback, dashboard_element_id, body, fields, options) {
|
|
1450
|
-
var
|
|
1445
|
+
var _this182 = this;
|
|
1451
1446
|
return _asyncToGenerator(function* () {
|
|
1452
1447
|
dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
|
|
1453
|
-
return
|
|
1448
|
+
return _this182.authStream(callback, 'PATCH', "/dashboard_elements/".concat(dashboard_element_id), {
|
|
1454
1449
|
fields
|
|
1455
1450
|
}, body, options);
|
|
1456
1451
|
})();
|
|
1457
1452
|
}
|
|
1458
1453
|
delete_dashboard_element(callback, dashboard_element_id, options) {
|
|
1459
|
-
var
|
|
1454
|
+
var _this183 = this;
|
|
1460
1455
|
return _asyncToGenerator(function* () {
|
|
1461
1456
|
dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
|
|
1462
|
-
return
|
|
1457
|
+
return _this183.authStream(callback, 'DELETE', "/dashboard_elements/".concat(dashboard_element_id), null, null, options);
|
|
1463
1458
|
})();
|
|
1464
1459
|
}
|
|
1465
1460
|
dashboard_dashboard_elements(callback, dashboard_id, fields, options) {
|
|
1466
|
-
var
|
|
1461
|
+
var _this184 = this;
|
|
1467
1462
|
return _asyncToGenerator(function* () {
|
|
1468
1463
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1469
|
-
return
|
|
1464
|
+
return _this184.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
|
|
1470
1465
|
fields
|
|
1471
1466
|
}, null, options);
|
|
1472
1467
|
})();
|
|
1473
1468
|
}
|
|
1474
1469
|
create_dashboard_element(callback, request, options) {
|
|
1475
|
-
var
|
|
1470
|
+
var _this185 = this;
|
|
1476
1471
|
return _asyncToGenerator(function* () {
|
|
1477
|
-
return
|
|
1472
|
+
return _this185.authStream(callback, '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(callback, dashboard_filter_id, fields, options) {
|
|
1484
|
-
var
|
|
1479
|
+
var _this186 = this;
|
|
1485
1480
|
return _asyncToGenerator(function* () {
|
|
1486
1481
|
dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
|
|
1487
|
-
return
|
|
1482
|
+
return _this186.authStream(callback, 'GET', "/dashboard_filters/".concat(dashboard_filter_id), {
|
|
1488
1483
|
fields
|
|
1489
1484
|
}, null, options);
|
|
1490
1485
|
})();
|
|
1491
1486
|
}
|
|
1492
1487
|
update_dashboard_filter(callback, dashboard_filter_id, body, fields, options) {
|
|
1493
|
-
var
|
|
1488
|
+
var _this187 = this;
|
|
1494
1489
|
return _asyncToGenerator(function* () {
|
|
1495
1490
|
dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
|
|
1496
|
-
return
|
|
1491
|
+
return _this187.authStream(callback, 'PATCH', "/dashboard_filters/".concat(dashboard_filter_id), {
|
|
1497
1492
|
fields
|
|
1498
1493
|
}, body, options);
|
|
1499
1494
|
})();
|
|
1500
1495
|
}
|
|
1501
1496
|
delete_dashboard_filter(callback, dashboard_filter_id, options) {
|
|
1502
|
-
var
|
|
1497
|
+
var _this188 = this;
|
|
1503
1498
|
return _asyncToGenerator(function* () {
|
|
1504
1499
|
dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
|
|
1505
|
-
return
|
|
1500
|
+
return _this188.authStream(callback, 'DELETE', "/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
|
|
1506
1501
|
})();
|
|
1507
1502
|
}
|
|
1508
1503
|
dashboard_dashboard_filters(callback, dashboard_id, fields, options) {
|
|
1509
|
-
var
|
|
1504
|
+
var _this189 = this;
|
|
1510
1505
|
return _asyncToGenerator(function* () {
|
|
1511
1506
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1512
|
-
return
|
|
1507
|
+
return _this189.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
|
|
1513
1508
|
fields
|
|
1514
1509
|
}, null, options);
|
|
1515
1510
|
})();
|
|
1516
1511
|
}
|
|
1517
1512
|
create_dashboard_filter(callback, body, fields, options) {
|
|
1518
|
-
var
|
|
1513
|
+
var _this190 = this;
|
|
1519
1514
|
return _asyncToGenerator(function* () {
|
|
1520
|
-
return
|
|
1515
|
+
return _this190.authStream(callback, 'POST', '/dashboard_filters', {
|
|
1521
1516
|
fields
|
|
1522
1517
|
}, body, options);
|
|
1523
1518
|
})();
|
|
1524
1519
|
}
|
|
1525
1520
|
dashboard_layout_component(callback, dashboard_layout_component_id, fields, options) {
|
|
1526
|
-
var
|
|
1521
|
+
var _this191 = this;
|
|
1527
1522
|
return _asyncToGenerator(function* () {
|
|
1528
1523
|
dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
|
|
1529
|
-
return
|
|
1524
|
+
return _this191.authStream(callback, '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(callback, dashboard_layout_component_id, body, fields, options) {
|
|
1535
|
-
var
|
|
1530
|
+
var _this192 = this;
|
|
1536
1531
|
return _asyncToGenerator(function* () {
|
|
1537
1532
|
dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
|
|
1538
|
-
return
|
|
1533
|
+
return _this192.authStream(callback, '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(callback, dashboard_layout_id, fields, options) {
|
|
1544
|
-
var
|
|
1539
|
+
var _this193 = this;
|
|
1545
1540
|
return _asyncToGenerator(function* () {
|
|
1546
1541
|
dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
|
|
1547
|
-
return
|
|
1542
|
+
return _this193.authStream(callback, '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(callback, dashboard_layout_id, fields, options) {
|
|
1553
|
-
var
|
|
1548
|
+
var _this194 = this;
|
|
1554
1549
|
return _asyncToGenerator(function* () {
|
|
1555
1550
|
dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
|
|
1556
|
-
return
|
|
1551
|
+
return _this194.authStream(callback, 'GET', "/dashboard_layouts/".concat(dashboard_layout_id), {
|
|
1557
1552
|
fields
|
|
1558
1553
|
}, null, options);
|
|
1559
1554
|
})();
|
|
1560
1555
|
}
|
|
1561
1556
|
update_dashboard_layout(callback, dashboard_layout_id, body, fields, options) {
|
|
1562
|
-
var
|
|
1557
|
+
var _this195 = this;
|
|
1563
1558
|
return _asyncToGenerator(function* () {
|
|
1564
1559
|
dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
|
|
1565
|
-
return
|
|
1560
|
+
return _this195.authStream(callback, 'PATCH', "/dashboard_layouts/".concat(dashboard_layout_id), {
|
|
1566
1561
|
fields
|
|
1567
1562
|
}, body, options);
|
|
1568
1563
|
})();
|
|
1569
1564
|
}
|
|
1570
1565
|
delete_dashboard_layout(callback, dashboard_layout_id, options) {
|
|
1571
|
-
var
|
|
1566
|
+
var _this196 = this;
|
|
1572
1567
|
return _asyncToGenerator(function* () {
|
|
1573
1568
|
dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
|
|
1574
|
-
return
|
|
1569
|
+
return _this196.authStream(callback, 'DELETE', "/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
|
|
1575
1570
|
})();
|
|
1576
1571
|
}
|
|
1577
1572
|
dashboard_dashboard_layouts(callback, dashboard_id, fields, options) {
|
|
1578
|
-
var
|
|
1573
|
+
var _this197 = this;
|
|
1579
1574
|
return _asyncToGenerator(function* () {
|
|
1580
1575
|
dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
|
|
1581
|
-
return
|
|
1576
|
+
return _this197.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
|
|
1582
1577
|
fields
|
|
1583
1578
|
}, null, options);
|
|
1584
1579
|
})();
|
|
1585
1580
|
}
|
|
1586
1581
|
create_dashboard_layout(callback, body, fields, options) {
|
|
1587
|
-
var
|
|
1582
|
+
var _this198 = this;
|
|
1588
1583
|
return _asyncToGenerator(function* () {
|
|
1589
|
-
return
|
|
1584
|
+
return _this198.authStream(callback, 'POST', '/dashboard_layouts', {
|
|
1590
1585
|
fields
|
|
1591
1586
|
}, body, options);
|
|
1592
1587
|
})();
|
|
1593
1588
|
}
|
|
1594
1589
|
perform_data_action(callback, body, options) {
|
|
1595
|
-
var
|
|
1590
|
+
var _this199 = this;
|
|
1596
1591
|
return _asyncToGenerator(function* () {
|
|
1597
|
-
return
|
|
1592
|
+
return _this199.authStream(callback, 'POST', '/data_actions', null, body, options);
|
|
1598
1593
|
})();
|
|
1599
1594
|
}
|
|
1600
1595
|
fetch_remote_data_action_form(callback, body, options) {
|
|
1601
|
-
var
|
|
1596
|
+
var _this200 = this;
|
|
1602
1597
|
return _asyncToGenerator(function* () {
|
|
1603
|
-
return
|
|
1598
|
+
return _this200.authStream(callback, 'POST', '/data_actions/form', null, body, options);
|
|
1604
1599
|
})();
|
|
1605
1600
|
}
|
|
1606
1601
|
all_datagroups(callback, options) {
|
|
1607
|
-
var
|
|
1602
|
+
var _this201 = this;
|
|
1608
1603
|
return _asyncToGenerator(function* () {
|
|
1609
|
-
return
|
|
1604
|
+
return _this201.authStream(callback, 'GET', '/datagroups', null, null, options);
|
|
1610
1605
|
})();
|
|
1611
1606
|
}
|
|
1612
1607
|
datagroup(callback, datagroup_id, options) {
|
|
1613
|
-
var
|
|
1608
|
+
var _this202 = this;
|
|
1614
1609
|
return _asyncToGenerator(function* () {
|
|
1615
1610
|
datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
|
|
1616
|
-
return
|
|
1611
|
+
return _this202.authStream(callback, 'GET', "/datagroups/".concat(datagroup_id), null, null, options);
|
|
1617
1612
|
})();
|
|
1618
1613
|
}
|
|
1619
1614
|
update_datagroup(callback, datagroup_id, body, options) {
|
|
1620
|
-
var
|
|
1615
|
+
var _this203 = this;
|
|
1621
1616
|
return _asyncToGenerator(function* () {
|
|
1622
1617
|
datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
|
|
1623
|
-
return
|
|
1618
|
+
return _this203.authStream(callback, 'PATCH', "/datagroups/".concat(datagroup_id), null, body, options);
|
|
1624
1619
|
})();
|
|
1625
1620
|
}
|
|
1626
1621
|
graph_derived_tables_for_model(callback, request, options) {
|
|
1627
|
-
var
|
|
1622
|
+
var _this204 = this;
|
|
1628
1623
|
return _asyncToGenerator(function* () {
|
|
1629
1624
|
request.model = (0, _sdkRtl.encodeParam)(request.model);
|
|
1630
|
-
return
|
|
1625
|
+
return _this204.authStream(callback, '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(callback, request, options) {
|
|
1637
|
-
var
|
|
1632
|
+
var _this205 = this;
|
|
1638
1633
|
return _asyncToGenerator(function* () {
|
|
1639
1634
|
request.view = (0, _sdkRtl.encodeParam)(request.view);
|
|
1640
|
-
return
|
|
1635
|
+
return _this205.authStream(callback, '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(callback, request, options) {
|
|
1647
|
-
var
|
|
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
|
|
1646
|
+
return _this206.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1657
1652
|
})();
|
|
1658
1653
|
}
|
|
1659
1654
|
check_pdt_build(callback, materialization_id, options) {
|
|
1660
|
-
var
|
|
1655
|
+
var _this207 = this;
|
|
1661
1656
|
return _asyncToGenerator(function* () {
|
|
1662
1657
|
materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
|
|
1663
|
-
return
|
|
1658
|
+
return _this207.authStream(callback, 'GET', "/derived_table/".concat(materialization_id, "/status"), null, null, options);
|
|
1664
1659
|
})();
|
|
1665
1660
|
}
|
|
1666
1661
|
stop_pdt_build(callback, materialization_id, source, options) {
|
|
1667
|
-
var
|
|
1662
|
+
var _this208 = this;
|
|
1668
1663
|
return _asyncToGenerator(function* () {
|
|
1669
1664
|
materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
|
|
1670
|
-
return
|
|
1665
|
+
return _this208.authStream(callback, 'GET', "/derived_table/".concat(materialization_id, "/stop"), {
|
|
1671
1666
|
source
|
|
1672
1667
|
}, null, options);
|
|
1673
1668
|
})();
|
|
1674
1669
|
}
|
|
1675
1670
|
search_folders(callback, request, options) {
|
|
1676
|
-
var
|
|
1671
|
+
var _this209 = this;
|
|
1677
1672
|
return _asyncToGenerator(function* () {
|
|
1678
|
-
return
|
|
1673
|
+
return _this209.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1692
1687
|
})();
|
|
1693
1688
|
}
|
|
1694
1689
|
folder(callback, folder_id, fields, options) {
|
|
1695
|
-
var
|
|
1690
|
+
var _this210 = this;
|
|
1696
1691
|
return _asyncToGenerator(function* () {
|
|
1697
1692
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1698
|
-
return
|
|
1693
|
+
return _this210.authStream(callback, 'GET', "/folders/".concat(folder_id), {
|
|
1699
1694
|
fields
|
|
1700
1695
|
}, null, options);
|
|
1701
1696
|
})();
|
|
1702
1697
|
}
|
|
1703
1698
|
update_folder(callback, folder_id, body, options) {
|
|
1704
|
-
var
|
|
1699
|
+
var _this211 = this;
|
|
1705
1700
|
return _asyncToGenerator(function* () {
|
|
1706
1701
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1707
|
-
return
|
|
1702
|
+
return _this211.authStream(callback, 'PATCH', "/folders/".concat(folder_id), null, body, options);
|
|
1708
1703
|
})();
|
|
1709
1704
|
}
|
|
1710
1705
|
delete_folder(callback, folder_id, options) {
|
|
1711
|
-
var
|
|
1706
|
+
var _this212 = this;
|
|
1712
1707
|
return _asyncToGenerator(function* () {
|
|
1713
1708
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1714
|
-
return
|
|
1709
|
+
return _this212.authStream(callback, 'DELETE', "/folders/".concat(folder_id), null, null, options);
|
|
1715
1710
|
})();
|
|
1716
1711
|
}
|
|
1717
1712
|
all_folders(callback, fields, options) {
|
|
1718
|
-
var
|
|
1713
|
+
var _this213 = this;
|
|
1719
1714
|
return _asyncToGenerator(function* () {
|
|
1720
|
-
return
|
|
1715
|
+
return _this213.authStream(callback, 'GET', '/folders', {
|
|
1721
1716
|
fields
|
|
1722
1717
|
}, null, options);
|
|
1723
1718
|
})();
|
|
1724
1719
|
}
|
|
1725
1720
|
create_folder(callback, body, options) {
|
|
1726
|
-
var
|
|
1721
|
+
var _this214 = this;
|
|
1727
1722
|
return _asyncToGenerator(function* () {
|
|
1728
|
-
return
|
|
1723
|
+
return _this214.authStream(callback, 'POST', '/folders', null, body, options);
|
|
1729
1724
|
})();
|
|
1730
1725
|
}
|
|
1731
1726
|
folder_children(callback, request, options) {
|
|
1732
|
-
var
|
|
1727
|
+
var _this215 = this;
|
|
1733
1728
|
return _asyncToGenerator(function* () {
|
|
1734
1729
|
request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
|
|
1735
|
-
return
|
|
1730
|
+
return _this215.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1743
1738
|
})();
|
|
1744
1739
|
}
|
|
1745
1740
|
folder_children_search(callback, request, options) {
|
|
1746
|
-
var
|
|
1741
|
+
var _this216 = this;
|
|
1747
1742
|
return _asyncToGenerator(function* () {
|
|
1748
1743
|
request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
|
|
1749
|
-
return
|
|
1744
|
+
return _this216.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1754
1749
|
})();
|
|
1755
1750
|
}
|
|
1756
1751
|
folder_parent(callback, folder_id, fields, options) {
|
|
1757
|
-
var
|
|
1752
|
+
var _this217 = this;
|
|
1758
1753
|
return _asyncToGenerator(function* () {
|
|
1759
1754
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1760
|
-
return
|
|
1755
|
+
return _this217.authStream(callback, 'GET', "/folders/".concat(folder_id, "/parent"), {
|
|
1761
1756
|
fields
|
|
1762
1757
|
}, null, options);
|
|
1763
1758
|
})();
|
|
1764
1759
|
}
|
|
1765
1760
|
folder_ancestors(callback, folder_id, fields, options) {
|
|
1766
|
-
var
|
|
1761
|
+
var _this218 = this;
|
|
1767
1762
|
return _asyncToGenerator(function* () {
|
|
1768
1763
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1769
|
-
return
|
|
1764
|
+
return _this218.authStream(callback, 'GET', "/folders/".concat(folder_id, "/ancestors"), {
|
|
1770
1765
|
fields
|
|
1771
1766
|
}, null, options);
|
|
1772
1767
|
})();
|
|
1773
1768
|
}
|
|
1774
1769
|
folder_looks(callback, folder_id, fields, options) {
|
|
1775
|
-
var
|
|
1770
|
+
var _this219 = this;
|
|
1776
1771
|
return _asyncToGenerator(function* () {
|
|
1777
1772
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1778
|
-
return
|
|
1773
|
+
return _this219.authStream(callback, 'GET', "/folders/".concat(folder_id, "/looks"), {
|
|
1779
1774
|
fields
|
|
1780
1775
|
}, null, options);
|
|
1781
1776
|
})();
|
|
1782
1777
|
}
|
|
1783
1778
|
folder_dashboards(callback, folder_id, fields, options) {
|
|
1784
|
-
var
|
|
1779
|
+
var _this220 = this;
|
|
1785
1780
|
return _asyncToGenerator(function* () {
|
|
1786
1781
|
folder_id = (0, _sdkRtl.encodeParam)(folder_id);
|
|
1787
|
-
return
|
|
1782
|
+
return _this220.authStream(callback, 'GET', "/folders/".concat(folder_id, "/dashboards"), {
|
|
1788
1783
|
fields
|
|
1789
1784
|
}, null, options);
|
|
1790
1785
|
})();
|
|
1791
1786
|
}
|
|
1792
1787
|
all_groups(callback, request, options) {
|
|
1793
|
-
var
|
|
1788
|
+
var _this221 = this;
|
|
1794
1789
|
return _asyncToGenerator(function* () {
|
|
1795
|
-
return
|
|
1790
|
+
return _this221.authStream(callback, 'GET', '/groups', {
|
|
1796
1791
|
fields: request.fields,
|
|
1797
1792
|
page: request.page,
|
|
1798
1793
|
per_page: request.per_page,
|
|
@@ -1806,17 +1801,17 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1806
1801
|
})();
|
|
1807
1802
|
}
|
|
1808
1803
|
create_group(callback, body, fields, options) {
|
|
1809
|
-
var
|
|
1804
|
+
var _this222 = this;
|
|
1810
1805
|
return _asyncToGenerator(function* () {
|
|
1811
|
-
return
|
|
1806
|
+
return _this222.authStream(callback, 'POST', '/groups', {
|
|
1812
1807
|
fields
|
|
1813
1808
|
}, body, options);
|
|
1814
1809
|
})();
|
|
1815
1810
|
}
|
|
1816
1811
|
search_groups(callback, request, options) {
|
|
1817
|
-
var
|
|
1812
|
+
var _this223 = this;
|
|
1818
1813
|
return _asyncToGenerator(function* () {
|
|
1819
|
-
return
|
|
1814
|
+
return _this223.authStream(callback, 'GET', '/groups/search', {
|
|
1820
1815
|
fields: request.fields,
|
|
1821
1816
|
limit: request.limit,
|
|
1822
1817
|
offset: request.offset,
|
|
@@ -1831,9 +1826,9 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1831
1826
|
})();
|
|
1832
1827
|
}
|
|
1833
1828
|
search_groups_with_roles(callback, request, options) {
|
|
1834
|
-
var
|
|
1829
|
+
var _this224 = this;
|
|
1835
1830
|
return _asyncToGenerator(function* () {
|
|
1836
|
-
return
|
|
1831
|
+
return _this224.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1848
1843
|
})();
|
|
1849
1844
|
}
|
|
1850
1845
|
search_groups_with_hierarchy(callback, request, options) {
|
|
1851
|
-
var
|
|
1846
|
+
var _this225 = this;
|
|
1852
1847
|
return _asyncToGenerator(function* () {
|
|
1853
|
-
return
|
|
1848
|
+
return _this225.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1865
1860
|
})();
|
|
1866
1861
|
}
|
|
1867
1862
|
group(callback, group_id, fields, options) {
|
|
1868
|
-
var
|
|
1863
|
+
var _this226 = this;
|
|
1869
1864
|
return _asyncToGenerator(function* () {
|
|
1870
1865
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1871
|
-
return
|
|
1866
|
+
return _this226.authStream(callback, 'GET', "/groups/".concat(group_id), {
|
|
1872
1867
|
fields
|
|
1873
1868
|
}, null, options);
|
|
1874
1869
|
})();
|
|
1875
1870
|
}
|
|
1876
1871
|
update_group(callback, group_id, body, fields, options) {
|
|
1877
|
-
var
|
|
1872
|
+
var _this227 = this;
|
|
1878
1873
|
return _asyncToGenerator(function* () {
|
|
1879
1874
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1880
|
-
return
|
|
1875
|
+
return _this227.authStream(callback, 'PATCH', "/groups/".concat(group_id), {
|
|
1881
1876
|
fields
|
|
1882
1877
|
}, body, options);
|
|
1883
1878
|
})();
|
|
1884
1879
|
}
|
|
1885
1880
|
delete_group(callback, group_id, options) {
|
|
1886
|
-
var
|
|
1881
|
+
var _this228 = this;
|
|
1887
1882
|
return _asyncToGenerator(function* () {
|
|
1888
1883
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1889
|
-
return
|
|
1884
|
+
return _this228.authStream(callback, 'DELETE', "/groups/".concat(group_id), null, null, options);
|
|
1890
1885
|
})();
|
|
1891
1886
|
}
|
|
1892
1887
|
all_group_groups(callback, group_id, fields, options) {
|
|
1893
|
-
var
|
|
1888
|
+
var _this229 = this;
|
|
1894
1889
|
return _asyncToGenerator(function* () {
|
|
1895
1890
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1896
|
-
return
|
|
1891
|
+
return _this229.authStream(callback, 'GET', "/groups/".concat(group_id, "/groups"), {
|
|
1897
1892
|
fields
|
|
1898
1893
|
}, null, options);
|
|
1899
1894
|
})();
|
|
1900
1895
|
}
|
|
1901
1896
|
add_group_group(callback, group_id, body, options) {
|
|
1902
|
-
var
|
|
1897
|
+
var _this230 = this;
|
|
1903
1898
|
return _asyncToGenerator(function* () {
|
|
1904
1899
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1905
|
-
return
|
|
1900
|
+
return _this230.authStream(callback, 'POST', "/groups/".concat(group_id, "/groups"), null, body, options);
|
|
1906
1901
|
})();
|
|
1907
1902
|
}
|
|
1908
1903
|
all_group_users(callback, request, options) {
|
|
1909
|
-
var
|
|
1904
|
+
var _this231 = this;
|
|
1910
1905
|
return _asyncToGenerator(function* () {
|
|
1911
1906
|
request.group_id = (0, _sdkRtl.encodeParam)(request.group_id);
|
|
1912
|
-
return
|
|
1907
|
+
return _this231.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
1920
1915
|
})();
|
|
1921
1916
|
}
|
|
1922
1917
|
add_group_user(callback, group_id, body, options) {
|
|
1923
|
-
var
|
|
1918
|
+
var _this232 = this;
|
|
1924
1919
|
return _asyncToGenerator(function* () {
|
|
1925
1920
|
group_id = (0, _sdkRtl.encodeParam)(group_id);
|
|
1926
|
-
return
|
|
1921
|
+
return _this232.authStream(callback, 'POST', "/groups/".concat(group_id, "/users"), null, body, options);
|
|
1927
1922
|
})();
|
|
1928
1923
|
}
|
|
1929
1924
|
delete_group_user(callback, group_id, user_id, options) {
|
|
1930
|
-
var
|
|
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
|
|
1929
|
+
return _this233.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
|
|
1935
1930
|
})();
|
|
1936
1931
|
}
|
|
1937
1932
|
delete_group_from_group(callback, group_id, deleting_group_id, options) {
|
|
1938
|
-
var
|
|
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
|
|
1937
|
+
return _this234.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
|
|
1943
1938
|
})();
|
|
1944
1939
|
}
|
|
1945
1940
|
update_user_attribute_group_value(callback, group_id, user_attribute_id, body, options) {
|
|
1946
|
-
var
|
|
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
|
|
1945
|
+
return _this235.authStream(callback, '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(callback, group_id, user_attribute_id, options) {
|
|
1954
|
-
var
|
|
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
|
|
1953
|
+
return _this236.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
|
|
1959
1954
|
})();
|
|
1960
1955
|
}
|
|
1961
1956
|
all_primary_homepage_sections(callback, fields, options) {
|
|
1962
|
-
var
|
|
1957
|
+
var _this237 = this;
|
|
1963
1958
|
return _asyncToGenerator(function* () {
|
|
1964
|
-
return
|
|
1959
|
+
return _this237.authStream(callback, 'GET', '/primary_homepage_sections', {
|
|
1965
1960
|
fields
|
|
1966
1961
|
}, null, options);
|
|
1967
1962
|
})();
|
|
1968
1963
|
}
|
|
1969
1964
|
all_integration_hubs(callback, fields, options) {
|
|
1970
|
-
var
|
|
1965
|
+
var _this238 = this;
|
|
1971
1966
|
return _asyncToGenerator(function* () {
|
|
1972
|
-
return
|
|
1967
|
+
return _this238.authStream(callback, 'GET', '/integration_hubs', {
|
|
1973
1968
|
fields
|
|
1974
1969
|
}, null, options);
|
|
1975
1970
|
})();
|
|
1976
1971
|
}
|
|
1977
1972
|
create_integration_hub(callback, body, fields, options) {
|
|
1978
|
-
var
|
|
1973
|
+
var _this239 = this;
|
|
1979
1974
|
return _asyncToGenerator(function* () {
|
|
1980
|
-
return
|
|
1975
|
+
return _this239.authStream(callback, 'POST', '/integration_hubs', {
|
|
1981
1976
|
fields
|
|
1982
1977
|
}, body, options);
|
|
1983
1978
|
})();
|
|
1984
1979
|
}
|
|
1985
1980
|
integration_hub(callback, integration_hub_id, fields, options) {
|
|
1986
|
-
var
|
|
1981
|
+
var _this240 = this;
|
|
1987
1982
|
return _asyncToGenerator(function* () {
|
|
1988
1983
|
integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
|
|
1989
|
-
return
|
|
1984
|
+
return _this240.authStream(callback, 'GET', "/integration_hubs/".concat(integration_hub_id), {
|
|
1990
1985
|
fields
|
|
1991
1986
|
}, null, options);
|
|
1992
1987
|
})();
|
|
1993
1988
|
}
|
|
1994
1989
|
update_integration_hub(callback, integration_hub_id, body, fields, options) {
|
|
1995
|
-
var
|
|
1990
|
+
var _this241 = this;
|
|
1996
1991
|
return _asyncToGenerator(function* () {
|
|
1997
1992
|
integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
|
|
1998
|
-
return
|
|
1993
|
+
return _this241.authStream(callback, 'PATCH', "/integration_hubs/".concat(integration_hub_id), {
|
|
1999
1994
|
fields
|
|
2000
1995
|
}, body, options);
|
|
2001
1996
|
})();
|
|
2002
1997
|
}
|
|
2003
1998
|
delete_integration_hub(callback, integration_hub_id, options) {
|
|
2004
|
-
var
|
|
1999
|
+
var _this242 = this;
|
|
2005
2000
|
return _asyncToGenerator(function* () {
|
|
2006
2001
|
integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
|
|
2007
|
-
return
|
|
2002
|
+
return _this242.authStream(callback, 'DELETE', "/integration_hubs/".concat(integration_hub_id), null, null, options);
|
|
2008
2003
|
})();
|
|
2009
2004
|
}
|
|
2010
2005
|
accept_integration_hub_legal_agreement(callback, integration_hub_id, options) {
|
|
2011
|
-
var
|
|
2006
|
+
var _this243 = this;
|
|
2012
2007
|
return _asyncToGenerator(function* () {
|
|
2013
2008
|
integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
|
|
2014
|
-
return
|
|
2009
|
+
return _this243.authStream(callback, 'POST', "/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
|
|
2015
2010
|
})();
|
|
2016
2011
|
}
|
|
2017
2012
|
all_integrations(callback, request, options) {
|
|
2018
|
-
var
|
|
2013
|
+
var _this244 = this;
|
|
2019
2014
|
return _asyncToGenerator(function* () {
|
|
2020
|
-
return
|
|
2015
|
+
return _this244.authStream(callback, '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(callback, integration_id, fields, options) {
|
|
2027
|
-
var
|
|
2022
|
+
var _this245 = this;
|
|
2028
2023
|
return _asyncToGenerator(function* () {
|
|
2029
2024
|
integration_id = (0, _sdkRtl.encodeParam)(integration_id);
|
|
2030
|
-
return
|
|
2025
|
+
return _this245.authStream(callback, 'GET', "/integrations/".concat(integration_id), {
|
|
2031
2026
|
fields
|
|
2032
2027
|
}, null, options);
|
|
2033
2028
|
})();
|
|
2034
2029
|
}
|
|
2035
2030
|
update_integration(callback, integration_id, body, fields, options) {
|
|
2036
|
-
var
|
|
2031
|
+
var _this246 = this;
|
|
2037
2032
|
return _asyncToGenerator(function* () {
|
|
2038
2033
|
integration_id = (0, _sdkRtl.encodeParam)(integration_id);
|
|
2039
|
-
return
|
|
2034
|
+
return _this246.authStream(callback, 'PATCH', "/integrations/".concat(integration_id), {
|
|
2040
2035
|
fields
|
|
2041
2036
|
}, body, options);
|
|
2042
2037
|
})();
|
|
2043
2038
|
}
|
|
2044
2039
|
fetch_integration_form(callback, integration_id, body, options) {
|
|
2045
|
-
var
|
|
2040
|
+
var _this247 = this;
|
|
2046
2041
|
return _asyncToGenerator(function* () {
|
|
2047
2042
|
integration_id = (0, _sdkRtl.encodeParam)(integration_id);
|
|
2048
|
-
return
|
|
2043
|
+
return _this247.authStream(callback, 'POST', "/integrations/".concat(integration_id, "/form"), null, body, options);
|
|
2049
2044
|
})();
|
|
2050
2045
|
}
|
|
2051
2046
|
test_integration(callback, integration_id, options) {
|
|
2052
|
-
var
|
|
2047
|
+
var _this248 = this;
|
|
2053
2048
|
return _asyncToGenerator(function* () {
|
|
2054
2049
|
integration_id = (0, _sdkRtl.encodeParam)(integration_id);
|
|
2055
|
-
return
|
|
2050
|
+
return _this248.authStream(callback, 'POST', "/integrations/".concat(integration_id, "/test"), null, null, options);
|
|
2056
2051
|
})();
|
|
2057
2052
|
}
|
|
2058
2053
|
all_looks(callback, fields, options) {
|
|
2059
|
-
var
|
|
2054
|
+
var _this249 = this;
|
|
2060
2055
|
return _asyncToGenerator(function* () {
|
|
2061
|
-
return
|
|
2056
|
+
return _this249.authStream(callback, 'GET', '/looks', {
|
|
2062
2057
|
fields
|
|
2063
2058
|
}, null, options);
|
|
2064
2059
|
})();
|
|
2065
2060
|
}
|
|
2066
2061
|
create_look(callback, body, fields, options) {
|
|
2067
|
-
var
|
|
2062
|
+
var _this250 = this;
|
|
2068
2063
|
return _asyncToGenerator(function* () {
|
|
2069
|
-
return
|
|
2064
|
+
return _this250.authStream(callback, 'POST', '/looks', {
|
|
2070
2065
|
fields
|
|
2071
2066
|
}, body, options);
|
|
2072
2067
|
})();
|
|
2073
2068
|
}
|
|
2074
2069
|
search_looks(callback, request, options) {
|
|
2075
|
-
var
|
|
2070
|
+
var _this251 = this;
|
|
2076
2071
|
return _asyncToGenerator(function* () {
|
|
2077
|
-
return
|
|
2072
|
+
return _this251.authStream(callback, 'GET', '/looks/search', {
|
|
2078
2073
|
id: request.id,
|
|
2079
2074
|
title: request.title,
|
|
2080
2075
|
description: request.description,
|
|
@@ -2097,36 +2092,36 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2097
2092
|
})();
|
|
2098
2093
|
}
|
|
2099
2094
|
look(callback, look_id, fields, options) {
|
|
2100
|
-
var
|
|
2095
|
+
var _this252 = this;
|
|
2101
2096
|
return _asyncToGenerator(function* () {
|
|
2102
2097
|
look_id = (0, _sdkRtl.encodeParam)(look_id);
|
|
2103
|
-
return
|
|
2098
|
+
return _this252.authStream(callback, 'GET', "/looks/".concat(look_id), {
|
|
2104
2099
|
fields
|
|
2105
2100
|
}, null, options);
|
|
2106
2101
|
})();
|
|
2107
2102
|
}
|
|
2108
2103
|
update_look(callback, look_id, body, fields, options) {
|
|
2109
|
-
var
|
|
2104
|
+
var _this253 = this;
|
|
2110
2105
|
return _asyncToGenerator(function* () {
|
|
2111
2106
|
look_id = (0, _sdkRtl.encodeParam)(look_id);
|
|
2112
|
-
return
|
|
2107
|
+
return _this253.authStream(callback, 'PATCH', "/looks/".concat(look_id), {
|
|
2113
2108
|
fields
|
|
2114
2109
|
}, body, options);
|
|
2115
2110
|
})();
|
|
2116
2111
|
}
|
|
2117
2112
|
delete_look(callback, look_id, options) {
|
|
2118
|
-
var
|
|
2113
|
+
var _this254 = this;
|
|
2119
2114
|
return _asyncToGenerator(function* () {
|
|
2120
2115
|
look_id = (0, _sdkRtl.encodeParam)(look_id);
|
|
2121
|
-
return
|
|
2116
|
+
return _this254.authStream(callback, 'DELETE', "/looks/".concat(look_id), null, null, options);
|
|
2122
2117
|
})();
|
|
2123
2118
|
}
|
|
2124
2119
|
run_look(callback, request, options) {
|
|
2125
|
-
var
|
|
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
|
|
2124
|
+
return _this255.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2143
2138
|
})();
|
|
2144
2139
|
}
|
|
2145
2140
|
copy_look(callback, look_id, folder_id, options) {
|
|
2146
|
-
var
|
|
2141
|
+
var _this256 = this;
|
|
2147
2142
|
return _asyncToGenerator(function* () {
|
|
2148
2143
|
look_id = (0, _sdkRtl.encodeParam)(look_id);
|
|
2149
|
-
return
|
|
2144
|
+
return _this256.authStream(callback, 'POST', "/looks/".concat(look_id, "/copy"), {
|
|
2150
2145
|
folder_id
|
|
2151
2146
|
}, null, options);
|
|
2152
2147
|
})();
|
|
2153
2148
|
}
|
|
2154
2149
|
move_look(callback, look_id, folder_id, options) {
|
|
2155
|
-
var
|
|
2150
|
+
var _this257 = this;
|
|
2156
2151
|
return _asyncToGenerator(function* () {
|
|
2157
2152
|
look_id = (0, _sdkRtl.encodeParam)(look_id);
|
|
2158
|
-
return
|
|
2153
|
+
return _this257.authStream(callback, 'PATCH', "/looks/".concat(look_id, "/move"), {
|
|
2159
2154
|
folder_id
|
|
2160
2155
|
}, null, options);
|
|
2161
2156
|
})();
|
|
2162
2157
|
}
|
|
2163
2158
|
all_lookml_models(callback, request, options) {
|
|
2164
|
-
var
|
|
2159
|
+
var _this258 = this;
|
|
2165
2160
|
return _asyncToGenerator(function* () {
|
|
2166
|
-
return
|
|
2161
|
+
return _this258.authStream(callback, 'GET', '/lookml_models', {
|
|
2167
2162
|
fields: request.fields,
|
|
2168
2163
|
limit: request.limit,
|
|
2169
2164
|
offset: request.offset
|
|
@@ -2171,84 +2166,84 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2171
2166
|
})();
|
|
2172
2167
|
}
|
|
2173
2168
|
create_lookml_model(callback, body, options) {
|
|
2174
|
-
var
|
|
2169
|
+
var _this259 = this;
|
|
2175
2170
|
return _asyncToGenerator(function* () {
|
|
2176
|
-
return
|
|
2171
|
+
return _this259.authStream(callback, 'POST', '/lookml_models', null, body, options);
|
|
2177
2172
|
})();
|
|
2178
2173
|
}
|
|
2179
2174
|
lookml_model(callback, lookml_model_name, fields, options) {
|
|
2180
|
-
var
|
|
2175
|
+
var _this260 = this;
|
|
2181
2176
|
return _asyncToGenerator(function* () {
|
|
2182
2177
|
lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
|
|
2183
|
-
return
|
|
2178
|
+
return _this260.authStream(callback, 'GET', "/lookml_models/".concat(lookml_model_name), {
|
|
2184
2179
|
fields
|
|
2185
2180
|
}, null, options);
|
|
2186
2181
|
})();
|
|
2187
2182
|
}
|
|
2188
2183
|
update_lookml_model(callback, lookml_model_name, body, options) {
|
|
2189
|
-
var
|
|
2184
|
+
var _this261 = this;
|
|
2190
2185
|
return _asyncToGenerator(function* () {
|
|
2191
2186
|
lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
|
|
2192
|
-
return
|
|
2187
|
+
return _this261.authStream(callback, 'PATCH', "/lookml_models/".concat(lookml_model_name), null, body, options);
|
|
2193
2188
|
})();
|
|
2194
2189
|
}
|
|
2195
2190
|
delete_lookml_model(callback, lookml_model_name, options) {
|
|
2196
|
-
var
|
|
2191
|
+
var _this262 = this;
|
|
2197
2192
|
return _asyncToGenerator(function* () {
|
|
2198
2193
|
lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
|
|
2199
|
-
return
|
|
2194
|
+
return _this262.authStream(callback, 'DELETE', "/lookml_models/".concat(lookml_model_name), null, null, options);
|
|
2200
2195
|
})();
|
|
2201
2196
|
}
|
|
2202
2197
|
lookml_model_explore(callback, lookml_model_name, explore_name, fields, options) {
|
|
2203
|
-
var
|
|
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
|
|
2202
|
+
return _this263.authStream(callback, '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(callback, request, options) {
|
|
2213
|
-
var
|
|
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
|
|
2213
|
+
return _this264.authStream(callback, '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(callback, model_name, options) {
|
|
2225
|
-
var
|
|
2220
|
+
var _this265 = this;
|
|
2226
2221
|
return _asyncToGenerator(function* () {
|
|
2227
2222
|
model_name = (0, _sdkRtl.encodeParam)(model_name);
|
|
2228
|
-
return
|
|
2223
|
+
return _this265.authStream(callback, 'GET', "/models/".concat(model_name), null, null, options);
|
|
2229
2224
|
})();
|
|
2230
2225
|
}
|
|
2231
2226
|
connection_databases(callback, connection_name, options) {
|
|
2232
|
-
var
|
|
2227
|
+
var _this266 = this;
|
|
2233
2228
|
return _asyncToGenerator(function* () {
|
|
2234
2229
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
2235
|
-
return
|
|
2230
|
+
return _this266.authStream(callback, 'GET', "/connections/".concat(connection_name, "/databases"), null, null, options);
|
|
2236
2231
|
})();
|
|
2237
2232
|
}
|
|
2238
2233
|
connection_features(callback, connection_name, fields, options) {
|
|
2239
|
-
var
|
|
2234
|
+
var _this267 = this;
|
|
2240
2235
|
return _asyncToGenerator(function* () {
|
|
2241
2236
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
2242
|
-
return
|
|
2237
|
+
return _this267.authStream(callback, 'GET', "/connections/".concat(connection_name, "/features"), {
|
|
2243
2238
|
fields
|
|
2244
2239
|
}, null, options);
|
|
2245
2240
|
})();
|
|
2246
2241
|
}
|
|
2247
2242
|
connection_schemas(callback, request, options) {
|
|
2248
|
-
var
|
|
2243
|
+
var _this268 = this;
|
|
2249
2244
|
return _asyncToGenerator(function* () {
|
|
2250
2245
|
request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
|
|
2251
|
-
return
|
|
2246
|
+
return _this268.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2256
2251
|
})();
|
|
2257
2252
|
}
|
|
2258
2253
|
connection_tables(callback, request, options) {
|
|
2259
|
-
var
|
|
2254
|
+
var _this269 = this;
|
|
2260
2255
|
return _asyncToGenerator(function* () {
|
|
2261
2256
|
request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
|
|
2262
|
-
return
|
|
2257
|
+
return _this269.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2270
2265
|
})();
|
|
2271
2266
|
}
|
|
2272
2267
|
connection_columns(callback, request, options) {
|
|
2273
|
-
var
|
|
2268
|
+
var _this270 = this;
|
|
2274
2269
|
return _asyncToGenerator(function* () {
|
|
2275
2270
|
request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
|
|
2276
|
-
return
|
|
2271
|
+
return _this270.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2284
2279
|
})();
|
|
2285
2280
|
}
|
|
2286
2281
|
connection_search_columns(callback, request, options) {
|
|
2287
|
-
var
|
|
2282
|
+
var _this271 = this;
|
|
2288
2283
|
return _asyncToGenerator(function* () {
|
|
2289
2284
|
request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
|
|
2290
|
-
return
|
|
2285
|
+
return _this271.authStream(callback, '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(callback, connection_name, body, fields, options) {
|
|
2297
|
-
var
|
|
2292
|
+
var _this272 = this;
|
|
2298
2293
|
return _asyncToGenerator(function* () {
|
|
2299
2294
|
connection_name = (0, _sdkRtl.encodeParam)(connection_name);
|
|
2300
|
-
return
|
|
2295
|
+
return _this272.authStream(callback, 'POST', "/connections/".concat(connection_name, "/cost_estimate"), {
|
|
2301
2296
|
fields
|
|
2302
2297
|
}, body, options);
|
|
2303
2298
|
})();
|
|
2304
2299
|
}
|
|
2305
2300
|
lock_all(callback, project_id, fields, options) {
|
|
2306
|
-
var
|
|
2301
|
+
var _this273 = this;
|
|
2307
2302
|
return _asyncToGenerator(function* () {
|
|
2308
2303
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2309
|
-
return
|
|
2304
|
+
return _this273.authStream(callback, 'POST', "/projects/".concat(project_id, "/manifest/lock_all"), {
|
|
2310
2305
|
fields
|
|
2311
2306
|
}, null, options);
|
|
2312
2307
|
})();
|
|
2313
2308
|
}
|
|
2314
2309
|
all_git_branches(callback, project_id, options) {
|
|
2315
|
-
var
|
|
2310
|
+
var _this274 = this;
|
|
2316
2311
|
return _asyncToGenerator(function* () {
|
|
2317
2312
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2318
|
-
return
|
|
2313
|
+
return _this274.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branches"), null, null, options);
|
|
2319
2314
|
})();
|
|
2320
2315
|
}
|
|
2321
2316
|
git_branch(callback, project_id, options) {
|
|
2322
|
-
var
|
|
2317
|
+
var _this275 = this;
|
|
2323
2318
|
return _asyncToGenerator(function* () {
|
|
2324
2319
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2325
|
-
return
|
|
2320
|
+
return _this275.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branch"), null, null, options);
|
|
2326
2321
|
})();
|
|
2327
2322
|
}
|
|
2328
2323
|
update_git_branch(callback, project_id, body, options) {
|
|
2329
|
-
var
|
|
2324
|
+
var _this276 = this;
|
|
2330
2325
|
return _asyncToGenerator(function* () {
|
|
2331
2326
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2332
|
-
return
|
|
2327
|
+
return _this276.authStream(callback, 'PUT', "/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2333
2328
|
})();
|
|
2334
2329
|
}
|
|
2335
2330
|
create_git_branch(callback, project_id, body, options) {
|
|
2336
|
-
var
|
|
2331
|
+
var _this277 = this;
|
|
2337
2332
|
return _asyncToGenerator(function* () {
|
|
2338
2333
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2339
|
-
return
|
|
2334
|
+
return _this277.authStream(callback, 'POST', "/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2340
2335
|
})();
|
|
2341
2336
|
}
|
|
2342
2337
|
find_git_branch(callback, project_id, branch_name, options) {
|
|
2343
|
-
var
|
|
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
|
|
2342
|
+
return _this278.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2348
2343
|
})();
|
|
2349
2344
|
}
|
|
2350
2345
|
delete_git_branch(callback, project_id, branch_name, options) {
|
|
2351
|
-
var
|
|
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
|
|
2350
|
+
return _this279.authStream(callback, 'DELETE', "/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2356
2351
|
})();
|
|
2357
2352
|
}
|
|
2358
2353
|
deploy_ref_to_production(callback, request, options) {
|
|
2359
|
-
var
|
|
2354
|
+
var _this280 = this;
|
|
2360
2355
|
return _asyncToGenerator(function* () {
|
|
2361
2356
|
request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
|
|
2362
|
-
return
|
|
2357
|
+
return _this280.authStream(callback, '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(callback, project_id, options) {
|
|
2369
|
-
var
|
|
2364
|
+
var _this281 = this;
|
|
2370
2365
|
return _asyncToGenerator(function* () {
|
|
2371
2366
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2372
|
-
return
|
|
2367
|
+
return _this281.authStream(callback, 'POST', "/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
|
|
2373
2368
|
})();
|
|
2374
2369
|
}
|
|
2375
2370
|
reset_project_to_production(callback, project_id, options) {
|
|
2376
|
-
var
|
|
2371
|
+
var _this282 = this;
|
|
2377
2372
|
return _asyncToGenerator(function* () {
|
|
2378
2373
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2379
|
-
return
|
|
2374
|
+
return _this282.authStream(callback, 'POST', "/projects/".concat(project_id, "/reset_to_production"), null, null, options);
|
|
2380
2375
|
})();
|
|
2381
2376
|
}
|
|
2382
2377
|
reset_project_to_remote(callback, project_id, options) {
|
|
2383
|
-
var
|
|
2378
|
+
var _this283 = this;
|
|
2384
2379
|
return _asyncToGenerator(function* () {
|
|
2385
2380
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2386
|
-
return
|
|
2381
|
+
return _this283.authStream(callback, 'POST', "/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
|
|
2387
2382
|
})();
|
|
2388
2383
|
}
|
|
2389
2384
|
all_projects(callback, fields, options) {
|
|
2390
|
-
var
|
|
2385
|
+
var _this284 = this;
|
|
2391
2386
|
return _asyncToGenerator(function* () {
|
|
2392
|
-
return
|
|
2387
|
+
return _this284.authStream(callback, 'GET', '/projects', {
|
|
2393
2388
|
fields
|
|
2394
2389
|
}, null, options);
|
|
2395
2390
|
})();
|
|
2396
2391
|
}
|
|
2397
2392
|
create_project(callback, body, options) {
|
|
2398
|
-
var
|
|
2393
|
+
var _this285 = this;
|
|
2399
2394
|
return _asyncToGenerator(function* () {
|
|
2400
|
-
return
|
|
2395
|
+
return _this285.authStream(callback, 'POST', '/projects', null, body, options);
|
|
2401
2396
|
})();
|
|
2402
2397
|
}
|
|
2403
2398
|
project(callback, project_id, fields, options) {
|
|
2404
|
-
var
|
|
2399
|
+
var _this286 = this;
|
|
2405
2400
|
return _asyncToGenerator(function* () {
|
|
2406
2401
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2407
|
-
return
|
|
2402
|
+
return _this286.authStream(callback, 'GET', "/projects/".concat(project_id), {
|
|
2408
2403
|
fields
|
|
2409
2404
|
}, null, options);
|
|
2410
2405
|
})();
|
|
2411
2406
|
}
|
|
2412
2407
|
update_project(callback, project_id, body, fields, options) {
|
|
2413
|
-
var
|
|
2408
|
+
var _this287 = this;
|
|
2414
2409
|
return _asyncToGenerator(function* () {
|
|
2415
2410
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2416
|
-
return
|
|
2411
|
+
return _this287.authStream(callback, 'PATCH', "/projects/".concat(project_id), {
|
|
2417
2412
|
fields
|
|
2418
2413
|
}, body, options);
|
|
2419
2414
|
})();
|
|
2420
2415
|
}
|
|
2421
2416
|
manifest(callback, project_id, options) {
|
|
2422
|
-
var
|
|
2417
|
+
var _this288 = this;
|
|
2423
2418
|
return _asyncToGenerator(function* () {
|
|
2424
2419
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2425
|
-
return
|
|
2420
|
+
return _this288.authStream(callback, 'GET', "/projects/".concat(project_id, "/manifest"), null, null, options);
|
|
2426
2421
|
})();
|
|
2427
2422
|
}
|
|
2428
2423
|
git_deploy_key(callback, project_id, options) {
|
|
2429
|
-
var
|
|
2424
|
+
var _this289 = this;
|
|
2430
2425
|
return _asyncToGenerator(function* () {
|
|
2431
2426
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2432
|
-
return
|
|
2427
|
+
return _this289.authStream(callback, 'GET', "/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
2433
2428
|
})();
|
|
2434
2429
|
}
|
|
2435
2430
|
create_git_deploy_key(callback, project_id, options) {
|
|
2436
|
-
var
|
|
2431
|
+
var _this290 = this;
|
|
2437
2432
|
return _asyncToGenerator(function* () {
|
|
2438
2433
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2439
|
-
return
|
|
2434
|
+
return _this290.authStream(callback, 'POST', "/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
2440
2435
|
})();
|
|
2441
2436
|
}
|
|
2442
2437
|
project_validation_results(callback, project_id, fields, options) {
|
|
2443
|
-
var
|
|
2438
|
+
var _this291 = this;
|
|
2444
2439
|
return _asyncToGenerator(function* () {
|
|
2445
2440
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2446
|
-
return
|
|
2441
|
+
return _this291.authStream(callback, 'GET', "/projects/".concat(project_id, "/validate"), {
|
|
2447
2442
|
fields
|
|
2448
2443
|
}, null, options);
|
|
2449
2444
|
})();
|
|
2450
2445
|
}
|
|
2451
2446
|
validate_project(callback, project_id, fields, options) {
|
|
2452
|
-
var
|
|
2447
|
+
var _this292 = this;
|
|
2453
2448
|
return _asyncToGenerator(function* () {
|
|
2454
2449
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2455
|
-
return
|
|
2450
|
+
return _this292.authStream(callback, 'POST', "/projects/".concat(project_id, "/validate"), {
|
|
2456
2451
|
fields
|
|
2457
2452
|
}, null, options);
|
|
2458
2453
|
})();
|
|
2459
2454
|
}
|
|
2460
2455
|
project_workspace(callback, project_id, fields, options) {
|
|
2461
|
-
var
|
|
2456
|
+
var _this293 = this;
|
|
2462
2457
|
return _asyncToGenerator(function* () {
|
|
2463
2458
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2464
|
-
return
|
|
2459
|
+
return _this293.authStream(callback, 'GET', "/projects/".concat(project_id, "/current_workspace"), {
|
|
2465
2460
|
fields
|
|
2466
2461
|
}, null, options);
|
|
2467
2462
|
})();
|
|
2468
2463
|
}
|
|
2469
2464
|
all_project_files(callback, project_id, fields, options) {
|
|
2470
|
-
var
|
|
2465
|
+
var _this294 = this;
|
|
2471
2466
|
return _asyncToGenerator(function* () {
|
|
2472
2467
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2473
|
-
return
|
|
2468
|
+
return _this294.authStream(callback, 'GET', "/projects/".concat(project_id, "/files"), {
|
|
2474
2469
|
fields
|
|
2475
2470
|
}, null, options);
|
|
2476
2471
|
})();
|
|
2477
2472
|
}
|
|
2478
2473
|
project_file(callback, project_id, file_id, fields, options) {
|
|
2479
|
-
var
|
|
2474
|
+
var _this295 = this;
|
|
2480
2475
|
return _asyncToGenerator(function* () {
|
|
2481
2476
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2482
|
-
return
|
|
2477
|
+
return _this295.authStream(callback, '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(callback, project_id, remote_url, options) {
|
|
2489
|
-
var
|
|
2484
|
+
var _this296 = this;
|
|
2490
2485
|
return _asyncToGenerator(function* () {
|
|
2491
2486
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2492
|
-
return
|
|
2487
|
+
return _this296.authStream(callback, '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(callback, request, options) {
|
|
2498
|
-
var
|
|
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
|
|
2497
|
+
return _this297.authStream(callback, '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(callback, project_id, file_id, options) {
|
|
2509
|
-
var
|
|
2504
|
+
var _this298 = this;
|
|
2510
2505
|
return _asyncToGenerator(function* () {
|
|
2511
2506
|
project_id = (0, _sdkRtl.encodeParam)(project_id);
|
|
2512
|
-
return
|
|
2507
|
+
return _this298.authStream(callback, 'GET', "/projects/".concat(project_id, "/lookml_tests"), {
|
|
2513
2508
|
file_id
|
|
2514
2509
|
}, null, options);
|
|
2515
2510
|
})();
|
|
2516
2511
|
}
|
|
2517
2512
|
run_lookml_test(callback, request, options) {
|
|
2518
|
-
var
|
|
2513
|
+
var _this299 = this;
|
|
2519
2514
|
return _asyncToGenerator(function* () {
|
|
2520
2515
|
request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
|
|
2521
|
-
return
|
|
2516
|
+
return _this299.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2526
2521
|
})();
|
|
2527
2522
|
}
|
|
2528
2523
|
tag_ref(callback, request, options) {
|
|
2529
|
-
var
|
|
2524
|
+
var _this300 = this;
|
|
2530
2525
|
return _asyncToGenerator(function* () {
|
|
2531
2526
|
request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
|
|
2532
|
-
return
|
|
2527
|
+
return _this300.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2537
2532
|
})();
|
|
2538
2533
|
}
|
|
2539
2534
|
update_repository_credential(callback, root_project_id, credential_id, body, options) {
|
|
2540
|
-
var
|
|
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
|
|
2539
|
+
return _this301.authStream(callback, 'PUT', "/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
|
|
2545
2540
|
})();
|
|
2546
2541
|
}
|
|
2547
2542
|
delete_repository_credential(callback, root_project_id, credential_id, options) {
|
|
2548
|
-
var
|
|
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
|
|
2547
|
+
return _this302.authStream(callback, 'DELETE', "/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
|
|
2553
2548
|
})();
|
|
2554
2549
|
}
|
|
2555
2550
|
get_all_repository_credentials(callback, root_project_id, options) {
|
|
2556
|
-
var
|
|
2551
|
+
var _this303 = this;
|
|
2557
2552
|
return _asyncToGenerator(function* () {
|
|
2558
2553
|
root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
|
|
2559
|
-
return
|
|
2554
|
+
return _this303.authStream(callback, 'GET', "/projects/".concat(root_project_id, "/credentials"), null, null, options);
|
|
2560
2555
|
})();
|
|
2561
2556
|
}
|
|
2562
2557
|
create_query_task(callback, request, options) {
|
|
2563
|
-
var
|
|
2558
|
+
var _this304 = this;
|
|
2564
2559
|
return _asyncToGenerator(function* () {
|
|
2565
|
-
return
|
|
2560
|
+
return _this304.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2580
2575
|
})();
|
|
2581
2576
|
}
|
|
2582
2577
|
query_task_multi_results(callback, query_task_ids, options) {
|
|
2583
|
-
var
|
|
2578
|
+
var _this305 = this;
|
|
2584
2579
|
return _asyncToGenerator(function* () {
|
|
2585
|
-
return
|
|
2580
|
+
return _this305.authStream(callback, 'GET', '/query_tasks/multi_results', {
|
|
2586
2581
|
query_task_ids
|
|
2587
2582
|
}, null, options);
|
|
2588
2583
|
})();
|
|
2589
2584
|
}
|
|
2590
2585
|
query_task(callback, query_task_id, fields, options) {
|
|
2591
|
-
var
|
|
2586
|
+
var _this306 = this;
|
|
2592
2587
|
return _asyncToGenerator(function* () {
|
|
2593
2588
|
query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
|
|
2594
|
-
return
|
|
2589
|
+
return _this306.authStream(callback, 'GET', "/query_tasks/".concat(query_task_id), {
|
|
2595
2590
|
fields
|
|
2596
2591
|
}, null, options);
|
|
2597
2592
|
})();
|
|
2598
2593
|
}
|
|
2599
2594
|
query_task_results(callback, query_task_id, options) {
|
|
2600
|
-
var
|
|
2595
|
+
var _this307 = this;
|
|
2601
2596
|
return _asyncToGenerator(function* () {
|
|
2602
2597
|
query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
|
|
2603
|
-
return
|
|
2598
|
+
return _this307.authStream(callback, 'GET', "/query_tasks/".concat(query_task_id, "/results"), null, null, options);
|
|
2604
2599
|
})();
|
|
2605
2600
|
}
|
|
2606
2601
|
query(callback, query_id, fields, options) {
|
|
2607
|
-
var
|
|
2602
|
+
var _this308 = this;
|
|
2608
2603
|
return _asyncToGenerator(function* () {
|
|
2609
2604
|
query_id = (0, _sdkRtl.encodeParam)(query_id);
|
|
2610
|
-
return
|
|
2605
|
+
return _this308.authStream(callback, 'GET', "/queries/".concat(query_id), {
|
|
2611
2606
|
fields
|
|
2612
2607
|
}, null, options);
|
|
2613
2608
|
})();
|
|
2614
2609
|
}
|
|
2615
2610
|
query_for_slug(callback, slug, fields, options) {
|
|
2616
|
-
var
|
|
2611
|
+
var _this309 = this;
|
|
2617
2612
|
return _asyncToGenerator(function* () {
|
|
2618
2613
|
slug = (0, _sdkRtl.encodeParam)(slug);
|
|
2619
|
-
return
|
|
2614
|
+
return _this309.authStream(callback, 'GET', "/queries/slug/".concat(slug), {
|
|
2620
2615
|
fields
|
|
2621
2616
|
}, null, options);
|
|
2622
2617
|
})();
|
|
2623
2618
|
}
|
|
2624
2619
|
create_query(callback, body, fields, options) {
|
|
2625
|
-
var
|
|
2620
|
+
var _this310 = this;
|
|
2626
2621
|
return _asyncToGenerator(function* () {
|
|
2627
|
-
return
|
|
2622
|
+
return _this310.authStream(callback, 'POST', '/queries', {
|
|
2628
2623
|
fields
|
|
2629
2624
|
}, body, options);
|
|
2630
2625
|
})();
|
|
2631
2626
|
}
|
|
2632
2627
|
run_query(callback, request, options) {
|
|
2633
|
-
var
|
|
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
|
|
2632
|
+
return _this311.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2652
2647
|
})();
|
|
2653
2648
|
}
|
|
2654
2649
|
run_inline_query(callback, request, options) {
|
|
2655
|
-
var
|
|
2650
|
+
var _this312 = this;
|
|
2656
2651
|
return _asyncToGenerator(function* () {
|
|
2657
2652
|
request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
|
|
2658
|
-
return
|
|
2653
|
+
return _this312.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2672
2667
|
})();
|
|
2673
2668
|
}
|
|
2674
2669
|
run_url_encoded_query(callback, model_name, view_name, result_format, options) {
|
|
2675
|
-
var
|
|
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
|
|
2675
|
+
return _this313.authStream(callback, '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(callback, merge_query_id, fields, options) {
|
|
2684
|
-
var
|
|
2679
|
+
var _this314 = this;
|
|
2685
2680
|
return _asyncToGenerator(function* () {
|
|
2686
2681
|
merge_query_id = (0, _sdkRtl.encodeParam)(merge_query_id);
|
|
2687
|
-
return
|
|
2682
|
+
return _this314.authStream(callback, 'GET', "/merge_queries/".concat(merge_query_id), {
|
|
2688
2683
|
fields
|
|
2689
2684
|
}, null, options);
|
|
2690
2685
|
})();
|
|
2691
2686
|
}
|
|
2692
2687
|
create_merge_query(callback, body, fields, options) {
|
|
2693
|
-
var
|
|
2688
|
+
var _this315 = this;
|
|
2694
2689
|
return _asyncToGenerator(function* () {
|
|
2695
|
-
return
|
|
2690
|
+
return _this315.authStream(callback, 'POST', '/merge_queries', {
|
|
2696
2691
|
fields
|
|
2697
2692
|
}, body, options);
|
|
2698
2693
|
})();
|
|
2699
2694
|
}
|
|
2700
2695
|
all_running_queries(callback, options) {
|
|
2701
|
-
var
|
|
2696
|
+
var _this316 = this;
|
|
2702
2697
|
return _asyncToGenerator(function* () {
|
|
2703
|
-
return
|
|
2698
|
+
return _this316.authStream(callback, 'GET', '/running_queries', null, null, options);
|
|
2704
2699
|
})();
|
|
2705
2700
|
}
|
|
2706
2701
|
kill_query(callback, query_task_id, options) {
|
|
2707
|
-
var
|
|
2702
|
+
var _this317 = this;
|
|
2708
2703
|
return _asyncToGenerator(function* () {
|
|
2709
2704
|
query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
|
|
2710
|
-
return
|
|
2705
|
+
return _this317.authStream(callback, 'DELETE', "/running_queries/".concat(query_task_id), null, null, options);
|
|
2711
2706
|
})();
|
|
2712
2707
|
}
|
|
2713
2708
|
sql_query(callback, slug, options) {
|
|
2714
|
-
var
|
|
2709
|
+
var _this318 = this;
|
|
2715
2710
|
return _asyncToGenerator(function* () {
|
|
2716
2711
|
slug = (0, _sdkRtl.encodeParam)(slug);
|
|
2717
|
-
return
|
|
2712
|
+
return _this318.authStream(callback, 'GET', "/sql_queries/".concat(slug), null, null, options);
|
|
2718
2713
|
})();
|
|
2719
2714
|
}
|
|
2720
2715
|
create_sql_query(callback, body, options) {
|
|
2721
|
-
var
|
|
2716
|
+
var _this319 = this;
|
|
2722
2717
|
return _asyncToGenerator(function* () {
|
|
2723
|
-
return
|
|
2718
|
+
return _this319.authStream(callback, 'POST', '/sql_queries', null, body, options);
|
|
2724
2719
|
})();
|
|
2725
2720
|
}
|
|
2726
2721
|
run_sql_query(callback, slug, result_format, download, options) {
|
|
2727
|
-
var
|
|
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
|
|
2726
|
+
return _this320.authStream(callback, '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(callback, look_id, result_format, width, height, fields, options) {
|
|
2737
|
-
var
|
|
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
|
|
2736
|
+
return _this321.authStream(callback, 'POST', "/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
|
|
2742
2737
|
width,
|
|
2743
2738
|
height,
|
|
2744
2739
|
fields
|
|
@@ -2746,11 +2741,11 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2746
2741
|
})();
|
|
2747
2742
|
}
|
|
2748
2743
|
create_query_render_task(callback, query_id, result_format, width, height, fields, options) {
|
|
2749
|
-
var
|
|
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
|
|
2748
|
+
return _this322.authStream(callback, 'POST', "/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
|
|
2754
2749
|
width,
|
|
2755
2750
|
height,
|
|
2756
2751
|
fields
|
|
@@ -2758,11 +2753,11 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2758
2753
|
})();
|
|
2759
2754
|
}
|
|
2760
2755
|
create_dashboard_render_task(callback, request, options) {
|
|
2761
|
-
var
|
|
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
|
|
2760
|
+
return _this323.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2773
2768
|
})();
|
|
2774
2769
|
}
|
|
2775
2770
|
render_task(callback, render_task_id, fields, options) {
|
|
2776
|
-
var
|
|
2771
|
+
var _this324 = this;
|
|
2777
2772
|
return _asyncToGenerator(function* () {
|
|
2778
2773
|
render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
|
|
2779
|
-
return
|
|
2774
|
+
return _this324.authStream(callback, 'GET', "/render_tasks/".concat(render_task_id), {
|
|
2780
2775
|
fields
|
|
2781
2776
|
}, null, options);
|
|
2782
2777
|
})();
|
|
2783
2778
|
}
|
|
2784
2779
|
render_task_results(callback, render_task_id, options) {
|
|
2785
|
-
var
|
|
2780
|
+
var _this325 = this;
|
|
2786
2781
|
return _asyncToGenerator(function* () {
|
|
2787
2782
|
render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
|
|
2788
|
-
return
|
|
2783
|
+
return _this325.authStream(callback, 'GET', "/render_tasks/".concat(render_task_id, "/results"), null, null, options);
|
|
2789
2784
|
})();
|
|
2790
2785
|
}
|
|
2791
2786
|
create_dashboard_element_render_task(callback, dashboard_element_id, result_format, width, height, fields, options) {
|
|
2792
|
-
var
|
|
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
|
|
2791
|
+
return _this326.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2801
2796
|
})();
|
|
2802
2797
|
}
|
|
2803
2798
|
search_model_sets(callback, request, options) {
|
|
2804
|
-
var
|
|
2799
|
+
var _this327 = this;
|
|
2805
2800
|
return _asyncToGenerator(function* () {
|
|
2806
|
-
return
|
|
2801
|
+
return _this327.authStream(callback, 'GET', '/model_sets/search', {
|
|
2807
2802
|
fields: request.fields,
|
|
2808
2803
|
limit: request.limit,
|
|
2809
2804
|
offset: request.offset,
|
|
@@ -2817,52 +2812,52 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2817
2812
|
})();
|
|
2818
2813
|
}
|
|
2819
2814
|
model_set(callback, model_set_id, fields, options) {
|
|
2820
|
-
var
|
|
2815
|
+
var _this328 = this;
|
|
2821
2816
|
return _asyncToGenerator(function* () {
|
|
2822
2817
|
model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
|
|
2823
|
-
return
|
|
2818
|
+
return _this328.authStream(callback, 'GET', "/model_sets/".concat(model_set_id), {
|
|
2824
2819
|
fields
|
|
2825
2820
|
}, null, options);
|
|
2826
2821
|
})();
|
|
2827
2822
|
}
|
|
2828
2823
|
update_model_set(callback, model_set_id, body, options) {
|
|
2829
|
-
var
|
|
2824
|
+
var _this329 = this;
|
|
2830
2825
|
return _asyncToGenerator(function* () {
|
|
2831
2826
|
model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
|
|
2832
|
-
return
|
|
2827
|
+
return _this329.authStream(callback, 'PATCH', "/model_sets/".concat(model_set_id), null, body, options);
|
|
2833
2828
|
})();
|
|
2834
2829
|
}
|
|
2835
2830
|
delete_model_set(callback, model_set_id, options) {
|
|
2836
|
-
var
|
|
2831
|
+
var _this330 = this;
|
|
2837
2832
|
return _asyncToGenerator(function* () {
|
|
2838
2833
|
model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
|
|
2839
|
-
return
|
|
2834
|
+
return _this330.authStream(callback, 'DELETE', "/model_sets/".concat(model_set_id), null, null, options);
|
|
2840
2835
|
})();
|
|
2841
2836
|
}
|
|
2842
2837
|
all_model_sets(callback, fields, options) {
|
|
2843
|
-
var
|
|
2838
|
+
var _this331 = this;
|
|
2844
2839
|
return _asyncToGenerator(function* () {
|
|
2845
|
-
return
|
|
2840
|
+
return _this331.authStream(callback, 'GET', '/model_sets', {
|
|
2846
2841
|
fields
|
|
2847
2842
|
}, null, options);
|
|
2848
2843
|
})();
|
|
2849
2844
|
}
|
|
2850
2845
|
create_model_set(callback, body, options) {
|
|
2851
|
-
var
|
|
2846
|
+
var _this332 = this;
|
|
2852
2847
|
return _asyncToGenerator(function* () {
|
|
2853
|
-
return
|
|
2848
|
+
return _this332.authStream(callback, 'POST', '/model_sets', null, body, options);
|
|
2854
2849
|
})();
|
|
2855
2850
|
}
|
|
2856
2851
|
all_permissions(callback, options) {
|
|
2857
|
-
var
|
|
2852
|
+
var _this333 = this;
|
|
2858
2853
|
return _asyncToGenerator(function* () {
|
|
2859
|
-
return
|
|
2854
|
+
return _this333.authStream(callback, 'GET', '/permissions', null, null, options);
|
|
2860
2855
|
})();
|
|
2861
2856
|
}
|
|
2862
2857
|
search_permission_sets(callback, request, options) {
|
|
2863
|
-
var
|
|
2858
|
+
var _this334 = this;
|
|
2864
2859
|
return _asyncToGenerator(function* () {
|
|
2865
|
-
return
|
|
2860
|
+
return _this334.authStream(callback, 'GET', '/permission_sets/search', {
|
|
2866
2861
|
fields: request.fields,
|
|
2867
2862
|
limit: request.limit,
|
|
2868
2863
|
offset: request.offset,
|
|
@@ -2876,61 +2871,61 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2876
2871
|
})();
|
|
2877
2872
|
}
|
|
2878
2873
|
permission_set(callback, permission_set_id, fields, options) {
|
|
2879
|
-
var
|
|
2874
|
+
var _this335 = this;
|
|
2880
2875
|
return _asyncToGenerator(function* () {
|
|
2881
2876
|
permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
|
|
2882
|
-
return
|
|
2877
|
+
return _this335.authStream(callback, 'GET', "/permission_sets/".concat(permission_set_id), {
|
|
2883
2878
|
fields
|
|
2884
2879
|
}, null, options);
|
|
2885
2880
|
})();
|
|
2886
2881
|
}
|
|
2887
2882
|
update_permission_set(callback, permission_set_id, body, options) {
|
|
2888
|
-
var
|
|
2883
|
+
var _this336 = this;
|
|
2889
2884
|
return _asyncToGenerator(function* () {
|
|
2890
2885
|
permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
|
|
2891
|
-
return
|
|
2886
|
+
return _this336.authStream(callback, 'PATCH', "/permission_sets/".concat(permission_set_id), null, body, options);
|
|
2892
2887
|
})();
|
|
2893
2888
|
}
|
|
2894
2889
|
delete_permission_set(callback, permission_set_id, options) {
|
|
2895
|
-
var
|
|
2890
|
+
var _this337 = this;
|
|
2896
2891
|
return _asyncToGenerator(function* () {
|
|
2897
2892
|
permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
|
|
2898
|
-
return
|
|
2893
|
+
return _this337.authStream(callback, 'DELETE', "/permission_sets/".concat(permission_set_id), null, null, options);
|
|
2899
2894
|
})();
|
|
2900
2895
|
}
|
|
2901
2896
|
all_permission_sets(callback, fields, options) {
|
|
2902
|
-
var
|
|
2897
|
+
var _this338 = this;
|
|
2903
2898
|
return _asyncToGenerator(function* () {
|
|
2904
|
-
return
|
|
2899
|
+
return _this338.authStream(callback, 'GET', '/permission_sets', {
|
|
2905
2900
|
fields
|
|
2906
2901
|
}, null, options);
|
|
2907
2902
|
})();
|
|
2908
2903
|
}
|
|
2909
2904
|
create_permission_set(callback, body, options) {
|
|
2910
|
-
var
|
|
2905
|
+
var _this339 = this;
|
|
2911
2906
|
return _asyncToGenerator(function* () {
|
|
2912
|
-
return
|
|
2907
|
+
return _this339.authStream(callback, 'POST', '/permission_sets', null, body, options);
|
|
2913
2908
|
})();
|
|
2914
2909
|
}
|
|
2915
2910
|
all_roles(callback, request, options) {
|
|
2916
|
-
var
|
|
2911
|
+
var _this340 = this;
|
|
2917
2912
|
return _asyncToGenerator(function* () {
|
|
2918
|
-
return
|
|
2913
|
+
return _this340.authStream(callback, 'GET', '/roles', {
|
|
2919
2914
|
fields: request.fields,
|
|
2920
2915
|
ids: request.ids
|
|
2921
2916
|
}, null, options);
|
|
2922
2917
|
})();
|
|
2923
2918
|
}
|
|
2924
2919
|
create_role(callback, body, options) {
|
|
2925
|
-
var
|
|
2920
|
+
var _this341 = this;
|
|
2926
2921
|
return _asyncToGenerator(function* () {
|
|
2927
|
-
return
|
|
2922
|
+
return _this341.authStream(callback, 'POST', '/roles', null, body, options);
|
|
2928
2923
|
})();
|
|
2929
2924
|
}
|
|
2930
2925
|
search_roles(callback, request, options) {
|
|
2931
|
-
var
|
|
2926
|
+
var _this342 = this;
|
|
2932
2927
|
return _asyncToGenerator(function* () {
|
|
2933
|
-
return
|
|
2928
|
+
return _this342.authStream(callback, 'GET', '/roles/search', {
|
|
2934
2929
|
fields: request.fields,
|
|
2935
2930
|
limit: request.limit,
|
|
2936
2931
|
offset: request.offset,
|
|
@@ -2943,9 +2938,9 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2943
2938
|
})();
|
|
2944
2939
|
}
|
|
2945
2940
|
search_roles_with_user_count(callback, request, options) {
|
|
2946
|
-
var
|
|
2941
|
+
var _this343 = this;
|
|
2947
2942
|
return _asyncToGenerator(function* () {
|
|
2948
|
-
return
|
|
2943
|
+
return _this343.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
2958
2953
|
})();
|
|
2959
2954
|
}
|
|
2960
2955
|
role(callback, role_id, options) {
|
|
2961
|
-
var
|
|
2956
|
+
var _this344 = this;
|
|
2962
2957
|
return _asyncToGenerator(function* () {
|
|
2963
2958
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
2964
|
-
return
|
|
2959
|
+
return _this344.authStream(callback, 'GET', "/roles/".concat(role_id), null, null, options);
|
|
2965
2960
|
})();
|
|
2966
2961
|
}
|
|
2967
2962
|
update_role(callback, role_id, body, options) {
|
|
2968
|
-
var
|
|
2963
|
+
var _this345 = this;
|
|
2969
2964
|
return _asyncToGenerator(function* () {
|
|
2970
2965
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
2971
|
-
return
|
|
2966
|
+
return _this345.authStream(callback, 'PATCH', "/roles/".concat(role_id), null, body, options);
|
|
2972
2967
|
})();
|
|
2973
2968
|
}
|
|
2974
2969
|
delete_role(callback, role_id, options) {
|
|
2975
|
-
var
|
|
2970
|
+
var _this346 = this;
|
|
2976
2971
|
return _asyncToGenerator(function* () {
|
|
2977
2972
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
2978
|
-
return
|
|
2973
|
+
return _this346.authStream(callback, 'DELETE', "/roles/".concat(role_id), null, null, options);
|
|
2979
2974
|
})();
|
|
2980
2975
|
}
|
|
2981
2976
|
role_groups(callback, role_id, fields, options) {
|
|
2982
|
-
var
|
|
2977
|
+
var _this347 = this;
|
|
2983
2978
|
return _asyncToGenerator(function* () {
|
|
2984
2979
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
2985
|
-
return
|
|
2980
|
+
return _this347.authStream(callback, 'GET', "/roles/".concat(role_id, "/groups"), {
|
|
2986
2981
|
fields
|
|
2987
2982
|
}, null, options);
|
|
2988
2983
|
})();
|
|
2989
2984
|
}
|
|
2990
2985
|
set_role_groups(callback, role_id, body, options) {
|
|
2991
|
-
var
|
|
2986
|
+
var _this348 = this;
|
|
2992
2987
|
return _asyncToGenerator(function* () {
|
|
2993
2988
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
2994
|
-
return
|
|
2989
|
+
return _this348.authStream(callback, 'PUT', "/roles/".concat(role_id, "/groups"), null, body, options);
|
|
2995
2990
|
})();
|
|
2996
2991
|
}
|
|
2997
2992
|
role_users(callback, request, options) {
|
|
2998
|
-
var
|
|
2993
|
+
var _this349 = this;
|
|
2999
2994
|
return _asyncToGenerator(function* () {
|
|
3000
2995
|
request.role_id = (0, _sdkRtl.encodeParam)(request.role_id);
|
|
3001
|
-
return
|
|
2996
|
+
return _this349.authStream(callback, '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(callback, role_id, body, options) {
|
|
3008
|
-
var
|
|
3003
|
+
var _this350 = this;
|
|
3009
3004
|
return _asyncToGenerator(function* () {
|
|
3010
3005
|
role_id = (0, _sdkRtl.encodeParam)(role_id);
|
|
3011
|
-
return
|
|
3006
|
+
return _this350.authStream(callback, 'PUT', "/roles/".concat(role_id, "/users"), null, body, options);
|
|
3012
3007
|
})();
|
|
3013
3008
|
}
|
|
3014
3009
|
scheduled_plans_for_space(callback, space_id, fields, options) {
|
|
3015
|
-
var
|
|
3010
|
+
var _this351 = this;
|
|
3016
3011
|
return _asyncToGenerator(function* () {
|
|
3017
3012
|
space_id = (0, _sdkRtl.encodeParam)(space_id);
|
|
3018
|
-
return
|
|
3013
|
+
return _this351.authStream(callback, 'GET', "/scheduled_plans/space/".concat(space_id), {
|
|
3019
3014
|
fields
|
|
3020
3015
|
}, null, options);
|
|
3021
3016
|
})();
|
|
3022
3017
|
}
|
|
3023
3018
|
scheduled_plan(callback, scheduled_plan_id, fields, options) {
|
|
3024
|
-
var
|
|
3019
|
+
var _this352 = this;
|
|
3025
3020
|
return _asyncToGenerator(function* () {
|
|
3026
3021
|
scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
|
|
3027
|
-
return
|
|
3022
|
+
return _this352.authStream(callback, 'GET', "/scheduled_plans/".concat(scheduled_plan_id), {
|
|
3028
3023
|
fields
|
|
3029
3024
|
}, null, options);
|
|
3030
3025
|
})();
|
|
3031
3026
|
}
|
|
3032
3027
|
update_scheduled_plan(callback, scheduled_plan_id, body, options) {
|
|
3033
|
-
var
|
|
3028
|
+
var _this353 = this;
|
|
3034
3029
|
return _asyncToGenerator(function* () {
|
|
3035
3030
|
scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
|
|
3036
|
-
return
|
|
3031
|
+
return _this353.authStream(callback, 'PATCH', "/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
|
|
3037
3032
|
})();
|
|
3038
3033
|
}
|
|
3039
3034
|
delete_scheduled_plan(callback, scheduled_plan_id, options) {
|
|
3040
|
-
var
|
|
3035
|
+
var _this354 = this;
|
|
3041
3036
|
return _asyncToGenerator(function* () {
|
|
3042
3037
|
scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
|
|
3043
|
-
return
|
|
3038
|
+
return _this354.authStream(callback, 'DELETE', "/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
|
|
3044
3039
|
})();
|
|
3045
3040
|
}
|
|
3046
3041
|
all_scheduled_plans(callback, request, options) {
|
|
3047
|
-
var
|
|
3042
|
+
var _this355 = this;
|
|
3048
3043
|
return _asyncToGenerator(function* () {
|
|
3049
|
-
return
|
|
3044
|
+
return _this355.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3054
3049
|
})();
|
|
3055
3050
|
}
|
|
3056
3051
|
create_scheduled_plan(callback, body, options) {
|
|
3057
|
-
var
|
|
3052
|
+
var _this356 = this;
|
|
3058
3053
|
return _asyncToGenerator(function* () {
|
|
3059
|
-
return
|
|
3054
|
+
return _this356.authStream(callback, 'POST', '/scheduled_plans', null, body, options);
|
|
3060
3055
|
})();
|
|
3061
3056
|
}
|
|
3062
3057
|
scheduled_plan_run_once(callback, body, options) {
|
|
3063
|
-
var
|
|
3058
|
+
var _this357 = this;
|
|
3064
3059
|
return _asyncToGenerator(function* () {
|
|
3065
|
-
return
|
|
3060
|
+
return _this357.authStream(callback, 'POST', '/scheduled_plans/run_once', null, body, options);
|
|
3066
3061
|
})();
|
|
3067
3062
|
}
|
|
3068
3063
|
scheduled_plans_for_look(callback, request, options) {
|
|
3069
|
-
var
|
|
3064
|
+
var _this358 = this;
|
|
3070
3065
|
return _asyncToGenerator(function* () {
|
|
3071
3066
|
request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
|
|
3072
|
-
return
|
|
3067
|
+
return _this358.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3077
3072
|
})();
|
|
3078
3073
|
}
|
|
3079
3074
|
scheduled_plans_for_dashboard(callback, request, options) {
|
|
3080
|
-
var
|
|
3075
|
+
var _this359 = this;
|
|
3081
3076
|
return _asyncToGenerator(function* () {
|
|
3082
3077
|
request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
|
|
3083
|
-
return
|
|
3078
|
+
return _this359.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3088
3083
|
})();
|
|
3089
3084
|
}
|
|
3090
3085
|
scheduled_plans_for_lookml_dashboard(callback, request, options) {
|
|
3091
|
-
var
|
|
3086
|
+
var _this360 = this;
|
|
3092
3087
|
return _asyncToGenerator(function* () {
|
|
3093
3088
|
request.lookml_dashboard_id = (0, _sdkRtl.encodeParam)(request.lookml_dashboard_id);
|
|
3094
|
-
return
|
|
3089
|
+
return _this360.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3099
3094
|
})();
|
|
3100
3095
|
}
|
|
3101
3096
|
scheduled_plan_run_once_by_id(callback, scheduled_plan_id, body, options) {
|
|
3102
|
-
var
|
|
3097
|
+
var _this361 = this;
|
|
3103
3098
|
return _asyncToGenerator(function* () {
|
|
3104
3099
|
scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
|
|
3105
|
-
return
|
|
3100
|
+
return _this361.authStream(callback, 'POST', "/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
|
|
3106
3101
|
})();
|
|
3107
3102
|
}
|
|
3108
3103
|
session(callback, options) {
|
|
3109
|
-
var
|
|
3104
|
+
var _this362 = this;
|
|
3110
3105
|
return _asyncToGenerator(function* () {
|
|
3111
|
-
return
|
|
3106
|
+
return _this362.authStream(callback, 'GET', '/session', null, null, options);
|
|
3112
3107
|
})();
|
|
3113
3108
|
}
|
|
3114
3109
|
update_session(callback, body, options) {
|
|
3115
|
-
var
|
|
3110
|
+
var _this363 = this;
|
|
3116
3111
|
return _asyncToGenerator(function* () {
|
|
3117
|
-
return
|
|
3112
|
+
return _this363.authStream(callback, 'PATCH', '/session', null, body, options);
|
|
3118
3113
|
})();
|
|
3119
3114
|
}
|
|
3120
3115
|
all_themes(callback, fields, options) {
|
|
3121
|
-
var
|
|
3116
|
+
var _this364 = this;
|
|
3122
3117
|
return _asyncToGenerator(function* () {
|
|
3123
|
-
return
|
|
3118
|
+
return _this364.authStream(callback, 'GET', '/themes', {
|
|
3124
3119
|
fields
|
|
3125
3120
|
}, null, options);
|
|
3126
3121
|
})();
|
|
3127
3122
|
}
|
|
3128
3123
|
create_theme(callback, body, options) {
|
|
3129
|
-
var
|
|
3124
|
+
var _this365 = this;
|
|
3130
3125
|
return _asyncToGenerator(function* () {
|
|
3131
|
-
return
|
|
3126
|
+
return _this365.authStream(callback, 'POST', '/themes', null, body, options);
|
|
3132
3127
|
})();
|
|
3133
3128
|
}
|
|
3134
3129
|
search_themes(callback, request, options) {
|
|
3135
|
-
var
|
|
3130
|
+
var _this366 = this;
|
|
3136
3131
|
return _asyncToGenerator(function* () {
|
|
3137
|
-
return
|
|
3132
|
+
return _this366.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3148
3143
|
})();
|
|
3149
3144
|
}
|
|
3150
3145
|
default_theme(callback, ts, options) {
|
|
3151
|
-
var
|
|
3146
|
+
var _this367 = this;
|
|
3152
3147
|
return _asyncToGenerator(function* () {
|
|
3153
|
-
return
|
|
3148
|
+
return _this367.authStream(callback, 'GET', '/themes/default', {
|
|
3154
3149
|
ts
|
|
3155
3150
|
}, null, options);
|
|
3156
3151
|
})();
|
|
3157
3152
|
}
|
|
3158
3153
|
set_default_theme(callback, name, options) {
|
|
3159
|
-
var
|
|
3154
|
+
var _this368 = this;
|
|
3160
3155
|
return _asyncToGenerator(function* () {
|
|
3161
|
-
return
|
|
3156
|
+
return _this368.authStream(callback, 'PUT', '/themes/default', {
|
|
3162
3157
|
name
|
|
3163
3158
|
}, null, options);
|
|
3164
3159
|
})();
|
|
3165
3160
|
}
|
|
3166
3161
|
active_themes(callback, request, options) {
|
|
3167
|
-
var
|
|
3162
|
+
var _this369 = this;
|
|
3168
3163
|
return _asyncToGenerator(function* () {
|
|
3169
|
-
return
|
|
3164
|
+
return _this369.authStream(callback, 'GET', '/themes/active', {
|
|
3170
3165
|
name: request.name,
|
|
3171
3166
|
ts: request.ts,
|
|
3172
3167
|
fields: request.fields
|
|
@@ -3174,47 +3169,47 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3174
3169
|
})();
|
|
3175
3170
|
}
|
|
3176
3171
|
theme_or_default(callback, name, ts, options) {
|
|
3177
|
-
var
|
|
3172
|
+
var _this370 = this;
|
|
3178
3173
|
return _asyncToGenerator(function* () {
|
|
3179
|
-
return
|
|
3174
|
+
return _this370.authStream(callback, 'GET', '/themes/theme_or_default', {
|
|
3180
3175
|
name,
|
|
3181
3176
|
ts
|
|
3182
3177
|
}, null, options);
|
|
3183
3178
|
})();
|
|
3184
3179
|
}
|
|
3185
3180
|
validate_theme(callback, body, options) {
|
|
3186
|
-
var
|
|
3181
|
+
var _this371 = this;
|
|
3187
3182
|
return _asyncToGenerator(function* () {
|
|
3188
|
-
return
|
|
3183
|
+
return _this371.authStream(callback, 'POST', '/themes/validate', null, body, options);
|
|
3189
3184
|
})();
|
|
3190
3185
|
}
|
|
3191
3186
|
theme(callback, theme_id, fields, options) {
|
|
3192
|
-
var
|
|
3187
|
+
var _this372 = this;
|
|
3193
3188
|
return _asyncToGenerator(function* () {
|
|
3194
3189
|
theme_id = (0, _sdkRtl.encodeParam)(theme_id);
|
|
3195
|
-
return
|
|
3190
|
+
return _this372.authStream(callback, 'GET', "/themes/".concat(theme_id), {
|
|
3196
3191
|
fields
|
|
3197
3192
|
}, null, options);
|
|
3198
3193
|
})();
|
|
3199
3194
|
}
|
|
3200
3195
|
update_theme(callback, theme_id, body, options) {
|
|
3201
|
-
var
|
|
3196
|
+
var _this373 = this;
|
|
3202
3197
|
return _asyncToGenerator(function* () {
|
|
3203
3198
|
theme_id = (0, _sdkRtl.encodeParam)(theme_id);
|
|
3204
|
-
return
|
|
3199
|
+
return _this373.authStream(callback, 'PATCH', "/themes/".concat(theme_id), null, body, options);
|
|
3205
3200
|
})();
|
|
3206
3201
|
}
|
|
3207
3202
|
delete_theme(callback, theme_id, options) {
|
|
3208
|
-
var
|
|
3203
|
+
var _this374 = this;
|
|
3209
3204
|
return _asyncToGenerator(function* () {
|
|
3210
3205
|
theme_id = (0, _sdkRtl.encodeParam)(theme_id);
|
|
3211
|
-
return
|
|
3206
|
+
return _this374.authStream(callback, 'DELETE', "/themes/".concat(theme_id), null, null, options);
|
|
3212
3207
|
})();
|
|
3213
3208
|
}
|
|
3214
3209
|
search_credentials_email(callback, request, options) {
|
|
3215
|
-
var
|
|
3210
|
+
var _this375 = this;
|
|
3216
3211
|
return _asyncToGenerator(function* () {
|
|
3217
|
-
return
|
|
3212
|
+
return _this375.authStream(callback, 'GET', '/credentials_email/search', {
|
|
3218
3213
|
fields: request.fields,
|
|
3219
3214
|
limit: request.limit,
|
|
3220
3215
|
offset: request.offset,
|
|
@@ -3227,17 +3222,17 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3227
3222
|
})();
|
|
3228
3223
|
}
|
|
3229
3224
|
me(callback, fields, options) {
|
|
3230
|
-
var
|
|
3225
|
+
var _this376 = this;
|
|
3231
3226
|
return _asyncToGenerator(function* () {
|
|
3232
|
-
return
|
|
3227
|
+
return _this376.authStream(callback, 'GET', '/user', {
|
|
3233
3228
|
fields
|
|
3234
3229
|
}, null, options);
|
|
3235
3230
|
})();
|
|
3236
3231
|
}
|
|
3237
3232
|
all_users(callback, request, options) {
|
|
3238
|
-
var
|
|
3233
|
+
var _this377 = this;
|
|
3239
3234
|
return _asyncToGenerator(function* () {
|
|
3240
|
-
return
|
|
3235
|
+
return _this377.authStream(callback, 'GET', '/users', {
|
|
3241
3236
|
fields: request.fields,
|
|
3242
3237
|
page: request.page,
|
|
3243
3238
|
per_page: request.per_page,
|
|
@@ -3249,17 +3244,17 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3249
3244
|
})();
|
|
3250
3245
|
}
|
|
3251
3246
|
create_user(callback, body, fields, options) {
|
|
3252
|
-
var
|
|
3247
|
+
var _this378 = this;
|
|
3253
3248
|
return _asyncToGenerator(function* () {
|
|
3254
|
-
return
|
|
3249
|
+
return _this378.authStream(callback, 'POST', '/users', {
|
|
3255
3250
|
fields
|
|
3256
3251
|
}, body, options);
|
|
3257
3252
|
})();
|
|
3258
3253
|
}
|
|
3259
3254
|
search_users(callback, request, options) {
|
|
3260
|
-
var
|
|
3255
|
+
var _this379 = this;
|
|
3261
3256
|
return _asyncToGenerator(function* () {
|
|
3262
|
-
return
|
|
3257
|
+
return _this379.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3280
3275
|
})();
|
|
3281
3276
|
}
|
|
3282
3277
|
search_users_names(callback, request, options) {
|
|
3283
|
-
var
|
|
3278
|
+
var _this380 = this;
|
|
3284
3279
|
return _asyncToGenerator(function* () {
|
|
3285
3280
|
request.pattern = (0, _sdkRtl.encodeParam)(request.pattern);
|
|
3286
|
-
return
|
|
3281
|
+
return _this380.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3300
3295
|
})();
|
|
3301
3296
|
}
|
|
3302
3297
|
user(callback, user_id, fields, options) {
|
|
3303
|
-
var
|
|
3298
|
+
var _this381 = this;
|
|
3304
3299
|
return _asyncToGenerator(function* () {
|
|
3305
3300
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3306
|
-
return
|
|
3301
|
+
return _this381.authStream(callback, 'GET', "/users/".concat(user_id), {
|
|
3307
3302
|
fields
|
|
3308
3303
|
}, null, options);
|
|
3309
3304
|
})();
|
|
3310
3305
|
}
|
|
3311
3306
|
update_user(callback, user_id, body, fields, options) {
|
|
3312
|
-
var
|
|
3307
|
+
var _this382 = this;
|
|
3313
3308
|
return _asyncToGenerator(function* () {
|
|
3314
3309
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3315
|
-
return
|
|
3310
|
+
return _this382.authStream(callback, 'PATCH', "/users/".concat(user_id), {
|
|
3316
3311
|
fields
|
|
3317
3312
|
}, body, options);
|
|
3318
3313
|
})();
|
|
3319
3314
|
}
|
|
3320
3315
|
delete_user(callback, user_id, options) {
|
|
3321
|
-
var
|
|
3316
|
+
var _this383 = this;
|
|
3322
3317
|
return _asyncToGenerator(function* () {
|
|
3323
3318
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3324
|
-
return
|
|
3319
|
+
return _this383.authStream(callback, 'DELETE', "/users/".concat(user_id), null, null, options);
|
|
3325
3320
|
})();
|
|
3326
3321
|
}
|
|
3327
3322
|
user_for_credential(callback, credential_type, credential_id, fields, options) {
|
|
3328
|
-
var
|
|
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
|
|
3327
|
+
return _this384.authStream(callback, '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(callback, user_id, fields, options) {
|
|
3338
|
-
var
|
|
3333
|
+
var _this385 = this;
|
|
3339
3334
|
return _asyncToGenerator(function* () {
|
|
3340
3335
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3341
|
-
return
|
|
3336
|
+
return _this385.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_email"), {
|
|
3342
3337
|
fields
|
|
3343
3338
|
}, null, options);
|
|
3344
3339
|
})();
|
|
3345
3340
|
}
|
|
3346
3341
|
create_user_credentials_email(callback, user_id, body, fields, options) {
|
|
3347
|
-
var
|
|
3342
|
+
var _this386 = this;
|
|
3348
3343
|
return _asyncToGenerator(function* () {
|
|
3349
3344
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3350
|
-
return
|
|
3345
|
+
return _this386.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email"), {
|
|
3351
3346
|
fields
|
|
3352
3347
|
}, body, options);
|
|
3353
3348
|
})();
|
|
3354
3349
|
}
|
|
3355
3350
|
update_user_credentials_email(callback, user_id, body, fields, options) {
|
|
3356
|
-
var
|
|
3351
|
+
var _this387 = this;
|
|
3357
3352
|
return _asyncToGenerator(function* () {
|
|
3358
3353
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3359
|
-
return
|
|
3354
|
+
return _this387.authStream(callback, 'PATCH', "/users/".concat(user_id, "/credentials_email"), {
|
|
3360
3355
|
fields
|
|
3361
3356
|
}, body, options);
|
|
3362
3357
|
})();
|
|
3363
3358
|
}
|
|
3364
3359
|
delete_user_credentials_email(callback, user_id, options) {
|
|
3365
|
-
var
|
|
3360
|
+
var _this388 = this;
|
|
3366
3361
|
return _asyncToGenerator(function* () {
|
|
3367
3362
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3368
|
-
return
|
|
3363
|
+
return _this388.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_email"), null, null, options);
|
|
3369
3364
|
})();
|
|
3370
3365
|
}
|
|
3371
3366
|
user_credentials_totp(callback, user_id, fields, options) {
|
|
3372
|
-
var
|
|
3367
|
+
var _this389 = this;
|
|
3373
3368
|
return _asyncToGenerator(function* () {
|
|
3374
3369
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3375
|
-
return
|
|
3370
|
+
return _this389.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_totp"), {
|
|
3376
3371
|
fields
|
|
3377
3372
|
}, null, options);
|
|
3378
3373
|
})();
|
|
3379
3374
|
}
|
|
3380
3375
|
create_user_credentials_totp(callback, user_id, body, fields, options) {
|
|
3381
|
-
var
|
|
3376
|
+
var _this390 = this;
|
|
3382
3377
|
return _asyncToGenerator(function* () {
|
|
3383
3378
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3384
|
-
return
|
|
3379
|
+
return _this390.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_totp"), {
|
|
3385
3380
|
fields
|
|
3386
3381
|
}, body, options);
|
|
3387
3382
|
})();
|
|
3388
3383
|
}
|
|
3389
3384
|
delete_user_credentials_totp(callback, user_id, options) {
|
|
3390
|
-
var
|
|
3385
|
+
var _this391 = this;
|
|
3391
3386
|
return _asyncToGenerator(function* () {
|
|
3392
3387
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3393
|
-
return
|
|
3388
|
+
return _this391.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_totp"), null, null, options);
|
|
3394
3389
|
})();
|
|
3395
3390
|
}
|
|
3396
3391
|
user_credentials_ldap(callback, user_id, fields, options) {
|
|
3397
|
-
var
|
|
3392
|
+
var _this392 = this;
|
|
3398
3393
|
return _asyncToGenerator(function* () {
|
|
3399
3394
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3400
|
-
return
|
|
3395
|
+
return _this392.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_ldap"), {
|
|
3401
3396
|
fields
|
|
3402
3397
|
}, null, options);
|
|
3403
3398
|
})();
|
|
3404
3399
|
}
|
|
3405
3400
|
delete_user_credentials_ldap(callback, user_id, options) {
|
|
3406
|
-
var
|
|
3401
|
+
var _this393 = this;
|
|
3407
3402
|
return _asyncToGenerator(function* () {
|
|
3408
3403
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3409
|
-
return
|
|
3404
|
+
return _this393.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_ldap"), null, null, options);
|
|
3410
3405
|
})();
|
|
3411
3406
|
}
|
|
3412
3407
|
user_credentials_google(callback, user_id, fields, options) {
|
|
3413
|
-
var
|
|
3408
|
+
var _this394 = this;
|
|
3414
3409
|
return _asyncToGenerator(function* () {
|
|
3415
3410
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3416
|
-
return
|
|
3411
|
+
return _this394.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_google"), {
|
|
3417
3412
|
fields
|
|
3418
3413
|
}, null, options);
|
|
3419
3414
|
})();
|
|
3420
3415
|
}
|
|
3421
3416
|
delete_user_credentials_google(callback, user_id, options) {
|
|
3422
|
-
var
|
|
3417
|
+
var _this395 = this;
|
|
3423
3418
|
return _asyncToGenerator(function* () {
|
|
3424
3419
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3425
|
-
return
|
|
3420
|
+
return _this395.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_google"), null, null, options);
|
|
3426
3421
|
})();
|
|
3427
3422
|
}
|
|
3428
3423
|
user_credentials_saml(callback, user_id, fields, options) {
|
|
3429
|
-
var
|
|
3424
|
+
var _this396 = this;
|
|
3430
3425
|
return _asyncToGenerator(function* () {
|
|
3431
3426
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3432
|
-
return
|
|
3427
|
+
return _this396.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_saml"), {
|
|
3433
3428
|
fields
|
|
3434
3429
|
}, null, options);
|
|
3435
3430
|
})();
|
|
3436
3431
|
}
|
|
3437
3432
|
delete_user_credentials_saml(callback, user_id, options) {
|
|
3438
|
-
var
|
|
3433
|
+
var _this397 = this;
|
|
3439
3434
|
return _asyncToGenerator(function* () {
|
|
3440
3435
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3441
|
-
return
|
|
3436
|
+
return _this397.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_saml"), null, null, options);
|
|
3442
3437
|
})();
|
|
3443
3438
|
}
|
|
3444
3439
|
user_credentials_oidc(callback, user_id, fields, options) {
|
|
3445
|
-
var
|
|
3440
|
+
var _this398 = this;
|
|
3446
3441
|
return _asyncToGenerator(function* () {
|
|
3447
3442
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3448
|
-
return
|
|
3443
|
+
return _this398.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_oidc"), {
|
|
3449
3444
|
fields
|
|
3450
3445
|
}, null, options);
|
|
3451
3446
|
})();
|
|
3452
3447
|
}
|
|
3453
3448
|
delete_user_credentials_oidc(callback, user_id, options) {
|
|
3454
|
-
var
|
|
3449
|
+
var _this399 = this;
|
|
3455
3450
|
return _asyncToGenerator(function* () {
|
|
3456
3451
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3457
|
-
return
|
|
3452
|
+
return _this399.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_oidc"), null, null, options);
|
|
3458
3453
|
})();
|
|
3459
3454
|
}
|
|
3460
3455
|
user_credentials_api3(callback, user_id, credentials_api3_id, fields, options) {
|
|
3461
|
-
var
|
|
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
|
|
3460
|
+
return _this400.authStream(callback, '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(callback, user_id, credentials_api3_id, options) {
|
|
3471
|
-
var
|
|
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
|
|
3470
|
+
return _this401.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
|
|
3476
3471
|
})();
|
|
3477
3472
|
}
|
|
3478
3473
|
all_user_credentials_api3s(callback, user_id, fields, options) {
|
|
3479
|
-
var
|
|
3474
|
+
var _this402 = this;
|
|
3480
3475
|
return _asyncToGenerator(function* () {
|
|
3481
3476
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3482
|
-
return
|
|
3477
|
+
return _this402.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3"), {
|
|
3483
3478
|
fields
|
|
3484
3479
|
}, null, options);
|
|
3485
3480
|
})();
|
|
3486
3481
|
}
|
|
3487
3482
|
create_user_credentials_api3(callback, user_id, fields, options) {
|
|
3488
|
-
var
|
|
3483
|
+
var _this403 = this;
|
|
3489
3484
|
return _asyncToGenerator(function* () {
|
|
3490
3485
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3491
|
-
return
|
|
3486
|
+
return _this403.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_api3"), {
|
|
3492
3487
|
fields
|
|
3493
3488
|
}, null, options);
|
|
3494
3489
|
})();
|
|
3495
3490
|
}
|
|
3496
3491
|
user_credentials_embed(callback, user_id, credentials_embed_id, fields, options) {
|
|
3497
|
-
var
|
|
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
|
|
3496
|
+
return _this404.authStream(callback, '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(callback, user_id, credentials_embed_id, options) {
|
|
3507
|
-
var
|
|
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
|
|
3506
|
+
return _this405.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
|
|
3512
3507
|
})();
|
|
3513
3508
|
}
|
|
3514
3509
|
all_user_credentials_embeds(callback, user_id, fields, options) {
|
|
3515
|
-
var
|
|
3510
|
+
var _this406 = this;
|
|
3516
3511
|
return _asyncToGenerator(function* () {
|
|
3517
3512
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3518
|
-
return
|
|
3513
|
+
return _this406.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed"), {
|
|
3519
3514
|
fields
|
|
3520
3515
|
}, null, options);
|
|
3521
3516
|
})();
|
|
3522
3517
|
}
|
|
3523
3518
|
user_credentials_looker_openid(callback, user_id, fields, options) {
|
|
3524
|
-
var
|
|
3519
|
+
var _this407 = this;
|
|
3525
3520
|
return _asyncToGenerator(function* () {
|
|
3526
3521
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3527
|
-
return
|
|
3522
|
+
return _this407.authStream(callback, '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(callback, user_id, options) {
|
|
3533
|
-
var
|
|
3528
|
+
var _this408 = this;
|
|
3534
3529
|
return _asyncToGenerator(function* () {
|
|
3535
3530
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3536
|
-
return
|
|
3531
|
+
return _this408.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
|
|
3537
3532
|
})();
|
|
3538
3533
|
}
|
|
3539
3534
|
user_session(callback, user_id, session_id, fields, options) {
|
|
3540
|
-
var
|
|
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
|
|
3539
|
+
return _this409.authStream(callback, '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(callback, user_id, session_id, options) {
|
|
3550
|
-
var
|
|
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
|
|
3549
|
+
return _this410.authStream(callback, 'DELETE', "/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
|
|
3555
3550
|
})();
|
|
3556
3551
|
}
|
|
3557
3552
|
all_user_sessions(callback, user_id, fields, options) {
|
|
3558
|
-
var
|
|
3553
|
+
var _this411 = this;
|
|
3559
3554
|
return _asyncToGenerator(function* () {
|
|
3560
3555
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3561
|
-
return
|
|
3556
|
+
return _this411.authStream(callback, '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(callback, request, options) {
|
|
3567
|
-
var
|
|
3562
|
+
var _this412 = this;
|
|
3568
3563
|
return _asyncToGenerator(function* () {
|
|
3569
3564
|
request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
|
|
3570
|
-
return
|
|
3565
|
+
return _this412.authStream(callback, '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(callback, request, options) {
|
|
3577
|
-
var
|
|
3572
|
+
var _this413 = this;
|
|
3578
3573
|
return _asyncToGenerator(function* () {
|
|
3579
3574
|
request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
|
|
3580
|
-
return
|
|
3575
|
+
return _this413.authStream(callback, '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(callback, user_id, body, fields, options) {
|
|
3587
|
-
var
|
|
3582
|
+
var _this414 = this;
|
|
3588
3583
|
return _asyncToGenerator(function* () {
|
|
3589
3584
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3590
|
-
return
|
|
3585
|
+
return _this414.authStream(callback, 'PUT', "/users/".concat(user_id, "/roles"), {
|
|
3591
3586
|
fields
|
|
3592
3587
|
}, body, options);
|
|
3593
3588
|
})();
|
|
3594
3589
|
}
|
|
3595
3590
|
user_attribute_user_values(callback, request, options) {
|
|
3596
|
-
var
|
|
3591
|
+
var _this415 = this;
|
|
3597
3592
|
return _asyncToGenerator(function* () {
|
|
3598
3593
|
request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
|
|
3599
|
-
return
|
|
3594
|
+
return _this415.authStream(callback, '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 Looker40SDKStream extends _sdkRtl.APIMethods {
|
|
|
3605
3600
|
})();
|
|
3606
3601
|
}
|
|
3607
3602
|
set_user_attribute_user_value(callback, user_id, user_attribute_id, body, options) {
|
|
3608
|
-
var
|
|
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
|
|
3607
|
+
return _this416.authStream(callback, '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(callback, user_id, user_attribute_id, options) {
|
|
3616
|
-
var
|
|
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
|
|
3615
|
+
return _this417.authStream(callback, '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(callback, user_id, fields, options) {
|
|
3624
|
-
var
|
|
3619
|
+
var _this418 = this;
|
|
3625
3620
|
return _asyncToGenerator(function* () {
|
|
3626
3621
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3627
|
-
return
|
|
3622
|
+
return _this418.authStream(callback, '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(callback, user_id, body, fields, options) {
|
|
3633
|
-
var
|
|
3628
|
+
var _this419 = this;
|
|
3634
3629
|
return _asyncToGenerator(function* () {
|
|
3635
3630
|
user_id = (0, _sdkRtl.encodeParam)(user_id);
|
|
3636
|
-
return
|
|
3631
|
+
return _this419.authStream(callback, 'POST', "/users/".concat(user_id, "/update_emails"), {
|
|
3637
3632
|
fields
|
|
3638
3633
|
}, body, options);
|
|
3639
3634
|
})();
|
|
3640
3635
|
}
|
|
3641
3636
|
create_embed_user(callback, body, options) {
|
|
3642
|
-
var
|
|
3637
|
+
var _this420 = this;
|
|
3643
3638
|
return _asyncToGenerator(function* () {
|
|
3644
|
-
return
|
|
3639
|
+
return _this420.authStream(callback, 'POST', '/users/embed_user', null, body, options);
|
|
3645
3640
|
})();
|
|
3646
3641
|
}
|
|
3647
3642
|
all_user_attributes(callback, request, options) {
|
|
3648
|
-
var
|
|
3643
|
+
var _this421 = this;
|
|
3649
3644
|
return _asyncToGenerator(function* () {
|
|
3650
|
-
return
|
|
3645
|
+
return _this421.authStream(callback, '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(callback, body, fields, options) {
|
|
3657
|
-
var
|
|
3652
|
+
var _this422 = this;
|
|
3658
3653
|
return _asyncToGenerator(function* () {
|
|
3659
|
-
return
|
|
3654
|
+
return _this422.authStream(callback, 'POST', '/user_attributes', {
|
|
3660
3655
|
fields
|
|
3661
3656
|
}, body, options);
|
|
3662
3657
|
})();
|
|
3663
3658
|
}
|
|
3664
3659
|
user_attribute(callback, user_attribute_id, fields, options) {
|
|
3665
|
-
var
|
|
3660
|
+
var _this423 = this;
|
|
3666
3661
|
return _asyncToGenerator(function* () {
|
|
3667
3662
|
user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
|
|
3668
|
-
return
|
|
3663
|
+
return _this423.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id), {
|
|
3669
3664
|
fields
|
|
3670
3665
|
}, null, options);
|
|
3671
3666
|
})();
|
|
3672
3667
|
}
|
|
3673
3668
|
update_user_attribute(callback, user_attribute_id, body, fields, options) {
|
|
3674
|
-
var
|
|
3669
|
+
var _this424 = this;
|
|
3675
3670
|
return _asyncToGenerator(function* () {
|
|
3676
3671
|
user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
|
|
3677
|
-
return
|
|
3672
|
+
return _this424.authStream(callback, 'PATCH', "/user_attributes/".concat(user_attribute_id), {
|
|
3678
3673
|
fields
|
|
3679
3674
|
}, body, options);
|
|
3680
3675
|
})();
|
|
3681
3676
|
}
|
|
3682
3677
|
delete_user_attribute(callback, user_attribute_id, options) {
|
|
3683
|
-
var
|
|
3678
|
+
var _this425 = this;
|
|
3684
3679
|
return _asyncToGenerator(function* () {
|
|
3685
3680
|
user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
|
|
3686
|
-
return
|
|
3681
|
+
return _this425.authStream(callback, 'DELETE', "/user_attributes/".concat(user_attribute_id), null, null, options);
|
|
3687
3682
|
})();
|
|
3688
3683
|
}
|
|
3689
3684
|
all_user_attribute_group_values(callback, user_attribute_id, fields, options) {
|
|
3690
|
-
var
|
|
3685
|
+
var _this426 = this;
|
|
3691
3686
|
return _asyncToGenerator(function* () {
|
|
3692
3687
|
user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
|
|
3693
|
-
return
|
|
3688
|
+
return _this426.authStream(callback, '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(callback, user_attribute_id, body, options) {
|
|
3699
|
-
var
|
|
3694
|
+
var _this427 = this;
|
|
3700
3695
|
return _asyncToGenerator(function* () {
|
|
3701
3696
|
user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
|
|
3702
|
-
return
|
|
3697
|
+
return _this427.authStream(callback, 'POST', "/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
|
|
3703
3698
|
})();
|
|
3704
3699
|
}
|
|
3705
3700
|
all_workspaces(callback, options) {
|
|
3706
|
-
var
|
|
3701
|
+
var _this428 = this;
|
|
3707
3702
|
return _asyncToGenerator(function* () {
|
|
3708
|
-
return
|
|
3703
|
+
return _this428.authStream(callback, 'GET', '/workspaces', null, null, options);
|
|
3709
3704
|
})();
|
|
3710
3705
|
}
|
|
3711
3706
|
workspace(callback, workspace_id, options) {
|
|
3712
|
-
var
|
|
3707
|
+
var _this429 = this;
|
|
3713
3708
|
return _asyncToGenerator(function* () {
|
|
3714
3709
|
workspace_id = (0, _sdkRtl.encodeParam)(workspace_id);
|
|
3715
|
-
return
|
|
3710
|
+
return _this429.authStream(callback, 'GET', "/workspaces/".concat(workspace_id), null, null, options);
|
|
3716
3711
|
})();
|
|
3717
3712
|
}
|
|
3718
3713
|
}
|