@looker/sdk 25.8.0 → 25.10.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 +7 -0
- package/lib/4.0/funcs.d.ts +2 -2
- package/lib/4.0/funcs.js +106 -106
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +2 -2
- package/lib/4.0/methods.js +75 -75
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +2 -2
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +2 -0
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +2 -2
- package/lib/4.0/streams.js +75 -75
- 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/4.0/funcs.js +106 -106
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +75 -75
- 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 +75 -75
- 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/constants.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const sdkVersion = "25.
|
|
1
|
+
export declare const sdkVersion = "25.10";
|
|
2
2
|
export declare const environmentPrefix = "LOOKERSDK";
|
package/lib/constants.js
CHANGED
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.sdkVersion = exports.environmentPrefix = void 0;
|
|
7
|
-
var sdkVersion = exports.sdkVersion = '25.
|
|
7
|
+
var sdkVersion = exports.sdkVersion = '25.10';
|
|
8
8
|
var environmentPrefix = exports.environmentPrefix = 'LOOKERSDK';
|
|
9
9
|
//# sourceMappingURL=constants.js.map
|
package/lib/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","names":["sdkVersion","exports","environmentPrefix"],"sources":["../src/constants.ts"],"sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nexport const sdkVersion = '25.
|
|
1
|
+
{"version":3,"file":"constants.js","names":["sdkVersion","exports","environmentPrefix"],"sources":["../src/constants.ts"],"sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nexport const sdkVersion = '25.10';\nexport const environmentPrefix = 'LOOKERSDK';\n"],"mappings":";;;;;;AA0BO,IAAMA,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,OAAO;AAC1B,IAAME,iBAAiB,GAAAD,OAAA,CAAAC,iBAAA,GAAG,WAAW"}
|
package/lib/esm/4.0/funcs.js
CHANGED
|
@@ -2875,248 +2875,271 @@ export var connection_cost_estimate = function () {
|
|
|
2875
2875
|
return _ref275.apply(this, arguments);
|
|
2876
2876
|
};
|
|
2877
2877
|
}();
|
|
2878
|
+
export var get_ci_run = function () {
|
|
2879
|
+
var _ref276 = _asyncToGenerator(function* (sdk, project_id, run_id, fields, options) {
|
|
2880
|
+
project_id = encodeParam(project_id);
|
|
2881
|
+
run_id = encodeParam(run_id);
|
|
2882
|
+
return sdk.get("/projects/".concat(project_id, "/ci/runs/").concat(run_id), {
|
|
2883
|
+
fields
|
|
2884
|
+
}, null, options);
|
|
2885
|
+
});
|
|
2886
|
+
return function get_ci_run(_x919, _x920, _x921, _x922, _x923) {
|
|
2887
|
+
return _ref276.apply(this, arguments);
|
|
2888
|
+
};
|
|
2889
|
+
}();
|
|
2890
|
+
export var create_ci_run = function () {
|
|
2891
|
+
var _ref277 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
|
|
2892
|
+
project_id = encodeParam(project_id);
|
|
2893
|
+
return sdk.post("/projects/".concat(project_id, "/ci/run"), {
|
|
2894
|
+
fields
|
|
2895
|
+
}, body, options);
|
|
2896
|
+
});
|
|
2897
|
+
return function create_ci_run(_x924, _x925, _x926, _x927, _x928) {
|
|
2898
|
+
return _ref277.apply(this, arguments);
|
|
2899
|
+
};
|
|
2900
|
+
}();
|
|
2878
2901
|
export var lock_all = function () {
|
|
2879
|
-
var
|
|
2902
|
+
var _ref278 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
2880
2903
|
project_id = encodeParam(project_id);
|
|
2881
2904
|
return sdk.post("/projects/".concat(project_id, "/manifest/lock_all"), {
|
|
2882
2905
|
fields
|
|
2883
2906
|
}, null, options);
|
|
2884
2907
|
});
|
|
2885
|
-
return function lock_all(
|
|
2886
|
-
return
|
|
2908
|
+
return function lock_all(_x929, _x930, _x931, _x932) {
|
|
2909
|
+
return _ref278.apply(this, arguments);
|
|
2887
2910
|
};
|
|
2888
2911
|
}();
|
|
2889
2912
|
export var all_git_branches = function () {
|
|
2890
|
-
var
|
|
2913
|
+
var _ref279 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
2891
2914
|
project_id = encodeParam(project_id);
|
|
2892
2915
|
return sdk.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
|
|
2893
2916
|
});
|
|
2894
|
-
return function all_git_branches(
|
|
2895
|
-
return
|
|
2917
|
+
return function all_git_branches(_x933, _x934, _x935) {
|
|
2918
|
+
return _ref279.apply(this, arguments);
|
|
2896
2919
|
};
|
|
2897
2920
|
}();
|
|
2898
2921
|
export var git_branch = function () {
|
|
2899
|
-
var
|
|
2922
|
+
var _ref280 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
2900
2923
|
project_id = encodeParam(project_id);
|
|
2901
2924
|
return sdk.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
|
|
2902
2925
|
});
|
|
2903
|
-
return function git_branch(
|
|
2904
|
-
return
|
|
2926
|
+
return function git_branch(_x936, _x937, _x938) {
|
|
2927
|
+
return _ref280.apply(this, arguments);
|
|
2905
2928
|
};
|
|
2906
2929
|
}();
|
|
2907
2930
|
export var update_git_branch = function () {
|
|
2908
|
-
var
|
|
2931
|
+
var _ref281 = _asyncToGenerator(function* (sdk, project_id, body, options) {
|
|
2909
2932
|
project_id = encodeParam(project_id);
|
|
2910
2933
|
return sdk.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2911
2934
|
});
|
|
2912
|
-
return function update_git_branch(
|
|
2913
|
-
return
|
|
2935
|
+
return function update_git_branch(_x939, _x940, _x941, _x942) {
|
|
2936
|
+
return _ref281.apply(this, arguments);
|
|
2914
2937
|
};
|
|
2915
2938
|
}();
|
|
2916
2939
|
export var create_git_branch = function () {
|
|
2917
|
-
var
|
|
2940
|
+
var _ref282 = _asyncToGenerator(function* (sdk, project_id, body, options) {
|
|
2918
2941
|
project_id = encodeParam(project_id);
|
|
2919
2942
|
return sdk.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2920
2943
|
});
|
|
2921
|
-
return function create_git_branch(
|
|
2922
|
-
return
|
|
2944
|
+
return function create_git_branch(_x943, _x944, _x945, _x946) {
|
|
2945
|
+
return _ref282.apply(this, arguments);
|
|
2923
2946
|
};
|
|
2924
2947
|
}();
|
|
2925
2948
|
export var find_git_branch = function () {
|
|
2926
|
-
var
|
|
2949
|
+
var _ref283 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
|
|
2927
2950
|
project_id = encodeParam(project_id);
|
|
2928
2951
|
branch_name = encodeParam(branch_name);
|
|
2929
2952
|
return sdk.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2930
2953
|
});
|
|
2931
|
-
return function find_git_branch(
|
|
2932
|
-
return
|
|
2954
|
+
return function find_git_branch(_x947, _x948, _x949, _x950) {
|
|
2955
|
+
return _ref283.apply(this, arguments);
|
|
2933
2956
|
};
|
|
2934
2957
|
}();
|
|
2935
2958
|
export var delete_git_branch = function () {
|
|
2936
|
-
var
|
|
2959
|
+
var _ref284 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
|
|
2937
2960
|
project_id = encodeParam(project_id);
|
|
2938
2961
|
branch_name = encodeParam(branch_name);
|
|
2939
2962
|
return sdk.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2940
2963
|
});
|
|
2941
|
-
return function delete_git_branch(
|
|
2942
|
-
return
|
|
2964
|
+
return function delete_git_branch(_x951, _x952, _x953, _x954) {
|
|
2965
|
+
return _ref284.apply(this, arguments);
|
|
2943
2966
|
};
|
|
2944
2967
|
}();
|
|
2945
2968
|
export var deploy_ref_to_production = function () {
|
|
2946
|
-
var
|
|
2969
|
+
var _ref285 = _asyncToGenerator(function* (sdk, request, options) {
|
|
2947
2970
|
request.project_id = encodeParam(request.project_id);
|
|
2948
2971
|
return sdk.post("/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
|
|
2949
2972
|
branch: request.branch,
|
|
2950
2973
|
ref: request.ref
|
|
2951
2974
|
}, null, options);
|
|
2952
2975
|
});
|
|
2953
|
-
return function deploy_ref_to_production(
|
|
2954
|
-
return
|
|
2976
|
+
return function deploy_ref_to_production(_x955, _x956, _x957) {
|
|
2977
|
+
return _ref285.apply(this, arguments);
|
|
2955
2978
|
};
|
|
2956
2979
|
}();
|
|
2957
2980
|
export var deploy_to_production = function () {
|
|
2958
|
-
var
|
|
2981
|
+
var _ref286 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
2959
2982
|
project_id = encodeParam(project_id);
|
|
2960
2983
|
return sdk.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
|
|
2961
2984
|
});
|
|
2962
|
-
return function deploy_to_production(
|
|
2963
|
-
return
|
|
2985
|
+
return function deploy_to_production(_x958, _x959, _x960) {
|
|
2986
|
+
return _ref286.apply(this, arguments);
|
|
2964
2987
|
};
|
|
2965
2988
|
}();
|
|
2966
2989
|
export var reset_project_to_production = function () {
|
|
2967
|
-
var
|
|
2990
|
+
var _ref287 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
2968
2991
|
project_id = encodeParam(project_id);
|
|
2969
2992
|
return sdk.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
|
|
2970
2993
|
});
|
|
2971
|
-
return function reset_project_to_production(
|
|
2972
|
-
return
|
|
2994
|
+
return function reset_project_to_production(_x961, _x962, _x963) {
|
|
2995
|
+
return _ref287.apply(this, arguments);
|
|
2973
2996
|
};
|
|
2974
2997
|
}();
|
|
2975
2998
|
export var reset_project_to_remote = function () {
|
|
2976
|
-
var
|
|
2999
|
+
var _ref288 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
2977
3000
|
project_id = encodeParam(project_id);
|
|
2978
3001
|
return sdk.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
|
|
2979
3002
|
});
|
|
2980
|
-
return function reset_project_to_remote(
|
|
2981
|
-
return
|
|
3003
|
+
return function reset_project_to_remote(_x964, _x965, _x966) {
|
|
3004
|
+
return _ref288.apply(this, arguments);
|
|
2982
3005
|
};
|
|
2983
3006
|
}();
|
|
2984
3007
|
export var all_projects = function () {
|
|
2985
|
-
var
|
|
3008
|
+
var _ref289 = _asyncToGenerator(function* (sdk, fields, options) {
|
|
2986
3009
|
return sdk.get('/projects', {
|
|
2987
3010
|
fields
|
|
2988
3011
|
}, null, options);
|
|
2989
3012
|
});
|
|
2990
|
-
return function all_projects(
|
|
2991
|
-
return
|
|
3013
|
+
return function all_projects(_x967, _x968, _x969) {
|
|
3014
|
+
return _ref289.apply(this, arguments);
|
|
2992
3015
|
};
|
|
2993
3016
|
}();
|
|
2994
3017
|
export var create_project = function () {
|
|
2995
|
-
var
|
|
3018
|
+
var _ref290 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2996
3019
|
return sdk.post('/projects', null, body, options);
|
|
2997
3020
|
});
|
|
2998
|
-
return function create_project(
|
|
2999
|
-
return
|
|
3021
|
+
return function create_project(_x970, _x971, _x972) {
|
|
3022
|
+
return _ref290.apply(this, arguments);
|
|
3000
3023
|
};
|
|
3001
3024
|
}();
|
|
3002
3025
|
export var project = function () {
|
|
3003
|
-
var
|
|
3026
|
+
var _ref291 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
3004
3027
|
project_id = encodeParam(project_id);
|
|
3005
3028
|
return sdk.get("/projects/".concat(project_id), {
|
|
3006
3029
|
fields
|
|
3007
3030
|
}, null, options);
|
|
3008
3031
|
});
|
|
3009
|
-
return function project(
|
|
3010
|
-
return
|
|
3032
|
+
return function project(_x973, _x974, _x975, _x976) {
|
|
3033
|
+
return _ref291.apply(this, arguments);
|
|
3011
3034
|
};
|
|
3012
3035
|
}();
|
|
3013
3036
|
export var update_project = function () {
|
|
3014
|
-
var
|
|
3037
|
+
var _ref292 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
|
|
3015
3038
|
project_id = encodeParam(project_id);
|
|
3016
3039
|
return sdk.patch("/projects/".concat(project_id), {
|
|
3017
3040
|
fields
|
|
3018
3041
|
}, body, options);
|
|
3019
3042
|
});
|
|
3020
|
-
return function update_project(
|
|
3021
|
-
return
|
|
3043
|
+
return function update_project(_x977, _x978, _x979, _x980, _x981) {
|
|
3044
|
+
return _ref292.apply(this, arguments);
|
|
3022
3045
|
};
|
|
3023
3046
|
}();
|
|
3024
3047
|
export var manifest = function () {
|
|
3025
|
-
var
|
|
3048
|
+
var _ref293 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
3026
3049
|
project_id = encodeParam(project_id);
|
|
3027
3050
|
return sdk.get("/projects/".concat(project_id, "/manifest"), null, null, options);
|
|
3028
3051
|
});
|
|
3029
|
-
return function manifest(
|
|
3030
|
-
return
|
|
3052
|
+
return function manifest(_x982, _x983, _x984) {
|
|
3053
|
+
return _ref293.apply(this, arguments);
|
|
3031
3054
|
};
|
|
3032
3055
|
}();
|
|
3033
3056
|
export var git_deploy_key = function () {
|
|
3034
|
-
var
|
|
3057
|
+
var _ref294 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
3035
3058
|
project_id = encodeParam(project_id);
|
|
3036
3059
|
return sdk.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3037
3060
|
});
|
|
3038
|
-
return function git_deploy_key(
|
|
3039
|
-
return
|
|
3061
|
+
return function git_deploy_key(_x985, _x986, _x987) {
|
|
3062
|
+
return _ref294.apply(this, arguments);
|
|
3040
3063
|
};
|
|
3041
3064
|
}();
|
|
3042
3065
|
export var create_git_deploy_key = function () {
|
|
3043
|
-
var
|
|
3066
|
+
var _ref295 = _asyncToGenerator(function* (sdk, project_id, options) {
|
|
3044
3067
|
project_id = encodeParam(project_id);
|
|
3045
3068
|
return sdk.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3046
3069
|
});
|
|
3047
|
-
return function create_git_deploy_key(
|
|
3048
|
-
return
|
|
3070
|
+
return function create_git_deploy_key(_x988, _x989, _x990) {
|
|
3071
|
+
return _ref295.apply(this, arguments);
|
|
3049
3072
|
};
|
|
3050
3073
|
}();
|
|
3051
3074
|
export var project_validation_results = function () {
|
|
3052
|
-
var
|
|
3075
|
+
var _ref296 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
3053
3076
|
project_id = encodeParam(project_id);
|
|
3054
3077
|
return sdk.get("/projects/".concat(project_id, "/validate"), {
|
|
3055
3078
|
fields
|
|
3056
3079
|
}, null, options);
|
|
3057
3080
|
});
|
|
3058
|
-
return function project_validation_results(
|
|
3059
|
-
return
|
|
3081
|
+
return function project_validation_results(_x991, _x992, _x993, _x994) {
|
|
3082
|
+
return _ref296.apply(this, arguments);
|
|
3060
3083
|
};
|
|
3061
3084
|
}();
|
|
3062
3085
|
export var validate_project = function () {
|
|
3063
|
-
var
|
|
3086
|
+
var _ref297 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
3064
3087
|
project_id = encodeParam(project_id);
|
|
3065
3088
|
return sdk.post("/projects/".concat(project_id, "/validate"), {
|
|
3066
3089
|
fields
|
|
3067
3090
|
}, null, options);
|
|
3068
3091
|
});
|
|
3069
|
-
return function validate_project(
|
|
3070
|
-
return
|
|
3092
|
+
return function validate_project(_x995, _x996, _x997, _x998) {
|
|
3093
|
+
return _ref297.apply(this, arguments);
|
|
3071
3094
|
};
|
|
3072
3095
|
}();
|
|
3073
3096
|
export var project_workspace = function () {
|
|
3074
|
-
var
|
|
3097
|
+
var _ref298 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
3075
3098
|
project_id = encodeParam(project_id);
|
|
3076
3099
|
return sdk.get("/projects/".concat(project_id, "/current_workspace"), {
|
|
3077
3100
|
fields
|
|
3078
3101
|
}, null, options);
|
|
3079
3102
|
});
|
|
3080
|
-
return function project_workspace(
|
|
3081
|
-
return
|
|
3103
|
+
return function project_workspace(_x999, _x1000, _x1001, _x1002) {
|
|
3104
|
+
return _ref298.apply(this, arguments);
|
|
3082
3105
|
};
|
|
3083
3106
|
}();
|
|
3084
3107
|
export var all_project_files = function () {
|
|
3085
|
-
var
|
|
3108
|
+
var _ref299 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
|
|
3086
3109
|
project_id = encodeParam(project_id);
|
|
3087
3110
|
return sdk.get("/projects/".concat(project_id, "/files"), {
|
|
3088
3111
|
fields
|
|
3089
3112
|
}, null, options);
|
|
3090
3113
|
});
|
|
3091
|
-
return function all_project_files(
|
|
3092
|
-
return
|
|
3114
|
+
return function all_project_files(_x1003, _x1004, _x1005, _x1006) {
|
|
3115
|
+
return _ref299.apply(this, arguments);
|
|
3093
3116
|
};
|
|
3094
3117
|
}();
|
|
3095
3118
|
export var project_file = function () {
|
|
3096
|
-
var
|
|
3119
|
+
var _ref300 = _asyncToGenerator(function* (sdk, project_id, file_id, fields, options) {
|
|
3097
3120
|
project_id = encodeParam(project_id);
|
|
3098
3121
|
return sdk.get("/projects/".concat(project_id, "/files/file"), {
|
|
3099
3122
|
file_id,
|
|
3100
3123
|
fields
|
|
3101
3124
|
}, null, options);
|
|
3102
3125
|
});
|
|
3103
|
-
return function project_file(
|
|
3104
|
-
return
|
|
3126
|
+
return function project_file(_x1007, _x1008, _x1009, _x1010, _x1011) {
|
|
3127
|
+
return _ref300.apply(this, arguments);
|
|
3105
3128
|
};
|
|
3106
3129
|
}();
|
|
3107
3130
|
export var all_git_connection_tests = function () {
|
|
3108
|
-
var
|
|
3131
|
+
var _ref301 = _asyncToGenerator(function* (sdk, project_id, remote_url, options) {
|
|
3109
3132
|
project_id = encodeParam(project_id);
|
|
3110
3133
|
return sdk.get("/projects/".concat(project_id, "/git_connection_tests"), {
|
|
3111
3134
|
remote_url
|
|
3112
3135
|
}, null, options);
|
|
3113
3136
|
});
|
|
3114
|
-
return function all_git_connection_tests(
|
|
3115
|
-
return
|
|
3137
|
+
return function all_git_connection_tests(_x1012, _x1013, _x1014, _x1015) {
|
|
3138
|
+
return _ref301.apply(this, arguments);
|
|
3116
3139
|
};
|
|
3117
3140
|
}();
|
|
3118
3141
|
export var run_git_connection_test = function () {
|
|
3119
|
-
var
|
|
3142
|
+
var _ref302 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3120
3143
|
request.project_id = encodeParam(request.project_id);
|
|
3121
3144
|
request.test_id = encodeParam(request.test_id);
|
|
3122
3145
|
return sdk.get("/projects/".concat(request.project_id, "/git_connection_tests/").concat(request.test_id), {
|
|
@@ -3124,23 +3147,23 @@ export var run_git_connection_test = function () {
|
|
|
3124
3147
|
use_production: request.use_production
|
|
3125
3148
|
}, null, options);
|
|
3126
3149
|
});
|
|
3127
|
-
return function run_git_connection_test(
|
|
3128
|
-
return
|
|
3150
|
+
return function run_git_connection_test(_x1016, _x1017, _x1018) {
|
|
3151
|
+
return _ref302.apply(this, arguments);
|
|
3129
3152
|
};
|
|
3130
3153
|
}();
|
|
3131
3154
|
export var all_lookml_tests = function () {
|
|
3132
|
-
var
|
|
3155
|
+
var _ref303 = _asyncToGenerator(function* (sdk, project_id, file_id, options) {
|
|
3133
3156
|
project_id = encodeParam(project_id);
|
|
3134
3157
|
return sdk.get("/projects/".concat(project_id, "/lookml_tests"), {
|
|
3135
3158
|
file_id
|
|
3136
3159
|
}, null, options);
|
|
3137
3160
|
});
|
|
3138
|
-
return function all_lookml_tests(
|
|
3139
|
-
return
|
|
3161
|
+
return function all_lookml_tests(_x1019, _x1020, _x1021, _x1022) {
|
|
3162
|
+
return _ref303.apply(this, arguments);
|
|
3140
3163
|
};
|
|
3141
3164
|
}();
|
|
3142
3165
|
export var run_lookml_test = function () {
|
|
3143
|
-
var
|
|
3166
|
+
var _ref304 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3144
3167
|
request.project_id = encodeParam(request.project_id);
|
|
3145
3168
|
return sdk.get("/projects/".concat(request.project_id, "/lookml_tests/run"), {
|
|
3146
3169
|
file_id: request.file_id,
|
|
@@ -3148,12 +3171,12 @@ export var run_lookml_test = function () {
|
|
|
3148
3171
|
model: request.model
|
|
3149
3172
|
}, null, options);
|
|
3150
3173
|
});
|
|
3151
|
-
return function run_lookml_test(
|
|
3152
|
-
return
|
|
3174
|
+
return function run_lookml_test(_x1023, _x1024, _x1025) {
|
|
3175
|
+
return _ref304.apply(this, arguments);
|
|
3153
3176
|
};
|
|
3154
3177
|
}();
|
|
3155
3178
|
export var tag_ref = function () {
|
|
3156
|
-
var
|
|
3179
|
+
var _ref305 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3157
3180
|
request.project_id = encodeParam(request.project_id);
|
|
3158
3181
|
return sdk.post("/projects/".concat(request.project_id, "/tag"), {
|
|
3159
3182
|
commit_sha: request.commit_sha,
|
|
@@ -3161,30 +3184,7 @@ export var tag_ref = function () {
|
|
|
3161
3184
|
tag_message: request.tag_message
|
|
3162
3185
|
}, request.body, options);
|
|
3163
3186
|
});
|
|
3164
|
-
return function tag_ref(
|
|
3165
|
-
return _ref303.apply(this, arguments);
|
|
3166
|
-
};
|
|
3167
|
-
}();
|
|
3168
|
-
export var get_ci_run = function () {
|
|
3169
|
-
var _ref304 = _asyncToGenerator(function* (sdk, project_id, run_id, fields, options) {
|
|
3170
|
-
project_id = encodeParam(project_id);
|
|
3171
|
-
run_id = encodeParam(run_id);
|
|
3172
|
-
return sdk.get("/projects/".concat(project_id, "/ci/runs/").concat(run_id), {
|
|
3173
|
-
fields
|
|
3174
|
-
}, null, options);
|
|
3175
|
-
});
|
|
3176
|
-
return function get_ci_run(_x1019, _x1020, _x1021, _x1022, _x1023) {
|
|
3177
|
-
return _ref304.apply(this, arguments);
|
|
3178
|
-
};
|
|
3179
|
-
}();
|
|
3180
|
-
export var create_ci_run = function () {
|
|
3181
|
-
var _ref305 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
|
|
3182
|
-
project_id = encodeParam(project_id);
|
|
3183
|
-
return sdk.post("/projects/".concat(project_id, "/ci/run"), {
|
|
3184
|
-
fields
|
|
3185
|
-
}, body, options);
|
|
3186
|
-
});
|
|
3187
|
-
return function create_ci_run(_x1024, _x1025, _x1026, _x1027, _x1028) {
|
|
3187
|
+
return function tag_ref(_x1026, _x1027, _x1028) {
|
|
3188
3188
|
return _ref305.apply(this, arguments);
|
|
3189
3189
|
};
|
|
3190
3190
|
}();
|