@looker/sdk 23.20.1 → 24.2.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 +133 -188
- package/README.md +11 -8
- package/lib/4.0/funcs.d.ts +435 -435
- package/lib/4.0/funcs.js +609 -1041
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +9 -9
- package/lib/4.0/methods.js +8 -7
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +9 -9
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +17 -55
- package/lib/4.0/models.js +23 -44
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +9 -9
- package/lib/4.0/streams.js +8 -7
- package/lib/4.0/streams.js.map +1 -1
- package/lib/browserSdk.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +2 -4
- package/lib/constants.js.map +1 -1
- package/lib/esm/4.0/funcs.js +176 -175
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +8 -7
- 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 +1 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +8 -7
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/browserSdk.js +1 -1
- package/lib/esm/browserSdk.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/lib/esm/extensionSdk.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionSdk.d.ts +1 -1
- package/lib/extensionSdk.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +5 -5
package/lib/esm/4.0/funcs.js
CHANGED
|
@@ -2719,14 +2719,15 @@ export var delete_lookml_model = function () {
|
|
|
2719
2719
|
};
|
|
2720
2720
|
}();
|
|
2721
2721
|
export var lookml_model_explore = function () {
|
|
2722
|
-
var _ref264 = _asyncToGenerator(function* (sdk,
|
|
2723
|
-
lookml_model_name = encodeParam(lookml_model_name);
|
|
2724
|
-
explore_name = encodeParam(explore_name);
|
|
2725
|
-
return sdk.get("/lookml_models/".concat(lookml_model_name, "/explores/").concat(explore_name), {
|
|
2726
|
-
fields
|
|
2722
|
+
var _ref264 = _asyncToGenerator(function* (sdk, request, options) {
|
|
2723
|
+
request.lookml_model_name = encodeParam(request.lookml_model_name);
|
|
2724
|
+
request.explore_name = encodeParam(request.explore_name);
|
|
2725
|
+
return sdk.get("/lookml_models/".concat(request.lookml_model_name, "/explores/").concat(request.explore_name), {
|
|
2726
|
+
fields: request.fields,
|
|
2727
|
+
add_drills_metadata: request.add_drills_metadata
|
|
2727
2728
|
}, null, options);
|
|
2728
2729
|
});
|
|
2729
|
-
return function lookml_model_explore(_x881, _x882, _x883
|
|
2730
|
+
return function lookml_model_explore(_x881, _x882, _x883) {
|
|
2730
2731
|
return _ref264.apply(this, arguments);
|
|
2731
2732
|
};
|
|
2732
2733
|
}();
|
|
@@ -2740,7 +2741,7 @@ export var model_fieldname_suggestions = function () {
|
|
|
2740
2741
|
filters: request.filters
|
|
2741
2742
|
}, null, options);
|
|
2742
2743
|
});
|
|
2743
|
-
return function model_fieldname_suggestions(
|
|
2744
|
+
return function model_fieldname_suggestions(_x884, _x885, _x886) {
|
|
2744
2745
|
return _ref265.apply(this, arguments);
|
|
2745
2746
|
};
|
|
2746
2747
|
}();
|
|
@@ -2749,7 +2750,7 @@ export var get_model = function () {
|
|
|
2749
2750
|
model_name = encodeParam(model_name);
|
|
2750
2751
|
return sdk.get("/models/".concat(model_name), null, null, options);
|
|
2751
2752
|
});
|
|
2752
|
-
return function get_model(
|
|
2753
|
+
return function get_model(_x887, _x888, _x889) {
|
|
2753
2754
|
return _ref266.apply(this, arguments);
|
|
2754
2755
|
};
|
|
2755
2756
|
}();
|
|
@@ -2758,7 +2759,7 @@ export var connection_databases = function () {
|
|
|
2758
2759
|
connection_name = encodeParam(connection_name);
|
|
2759
2760
|
return sdk.get("/connections/".concat(connection_name, "/databases"), null, null, options);
|
|
2760
2761
|
});
|
|
2761
|
-
return function connection_databases(
|
|
2762
|
+
return function connection_databases(_x890, _x891, _x892) {
|
|
2762
2763
|
return _ref267.apply(this, arguments);
|
|
2763
2764
|
};
|
|
2764
2765
|
}();
|
|
@@ -2769,7 +2770,7 @@ export var connection_features = function () {
|
|
|
2769
2770
|
fields
|
|
2770
2771
|
}, null, options);
|
|
2771
2772
|
});
|
|
2772
|
-
return function connection_features(
|
|
2773
|
+
return function connection_features(_x893, _x894, _x895, _x896) {
|
|
2773
2774
|
return _ref268.apply(this, arguments);
|
|
2774
2775
|
};
|
|
2775
2776
|
}();
|
|
@@ -2782,7 +2783,7 @@ export var connection_schemas = function () {
|
|
|
2782
2783
|
fields: request.fields
|
|
2783
2784
|
}, null, options);
|
|
2784
2785
|
});
|
|
2785
|
-
return function connection_schemas(
|
|
2786
|
+
return function connection_schemas(_x897, _x898, _x899) {
|
|
2786
2787
|
return _ref269.apply(this, arguments);
|
|
2787
2788
|
};
|
|
2788
2789
|
}();
|
|
@@ -2798,7 +2799,7 @@ export var connection_tables = function () {
|
|
|
2798
2799
|
table_limit: request.table_limit
|
|
2799
2800
|
}, null, options);
|
|
2800
2801
|
});
|
|
2801
|
-
return function connection_tables(
|
|
2802
|
+
return function connection_tables(_x900, _x901, _x902) {
|
|
2802
2803
|
return _ref270.apply(this, arguments);
|
|
2803
2804
|
};
|
|
2804
2805
|
}();
|
|
@@ -2814,7 +2815,7 @@ export var connection_columns = function () {
|
|
|
2814
2815
|
fields: request.fields
|
|
2815
2816
|
}, null, options);
|
|
2816
2817
|
});
|
|
2817
|
-
return function connection_columns(
|
|
2818
|
+
return function connection_columns(_x903, _x904, _x905) {
|
|
2818
2819
|
return _ref271.apply(this, arguments);
|
|
2819
2820
|
};
|
|
2820
2821
|
}();
|
|
@@ -2826,7 +2827,7 @@ export var connection_search_columns = function () {
|
|
|
2826
2827
|
fields: request.fields
|
|
2827
2828
|
}, null, options);
|
|
2828
2829
|
});
|
|
2829
|
-
return function connection_search_columns(
|
|
2830
|
+
return function connection_search_columns(_x906, _x907, _x908) {
|
|
2830
2831
|
return _ref272.apply(this, arguments);
|
|
2831
2832
|
};
|
|
2832
2833
|
}();
|
|
@@ -2837,7 +2838,7 @@ export var connection_cost_estimate = function () {
|
|
|
2837
2838
|
fields
|
|
2838
2839
|
}, body, options);
|
|
2839
2840
|
});
|
|
2840
|
-
return function connection_cost_estimate(
|
|
2841
|
+
return function connection_cost_estimate(_x909, _x910, _x911, _x912, _x913) {
|
|
2841
2842
|
return _ref273.apply(this, arguments);
|
|
2842
2843
|
};
|
|
2843
2844
|
}();
|
|
@@ -2848,7 +2849,7 @@ export var lock_all = function () {
|
|
|
2848
2849
|
fields
|
|
2849
2850
|
}, null, options);
|
|
2850
2851
|
});
|
|
2851
|
-
return function lock_all(
|
|
2852
|
+
return function lock_all(_x914, _x915, _x916, _x917) {
|
|
2852
2853
|
return _ref274.apply(this, arguments);
|
|
2853
2854
|
};
|
|
2854
2855
|
}();
|
|
@@ -2857,7 +2858,7 @@ export var all_git_branches = function () {
|
|
|
2857
2858
|
project_id = encodeParam(project_id);
|
|
2858
2859
|
return sdk.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
|
|
2859
2860
|
});
|
|
2860
|
-
return function all_git_branches(
|
|
2861
|
+
return function all_git_branches(_x918, _x919, _x920) {
|
|
2861
2862
|
return _ref275.apply(this, arguments);
|
|
2862
2863
|
};
|
|
2863
2864
|
}();
|
|
@@ -2866,7 +2867,7 @@ export var git_branch = function () {
|
|
|
2866
2867
|
project_id = encodeParam(project_id);
|
|
2867
2868
|
return sdk.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
|
|
2868
2869
|
});
|
|
2869
|
-
return function git_branch(
|
|
2870
|
+
return function git_branch(_x921, _x922, _x923) {
|
|
2870
2871
|
return _ref276.apply(this, arguments);
|
|
2871
2872
|
};
|
|
2872
2873
|
}();
|
|
@@ -2875,7 +2876,7 @@ export var update_git_branch = function () {
|
|
|
2875
2876
|
project_id = encodeParam(project_id);
|
|
2876
2877
|
return sdk.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2877
2878
|
});
|
|
2878
|
-
return function update_git_branch(
|
|
2879
|
+
return function update_git_branch(_x924, _x925, _x926, _x927) {
|
|
2879
2880
|
return _ref277.apply(this, arguments);
|
|
2880
2881
|
};
|
|
2881
2882
|
}();
|
|
@@ -2884,7 +2885,7 @@ export var create_git_branch = function () {
|
|
|
2884
2885
|
project_id = encodeParam(project_id);
|
|
2885
2886
|
return sdk.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2886
2887
|
});
|
|
2887
|
-
return function create_git_branch(
|
|
2888
|
+
return function create_git_branch(_x928, _x929, _x930, _x931) {
|
|
2888
2889
|
return _ref278.apply(this, arguments);
|
|
2889
2890
|
};
|
|
2890
2891
|
}();
|
|
@@ -2894,7 +2895,7 @@ export var find_git_branch = function () {
|
|
|
2894
2895
|
branch_name = encodeParam(branch_name);
|
|
2895
2896
|
return sdk.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2896
2897
|
});
|
|
2897
|
-
return function find_git_branch(
|
|
2898
|
+
return function find_git_branch(_x932, _x933, _x934, _x935) {
|
|
2898
2899
|
return _ref279.apply(this, arguments);
|
|
2899
2900
|
};
|
|
2900
2901
|
}();
|
|
@@ -2904,7 +2905,7 @@ export var delete_git_branch = function () {
|
|
|
2904
2905
|
branch_name = encodeParam(branch_name);
|
|
2905
2906
|
return sdk.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2906
2907
|
});
|
|
2907
|
-
return function delete_git_branch(
|
|
2908
|
+
return function delete_git_branch(_x936, _x937, _x938, _x939) {
|
|
2908
2909
|
return _ref280.apply(this, arguments);
|
|
2909
2910
|
};
|
|
2910
2911
|
}();
|
|
@@ -2916,7 +2917,7 @@ export var deploy_ref_to_production = function () {
|
|
|
2916
2917
|
ref: request.ref
|
|
2917
2918
|
}, null, options);
|
|
2918
2919
|
});
|
|
2919
|
-
return function deploy_ref_to_production(
|
|
2920
|
+
return function deploy_ref_to_production(_x940, _x941, _x942) {
|
|
2920
2921
|
return _ref281.apply(this, arguments);
|
|
2921
2922
|
};
|
|
2922
2923
|
}();
|
|
@@ -2925,7 +2926,7 @@ export var deploy_to_production = function () {
|
|
|
2925
2926
|
project_id = encodeParam(project_id);
|
|
2926
2927
|
return sdk.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
|
|
2927
2928
|
});
|
|
2928
|
-
return function deploy_to_production(
|
|
2929
|
+
return function deploy_to_production(_x943, _x944, _x945) {
|
|
2929
2930
|
return _ref282.apply(this, arguments);
|
|
2930
2931
|
};
|
|
2931
2932
|
}();
|
|
@@ -2934,7 +2935,7 @@ export var reset_project_to_production = function () {
|
|
|
2934
2935
|
project_id = encodeParam(project_id);
|
|
2935
2936
|
return sdk.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
|
|
2936
2937
|
});
|
|
2937
|
-
return function reset_project_to_production(
|
|
2938
|
+
return function reset_project_to_production(_x946, _x947, _x948) {
|
|
2938
2939
|
return _ref283.apply(this, arguments);
|
|
2939
2940
|
};
|
|
2940
2941
|
}();
|
|
@@ -2943,7 +2944,7 @@ export var reset_project_to_remote = function () {
|
|
|
2943
2944
|
project_id = encodeParam(project_id);
|
|
2944
2945
|
return sdk.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
|
|
2945
2946
|
});
|
|
2946
|
-
return function reset_project_to_remote(
|
|
2947
|
+
return function reset_project_to_remote(_x949, _x950, _x951) {
|
|
2947
2948
|
return _ref284.apply(this, arguments);
|
|
2948
2949
|
};
|
|
2949
2950
|
}();
|
|
@@ -2953,7 +2954,7 @@ export var all_projects = function () {
|
|
|
2953
2954
|
fields
|
|
2954
2955
|
}, null, options);
|
|
2955
2956
|
});
|
|
2956
|
-
return function all_projects(
|
|
2957
|
+
return function all_projects(_x952, _x953, _x954) {
|
|
2957
2958
|
return _ref285.apply(this, arguments);
|
|
2958
2959
|
};
|
|
2959
2960
|
}();
|
|
@@ -2961,7 +2962,7 @@ export var create_project = function () {
|
|
|
2961
2962
|
var _ref286 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2962
2963
|
return sdk.post('/projects', null, body, options);
|
|
2963
2964
|
});
|
|
2964
|
-
return function create_project(
|
|
2965
|
+
return function create_project(_x955, _x956, _x957) {
|
|
2965
2966
|
return _ref286.apply(this, arguments);
|
|
2966
2967
|
};
|
|
2967
2968
|
}();
|
|
@@ -2972,7 +2973,7 @@ export var project = function () {
|
|
|
2972
2973
|
fields
|
|
2973
2974
|
}, null, options);
|
|
2974
2975
|
});
|
|
2975
|
-
return function project(
|
|
2976
|
+
return function project(_x958, _x959, _x960, _x961) {
|
|
2976
2977
|
return _ref287.apply(this, arguments);
|
|
2977
2978
|
};
|
|
2978
2979
|
}();
|
|
@@ -2983,7 +2984,7 @@ export var update_project = function () {
|
|
|
2983
2984
|
fields
|
|
2984
2985
|
}, body, options);
|
|
2985
2986
|
});
|
|
2986
|
-
return function update_project(
|
|
2987
|
+
return function update_project(_x962, _x963, _x964, _x965, _x966) {
|
|
2987
2988
|
return _ref288.apply(this, arguments);
|
|
2988
2989
|
};
|
|
2989
2990
|
}();
|
|
@@ -2992,7 +2993,7 @@ export var manifest = function () {
|
|
|
2992
2993
|
project_id = encodeParam(project_id);
|
|
2993
2994
|
return sdk.get("/projects/".concat(project_id, "/manifest"), null, null, options);
|
|
2994
2995
|
});
|
|
2995
|
-
return function manifest(
|
|
2996
|
+
return function manifest(_x967, _x968, _x969) {
|
|
2996
2997
|
return _ref289.apply(this, arguments);
|
|
2997
2998
|
};
|
|
2998
2999
|
}();
|
|
@@ -3001,7 +3002,7 @@ export var git_deploy_key = function () {
|
|
|
3001
3002
|
project_id = encodeParam(project_id);
|
|
3002
3003
|
return sdk.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3003
3004
|
});
|
|
3004
|
-
return function git_deploy_key(
|
|
3005
|
+
return function git_deploy_key(_x970, _x971, _x972) {
|
|
3005
3006
|
return _ref290.apply(this, arguments);
|
|
3006
3007
|
};
|
|
3007
3008
|
}();
|
|
@@ -3010,7 +3011,7 @@ export var create_git_deploy_key = function () {
|
|
|
3010
3011
|
project_id = encodeParam(project_id);
|
|
3011
3012
|
return sdk.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3012
3013
|
});
|
|
3013
|
-
return function create_git_deploy_key(
|
|
3014
|
+
return function create_git_deploy_key(_x973, _x974, _x975) {
|
|
3014
3015
|
return _ref291.apply(this, arguments);
|
|
3015
3016
|
};
|
|
3016
3017
|
}();
|
|
@@ -3021,7 +3022,7 @@ export var project_validation_results = function () {
|
|
|
3021
3022
|
fields
|
|
3022
3023
|
}, null, options);
|
|
3023
3024
|
});
|
|
3024
|
-
return function project_validation_results(
|
|
3025
|
+
return function project_validation_results(_x976, _x977, _x978, _x979) {
|
|
3025
3026
|
return _ref292.apply(this, arguments);
|
|
3026
3027
|
};
|
|
3027
3028
|
}();
|
|
@@ -3032,7 +3033,7 @@ export var validate_project = function () {
|
|
|
3032
3033
|
fields
|
|
3033
3034
|
}, null, options);
|
|
3034
3035
|
});
|
|
3035
|
-
return function validate_project(
|
|
3036
|
+
return function validate_project(_x980, _x981, _x982, _x983) {
|
|
3036
3037
|
return _ref293.apply(this, arguments);
|
|
3037
3038
|
};
|
|
3038
3039
|
}();
|
|
@@ -3043,7 +3044,7 @@ export var project_workspace = function () {
|
|
|
3043
3044
|
fields
|
|
3044
3045
|
}, null, options);
|
|
3045
3046
|
});
|
|
3046
|
-
return function project_workspace(
|
|
3047
|
+
return function project_workspace(_x984, _x985, _x986, _x987) {
|
|
3047
3048
|
return _ref294.apply(this, arguments);
|
|
3048
3049
|
};
|
|
3049
3050
|
}();
|
|
@@ -3054,7 +3055,7 @@ export var all_project_files = function () {
|
|
|
3054
3055
|
fields
|
|
3055
3056
|
}, null, options);
|
|
3056
3057
|
});
|
|
3057
|
-
return function all_project_files(
|
|
3058
|
+
return function all_project_files(_x988, _x989, _x990, _x991) {
|
|
3058
3059
|
return _ref295.apply(this, arguments);
|
|
3059
3060
|
};
|
|
3060
3061
|
}();
|
|
@@ -3066,7 +3067,7 @@ export var project_file = function () {
|
|
|
3066
3067
|
fields
|
|
3067
3068
|
}, null, options);
|
|
3068
3069
|
});
|
|
3069
|
-
return function project_file(
|
|
3070
|
+
return function project_file(_x992, _x993, _x994, _x995, _x996) {
|
|
3070
3071
|
return _ref296.apply(this, arguments);
|
|
3071
3072
|
};
|
|
3072
3073
|
}();
|
|
@@ -3077,7 +3078,7 @@ export var all_git_connection_tests = function () {
|
|
|
3077
3078
|
remote_url
|
|
3078
3079
|
}, null, options);
|
|
3079
3080
|
});
|
|
3080
|
-
return function all_git_connection_tests(
|
|
3081
|
+
return function all_git_connection_tests(_x997, _x998, _x999, _x1000) {
|
|
3081
3082
|
return _ref297.apply(this, arguments);
|
|
3082
3083
|
};
|
|
3083
3084
|
}();
|
|
@@ -3090,7 +3091,7 @@ export var run_git_connection_test = function () {
|
|
|
3090
3091
|
use_production: request.use_production
|
|
3091
3092
|
}, null, options);
|
|
3092
3093
|
});
|
|
3093
|
-
return function run_git_connection_test(
|
|
3094
|
+
return function run_git_connection_test(_x1001, _x1002, _x1003) {
|
|
3094
3095
|
return _ref298.apply(this, arguments);
|
|
3095
3096
|
};
|
|
3096
3097
|
}();
|
|
@@ -3101,7 +3102,7 @@ export var all_lookml_tests = function () {
|
|
|
3101
3102
|
file_id
|
|
3102
3103
|
}, null, options);
|
|
3103
3104
|
});
|
|
3104
|
-
return function all_lookml_tests(
|
|
3105
|
+
return function all_lookml_tests(_x1004, _x1005, _x1006, _x1007) {
|
|
3105
3106
|
return _ref299.apply(this, arguments);
|
|
3106
3107
|
};
|
|
3107
3108
|
}();
|
|
@@ -3114,7 +3115,7 @@ export var run_lookml_test = function () {
|
|
|
3114
3115
|
model: request.model
|
|
3115
3116
|
}, null, options);
|
|
3116
3117
|
});
|
|
3117
|
-
return function run_lookml_test(
|
|
3118
|
+
return function run_lookml_test(_x1008, _x1009, _x1010) {
|
|
3118
3119
|
return _ref300.apply(this, arguments);
|
|
3119
3120
|
};
|
|
3120
3121
|
}();
|
|
@@ -3127,7 +3128,7 @@ export var tag_ref = function () {
|
|
|
3127
3128
|
tag_message: request.tag_message
|
|
3128
3129
|
}, request.body, options);
|
|
3129
3130
|
});
|
|
3130
|
-
return function tag_ref(
|
|
3131
|
+
return function tag_ref(_x1011, _x1012, _x1013) {
|
|
3131
3132
|
return _ref301.apply(this, arguments);
|
|
3132
3133
|
};
|
|
3133
3134
|
}();
|
|
@@ -3137,7 +3138,7 @@ export var update_repository_credential = function () {
|
|
|
3137
3138
|
credential_id = encodeParam(credential_id);
|
|
3138
3139
|
return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
|
|
3139
3140
|
});
|
|
3140
|
-
return function update_repository_credential(
|
|
3141
|
+
return function update_repository_credential(_x1014, _x1015, _x1016, _x1017, _x1018) {
|
|
3141
3142
|
return _ref302.apply(this, arguments);
|
|
3142
3143
|
};
|
|
3143
3144
|
}();
|
|
@@ -3147,7 +3148,7 @@ export var delete_repository_credential = function () {
|
|
|
3147
3148
|
credential_id = encodeParam(credential_id);
|
|
3148
3149
|
return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
|
|
3149
3150
|
});
|
|
3150
|
-
return function delete_repository_credential(
|
|
3151
|
+
return function delete_repository_credential(_x1019, _x1020, _x1021, _x1022) {
|
|
3151
3152
|
return _ref303.apply(this, arguments);
|
|
3152
3153
|
};
|
|
3153
3154
|
}();
|
|
@@ -3156,7 +3157,7 @@ export var get_all_repository_credentials = function () {
|
|
|
3156
3157
|
root_project_id = encodeParam(root_project_id);
|
|
3157
3158
|
return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
|
|
3158
3159
|
});
|
|
3159
|
-
return function get_all_repository_credentials(
|
|
3160
|
+
return function get_all_repository_credentials(_x1023, _x1024, _x1025) {
|
|
3160
3161
|
return _ref304.apply(this, arguments);
|
|
3161
3162
|
};
|
|
3162
3163
|
}();
|
|
@@ -3176,7 +3177,7 @@ export var create_query_task = function () {
|
|
|
3176
3177
|
fields: request.fields
|
|
3177
3178
|
}, request.body, options);
|
|
3178
3179
|
});
|
|
3179
|
-
return function create_query_task(
|
|
3180
|
+
return function create_query_task(_x1026, _x1027, _x1028) {
|
|
3180
3181
|
return _ref305.apply(this, arguments);
|
|
3181
3182
|
};
|
|
3182
3183
|
}();
|
|
@@ -3186,7 +3187,7 @@ export var query_task_multi_results = function () {
|
|
|
3186
3187
|
query_task_ids
|
|
3187
3188
|
}, null, options);
|
|
3188
3189
|
});
|
|
3189
|
-
return function query_task_multi_results(
|
|
3190
|
+
return function query_task_multi_results(_x1029, _x1030, _x1031) {
|
|
3190
3191
|
return _ref306.apply(this, arguments);
|
|
3191
3192
|
};
|
|
3192
3193
|
}();
|
|
@@ -3197,7 +3198,7 @@ export var query_task = function () {
|
|
|
3197
3198
|
fields
|
|
3198
3199
|
}, null, options);
|
|
3199
3200
|
});
|
|
3200
|
-
return function query_task(
|
|
3201
|
+
return function query_task(_x1032, _x1033, _x1034, _x1035) {
|
|
3201
3202
|
return _ref307.apply(this, arguments);
|
|
3202
3203
|
};
|
|
3203
3204
|
}();
|
|
@@ -3206,7 +3207,7 @@ export var query_task_results = function () {
|
|
|
3206
3207
|
query_task_id = encodeParam(query_task_id);
|
|
3207
3208
|
return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
|
|
3208
3209
|
});
|
|
3209
|
-
return function query_task_results(
|
|
3210
|
+
return function query_task_results(_x1036, _x1037, _x1038) {
|
|
3210
3211
|
return _ref308.apply(this, arguments);
|
|
3211
3212
|
};
|
|
3212
3213
|
}();
|
|
@@ -3217,7 +3218,7 @@ export var query = function () {
|
|
|
3217
3218
|
fields
|
|
3218
3219
|
}, null, options);
|
|
3219
3220
|
});
|
|
3220
|
-
return function query(
|
|
3221
|
+
return function query(_x1039, _x1040, _x1041, _x1042) {
|
|
3221
3222
|
return _ref309.apply(this, arguments);
|
|
3222
3223
|
};
|
|
3223
3224
|
}();
|
|
@@ -3228,7 +3229,7 @@ export var query_for_slug = function () {
|
|
|
3228
3229
|
fields
|
|
3229
3230
|
}, null, options);
|
|
3230
3231
|
});
|
|
3231
|
-
return function query_for_slug(
|
|
3232
|
+
return function query_for_slug(_x1043, _x1044, _x1045, _x1046) {
|
|
3232
3233
|
return _ref310.apply(this, arguments);
|
|
3233
3234
|
};
|
|
3234
3235
|
}();
|
|
@@ -3238,7 +3239,7 @@ export var create_query = function () {
|
|
|
3238
3239
|
fields
|
|
3239
3240
|
}, body, options);
|
|
3240
3241
|
});
|
|
3241
|
-
return function create_query(
|
|
3242
|
+
return function create_query(_x1047, _x1048, _x1049, _x1050) {
|
|
3242
3243
|
return _ref311.apply(this, arguments);
|
|
3243
3244
|
};
|
|
3244
3245
|
}();
|
|
@@ -3262,7 +3263,7 @@ export var run_query = function () {
|
|
|
3262
3263
|
source: request.source
|
|
3263
3264
|
}, null, options);
|
|
3264
3265
|
});
|
|
3265
|
-
return function run_query(
|
|
3266
|
+
return function run_query(_x1051, _x1052, _x1053) {
|
|
3266
3267
|
return _ref312.apply(this, arguments);
|
|
3267
3268
|
};
|
|
3268
3269
|
}();
|
|
@@ -3284,7 +3285,7 @@ export var run_inline_query = function () {
|
|
|
3284
3285
|
server_table_calcs: request.server_table_calcs
|
|
3285
3286
|
}, request.body, options);
|
|
3286
3287
|
});
|
|
3287
|
-
return function run_inline_query(
|
|
3288
|
+
return function run_inline_query(_x1054, _x1055, _x1056) {
|
|
3288
3289
|
return _ref313.apply(this, arguments);
|
|
3289
3290
|
};
|
|
3290
3291
|
}();
|
|
@@ -3295,7 +3296,7 @@ export var run_url_encoded_query = function () {
|
|
|
3295
3296
|
result_format = encodeParam(result_format);
|
|
3296
3297
|
return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
|
|
3297
3298
|
});
|
|
3298
|
-
return function run_url_encoded_query(
|
|
3299
|
+
return function run_url_encoded_query(_x1057, _x1058, _x1059, _x1060, _x1061) {
|
|
3299
3300
|
return _ref314.apply(this, arguments);
|
|
3300
3301
|
};
|
|
3301
3302
|
}();
|
|
@@ -3306,7 +3307,7 @@ export var merge_query = function () {
|
|
|
3306
3307
|
fields
|
|
3307
3308
|
}, null, options);
|
|
3308
3309
|
});
|
|
3309
|
-
return function merge_query(
|
|
3310
|
+
return function merge_query(_x1062, _x1063, _x1064, _x1065) {
|
|
3310
3311
|
return _ref315.apply(this, arguments);
|
|
3311
3312
|
};
|
|
3312
3313
|
}();
|
|
@@ -3316,7 +3317,7 @@ export var create_merge_query = function () {
|
|
|
3316
3317
|
fields
|
|
3317
3318
|
}, body, options);
|
|
3318
3319
|
});
|
|
3319
|
-
return function create_merge_query(
|
|
3320
|
+
return function create_merge_query(_x1066, _x1067, _x1068, _x1069) {
|
|
3320
3321
|
return _ref316.apply(this, arguments);
|
|
3321
3322
|
};
|
|
3322
3323
|
}();
|
|
@@ -3324,7 +3325,7 @@ export var all_running_queries = function () {
|
|
|
3324
3325
|
var _ref317 = _asyncToGenerator(function* (sdk, options) {
|
|
3325
3326
|
return sdk.get('/running_queries', null, null, options);
|
|
3326
3327
|
});
|
|
3327
|
-
return function all_running_queries(
|
|
3328
|
+
return function all_running_queries(_x1070, _x1071) {
|
|
3328
3329
|
return _ref317.apply(this, arguments);
|
|
3329
3330
|
};
|
|
3330
3331
|
}();
|
|
@@ -3333,7 +3334,7 @@ export var kill_query = function () {
|
|
|
3333
3334
|
query_task_id = encodeParam(query_task_id);
|
|
3334
3335
|
return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
|
|
3335
3336
|
});
|
|
3336
|
-
return function kill_query(
|
|
3337
|
+
return function kill_query(_x1072, _x1073, _x1074) {
|
|
3337
3338
|
return _ref318.apply(this, arguments);
|
|
3338
3339
|
};
|
|
3339
3340
|
}();
|
|
@@ -3341,7 +3342,7 @@ export var create_sql_query = function () {
|
|
|
3341
3342
|
var _ref319 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3342
3343
|
return sdk.post('/sql_queries', null, body, options);
|
|
3343
3344
|
});
|
|
3344
|
-
return function create_sql_query(
|
|
3345
|
+
return function create_sql_query(_x1075, _x1076, _x1077) {
|
|
3345
3346
|
return _ref319.apply(this, arguments);
|
|
3346
3347
|
};
|
|
3347
3348
|
}();
|
|
@@ -3350,7 +3351,7 @@ export var sql_query = function () {
|
|
|
3350
3351
|
slug = encodeParam(slug);
|
|
3351
3352
|
return sdk.get("/sql_queries/".concat(slug), null, null, options);
|
|
3352
3353
|
});
|
|
3353
|
-
return function sql_query(
|
|
3354
|
+
return function sql_query(_x1078, _x1079, _x1080) {
|
|
3354
3355
|
return _ref320.apply(this, arguments);
|
|
3355
3356
|
};
|
|
3356
3357
|
}();
|
|
@@ -3362,7 +3363,7 @@ export var run_sql_query = function () {
|
|
|
3362
3363
|
download
|
|
3363
3364
|
}, null, options);
|
|
3364
3365
|
});
|
|
3365
|
-
return function run_sql_query(
|
|
3366
|
+
return function run_sql_query(_x1081, _x1082, _x1083, _x1084, _x1085) {
|
|
3366
3367
|
return _ref321.apply(this, arguments);
|
|
3367
3368
|
};
|
|
3368
3369
|
}();
|
|
@@ -3376,7 +3377,7 @@ export var create_look_render_task = function () {
|
|
|
3376
3377
|
fields
|
|
3377
3378
|
}, null, options);
|
|
3378
3379
|
});
|
|
3379
|
-
return function create_look_render_task(_x1088, _x1089, _x1090, _x1091, _x1092
|
|
3380
|
+
return function create_look_render_task(_x1086, _x1087, _x1088, _x1089, _x1090, _x1091, _x1092) {
|
|
3380
3381
|
return _ref322.apply(this, arguments);
|
|
3381
3382
|
};
|
|
3382
3383
|
}();
|
|
@@ -3390,7 +3391,7 @@ export var create_query_render_task = function () {
|
|
|
3390
3391
|
fields
|
|
3391
3392
|
}, null, options);
|
|
3392
3393
|
});
|
|
3393
|
-
return function create_query_render_task(_x1095, _x1096, _x1097, _x1098, _x1099
|
|
3394
|
+
return function create_query_render_task(_x1093, _x1094, _x1095, _x1096, _x1097, _x1098, _x1099) {
|
|
3394
3395
|
return _ref323.apply(this, arguments);
|
|
3395
3396
|
};
|
|
3396
3397
|
}();
|
|
@@ -3408,7 +3409,7 @@ export var create_dashboard_render_task = function () {
|
|
|
3408
3409
|
theme: request.theme
|
|
3409
3410
|
}, request.body, options);
|
|
3410
3411
|
});
|
|
3411
|
-
return function create_dashboard_render_task(
|
|
3412
|
+
return function create_dashboard_render_task(_x1100, _x1101, _x1102) {
|
|
3412
3413
|
return _ref324.apply(this, arguments);
|
|
3413
3414
|
};
|
|
3414
3415
|
}();
|
|
@@ -3419,7 +3420,7 @@ export var render_task = function () {
|
|
|
3419
3420
|
fields
|
|
3420
3421
|
}, null, options);
|
|
3421
3422
|
});
|
|
3422
|
-
return function render_task(
|
|
3423
|
+
return function render_task(_x1103, _x1104, _x1105, _x1106) {
|
|
3423
3424
|
return _ref325.apply(this, arguments);
|
|
3424
3425
|
};
|
|
3425
3426
|
}();
|
|
@@ -3428,7 +3429,7 @@ export var render_task_results = function () {
|
|
|
3428
3429
|
render_task_id = encodeParam(render_task_id);
|
|
3429
3430
|
return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
|
|
3430
3431
|
});
|
|
3431
|
-
return function render_task_results(
|
|
3432
|
+
return function render_task_results(_x1107, _x1108, _x1109) {
|
|
3432
3433
|
return _ref326.apply(this, arguments);
|
|
3433
3434
|
};
|
|
3434
3435
|
}();
|
|
@@ -3442,7 +3443,7 @@ export var create_dashboard_element_render_task = function () {
|
|
|
3442
3443
|
fields
|
|
3443
3444
|
}, null, options);
|
|
3444
3445
|
});
|
|
3445
|
-
return function create_dashboard_element_render_task(_x1112, _x1113, _x1114, _x1115, _x1116
|
|
3446
|
+
return function create_dashboard_element_render_task(_x1110, _x1111, _x1112, _x1113, _x1114, _x1115, _x1116) {
|
|
3446
3447
|
return _ref327.apply(this, arguments);
|
|
3447
3448
|
};
|
|
3448
3449
|
}();
|
|
@@ -3460,7 +3461,7 @@ export var search_model_sets = function () {
|
|
|
3460
3461
|
filter_or: request.filter_or
|
|
3461
3462
|
}, null, options);
|
|
3462
3463
|
});
|
|
3463
|
-
return function search_model_sets(
|
|
3464
|
+
return function search_model_sets(_x1117, _x1118, _x1119) {
|
|
3464
3465
|
return _ref328.apply(this, arguments);
|
|
3465
3466
|
};
|
|
3466
3467
|
}();
|
|
@@ -3471,7 +3472,7 @@ export var model_set = function () {
|
|
|
3471
3472
|
fields
|
|
3472
3473
|
}, null, options);
|
|
3473
3474
|
});
|
|
3474
|
-
return function model_set(
|
|
3475
|
+
return function model_set(_x1120, _x1121, _x1122, _x1123) {
|
|
3475
3476
|
return _ref329.apply(this, arguments);
|
|
3476
3477
|
};
|
|
3477
3478
|
}();
|
|
@@ -3480,7 +3481,7 @@ export var update_model_set = function () {
|
|
|
3480
3481
|
model_set_id = encodeParam(model_set_id);
|
|
3481
3482
|
return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
|
|
3482
3483
|
});
|
|
3483
|
-
return function update_model_set(
|
|
3484
|
+
return function update_model_set(_x1124, _x1125, _x1126, _x1127) {
|
|
3484
3485
|
return _ref330.apply(this, arguments);
|
|
3485
3486
|
};
|
|
3486
3487
|
}();
|
|
@@ -3489,7 +3490,7 @@ export var delete_model_set = function () {
|
|
|
3489
3490
|
model_set_id = encodeParam(model_set_id);
|
|
3490
3491
|
return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
|
|
3491
3492
|
});
|
|
3492
|
-
return function delete_model_set(
|
|
3493
|
+
return function delete_model_set(_x1128, _x1129, _x1130) {
|
|
3493
3494
|
return _ref331.apply(this, arguments);
|
|
3494
3495
|
};
|
|
3495
3496
|
}();
|
|
@@ -3499,7 +3500,7 @@ export var all_model_sets = function () {
|
|
|
3499
3500
|
fields
|
|
3500
3501
|
}, null, options);
|
|
3501
3502
|
});
|
|
3502
|
-
return function all_model_sets(
|
|
3503
|
+
return function all_model_sets(_x1131, _x1132, _x1133) {
|
|
3503
3504
|
return _ref332.apply(this, arguments);
|
|
3504
3505
|
};
|
|
3505
3506
|
}();
|
|
@@ -3507,7 +3508,7 @@ export var create_model_set = function () {
|
|
|
3507
3508
|
var _ref333 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3508
3509
|
return sdk.post('/model_sets', null, body, options);
|
|
3509
3510
|
});
|
|
3510
|
-
return function create_model_set(
|
|
3511
|
+
return function create_model_set(_x1134, _x1135, _x1136) {
|
|
3511
3512
|
return _ref333.apply(this, arguments);
|
|
3512
3513
|
};
|
|
3513
3514
|
}();
|
|
@@ -3515,7 +3516,7 @@ export var all_permissions = function () {
|
|
|
3515
3516
|
var _ref334 = _asyncToGenerator(function* (sdk, options) {
|
|
3516
3517
|
return sdk.get('/permissions', null, null, options);
|
|
3517
3518
|
});
|
|
3518
|
-
return function all_permissions(
|
|
3519
|
+
return function all_permissions(_x1137, _x1138) {
|
|
3519
3520
|
return _ref334.apply(this, arguments);
|
|
3520
3521
|
};
|
|
3521
3522
|
}();
|
|
@@ -3533,7 +3534,7 @@ export var search_permission_sets = function () {
|
|
|
3533
3534
|
filter_or: request.filter_or
|
|
3534
3535
|
}, null, options);
|
|
3535
3536
|
});
|
|
3536
|
-
return function search_permission_sets(
|
|
3537
|
+
return function search_permission_sets(_x1139, _x1140, _x1141) {
|
|
3537
3538
|
return _ref335.apply(this, arguments);
|
|
3538
3539
|
};
|
|
3539
3540
|
}();
|
|
@@ -3544,7 +3545,7 @@ export var permission_set = function () {
|
|
|
3544
3545
|
fields
|
|
3545
3546
|
}, null, options);
|
|
3546
3547
|
});
|
|
3547
|
-
return function permission_set(
|
|
3548
|
+
return function permission_set(_x1142, _x1143, _x1144, _x1145) {
|
|
3548
3549
|
return _ref336.apply(this, arguments);
|
|
3549
3550
|
};
|
|
3550
3551
|
}();
|
|
@@ -3553,7 +3554,7 @@ export var update_permission_set = function () {
|
|
|
3553
3554
|
permission_set_id = encodeParam(permission_set_id);
|
|
3554
3555
|
return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
|
|
3555
3556
|
});
|
|
3556
|
-
return function update_permission_set(
|
|
3557
|
+
return function update_permission_set(_x1146, _x1147, _x1148, _x1149) {
|
|
3557
3558
|
return _ref337.apply(this, arguments);
|
|
3558
3559
|
};
|
|
3559
3560
|
}();
|
|
@@ -3562,7 +3563,7 @@ export var delete_permission_set = function () {
|
|
|
3562
3563
|
permission_set_id = encodeParam(permission_set_id);
|
|
3563
3564
|
return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
|
|
3564
3565
|
});
|
|
3565
|
-
return function delete_permission_set(
|
|
3566
|
+
return function delete_permission_set(_x1150, _x1151, _x1152) {
|
|
3566
3567
|
return _ref338.apply(this, arguments);
|
|
3567
3568
|
};
|
|
3568
3569
|
}();
|
|
@@ -3572,7 +3573,7 @@ export var all_permission_sets = function () {
|
|
|
3572
3573
|
fields
|
|
3573
3574
|
}, null, options);
|
|
3574
3575
|
});
|
|
3575
|
-
return function all_permission_sets(
|
|
3576
|
+
return function all_permission_sets(_x1153, _x1154, _x1155) {
|
|
3576
3577
|
return _ref339.apply(this, arguments);
|
|
3577
3578
|
};
|
|
3578
3579
|
}();
|
|
@@ -3580,7 +3581,7 @@ export var create_permission_set = function () {
|
|
|
3580
3581
|
var _ref340 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3581
3582
|
return sdk.post('/permission_sets', null, body, options);
|
|
3582
3583
|
});
|
|
3583
|
-
return function create_permission_set(
|
|
3584
|
+
return function create_permission_set(_x1156, _x1157, _x1158) {
|
|
3584
3585
|
return _ref340.apply(this, arguments);
|
|
3585
3586
|
};
|
|
3586
3587
|
}();
|
|
@@ -3591,7 +3592,7 @@ export var all_roles = function () {
|
|
|
3591
3592
|
ids: request.ids
|
|
3592
3593
|
}, null, options);
|
|
3593
3594
|
});
|
|
3594
|
-
return function all_roles(
|
|
3595
|
+
return function all_roles(_x1159, _x1160, _x1161) {
|
|
3595
3596
|
return _ref341.apply(this, arguments);
|
|
3596
3597
|
};
|
|
3597
3598
|
}();
|
|
@@ -3599,7 +3600,7 @@ export var create_role = function () {
|
|
|
3599
3600
|
var _ref342 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3600
3601
|
return sdk.post('/roles', null, body, options);
|
|
3601
3602
|
});
|
|
3602
|
-
return function create_role(
|
|
3603
|
+
return function create_role(_x1162, _x1163, _x1164) {
|
|
3603
3604
|
return _ref342.apply(this, arguments);
|
|
3604
3605
|
};
|
|
3605
3606
|
}();
|
|
@@ -3616,7 +3617,7 @@ export var search_roles = function () {
|
|
|
3616
3617
|
filter_or: request.filter_or
|
|
3617
3618
|
}, null, options);
|
|
3618
3619
|
});
|
|
3619
|
-
return function search_roles(
|
|
3620
|
+
return function search_roles(_x1165, _x1166, _x1167) {
|
|
3620
3621
|
return _ref343.apply(this, arguments);
|
|
3621
3622
|
};
|
|
3622
3623
|
}();
|
|
@@ -3633,7 +3634,7 @@ export var search_roles_with_user_count = function () {
|
|
|
3633
3634
|
filter_or: request.filter_or
|
|
3634
3635
|
}, null, options);
|
|
3635
3636
|
});
|
|
3636
|
-
return function search_roles_with_user_count(
|
|
3637
|
+
return function search_roles_with_user_count(_x1168, _x1169, _x1170) {
|
|
3637
3638
|
return _ref344.apply(this, arguments);
|
|
3638
3639
|
};
|
|
3639
3640
|
}();
|
|
@@ -3642,7 +3643,7 @@ export var role = function () {
|
|
|
3642
3643
|
role_id = encodeParam(role_id);
|
|
3643
3644
|
return sdk.get("/roles/".concat(role_id), null, null, options);
|
|
3644
3645
|
});
|
|
3645
|
-
return function role(
|
|
3646
|
+
return function role(_x1171, _x1172, _x1173) {
|
|
3646
3647
|
return _ref345.apply(this, arguments);
|
|
3647
3648
|
};
|
|
3648
3649
|
}();
|
|
@@ -3651,7 +3652,7 @@ export var update_role = function () {
|
|
|
3651
3652
|
role_id = encodeParam(role_id);
|
|
3652
3653
|
return sdk.patch("/roles/".concat(role_id), null, body, options);
|
|
3653
3654
|
});
|
|
3654
|
-
return function update_role(
|
|
3655
|
+
return function update_role(_x1174, _x1175, _x1176, _x1177) {
|
|
3655
3656
|
return _ref346.apply(this, arguments);
|
|
3656
3657
|
};
|
|
3657
3658
|
}();
|
|
@@ -3660,7 +3661,7 @@ export var delete_role = function () {
|
|
|
3660
3661
|
role_id = encodeParam(role_id);
|
|
3661
3662
|
return sdk.delete("/roles/".concat(role_id), null, null, options);
|
|
3662
3663
|
});
|
|
3663
|
-
return function delete_role(
|
|
3664
|
+
return function delete_role(_x1178, _x1179, _x1180) {
|
|
3664
3665
|
return _ref347.apply(this, arguments);
|
|
3665
3666
|
};
|
|
3666
3667
|
}();
|
|
@@ -3671,7 +3672,7 @@ export var role_groups = function () {
|
|
|
3671
3672
|
fields
|
|
3672
3673
|
}, null, options);
|
|
3673
3674
|
});
|
|
3674
|
-
return function role_groups(
|
|
3675
|
+
return function role_groups(_x1181, _x1182, _x1183, _x1184) {
|
|
3675
3676
|
return _ref348.apply(this, arguments);
|
|
3676
3677
|
};
|
|
3677
3678
|
}();
|
|
@@ -3680,7 +3681,7 @@ export var set_role_groups = function () {
|
|
|
3680
3681
|
role_id = encodeParam(role_id);
|
|
3681
3682
|
return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
|
|
3682
3683
|
});
|
|
3683
|
-
return function set_role_groups(
|
|
3684
|
+
return function set_role_groups(_x1185, _x1186, _x1187, _x1188) {
|
|
3684
3685
|
return _ref349.apply(this, arguments);
|
|
3685
3686
|
};
|
|
3686
3687
|
}();
|
|
@@ -3692,7 +3693,7 @@ export var role_users = function () {
|
|
|
3692
3693
|
direct_association_only: request.direct_association_only
|
|
3693
3694
|
}, null, options);
|
|
3694
3695
|
});
|
|
3695
|
-
return function role_users(
|
|
3696
|
+
return function role_users(_x1189, _x1190, _x1191) {
|
|
3696
3697
|
return _ref350.apply(this, arguments);
|
|
3697
3698
|
};
|
|
3698
3699
|
}();
|
|
@@ -3701,7 +3702,7 @@ export var set_role_users = function () {
|
|
|
3701
3702
|
role_id = encodeParam(role_id);
|
|
3702
3703
|
return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
|
|
3703
3704
|
});
|
|
3704
|
-
return function set_role_users(
|
|
3705
|
+
return function set_role_users(_x1192, _x1193, _x1194, _x1195) {
|
|
3705
3706
|
return _ref351.apply(this, arguments);
|
|
3706
3707
|
};
|
|
3707
3708
|
}();
|
|
@@ -3712,7 +3713,7 @@ export var scheduled_plans_for_space = function () {
|
|
|
3712
3713
|
fields
|
|
3713
3714
|
}, null, options);
|
|
3714
3715
|
});
|
|
3715
|
-
return function scheduled_plans_for_space(
|
|
3716
|
+
return function scheduled_plans_for_space(_x1196, _x1197, _x1198, _x1199) {
|
|
3716
3717
|
return _ref352.apply(this, arguments);
|
|
3717
3718
|
};
|
|
3718
3719
|
}();
|
|
@@ -3723,7 +3724,7 @@ export var scheduled_plan = function () {
|
|
|
3723
3724
|
fields
|
|
3724
3725
|
}, null, options);
|
|
3725
3726
|
});
|
|
3726
|
-
return function scheduled_plan(
|
|
3727
|
+
return function scheduled_plan(_x1200, _x1201, _x1202, _x1203) {
|
|
3727
3728
|
return _ref353.apply(this, arguments);
|
|
3728
3729
|
};
|
|
3729
3730
|
}();
|
|
@@ -3732,7 +3733,7 @@ export var update_scheduled_plan = function () {
|
|
|
3732
3733
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3733
3734
|
return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
|
|
3734
3735
|
});
|
|
3735
|
-
return function update_scheduled_plan(
|
|
3736
|
+
return function update_scheduled_plan(_x1204, _x1205, _x1206, _x1207) {
|
|
3736
3737
|
return _ref354.apply(this, arguments);
|
|
3737
3738
|
};
|
|
3738
3739
|
}();
|
|
@@ -3741,7 +3742,7 @@ export var delete_scheduled_plan = function () {
|
|
|
3741
3742
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3742
3743
|
return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
|
|
3743
3744
|
});
|
|
3744
|
-
return function delete_scheduled_plan(
|
|
3745
|
+
return function delete_scheduled_plan(_x1208, _x1209, _x1210) {
|
|
3745
3746
|
return _ref355.apply(this, arguments);
|
|
3746
3747
|
};
|
|
3747
3748
|
}();
|
|
@@ -3753,7 +3754,7 @@ export var all_scheduled_plans = function () {
|
|
|
3753
3754
|
all_users: request.all_users
|
|
3754
3755
|
}, null, options);
|
|
3755
3756
|
});
|
|
3756
|
-
return function all_scheduled_plans(
|
|
3757
|
+
return function all_scheduled_plans(_x1211, _x1212, _x1213) {
|
|
3757
3758
|
return _ref356.apply(this, arguments);
|
|
3758
3759
|
};
|
|
3759
3760
|
}();
|
|
@@ -3761,7 +3762,7 @@ export var create_scheduled_plan = function () {
|
|
|
3761
3762
|
var _ref357 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3762
3763
|
return sdk.post('/scheduled_plans', null, body, options);
|
|
3763
3764
|
});
|
|
3764
|
-
return function create_scheduled_plan(
|
|
3765
|
+
return function create_scheduled_plan(_x1214, _x1215, _x1216) {
|
|
3765
3766
|
return _ref357.apply(this, arguments);
|
|
3766
3767
|
};
|
|
3767
3768
|
}();
|
|
@@ -3769,7 +3770,7 @@ export var scheduled_plan_run_once = function () {
|
|
|
3769
3770
|
var _ref358 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3770
3771
|
return sdk.post('/scheduled_plans/run_once', null, body, options);
|
|
3771
3772
|
});
|
|
3772
|
-
return function scheduled_plan_run_once(
|
|
3773
|
+
return function scheduled_plan_run_once(_x1217, _x1218, _x1219) {
|
|
3773
3774
|
return _ref358.apply(this, arguments);
|
|
3774
3775
|
};
|
|
3775
3776
|
}();
|
|
@@ -3782,7 +3783,7 @@ export var scheduled_plans_for_look = function () {
|
|
|
3782
3783
|
all_users: request.all_users
|
|
3783
3784
|
}, null, options);
|
|
3784
3785
|
});
|
|
3785
|
-
return function scheduled_plans_for_look(
|
|
3786
|
+
return function scheduled_plans_for_look(_x1220, _x1221, _x1222) {
|
|
3786
3787
|
return _ref359.apply(this, arguments);
|
|
3787
3788
|
};
|
|
3788
3789
|
}();
|
|
@@ -3795,7 +3796,7 @@ export var scheduled_plans_for_dashboard = function () {
|
|
|
3795
3796
|
fields: request.fields
|
|
3796
3797
|
}, null, options);
|
|
3797
3798
|
});
|
|
3798
|
-
return function scheduled_plans_for_dashboard(
|
|
3799
|
+
return function scheduled_plans_for_dashboard(_x1223, _x1224, _x1225) {
|
|
3799
3800
|
return _ref360.apply(this, arguments);
|
|
3800
3801
|
};
|
|
3801
3802
|
}();
|
|
@@ -3808,7 +3809,7 @@ export var scheduled_plans_for_lookml_dashboard = function () {
|
|
|
3808
3809
|
all_users: request.all_users
|
|
3809
3810
|
}, null, options);
|
|
3810
3811
|
});
|
|
3811
|
-
return function scheduled_plans_for_lookml_dashboard(
|
|
3812
|
+
return function scheduled_plans_for_lookml_dashboard(_x1226, _x1227, _x1228) {
|
|
3812
3813
|
return _ref361.apply(this, arguments);
|
|
3813
3814
|
};
|
|
3814
3815
|
}();
|
|
@@ -3817,7 +3818,7 @@ export var scheduled_plan_run_once_by_id = function () {
|
|
|
3817
3818
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3818
3819
|
return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
|
|
3819
3820
|
});
|
|
3820
|
-
return function scheduled_plan_run_once_by_id(
|
|
3821
|
+
return function scheduled_plan_run_once_by_id(_x1229, _x1230, _x1231, _x1232) {
|
|
3821
3822
|
return _ref362.apply(this, arguments);
|
|
3822
3823
|
};
|
|
3823
3824
|
}();
|
|
@@ -3825,7 +3826,7 @@ export var session = function () {
|
|
|
3825
3826
|
var _ref363 = _asyncToGenerator(function* (sdk, options) {
|
|
3826
3827
|
return sdk.get('/session', null, null, options);
|
|
3827
3828
|
});
|
|
3828
|
-
return function session(
|
|
3829
|
+
return function session(_x1233, _x1234) {
|
|
3829
3830
|
return _ref363.apply(this, arguments);
|
|
3830
3831
|
};
|
|
3831
3832
|
}();
|
|
@@ -3833,7 +3834,7 @@ export var update_session = function () {
|
|
|
3833
3834
|
var _ref364 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3834
3835
|
return sdk.patch('/session', null, body, options);
|
|
3835
3836
|
});
|
|
3836
|
-
return function update_session(
|
|
3837
|
+
return function update_session(_x1235, _x1236, _x1237) {
|
|
3837
3838
|
return _ref364.apply(this, arguments);
|
|
3838
3839
|
};
|
|
3839
3840
|
}();
|
|
@@ -3843,7 +3844,7 @@ export var sql_interface_metadata = function () {
|
|
|
3843
3844
|
avatica_request
|
|
3844
3845
|
}, null, options);
|
|
3845
3846
|
});
|
|
3846
|
-
return function sql_interface_metadata(
|
|
3847
|
+
return function sql_interface_metadata(_x1238, _x1239, _x1240) {
|
|
3847
3848
|
return _ref365.apply(this, arguments);
|
|
3848
3849
|
};
|
|
3849
3850
|
}();
|
|
@@ -3852,7 +3853,7 @@ export var run_sql_interface_query = function () {
|
|
|
3852
3853
|
result_format = encodeParam(result_format);
|
|
3853
3854
|
return sdk.get("/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
|
|
3854
3855
|
});
|
|
3855
|
-
return function run_sql_interface_query(
|
|
3856
|
+
return function run_sql_interface_query(_x1241, _x1242, _x1243, _x1244) {
|
|
3856
3857
|
return _ref366.apply(this, arguments);
|
|
3857
3858
|
};
|
|
3858
3859
|
}();
|
|
@@ -3860,7 +3861,7 @@ export var create_sql_interface_query = function () {
|
|
|
3860
3861
|
var _ref367 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3861
3862
|
return sdk.post('/sql_interface_queries', null, body, options);
|
|
3862
3863
|
});
|
|
3863
|
-
return function create_sql_interface_query(
|
|
3864
|
+
return function create_sql_interface_query(_x1245, _x1246, _x1247) {
|
|
3864
3865
|
return _ref367.apply(this, arguments);
|
|
3865
3866
|
};
|
|
3866
3867
|
}();
|
|
@@ -3870,7 +3871,7 @@ export var all_themes = function () {
|
|
|
3870
3871
|
fields
|
|
3871
3872
|
}, null, options);
|
|
3872
3873
|
});
|
|
3873
|
-
return function all_themes(
|
|
3874
|
+
return function all_themes(_x1248, _x1249, _x1250) {
|
|
3874
3875
|
return _ref368.apply(this, arguments);
|
|
3875
3876
|
};
|
|
3876
3877
|
}();
|
|
@@ -3878,7 +3879,7 @@ export var create_theme = function () {
|
|
|
3878
3879
|
var _ref369 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3879
3880
|
return sdk.post('/themes', null, body, options);
|
|
3880
3881
|
});
|
|
3881
|
-
return function create_theme(
|
|
3882
|
+
return function create_theme(_x1251, _x1252, _x1253) {
|
|
3882
3883
|
return _ref369.apply(this, arguments);
|
|
3883
3884
|
};
|
|
3884
3885
|
}();
|
|
@@ -3896,7 +3897,7 @@ export var search_themes = function () {
|
|
|
3896
3897
|
filter_or: request.filter_or
|
|
3897
3898
|
}, null, options);
|
|
3898
3899
|
});
|
|
3899
|
-
return function search_themes(
|
|
3900
|
+
return function search_themes(_x1254, _x1255, _x1256) {
|
|
3900
3901
|
return _ref370.apply(this, arguments);
|
|
3901
3902
|
};
|
|
3902
3903
|
}();
|
|
@@ -3906,7 +3907,7 @@ export var default_theme = function () {
|
|
|
3906
3907
|
ts
|
|
3907
3908
|
}, null, options);
|
|
3908
3909
|
});
|
|
3909
|
-
return function default_theme(
|
|
3910
|
+
return function default_theme(_x1257, _x1258, _x1259) {
|
|
3910
3911
|
return _ref371.apply(this, arguments);
|
|
3911
3912
|
};
|
|
3912
3913
|
}();
|
|
@@ -3916,7 +3917,7 @@ export var set_default_theme = function () {
|
|
|
3916
3917
|
name
|
|
3917
3918
|
}, null, options);
|
|
3918
3919
|
});
|
|
3919
|
-
return function set_default_theme(
|
|
3920
|
+
return function set_default_theme(_x1260, _x1261, _x1262) {
|
|
3920
3921
|
return _ref372.apply(this, arguments);
|
|
3921
3922
|
};
|
|
3922
3923
|
}();
|
|
@@ -3928,7 +3929,7 @@ export var active_themes = function () {
|
|
|
3928
3929
|
fields: request.fields
|
|
3929
3930
|
}, null, options);
|
|
3930
3931
|
});
|
|
3931
|
-
return function active_themes(
|
|
3932
|
+
return function active_themes(_x1263, _x1264, _x1265) {
|
|
3932
3933
|
return _ref373.apply(this, arguments);
|
|
3933
3934
|
};
|
|
3934
3935
|
}();
|
|
@@ -3939,7 +3940,7 @@ export var theme_or_default = function () {
|
|
|
3939
3940
|
ts
|
|
3940
3941
|
}, null, options);
|
|
3941
3942
|
});
|
|
3942
|
-
return function theme_or_default(
|
|
3943
|
+
return function theme_or_default(_x1266, _x1267, _x1268, _x1269) {
|
|
3943
3944
|
return _ref374.apply(this, arguments);
|
|
3944
3945
|
};
|
|
3945
3946
|
}();
|
|
@@ -3947,7 +3948,7 @@ export var validate_theme = function () {
|
|
|
3947
3948
|
var _ref375 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3948
3949
|
return sdk.post('/themes/validate', null, body, options);
|
|
3949
3950
|
});
|
|
3950
|
-
return function validate_theme(
|
|
3951
|
+
return function validate_theme(_x1270, _x1271, _x1272) {
|
|
3951
3952
|
return _ref375.apply(this, arguments);
|
|
3952
3953
|
};
|
|
3953
3954
|
}();
|
|
@@ -3958,7 +3959,7 @@ export var theme = function () {
|
|
|
3958
3959
|
fields
|
|
3959
3960
|
}, null, options);
|
|
3960
3961
|
});
|
|
3961
|
-
return function theme(
|
|
3962
|
+
return function theme(_x1273, _x1274, _x1275, _x1276) {
|
|
3962
3963
|
return _ref376.apply(this, arguments);
|
|
3963
3964
|
};
|
|
3964
3965
|
}();
|
|
@@ -3967,7 +3968,7 @@ export var update_theme = function () {
|
|
|
3967
3968
|
theme_id = encodeParam(theme_id);
|
|
3968
3969
|
return sdk.patch("/themes/".concat(theme_id), null, body, options);
|
|
3969
3970
|
});
|
|
3970
|
-
return function update_theme(
|
|
3971
|
+
return function update_theme(_x1277, _x1278, _x1279, _x1280) {
|
|
3971
3972
|
return _ref377.apply(this, arguments);
|
|
3972
3973
|
};
|
|
3973
3974
|
}();
|
|
@@ -3976,7 +3977,7 @@ export var delete_theme = function () {
|
|
|
3976
3977
|
theme_id = encodeParam(theme_id);
|
|
3977
3978
|
return sdk.delete("/themes/".concat(theme_id), null, null, options);
|
|
3978
3979
|
});
|
|
3979
|
-
return function delete_theme(
|
|
3980
|
+
return function delete_theme(_x1281, _x1282, _x1283) {
|
|
3980
3981
|
return _ref378.apply(this, arguments);
|
|
3981
3982
|
};
|
|
3982
3983
|
}();
|
|
@@ -3993,7 +3994,7 @@ export var search_credentials_email = function () {
|
|
|
3993
3994
|
filter_or: request.filter_or
|
|
3994
3995
|
}, null, options);
|
|
3995
3996
|
});
|
|
3996
|
-
return function search_credentials_email(
|
|
3997
|
+
return function search_credentials_email(_x1284, _x1285, _x1286) {
|
|
3997
3998
|
return _ref379.apply(this, arguments);
|
|
3998
3999
|
};
|
|
3999
4000
|
}();
|
|
@@ -4003,7 +4004,7 @@ export var me = function () {
|
|
|
4003
4004
|
fields
|
|
4004
4005
|
}, null, options);
|
|
4005
4006
|
});
|
|
4006
|
-
return function me(
|
|
4007
|
+
return function me(_x1287, _x1288, _x1289) {
|
|
4007
4008
|
return _ref380.apply(this, arguments);
|
|
4008
4009
|
};
|
|
4009
4010
|
}();
|
|
@@ -4019,7 +4020,7 @@ export var all_users = function () {
|
|
|
4019
4020
|
ids: request.ids
|
|
4020
4021
|
}, null, options);
|
|
4021
4022
|
});
|
|
4022
|
-
return function all_users(
|
|
4023
|
+
return function all_users(_x1290, _x1291, _x1292) {
|
|
4023
4024
|
return _ref381.apply(this, arguments);
|
|
4024
4025
|
};
|
|
4025
4026
|
}();
|
|
@@ -4029,7 +4030,7 @@ export var create_user = function () {
|
|
|
4029
4030
|
fields
|
|
4030
4031
|
}, body, options);
|
|
4031
4032
|
});
|
|
4032
|
-
return function create_user(
|
|
4033
|
+
return function create_user(_x1293, _x1294, _x1295, _x1296) {
|
|
4033
4034
|
return _ref382.apply(this, arguments);
|
|
4034
4035
|
};
|
|
4035
4036
|
}();
|
|
@@ -4054,7 +4055,7 @@ export var search_users = function () {
|
|
|
4054
4055
|
group_id: request.group_id
|
|
4055
4056
|
}, null, options);
|
|
4056
4057
|
});
|
|
4057
|
-
return function search_users(
|
|
4058
|
+
return function search_users(_x1297, _x1298, _x1299) {
|
|
4058
4059
|
return _ref383.apply(this, arguments);
|
|
4059
4060
|
};
|
|
4060
4061
|
}();
|
|
@@ -4076,7 +4077,7 @@ export var search_users_names = function () {
|
|
|
4076
4077
|
is_disabled: request.is_disabled
|
|
4077
4078
|
}, null, options);
|
|
4078
4079
|
});
|
|
4079
|
-
return function search_users_names(
|
|
4080
|
+
return function search_users_names(_x1300, _x1301, _x1302) {
|
|
4080
4081
|
return _ref384.apply(this, arguments);
|
|
4081
4082
|
};
|
|
4082
4083
|
}();
|
|
@@ -4087,7 +4088,7 @@ export var user = function () {
|
|
|
4087
4088
|
fields
|
|
4088
4089
|
}, null, options);
|
|
4089
4090
|
});
|
|
4090
|
-
return function user(
|
|
4091
|
+
return function user(_x1303, _x1304, _x1305, _x1306) {
|
|
4091
4092
|
return _ref385.apply(this, arguments);
|
|
4092
4093
|
};
|
|
4093
4094
|
}();
|
|
@@ -4098,7 +4099,7 @@ export var update_user = function () {
|
|
|
4098
4099
|
fields
|
|
4099
4100
|
}, body, options);
|
|
4100
4101
|
});
|
|
4101
|
-
return function update_user(
|
|
4102
|
+
return function update_user(_x1307, _x1308, _x1309, _x1310, _x1311) {
|
|
4102
4103
|
return _ref386.apply(this, arguments);
|
|
4103
4104
|
};
|
|
4104
4105
|
}();
|
|
@@ -4107,7 +4108,7 @@ export var delete_user = function () {
|
|
|
4107
4108
|
user_id = encodeParam(user_id);
|
|
4108
4109
|
return sdk.delete("/users/".concat(user_id), null, null, options);
|
|
4109
4110
|
});
|
|
4110
|
-
return function delete_user(
|
|
4111
|
+
return function delete_user(_x1312, _x1313, _x1314) {
|
|
4111
4112
|
return _ref387.apply(this, arguments);
|
|
4112
4113
|
};
|
|
4113
4114
|
}();
|
|
@@ -4119,7 +4120,7 @@ export var user_for_credential = function () {
|
|
|
4119
4120
|
fields
|
|
4120
4121
|
}, null, options);
|
|
4121
4122
|
});
|
|
4122
|
-
return function user_for_credential(
|
|
4123
|
+
return function user_for_credential(_x1315, _x1316, _x1317, _x1318, _x1319) {
|
|
4123
4124
|
return _ref388.apply(this, arguments);
|
|
4124
4125
|
};
|
|
4125
4126
|
}();
|
|
@@ -4130,7 +4131,7 @@ export var user_credentials_email = function () {
|
|
|
4130
4131
|
fields
|
|
4131
4132
|
}, null, options);
|
|
4132
4133
|
});
|
|
4133
|
-
return function user_credentials_email(
|
|
4134
|
+
return function user_credentials_email(_x1320, _x1321, _x1322, _x1323) {
|
|
4134
4135
|
return _ref389.apply(this, arguments);
|
|
4135
4136
|
};
|
|
4136
4137
|
}();
|
|
@@ -4141,7 +4142,7 @@ export var create_user_credentials_email = function () {
|
|
|
4141
4142
|
fields
|
|
4142
4143
|
}, body, options);
|
|
4143
4144
|
});
|
|
4144
|
-
return function create_user_credentials_email(
|
|
4145
|
+
return function create_user_credentials_email(_x1324, _x1325, _x1326, _x1327, _x1328) {
|
|
4145
4146
|
return _ref390.apply(this, arguments);
|
|
4146
4147
|
};
|
|
4147
4148
|
}();
|
|
@@ -4152,7 +4153,7 @@ export var update_user_credentials_email = function () {
|
|
|
4152
4153
|
fields
|
|
4153
4154
|
}, body, options);
|
|
4154
4155
|
});
|
|
4155
|
-
return function update_user_credentials_email(
|
|
4156
|
+
return function update_user_credentials_email(_x1329, _x1330, _x1331, _x1332, _x1333) {
|
|
4156
4157
|
return _ref391.apply(this, arguments);
|
|
4157
4158
|
};
|
|
4158
4159
|
}();
|
|
@@ -4161,7 +4162,7 @@ export var delete_user_credentials_email = function () {
|
|
|
4161
4162
|
user_id = encodeParam(user_id);
|
|
4162
4163
|
return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
|
|
4163
4164
|
});
|
|
4164
|
-
return function delete_user_credentials_email(
|
|
4165
|
+
return function delete_user_credentials_email(_x1334, _x1335, _x1336) {
|
|
4165
4166
|
return _ref392.apply(this, arguments);
|
|
4166
4167
|
};
|
|
4167
4168
|
}();
|
|
@@ -4172,7 +4173,7 @@ export var user_credentials_totp = function () {
|
|
|
4172
4173
|
fields
|
|
4173
4174
|
}, null, options);
|
|
4174
4175
|
});
|
|
4175
|
-
return function user_credentials_totp(
|
|
4176
|
+
return function user_credentials_totp(_x1337, _x1338, _x1339, _x1340) {
|
|
4176
4177
|
return _ref393.apply(this, arguments);
|
|
4177
4178
|
};
|
|
4178
4179
|
}();
|
|
@@ -4183,7 +4184,7 @@ export var create_user_credentials_totp = function () {
|
|
|
4183
4184
|
fields
|
|
4184
4185
|
}, body, options);
|
|
4185
4186
|
});
|
|
4186
|
-
return function create_user_credentials_totp(
|
|
4187
|
+
return function create_user_credentials_totp(_x1341, _x1342, _x1343, _x1344, _x1345) {
|
|
4187
4188
|
return _ref394.apply(this, arguments);
|
|
4188
4189
|
};
|
|
4189
4190
|
}();
|
|
@@ -4192,7 +4193,7 @@ export var delete_user_credentials_totp = function () {
|
|
|
4192
4193
|
user_id = encodeParam(user_id);
|
|
4193
4194
|
return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
|
|
4194
4195
|
});
|
|
4195
|
-
return function delete_user_credentials_totp(
|
|
4196
|
+
return function delete_user_credentials_totp(_x1346, _x1347, _x1348) {
|
|
4196
4197
|
return _ref395.apply(this, arguments);
|
|
4197
4198
|
};
|
|
4198
4199
|
}();
|
|
@@ -4203,7 +4204,7 @@ export var user_credentials_ldap = function () {
|
|
|
4203
4204
|
fields
|
|
4204
4205
|
}, null, options);
|
|
4205
4206
|
});
|
|
4206
|
-
return function user_credentials_ldap(
|
|
4207
|
+
return function user_credentials_ldap(_x1349, _x1350, _x1351, _x1352) {
|
|
4207
4208
|
return _ref396.apply(this, arguments);
|
|
4208
4209
|
};
|
|
4209
4210
|
}();
|
|
@@ -4212,7 +4213,7 @@ export var delete_user_credentials_ldap = function () {
|
|
|
4212
4213
|
user_id = encodeParam(user_id);
|
|
4213
4214
|
return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
|
|
4214
4215
|
});
|
|
4215
|
-
return function delete_user_credentials_ldap(
|
|
4216
|
+
return function delete_user_credentials_ldap(_x1353, _x1354, _x1355) {
|
|
4216
4217
|
return _ref397.apply(this, arguments);
|
|
4217
4218
|
};
|
|
4218
4219
|
}();
|
|
@@ -4223,7 +4224,7 @@ export var user_credentials_google = function () {
|
|
|
4223
4224
|
fields
|
|
4224
4225
|
}, null, options);
|
|
4225
4226
|
});
|
|
4226
|
-
return function user_credentials_google(
|
|
4227
|
+
return function user_credentials_google(_x1356, _x1357, _x1358, _x1359) {
|
|
4227
4228
|
return _ref398.apply(this, arguments);
|
|
4228
4229
|
};
|
|
4229
4230
|
}();
|
|
@@ -4232,7 +4233,7 @@ export var delete_user_credentials_google = function () {
|
|
|
4232
4233
|
user_id = encodeParam(user_id);
|
|
4233
4234
|
return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
|
|
4234
4235
|
});
|
|
4235
|
-
return function delete_user_credentials_google(
|
|
4236
|
+
return function delete_user_credentials_google(_x1360, _x1361, _x1362) {
|
|
4236
4237
|
return _ref399.apply(this, arguments);
|
|
4237
4238
|
};
|
|
4238
4239
|
}();
|
|
@@ -4243,7 +4244,7 @@ export var user_credentials_saml = function () {
|
|
|
4243
4244
|
fields
|
|
4244
4245
|
}, null, options);
|
|
4245
4246
|
});
|
|
4246
|
-
return function user_credentials_saml(
|
|
4247
|
+
return function user_credentials_saml(_x1363, _x1364, _x1365, _x1366) {
|
|
4247
4248
|
return _ref400.apply(this, arguments);
|
|
4248
4249
|
};
|
|
4249
4250
|
}();
|
|
@@ -4252,7 +4253,7 @@ export var delete_user_credentials_saml = function () {
|
|
|
4252
4253
|
user_id = encodeParam(user_id);
|
|
4253
4254
|
return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
|
|
4254
4255
|
});
|
|
4255
|
-
return function delete_user_credentials_saml(
|
|
4256
|
+
return function delete_user_credentials_saml(_x1367, _x1368, _x1369) {
|
|
4256
4257
|
return _ref401.apply(this, arguments);
|
|
4257
4258
|
};
|
|
4258
4259
|
}();
|
|
@@ -4263,7 +4264,7 @@ export var user_credentials_oidc = function () {
|
|
|
4263
4264
|
fields
|
|
4264
4265
|
}, null, options);
|
|
4265
4266
|
});
|
|
4266
|
-
return function user_credentials_oidc(
|
|
4267
|
+
return function user_credentials_oidc(_x1370, _x1371, _x1372, _x1373) {
|
|
4267
4268
|
return _ref402.apply(this, arguments);
|
|
4268
4269
|
};
|
|
4269
4270
|
}();
|
|
@@ -4272,7 +4273,7 @@ export var delete_user_credentials_oidc = function () {
|
|
|
4272
4273
|
user_id = encodeParam(user_id);
|
|
4273
4274
|
return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
|
|
4274
4275
|
});
|
|
4275
|
-
return function delete_user_credentials_oidc(
|
|
4276
|
+
return function delete_user_credentials_oidc(_x1374, _x1375, _x1376) {
|
|
4276
4277
|
return _ref403.apply(this, arguments);
|
|
4277
4278
|
};
|
|
4278
4279
|
}();
|
|
@@ -4284,7 +4285,7 @@ export var user_credentials_api3 = function () {
|
|
|
4284
4285
|
fields
|
|
4285
4286
|
}, null, options);
|
|
4286
4287
|
});
|
|
4287
|
-
return function user_credentials_api3(
|
|
4288
|
+
return function user_credentials_api3(_x1377, _x1378, _x1379, _x1380, _x1381) {
|
|
4288
4289
|
return _ref404.apply(this, arguments);
|
|
4289
4290
|
};
|
|
4290
4291
|
}();
|
|
@@ -4294,7 +4295,7 @@ export var delete_user_credentials_api3 = function () {
|
|
|
4294
4295
|
credentials_api3_id = encodeParam(credentials_api3_id);
|
|
4295
4296
|
return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
|
|
4296
4297
|
});
|
|
4297
|
-
return function delete_user_credentials_api3(
|
|
4298
|
+
return function delete_user_credentials_api3(_x1382, _x1383, _x1384, _x1385) {
|
|
4298
4299
|
return _ref405.apply(this, arguments);
|
|
4299
4300
|
};
|
|
4300
4301
|
}();
|
|
@@ -4305,7 +4306,7 @@ export var all_user_credentials_api3s = function () {
|
|
|
4305
4306
|
fields
|
|
4306
4307
|
}, null, options);
|
|
4307
4308
|
});
|
|
4308
|
-
return function all_user_credentials_api3s(
|
|
4309
|
+
return function all_user_credentials_api3s(_x1386, _x1387, _x1388, _x1389) {
|
|
4309
4310
|
return _ref406.apply(this, arguments);
|
|
4310
4311
|
};
|
|
4311
4312
|
}();
|
|
@@ -4316,7 +4317,7 @@ export var create_user_credentials_api3 = function () {
|
|
|
4316
4317
|
fields
|
|
4317
4318
|
}, null, options);
|
|
4318
4319
|
});
|
|
4319
|
-
return function create_user_credentials_api3(
|
|
4320
|
+
return function create_user_credentials_api3(_x1390, _x1391, _x1392, _x1393) {
|
|
4320
4321
|
return _ref407.apply(this, arguments);
|
|
4321
4322
|
};
|
|
4322
4323
|
}();
|
|
@@ -4328,7 +4329,7 @@ export var user_credentials_embed = function () {
|
|
|
4328
4329
|
fields
|
|
4329
4330
|
}, null, options);
|
|
4330
4331
|
});
|
|
4331
|
-
return function user_credentials_embed(
|
|
4332
|
+
return function user_credentials_embed(_x1394, _x1395, _x1396, _x1397, _x1398) {
|
|
4332
4333
|
return _ref408.apply(this, arguments);
|
|
4333
4334
|
};
|
|
4334
4335
|
}();
|
|
@@ -4338,7 +4339,7 @@ export var delete_user_credentials_embed = function () {
|
|
|
4338
4339
|
credentials_embed_id = encodeParam(credentials_embed_id);
|
|
4339
4340
|
return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
|
|
4340
4341
|
});
|
|
4341
|
-
return function delete_user_credentials_embed(
|
|
4342
|
+
return function delete_user_credentials_embed(_x1399, _x1400, _x1401, _x1402) {
|
|
4342
4343
|
return _ref409.apply(this, arguments);
|
|
4343
4344
|
};
|
|
4344
4345
|
}();
|
|
@@ -4349,7 +4350,7 @@ export var all_user_credentials_embeds = function () {
|
|
|
4349
4350
|
fields
|
|
4350
4351
|
}, null, options);
|
|
4351
4352
|
});
|
|
4352
|
-
return function all_user_credentials_embeds(
|
|
4353
|
+
return function all_user_credentials_embeds(_x1403, _x1404, _x1405, _x1406) {
|
|
4353
4354
|
return _ref410.apply(this, arguments);
|
|
4354
4355
|
};
|
|
4355
4356
|
}();
|
|
@@ -4360,7 +4361,7 @@ export var user_credentials_looker_openid = function () {
|
|
|
4360
4361
|
fields
|
|
4361
4362
|
}, null, options);
|
|
4362
4363
|
});
|
|
4363
|
-
return function user_credentials_looker_openid(
|
|
4364
|
+
return function user_credentials_looker_openid(_x1407, _x1408, _x1409, _x1410) {
|
|
4364
4365
|
return _ref411.apply(this, arguments);
|
|
4365
4366
|
};
|
|
4366
4367
|
}();
|
|
@@ -4369,7 +4370,7 @@ export var delete_user_credentials_looker_openid = function () {
|
|
|
4369
4370
|
user_id = encodeParam(user_id);
|
|
4370
4371
|
return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
|
|
4371
4372
|
});
|
|
4372
|
-
return function delete_user_credentials_looker_openid(
|
|
4373
|
+
return function delete_user_credentials_looker_openid(_x1411, _x1412, _x1413) {
|
|
4373
4374
|
return _ref412.apply(this, arguments);
|
|
4374
4375
|
};
|
|
4375
4376
|
}();
|
|
@@ -4381,7 +4382,7 @@ export var user_session = function () {
|
|
|
4381
4382
|
fields
|
|
4382
4383
|
}, null, options);
|
|
4383
4384
|
});
|
|
4384
|
-
return function user_session(
|
|
4385
|
+
return function user_session(_x1414, _x1415, _x1416, _x1417, _x1418) {
|
|
4385
4386
|
return _ref413.apply(this, arguments);
|
|
4386
4387
|
};
|
|
4387
4388
|
}();
|
|
@@ -4391,7 +4392,7 @@ export var delete_user_session = function () {
|
|
|
4391
4392
|
session_id = encodeParam(session_id);
|
|
4392
4393
|
return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
|
|
4393
4394
|
});
|
|
4394
|
-
return function delete_user_session(
|
|
4395
|
+
return function delete_user_session(_x1419, _x1420, _x1421, _x1422) {
|
|
4395
4396
|
return _ref414.apply(this, arguments);
|
|
4396
4397
|
};
|
|
4397
4398
|
}();
|
|
@@ -4402,7 +4403,7 @@ export var all_user_sessions = function () {
|
|
|
4402
4403
|
fields
|
|
4403
4404
|
}, null, options);
|
|
4404
4405
|
});
|
|
4405
|
-
return function all_user_sessions(
|
|
4406
|
+
return function all_user_sessions(_x1423, _x1424, _x1425, _x1426) {
|
|
4406
4407
|
return _ref415.apply(this, arguments);
|
|
4407
4408
|
};
|
|
4408
4409
|
}();
|
|
@@ -4414,7 +4415,7 @@ export var create_user_credentials_email_password_reset = function () {
|
|
|
4414
4415
|
fields: request.fields
|
|
4415
4416
|
}, null, options);
|
|
4416
4417
|
});
|
|
4417
|
-
return function create_user_credentials_email_password_reset(
|
|
4418
|
+
return function create_user_credentials_email_password_reset(_x1427, _x1428, _x1429) {
|
|
4418
4419
|
return _ref416.apply(this, arguments);
|
|
4419
4420
|
};
|
|
4420
4421
|
}();
|
|
@@ -4426,7 +4427,7 @@ export var user_roles = function () {
|
|
|
4426
4427
|
direct_association_only: request.direct_association_only
|
|
4427
4428
|
}, null, options);
|
|
4428
4429
|
});
|
|
4429
|
-
return function user_roles(
|
|
4430
|
+
return function user_roles(_x1430, _x1431, _x1432) {
|
|
4430
4431
|
return _ref417.apply(this, arguments);
|
|
4431
4432
|
};
|
|
4432
4433
|
}();
|
|
@@ -4437,7 +4438,7 @@ export var set_user_roles = function () {
|
|
|
4437
4438
|
fields
|
|
4438
4439
|
}, body, options);
|
|
4439
4440
|
});
|
|
4440
|
-
return function set_user_roles(
|
|
4441
|
+
return function set_user_roles(_x1433, _x1434, _x1435, _x1436, _x1437) {
|
|
4441
4442
|
return _ref418.apply(this, arguments);
|
|
4442
4443
|
};
|
|
4443
4444
|
}();
|
|
@@ -4451,7 +4452,7 @@ export var user_attribute_user_values = function () {
|
|
|
4451
4452
|
include_unset: request.include_unset
|
|
4452
4453
|
}, null, options);
|
|
4453
4454
|
});
|
|
4454
|
-
return function user_attribute_user_values(
|
|
4455
|
+
return function user_attribute_user_values(_x1438, _x1439, _x1440) {
|
|
4455
4456
|
return _ref419.apply(this, arguments);
|
|
4456
4457
|
};
|
|
4457
4458
|
}();
|
|
@@ -4461,7 +4462,7 @@ export var set_user_attribute_user_value = function () {
|
|
|
4461
4462
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4462
4463
|
return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
|
|
4463
4464
|
});
|
|
4464
|
-
return function set_user_attribute_user_value(
|
|
4465
|
+
return function set_user_attribute_user_value(_x1441, _x1442, _x1443, _x1444, _x1445) {
|
|
4465
4466
|
return _ref420.apply(this, arguments);
|
|
4466
4467
|
};
|
|
4467
4468
|
}();
|
|
@@ -4471,7 +4472,7 @@ export var delete_user_attribute_user_value = function () {
|
|
|
4471
4472
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4472
4473
|
return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
|
|
4473
4474
|
});
|
|
4474
|
-
return function delete_user_attribute_user_value(
|
|
4475
|
+
return function delete_user_attribute_user_value(_x1446, _x1447, _x1448, _x1449) {
|
|
4475
4476
|
return _ref421.apply(this, arguments);
|
|
4476
4477
|
};
|
|
4477
4478
|
}();
|
|
@@ -4482,7 +4483,7 @@ export var send_user_credentials_email_password_reset = function () {
|
|
|
4482
4483
|
fields
|
|
4483
4484
|
}, null, options);
|
|
4484
4485
|
});
|
|
4485
|
-
return function send_user_credentials_email_password_reset(
|
|
4486
|
+
return function send_user_credentials_email_password_reset(_x1450, _x1451, _x1452, _x1453) {
|
|
4486
4487
|
return _ref422.apply(this, arguments);
|
|
4487
4488
|
};
|
|
4488
4489
|
}();
|
|
@@ -4493,7 +4494,7 @@ export var wipeout_user_emails = function () {
|
|
|
4493
4494
|
fields
|
|
4494
4495
|
}, body, options);
|
|
4495
4496
|
});
|
|
4496
|
-
return function wipeout_user_emails(
|
|
4497
|
+
return function wipeout_user_emails(_x1454, _x1455, _x1456, _x1457, _x1458) {
|
|
4497
4498
|
return _ref423.apply(this, arguments);
|
|
4498
4499
|
};
|
|
4499
4500
|
}();
|
|
@@ -4501,7 +4502,7 @@ export var create_embed_user = function () {
|
|
|
4501
4502
|
var _ref424 = _asyncToGenerator(function* (sdk, body, options) {
|
|
4502
4503
|
return sdk.post('/users/embed_user', null, body, options);
|
|
4503
4504
|
});
|
|
4504
|
-
return function create_embed_user(
|
|
4505
|
+
return function create_embed_user(_x1459, _x1460, _x1461) {
|
|
4505
4506
|
return _ref424.apply(this, arguments);
|
|
4506
4507
|
};
|
|
4507
4508
|
}();
|
|
@@ -4512,7 +4513,7 @@ export var all_user_attributes = function () {
|
|
|
4512
4513
|
sorts: request.sorts
|
|
4513
4514
|
}, null, options);
|
|
4514
4515
|
});
|
|
4515
|
-
return function all_user_attributes(
|
|
4516
|
+
return function all_user_attributes(_x1462, _x1463, _x1464) {
|
|
4516
4517
|
return _ref425.apply(this, arguments);
|
|
4517
4518
|
};
|
|
4518
4519
|
}();
|
|
@@ -4522,7 +4523,7 @@ export var create_user_attribute = function () {
|
|
|
4522
4523
|
fields
|
|
4523
4524
|
}, body, options);
|
|
4524
4525
|
});
|
|
4525
|
-
return function create_user_attribute(
|
|
4526
|
+
return function create_user_attribute(_x1465, _x1466, _x1467, _x1468) {
|
|
4526
4527
|
return _ref426.apply(this, arguments);
|
|
4527
4528
|
};
|
|
4528
4529
|
}();
|
|
@@ -4533,7 +4534,7 @@ export var user_attribute = function () {
|
|
|
4533
4534
|
fields
|
|
4534
4535
|
}, null, options);
|
|
4535
4536
|
});
|
|
4536
|
-
return function user_attribute(
|
|
4537
|
+
return function user_attribute(_x1469, _x1470, _x1471, _x1472) {
|
|
4537
4538
|
return _ref427.apply(this, arguments);
|
|
4538
4539
|
};
|
|
4539
4540
|
}();
|
|
@@ -4544,7 +4545,7 @@ export var update_user_attribute = function () {
|
|
|
4544
4545
|
fields
|
|
4545
4546
|
}, body, options);
|
|
4546
4547
|
});
|
|
4547
|
-
return function update_user_attribute(
|
|
4548
|
+
return function update_user_attribute(_x1473, _x1474, _x1475, _x1476, _x1477) {
|
|
4548
4549
|
return _ref428.apply(this, arguments);
|
|
4549
4550
|
};
|
|
4550
4551
|
}();
|
|
@@ -4553,7 +4554,7 @@ export var delete_user_attribute = function () {
|
|
|
4553
4554
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4554
4555
|
return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
|
|
4555
4556
|
});
|
|
4556
|
-
return function delete_user_attribute(
|
|
4557
|
+
return function delete_user_attribute(_x1478, _x1479, _x1480) {
|
|
4557
4558
|
return _ref429.apply(this, arguments);
|
|
4558
4559
|
};
|
|
4559
4560
|
}();
|
|
@@ -4564,7 +4565,7 @@ export var all_user_attribute_group_values = function () {
|
|
|
4564
4565
|
fields
|
|
4565
4566
|
}, null, options);
|
|
4566
4567
|
});
|
|
4567
|
-
return function all_user_attribute_group_values(
|
|
4568
|
+
return function all_user_attribute_group_values(_x1481, _x1482, _x1483, _x1484) {
|
|
4568
4569
|
return _ref430.apply(this, arguments);
|
|
4569
4570
|
};
|
|
4570
4571
|
}();
|
|
@@ -4573,7 +4574,7 @@ export var set_user_attribute_group_values = function () {
|
|
|
4573
4574
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4574
4575
|
return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
|
|
4575
4576
|
});
|
|
4576
|
-
return function set_user_attribute_group_values(
|
|
4577
|
+
return function set_user_attribute_group_values(_x1485, _x1486, _x1487, _x1488) {
|
|
4577
4578
|
return _ref431.apply(this, arguments);
|
|
4578
4579
|
};
|
|
4579
4580
|
}();
|
|
@@ -4581,7 +4582,7 @@ export var all_workspaces = function () {
|
|
|
4581
4582
|
var _ref432 = _asyncToGenerator(function* (sdk, options) {
|
|
4582
4583
|
return sdk.get('/workspaces', null, null, options);
|
|
4583
4584
|
});
|
|
4584
|
-
return function all_workspaces(
|
|
4585
|
+
return function all_workspaces(_x1489, _x1490) {
|
|
4585
4586
|
return _ref432.apply(this, arguments);
|
|
4586
4587
|
};
|
|
4587
4588
|
}();
|
|
@@ -4590,7 +4591,7 @@ export var workspace = function () {
|
|
|
4590
4591
|
workspace_id = encodeParam(workspace_id);
|
|
4591
4592
|
return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
|
|
4592
4593
|
});
|
|
4593
|
-
return function workspace(
|
|
4594
|
+
return function workspace(_x1491, _x1492, _x1493) {
|
|
4594
4595
|
return _ref433.apply(this, arguments);
|
|
4595
4596
|
};
|
|
4596
4597
|
}();
|