@looker/sdk 25.6.0 → 25.8.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 +9 -0
- package/lib/4.0/funcs.d.ts +2 -2
- package/lib/4.0/funcs.js +273 -272
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +2 -2
- package/lib/4.0/methods.js +6 -5
- 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 +175 -19
- package/lib/4.0/models.js +17 -1
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +2 -2
- package/lib/4.0/streams.js +6 -5
- 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 +273 -272
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +6 -5
- 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 +16 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +6 -5
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/package.json +2 -2
package/lib/esm/4.0/funcs.js
CHANGED
|
@@ -1709,13 +1709,14 @@ export var import_lookml_dashboard = function () {
|
|
|
1709
1709
|
};
|
|
1710
1710
|
}();
|
|
1711
1711
|
export var sync_lookml_dashboard = function () {
|
|
1712
|
-
var _ref173 = _asyncToGenerator(function* (sdk,
|
|
1713
|
-
lookml_dashboard_id = encodeParam(lookml_dashboard_id);
|
|
1714
|
-
return sdk.patch("/dashboards/".concat(lookml_dashboard_id, "/sync"), {
|
|
1715
|
-
raw_locale
|
|
1716
|
-
|
|
1712
|
+
var _ref173 = _asyncToGenerator(function* (sdk, request, options) {
|
|
1713
|
+
request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
|
|
1714
|
+
return sdk.patch("/dashboards/".concat(request.lookml_dashboard_id, "/sync"), {
|
|
1715
|
+
raw_locale: request.raw_locale,
|
|
1716
|
+
dashboard_ids: request.dashboard_ids
|
|
1717
|
+
}, null, options);
|
|
1717
1718
|
});
|
|
1718
|
-
return function sync_lookml_dashboard(_x550, _x551, _x552
|
|
1719
|
+
return function sync_lookml_dashboard(_x550, _x551, _x552) {
|
|
1719
1720
|
return _ref173.apply(this, arguments);
|
|
1720
1721
|
};
|
|
1721
1722
|
}();
|
|
@@ -1726,7 +1727,7 @@ export var dashboard = function () {
|
|
|
1726
1727
|
fields
|
|
1727
1728
|
}, null, options);
|
|
1728
1729
|
});
|
|
1729
|
-
return function dashboard(
|
|
1730
|
+
return function dashboard(_x553, _x554, _x555, _x556) {
|
|
1730
1731
|
return _ref174.apply(this, arguments);
|
|
1731
1732
|
};
|
|
1732
1733
|
}();
|
|
@@ -1735,7 +1736,7 @@ export var update_dashboard = function () {
|
|
|
1735
1736
|
dashboard_id = encodeParam(dashboard_id);
|
|
1736
1737
|
return sdk.patch("/dashboards/".concat(dashboard_id), null, body, options);
|
|
1737
1738
|
});
|
|
1738
|
-
return function update_dashboard(
|
|
1739
|
+
return function update_dashboard(_x557, _x558, _x559, _x560) {
|
|
1739
1740
|
return _ref175.apply(this, arguments);
|
|
1740
1741
|
};
|
|
1741
1742
|
}();
|
|
@@ -1744,7 +1745,7 @@ export var delete_dashboard = function () {
|
|
|
1744
1745
|
dashboard_id = encodeParam(dashboard_id);
|
|
1745
1746
|
return sdk.delete("/dashboards/".concat(dashboard_id), null, null, options);
|
|
1746
1747
|
});
|
|
1747
|
-
return function delete_dashboard(
|
|
1748
|
+
return function delete_dashboard(_x561, _x562, _x563) {
|
|
1748
1749
|
return _ref176.apply(this, arguments);
|
|
1749
1750
|
};
|
|
1750
1751
|
}();
|
|
@@ -1753,7 +1754,7 @@ export var dashboard_aggregate_table_lookml = function () {
|
|
|
1753
1754
|
dashboard_id = encodeParam(dashboard_id);
|
|
1754
1755
|
return sdk.get("/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
|
|
1755
1756
|
});
|
|
1756
|
-
return function dashboard_aggregate_table_lookml(
|
|
1757
|
+
return function dashboard_aggregate_table_lookml(_x564, _x565, _x566) {
|
|
1757
1758
|
return _ref177.apply(this, arguments);
|
|
1758
1759
|
};
|
|
1759
1760
|
}();
|
|
@@ -1762,7 +1763,7 @@ export var dashboard_lookml = function () {
|
|
|
1762
1763
|
dashboard_id = encodeParam(dashboard_id);
|
|
1763
1764
|
return sdk.get("/dashboards/lookml/".concat(dashboard_id), null, null, options);
|
|
1764
1765
|
});
|
|
1765
|
-
return function dashboard_lookml(
|
|
1766
|
+
return function dashboard_lookml(_x567, _x568, _x569) {
|
|
1766
1767
|
return _ref178.apply(this, arguments);
|
|
1767
1768
|
};
|
|
1768
1769
|
}();
|
|
@@ -1773,7 +1774,7 @@ export var move_dashboard = function () {
|
|
|
1773
1774
|
folder_id
|
|
1774
1775
|
}, null, options);
|
|
1775
1776
|
});
|
|
1776
|
-
return function move_dashboard(
|
|
1777
|
+
return function move_dashboard(_x570, _x571, _x572, _x573) {
|
|
1777
1778
|
return _ref179.apply(this, arguments);
|
|
1778
1779
|
};
|
|
1779
1780
|
}();
|
|
@@ -1781,7 +1782,7 @@ export var import_dashboard_from_lookml = function () {
|
|
|
1781
1782
|
var _ref180 = _asyncToGenerator(function* (sdk, body, options) {
|
|
1782
1783
|
return sdk.post('/dashboards/lookml', null, body, options);
|
|
1783
1784
|
});
|
|
1784
|
-
return function import_dashboard_from_lookml(
|
|
1785
|
+
return function import_dashboard_from_lookml(_x574, _x575, _x576) {
|
|
1785
1786
|
return _ref180.apply(this, arguments);
|
|
1786
1787
|
};
|
|
1787
1788
|
}();
|
|
@@ -1789,7 +1790,7 @@ export var create_dashboard_from_lookml = function () {
|
|
|
1789
1790
|
var _ref181 = _asyncToGenerator(function* (sdk, body, options) {
|
|
1790
1791
|
return sdk.post('/dashboards/from_lookml', null, body, options);
|
|
1791
1792
|
});
|
|
1792
|
-
return function create_dashboard_from_lookml(
|
|
1793
|
+
return function create_dashboard_from_lookml(_x577, _x578, _x579) {
|
|
1793
1794
|
return _ref181.apply(this, arguments);
|
|
1794
1795
|
};
|
|
1795
1796
|
}();
|
|
@@ -1800,7 +1801,7 @@ export var copy_dashboard = function () {
|
|
|
1800
1801
|
folder_id
|
|
1801
1802
|
}, null, options);
|
|
1802
1803
|
});
|
|
1803
|
-
return function copy_dashboard(
|
|
1804
|
+
return function copy_dashboard(_x580, _x581, _x582, _x583) {
|
|
1804
1805
|
return _ref182.apply(this, arguments);
|
|
1805
1806
|
};
|
|
1806
1807
|
}();
|
|
@@ -1816,7 +1817,7 @@ export var search_dashboard_elements = function () {
|
|
|
1816
1817
|
sorts: request.sorts
|
|
1817
1818
|
}, null, options);
|
|
1818
1819
|
});
|
|
1819
|
-
return function search_dashboard_elements(
|
|
1820
|
+
return function search_dashboard_elements(_x584, _x585, _x586) {
|
|
1820
1821
|
return _ref183.apply(this, arguments);
|
|
1821
1822
|
};
|
|
1822
1823
|
}();
|
|
@@ -1827,7 +1828,7 @@ export var dashboard_element = function () {
|
|
|
1827
1828
|
fields
|
|
1828
1829
|
}, null, options);
|
|
1829
1830
|
});
|
|
1830
|
-
return function dashboard_element(
|
|
1831
|
+
return function dashboard_element(_x587, _x588, _x589, _x590) {
|
|
1831
1832
|
return _ref184.apply(this, arguments);
|
|
1832
1833
|
};
|
|
1833
1834
|
}();
|
|
@@ -1838,7 +1839,7 @@ export var update_dashboard_element = function () {
|
|
|
1838
1839
|
fields
|
|
1839
1840
|
}, body, options);
|
|
1840
1841
|
});
|
|
1841
|
-
return function update_dashboard_element(
|
|
1842
|
+
return function update_dashboard_element(_x591, _x592, _x593, _x594, _x595) {
|
|
1842
1843
|
return _ref185.apply(this, arguments);
|
|
1843
1844
|
};
|
|
1844
1845
|
}();
|
|
@@ -1847,7 +1848,7 @@ export var delete_dashboard_element = function () {
|
|
|
1847
1848
|
dashboard_element_id = encodeParam(dashboard_element_id);
|
|
1848
1849
|
return sdk.delete("/dashboard_elements/".concat(dashboard_element_id), null, null, options);
|
|
1849
1850
|
});
|
|
1850
|
-
return function delete_dashboard_element(
|
|
1851
|
+
return function delete_dashboard_element(_x596, _x597, _x598) {
|
|
1851
1852
|
return _ref186.apply(this, arguments);
|
|
1852
1853
|
};
|
|
1853
1854
|
}();
|
|
@@ -1858,7 +1859,7 @@ export var dashboard_dashboard_elements = function () {
|
|
|
1858
1859
|
fields
|
|
1859
1860
|
}, null, options);
|
|
1860
1861
|
});
|
|
1861
|
-
return function dashboard_dashboard_elements(
|
|
1862
|
+
return function dashboard_dashboard_elements(_x599, _x600, _x601, _x602) {
|
|
1862
1863
|
return _ref187.apply(this, arguments);
|
|
1863
1864
|
};
|
|
1864
1865
|
}();
|
|
@@ -1869,7 +1870,7 @@ export var create_dashboard_element = function () {
|
|
|
1869
1870
|
apply_filters: request.apply_filters
|
|
1870
1871
|
}, request.body, options);
|
|
1871
1872
|
});
|
|
1872
|
-
return function create_dashboard_element(
|
|
1873
|
+
return function create_dashboard_element(_x603, _x604, _x605) {
|
|
1873
1874
|
return _ref188.apply(this, arguments);
|
|
1874
1875
|
};
|
|
1875
1876
|
}();
|
|
@@ -1880,7 +1881,7 @@ export var dashboard_filter = function () {
|
|
|
1880
1881
|
fields
|
|
1881
1882
|
}, null, options);
|
|
1882
1883
|
});
|
|
1883
|
-
return function dashboard_filter(
|
|
1884
|
+
return function dashboard_filter(_x606, _x607, _x608, _x609) {
|
|
1884
1885
|
return _ref189.apply(this, arguments);
|
|
1885
1886
|
};
|
|
1886
1887
|
}();
|
|
@@ -1891,7 +1892,7 @@ export var update_dashboard_filter = function () {
|
|
|
1891
1892
|
fields
|
|
1892
1893
|
}, body, options);
|
|
1893
1894
|
});
|
|
1894
|
-
return function update_dashboard_filter(
|
|
1895
|
+
return function update_dashboard_filter(_x610, _x611, _x612, _x613, _x614) {
|
|
1895
1896
|
return _ref190.apply(this, arguments);
|
|
1896
1897
|
};
|
|
1897
1898
|
}();
|
|
@@ -1900,7 +1901,7 @@ export var delete_dashboard_filter = function () {
|
|
|
1900
1901
|
dashboard_filter_id = encodeParam(dashboard_filter_id);
|
|
1901
1902
|
return sdk.delete("/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
|
|
1902
1903
|
});
|
|
1903
|
-
return function delete_dashboard_filter(
|
|
1904
|
+
return function delete_dashboard_filter(_x615, _x616, _x617) {
|
|
1904
1905
|
return _ref191.apply(this, arguments);
|
|
1905
1906
|
};
|
|
1906
1907
|
}();
|
|
@@ -1911,7 +1912,7 @@ export var dashboard_dashboard_filters = function () {
|
|
|
1911
1912
|
fields
|
|
1912
1913
|
}, null, options);
|
|
1913
1914
|
});
|
|
1914
|
-
return function dashboard_dashboard_filters(
|
|
1915
|
+
return function dashboard_dashboard_filters(_x618, _x619, _x620, _x621) {
|
|
1915
1916
|
return _ref192.apply(this, arguments);
|
|
1916
1917
|
};
|
|
1917
1918
|
}();
|
|
@@ -1921,7 +1922,7 @@ export var create_dashboard_filter = function () {
|
|
|
1921
1922
|
fields
|
|
1922
1923
|
}, body, options);
|
|
1923
1924
|
});
|
|
1924
|
-
return function create_dashboard_filter(
|
|
1925
|
+
return function create_dashboard_filter(_x622, _x623, _x624, _x625) {
|
|
1925
1926
|
return _ref193.apply(this, arguments);
|
|
1926
1927
|
};
|
|
1927
1928
|
}();
|
|
@@ -1932,7 +1933,7 @@ export var dashboard_layout_component = function () {
|
|
|
1932
1933
|
fields
|
|
1933
1934
|
}, null, options);
|
|
1934
1935
|
});
|
|
1935
|
-
return function dashboard_layout_component(
|
|
1936
|
+
return function dashboard_layout_component(_x626, _x627, _x628, _x629) {
|
|
1936
1937
|
return _ref194.apply(this, arguments);
|
|
1937
1938
|
};
|
|
1938
1939
|
}();
|
|
@@ -1943,7 +1944,7 @@ export var update_dashboard_layout_component = function () {
|
|
|
1943
1944
|
fields
|
|
1944
1945
|
}, body, options);
|
|
1945
1946
|
});
|
|
1946
|
-
return function update_dashboard_layout_component(
|
|
1947
|
+
return function update_dashboard_layout_component(_x630, _x631, _x632, _x633, _x634) {
|
|
1947
1948
|
return _ref195.apply(this, arguments);
|
|
1948
1949
|
};
|
|
1949
1950
|
}();
|
|
@@ -1954,7 +1955,7 @@ export var dashboard_layout_dashboard_layout_components = function () {
|
|
|
1954
1955
|
fields
|
|
1955
1956
|
}, null, options);
|
|
1956
1957
|
});
|
|
1957
|
-
return function dashboard_layout_dashboard_layout_components(
|
|
1958
|
+
return function dashboard_layout_dashboard_layout_components(_x635, _x636, _x637, _x638) {
|
|
1958
1959
|
return _ref196.apply(this, arguments);
|
|
1959
1960
|
};
|
|
1960
1961
|
}();
|
|
@@ -1965,7 +1966,7 @@ export var dashboard_layout = function () {
|
|
|
1965
1966
|
fields
|
|
1966
1967
|
}, null, options);
|
|
1967
1968
|
});
|
|
1968
|
-
return function dashboard_layout(
|
|
1969
|
+
return function dashboard_layout(_x639, _x640, _x641, _x642) {
|
|
1969
1970
|
return _ref197.apply(this, arguments);
|
|
1970
1971
|
};
|
|
1971
1972
|
}();
|
|
@@ -1976,7 +1977,7 @@ export var update_dashboard_layout = function () {
|
|
|
1976
1977
|
fields
|
|
1977
1978
|
}, body, options);
|
|
1978
1979
|
});
|
|
1979
|
-
return function update_dashboard_layout(
|
|
1980
|
+
return function update_dashboard_layout(_x643, _x644, _x645, _x646, _x647) {
|
|
1980
1981
|
return _ref198.apply(this, arguments);
|
|
1981
1982
|
};
|
|
1982
1983
|
}();
|
|
@@ -1985,7 +1986,7 @@ export var delete_dashboard_layout = function () {
|
|
|
1985
1986
|
dashboard_layout_id = encodeParam(dashboard_layout_id);
|
|
1986
1987
|
return sdk.delete("/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
|
|
1987
1988
|
});
|
|
1988
|
-
return function delete_dashboard_layout(
|
|
1989
|
+
return function delete_dashboard_layout(_x648, _x649, _x650) {
|
|
1989
1990
|
return _ref199.apply(this, arguments);
|
|
1990
1991
|
};
|
|
1991
1992
|
}();
|
|
@@ -1996,7 +1997,7 @@ export var dashboard_dashboard_layouts = function () {
|
|
|
1996
1997
|
fields
|
|
1997
1998
|
}, null, options);
|
|
1998
1999
|
});
|
|
1999
|
-
return function dashboard_dashboard_layouts(
|
|
2000
|
+
return function dashboard_dashboard_layouts(_x651, _x652, _x653, _x654) {
|
|
2000
2001
|
return _ref200.apply(this, arguments);
|
|
2001
2002
|
};
|
|
2002
2003
|
}();
|
|
@@ -2006,7 +2007,7 @@ export var create_dashboard_layout = function () {
|
|
|
2006
2007
|
fields
|
|
2007
2008
|
}, body, options);
|
|
2008
2009
|
});
|
|
2009
|
-
return function create_dashboard_layout(
|
|
2010
|
+
return function create_dashboard_layout(_x655, _x656, _x657, _x658) {
|
|
2010
2011
|
return _ref201.apply(this, arguments);
|
|
2011
2012
|
};
|
|
2012
2013
|
}();
|
|
@@ -2014,7 +2015,7 @@ export var perform_data_action = function () {
|
|
|
2014
2015
|
var _ref202 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2015
2016
|
return sdk.post('/data_actions', null, body, options);
|
|
2016
2017
|
});
|
|
2017
|
-
return function perform_data_action(
|
|
2018
|
+
return function perform_data_action(_x659, _x660, _x661) {
|
|
2018
2019
|
return _ref202.apply(this, arguments);
|
|
2019
2020
|
};
|
|
2020
2021
|
}();
|
|
@@ -2022,7 +2023,7 @@ export var fetch_remote_data_action_form = function () {
|
|
|
2022
2023
|
var _ref203 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2023
2024
|
return sdk.post('/data_actions/form', null, body, options);
|
|
2024
2025
|
});
|
|
2025
|
-
return function fetch_remote_data_action_form(
|
|
2026
|
+
return function fetch_remote_data_action_form(_x662, _x663, _x664) {
|
|
2026
2027
|
return _ref203.apply(this, arguments);
|
|
2027
2028
|
};
|
|
2028
2029
|
}();
|
|
@@ -2030,7 +2031,7 @@ export var all_datagroups = function () {
|
|
|
2030
2031
|
var _ref204 = _asyncToGenerator(function* (sdk, options) {
|
|
2031
2032
|
return sdk.get('/datagroups', null, null, options);
|
|
2032
2033
|
});
|
|
2033
|
-
return function all_datagroups(
|
|
2034
|
+
return function all_datagroups(_x665, _x666) {
|
|
2034
2035
|
return _ref204.apply(this, arguments);
|
|
2035
2036
|
};
|
|
2036
2037
|
}();
|
|
@@ -2039,7 +2040,7 @@ export var datagroup = function () {
|
|
|
2039
2040
|
datagroup_id = encodeParam(datagroup_id);
|
|
2040
2041
|
return sdk.get("/datagroups/".concat(datagroup_id), null, null, options);
|
|
2041
2042
|
});
|
|
2042
|
-
return function datagroup(
|
|
2043
|
+
return function datagroup(_x667, _x668, _x669) {
|
|
2043
2044
|
return _ref205.apply(this, arguments);
|
|
2044
2045
|
};
|
|
2045
2046
|
}();
|
|
@@ -2048,7 +2049,7 @@ export var update_datagroup = function () {
|
|
|
2048
2049
|
datagroup_id = encodeParam(datagroup_id);
|
|
2049
2050
|
return sdk.patch("/datagroups/".concat(datagroup_id), null, body, options);
|
|
2050
2051
|
});
|
|
2051
|
-
return function update_datagroup(
|
|
2052
|
+
return function update_datagroup(_x670, _x671, _x672, _x673) {
|
|
2052
2053
|
return _ref206.apply(this, arguments);
|
|
2053
2054
|
};
|
|
2054
2055
|
}();
|
|
@@ -2060,7 +2061,7 @@ export var graph_derived_tables_for_model = function () {
|
|
|
2060
2061
|
color: request.color
|
|
2061
2062
|
}, null, options);
|
|
2062
2063
|
});
|
|
2063
|
-
return function graph_derived_tables_for_model(
|
|
2064
|
+
return function graph_derived_tables_for_model(_x674, _x675, _x676) {
|
|
2064
2065
|
return _ref207.apply(this, arguments);
|
|
2065
2066
|
};
|
|
2066
2067
|
}();
|
|
@@ -2072,7 +2073,7 @@ export var graph_derived_tables_for_view = function () {
|
|
|
2072
2073
|
workspace: request.workspace
|
|
2073
2074
|
}, null, options);
|
|
2074
2075
|
});
|
|
2075
|
-
return function graph_derived_tables_for_view(
|
|
2076
|
+
return function graph_derived_tables_for_view(_x677, _x678, _x679) {
|
|
2076
2077
|
return _ref208.apply(this, arguments);
|
|
2077
2078
|
};
|
|
2078
2079
|
}();
|
|
@@ -2087,7 +2088,7 @@ export var start_pdt_build = function () {
|
|
|
2087
2088
|
source: request.source
|
|
2088
2089
|
}, null, options);
|
|
2089
2090
|
});
|
|
2090
|
-
return function start_pdt_build(
|
|
2091
|
+
return function start_pdt_build(_x680, _x681, _x682) {
|
|
2091
2092
|
return _ref209.apply(this, arguments);
|
|
2092
2093
|
};
|
|
2093
2094
|
}();
|
|
@@ -2096,7 +2097,7 @@ export var check_pdt_build = function () {
|
|
|
2096
2097
|
materialization_id = encodeParam(materialization_id);
|
|
2097
2098
|
return sdk.get("/derived_table/".concat(materialization_id, "/status"), null, null, options);
|
|
2098
2099
|
});
|
|
2099
|
-
return function check_pdt_build(
|
|
2100
|
+
return function check_pdt_build(_x683, _x684, _x685) {
|
|
2100
2101
|
return _ref210.apply(this, arguments);
|
|
2101
2102
|
};
|
|
2102
2103
|
}();
|
|
@@ -2107,7 +2108,7 @@ export var stop_pdt_build = function () {
|
|
|
2107
2108
|
source
|
|
2108
2109
|
}, null, options);
|
|
2109
2110
|
});
|
|
2110
|
-
return function stop_pdt_build(
|
|
2111
|
+
return function stop_pdt_build(_x686, _x687, _x688, _x689) {
|
|
2111
2112
|
return _ref211.apply(this, arguments);
|
|
2112
2113
|
};
|
|
2113
2114
|
}();
|
|
@@ -2129,7 +2130,7 @@ export var search_folders = function () {
|
|
|
2129
2130
|
is_users_root: request.is_users_root
|
|
2130
2131
|
}, null, options);
|
|
2131
2132
|
});
|
|
2132
|
-
return function search_folders(
|
|
2133
|
+
return function search_folders(_x690, _x691, _x692) {
|
|
2133
2134
|
return _ref212.apply(this, arguments);
|
|
2134
2135
|
};
|
|
2135
2136
|
}();
|
|
@@ -2140,7 +2141,7 @@ export var folder = function () {
|
|
|
2140
2141
|
fields
|
|
2141
2142
|
}, null, options);
|
|
2142
2143
|
});
|
|
2143
|
-
return function folder(
|
|
2144
|
+
return function folder(_x693, _x694, _x695, _x696) {
|
|
2144
2145
|
return _ref213.apply(this, arguments);
|
|
2145
2146
|
};
|
|
2146
2147
|
}();
|
|
@@ -2149,7 +2150,7 @@ export var update_folder = function () {
|
|
|
2149
2150
|
folder_id = encodeParam(folder_id);
|
|
2150
2151
|
return sdk.patch("/folders/".concat(folder_id), null, body, options);
|
|
2151
2152
|
});
|
|
2152
|
-
return function update_folder(
|
|
2153
|
+
return function update_folder(_x697, _x698, _x699, _x700) {
|
|
2153
2154
|
return _ref214.apply(this, arguments);
|
|
2154
2155
|
};
|
|
2155
2156
|
}();
|
|
@@ -2158,7 +2159,7 @@ export var delete_folder = function () {
|
|
|
2158
2159
|
folder_id = encodeParam(folder_id);
|
|
2159
2160
|
return sdk.delete("/folders/".concat(folder_id), null, null, options);
|
|
2160
2161
|
});
|
|
2161
|
-
return function delete_folder(
|
|
2162
|
+
return function delete_folder(_x701, _x702, _x703) {
|
|
2162
2163
|
return _ref215.apply(this, arguments);
|
|
2163
2164
|
};
|
|
2164
2165
|
}();
|
|
@@ -2168,7 +2169,7 @@ export var all_folders = function () {
|
|
|
2168
2169
|
fields
|
|
2169
2170
|
}, null, options);
|
|
2170
2171
|
});
|
|
2171
|
-
return function all_folders(
|
|
2172
|
+
return function all_folders(_x704, _x705, _x706) {
|
|
2172
2173
|
return _ref216.apply(this, arguments);
|
|
2173
2174
|
};
|
|
2174
2175
|
}();
|
|
@@ -2176,7 +2177,7 @@ export var create_folder = function () {
|
|
|
2176
2177
|
var _ref217 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2177
2178
|
return sdk.post('/folders', null, body, options);
|
|
2178
2179
|
});
|
|
2179
|
-
return function create_folder(
|
|
2180
|
+
return function create_folder(_x707, _x708, _x709) {
|
|
2180
2181
|
return _ref217.apply(this, arguments);
|
|
2181
2182
|
};
|
|
2182
2183
|
}();
|
|
@@ -2192,7 +2193,7 @@ export var folder_children = function () {
|
|
|
2192
2193
|
sorts: request.sorts
|
|
2193
2194
|
}, null, options);
|
|
2194
2195
|
});
|
|
2195
|
-
return function folder_children(
|
|
2196
|
+
return function folder_children(_x710, _x711, _x712) {
|
|
2196
2197
|
return _ref218.apply(this, arguments);
|
|
2197
2198
|
};
|
|
2198
2199
|
}();
|
|
@@ -2205,7 +2206,7 @@ export var folder_children_search = function () {
|
|
|
2205
2206
|
name: request.name
|
|
2206
2207
|
}, null, options);
|
|
2207
2208
|
});
|
|
2208
|
-
return function folder_children_search(
|
|
2209
|
+
return function folder_children_search(_x713, _x714, _x715) {
|
|
2209
2210
|
return _ref219.apply(this, arguments);
|
|
2210
2211
|
};
|
|
2211
2212
|
}();
|
|
@@ -2216,7 +2217,7 @@ export var folder_parent = function () {
|
|
|
2216
2217
|
fields
|
|
2217
2218
|
}, null, options);
|
|
2218
2219
|
});
|
|
2219
|
-
return function folder_parent(
|
|
2220
|
+
return function folder_parent(_x716, _x717, _x718, _x719) {
|
|
2220
2221
|
return _ref220.apply(this, arguments);
|
|
2221
2222
|
};
|
|
2222
2223
|
}();
|
|
@@ -2227,7 +2228,7 @@ export var folder_ancestors = function () {
|
|
|
2227
2228
|
fields
|
|
2228
2229
|
}, null, options);
|
|
2229
2230
|
});
|
|
2230
|
-
return function folder_ancestors(
|
|
2231
|
+
return function folder_ancestors(_x720, _x721, _x722, _x723) {
|
|
2231
2232
|
return _ref221.apply(this, arguments);
|
|
2232
2233
|
};
|
|
2233
2234
|
}();
|
|
@@ -2238,7 +2239,7 @@ export var folder_looks = function () {
|
|
|
2238
2239
|
fields
|
|
2239
2240
|
}, null, options);
|
|
2240
2241
|
});
|
|
2241
|
-
return function folder_looks(
|
|
2242
|
+
return function folder_looks(_x724, _x725, _x726, _x727) {
|
|
2242
2243
|
return _ref222.apply(this, arguments);
|
|
2243
2244
|
};
|
|
2244
2245
|
}();
|
|
@@ -2249,7 +2250,7 @@ export var folder_dashboards = function () {
|
|
|
2249
2250
|
fields
|
|
2250
2251
|
}, null, options);
|
|
2251
2252
|
});
|
|
2252
|
-
return function folder_dashboards(
|
|
2253
|
+
return function folder_dashboards(_x728, _x729, _x730, _x731) {
|
|
2253
2254
|
return _ref223.apply(this, arguments);
|
|
2254
2255
|
};
|
|
2255
2256
|
}();
|
|
@@ -2267,7 +2268,7 @@ export var all_groups = function () {
|
|
|
2267
2268
|
can_add_to_content_metadata: request.can_add_to_content_metadata
|
|
2268
2269
|
}, null, options);
|
|
2269
2270
|
});
|
|
2270
|
-
return function all_groups(
|
|
2271
|
+
return function all_groups(_x732, _x733, _x734) {
|
|
2271
2272
|
return _ref224.apply(this, arguments);
|
|
2272
2273
|
};
|
|
2273
2274
|
}();
|
|
@@ -2277,7 +2278,7 @@ export var create_group = function () {
|
|
|
2277
2278
|
fields
|
|
2278
2279
|
}, body, options);
|
|
2279
2280
|
});
|
|
2280
|
-
return function create_group(
|
|
2281
|
+
return function create_group(_x735, _x736, _x737, _x738) {
|
|
2281
2282
|
return _ref225.apply(this, arguments);
|
|
2282
2283
|
};
|
|
2283
2284
|
}();
|
|
@@ -2296,7 +2297,7 @@ export var search_groups = function () {
|
|
|
2296
2297
|
externally_orphaned: request.externally_orphaned
|
|
2297
2298
|
}, null, options);
|
|
2298
2299
|
});
|
|
2299
|
-
return function search_groups(
|
|
2300
|
+
return function search_groups(_x739, _x740, _x741) {
|
|
2300
2301
|
return _ref226.apply(this, arguments);
|
|
2301
2302
|
};
|
|
2302
2303
|
}();
|
|
@@ -2315,7 +2316,7 @@ export var search_groups_with_roles = function () {
|
|
|
2315
2316
|
externally_orphaned: request.externally_orphaned
|
|
2316
2317
|
}, null, options);
|
|
2317
2318
|
});
|
|
2318
|
-
return function search_groups_with_roles(
|
|
2319
|
+
return function search_groups_with_roles(_x742, _x743, _x744) {
|
|
2319
2320
|
return _ref227.apply(this, arguments);
|
|
2320
2321
|
};
|
|
2321
2322
|
}();
|
|
@@ -2334,7 +2335,7 @@ export var search_groups_with_hierarchy = function () {
|
|
|
2334
2335
|
externally_orphaned: request.externally_orphaned
|
|
2335
2336
|
}, null, options);
|
|
2336
2337
|
});
|
|
2337
|
-
return function search_groups_with_hierarchy(
|
|
2338
|
+
return function search_groups_with_hierarchy(_x745, _x746, _x747) {
|
|
2338
2339
|
return _ref228.apply(this, arguments);
|
|
2339
2340
|
};
|
|
2340
2341
|
}();
|
|
@@ -2345,7 +2346,7 @@ export var group = function () {
|
|
|
2345
2346
|
fields
|
|
2346
2347
|
}, null, options);
|
|
2347
2348
|
});
|
|
2348
|
-
return function group(
|
|
2349
|
+
return function group(_x748, _x749, _x750, _x751) {
|
|
2349
2350
|
return _ref229.apply(this, arguments);
|
|
2350
2351
|
};
|
|
2351
2352
|
}();
|
|
@@ -2356,7 +2357,7 @@ export var update_group = function () {
|
|
|
2356
2357
|
fields
|
|
2357
2358
|
}, body, options);
|
|
2358
2359
|
});
|
|
2359
|
-
return function update_group(
|
|
2360
|
+
return function update_group(_x752, _x753, _x754, _x755, _x756) {
|
|
2360
2361
|
return _ref230.apply(this, arguments);
|
|
2361
2362
|
};
|
|
2362
2363
|
}();
|
|
@@ -2365,7 +2366,7 @@ export var delete_group = function () {
|
|
|
2365
2366
|
group_id = encodeParam(group_id);
|
|
2366
2367
|
return sdk.delete("/groups/".concat(group_id), null, null, options);
|
|
2367
2368
|
});
|
|
2368
|
-
return function delete_group(
|
|
2369
|
+
return function delete_group(_x757, _x758, _x759) {
|
|
2369
2370
|
return _ref231.apply(this, arguments);
|
|
2370
2371
|
};
|
|
2371
2372
|
}();
|
|
@@ -2376,7 +2377,7 @@ export var all_group_groups = function () {
|
|
|
2376
2377
|
fields
|
|
2377
2378
|
}, null, options);
|
|
2378
2379
|
});
|
|
2379
|
-
return function all_group_groups(
|
|
2380
|
+
return function all_group_groups(_x760, _x761, _x762, _x763) {
|
|
2380
2381
|
return _ref232.apply(this, arguments);
|
|
2381
2382
|
};
|
|
2382
2383
|
}();
|
|
@@ -2385,7 +2386,7 @@ export var add_group_group = function () {
|
|
|
2385
2386
|
group_id = encodeParam(group_id);
|
|
2386
2387
|
return sdk.post("/groups/".concat(group_id, "/groups"), null, body, options);
|
|
2387
2388
|
});
|
|
2388
|
-
return function add_group_group(
|
|
2389
|
+
return function add_group_group(_x764, _x765, _x766, _x767) {
|
|
2389
2390
|
return _ref233.apply(this, arguments);
|
|
2390
2391
|
};
|
|
2391
2392
|
}();
|
|
@@ -2401,7 +2402,7 @@ export var all_group_users = function () {
|
|
|
2401
2402
|
sorts: request.sorts
|
|
2402
2403
|
}, null, options);
|
|
2403
2404
|
});
|
|
2404
|
-
return function all_group_users(
|
|
2405
|
+
return function all_group_users(_x768, _x769, _x770) {
|
|
2405
2406
|
return _ref234.apply(this, arguments);
|
|
2406
2407
|
};
|
|
2407
2408
|
}();
|
|
@@ -2410,7 +2411,7 @@ export var add_group_user = function () {
|
|
|
2410
2411
|
group_id = encodeParam(group_id);
|
|
2411
2412
|
return sdk.post("/groups/".concat(group_id, "/users"), null, body, options);
|
|
2412
2413
|
});
|
|
2413
|
-
return function add_group_user(
|
|
2414
|
+
return function add_group_user(_x771, _x772, _x773, _x774) {
|
|
2414
2415
|
return _ref235.apply(this, arguments);
|
|
2415
2416
|
};
|
|
2416
2417
|
}();
|
|
@@ -2420,7 +2421,7 @@ export var delete_group_user = function () {
|
|
|
2420
2421
|
user_id = encodeParam(user_id);
|
|
2421
2422
|
return sdk.delete("/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
|
|
2422
2423
|
});
|
|
2423
|
-
return function delete_group_user(
|
|
2424
|
+
return function delete_group_user(_x775, _x776, _x777, _x778) {
|
|
2424
2425
|
return _ref236.apply(this, arguments);
|
|
2425
2426
|
};
|
|
2426
2427
|
}();
|
|
@@ -2430,7 +2431,7 @@ export var delete_group_from_group = function () {
|
|
|
2430
2431
|
deleting_group_id = encodeParam(deleting_group_id);
|
|
2431
2432
|
return sdk.delete("/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
|
|
2432
2433
|
});
|
|
2433
|
-
return function delete_group_from_group(
|
|
2434
|
+
return function delete_group_from_group(_x779, _x780, _x781, _x782) {
|
|
2434
2435
|
return _ref237.apply(this, arguments);
|
|
2435
2436
|
};
|
|
2436
2437
|
}();
|
|
@@ -2440,7 +2441,7 @@ export var update_user_attribute_group_value = function () {
|
|
|
2440
2441
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
2441
2442
|
return sdk.patch("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
|
|
2442
2443
|
});
|
|
2443
|
-
return function update_user_attribute_group_value(
|
|
2444
|
+
return function update_user_attribute_group_value(_x783, _x784, _x785, _x786, _x787) {
|
|
2444
2445
|
return _ref238.apply(this, arguments);
|
|
2445
2446
|
};
|
|
2446
2447
|
}();
|
|
@@ -2450,7 +2451,7 @@ export var delete_user_attribute_group_value = function () {
|
|
|
2450
2451
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
2451
2452
|
return sdk.delete("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
|
|
2452
2453
|
});
|
|
2453
|
-
return function delete_user_attribute_group_value(
|
|
2454
|
+
return function delete_user_attribute_group_value(_x788, _x789, _x790, _x791) {
|
|
2454
2455
|
return _ref239.apply(this, arguments);
|
|
2455
2456
|
};
|
|
2456
2457
|
}();
|
|
@@ -2460,7 +2461,7 @@ export var all_primary_homepage_sections = function () {
|
|
|
2460
2461
|
fields
|
|
2461
2462
|
}, null, options);
|
|
2462
2463
|
});
|
|
2463
|
-
return function all_primary_homepage_sections(
|
|
2464
|
+
return function all_primary_homepage_sections(_x792, _x793, _x794) {
|
|
2464
2465
|
return _ref240.apply(this, arguments);
|
|
2465
2466
|
};
|
|
2466
2467
|
}();
|
|
@@ -2470,7 +2471,7 @@ export var all_integration_hubs = function () {
|
|
|
2470
2471
|
fields
|
|
2471
2472
|
}, null, options);
|
|
2472
2473
|
});
|
|
2473
|
-
return function all_integration_hubs(
|
|
2474
|
+
return function all_integration_hubs(_x795, _x796, _x797) {
|
|
2474
2475
|
return _ref241.apply(this, arguments);
|
|
2475
2476
|
};
|
|
2476
2477
|
}();
|
|
@@ -2480,7 +2481,7 @@ export var create_integration_hub = function () {
|
|
|
2480
2481
|
fields
|
|
2481
2482
|
}, body, options);
|
|
2482
2483
|
});
|
|
2483
|
-
return function create_integration_hub(
|
|
2484
|
+
return function create_integration_hub(_x798, _x799, _x800, _x801) {
|
|
2484
2485
|
return _ref242.apply(this, arguments);
|
|
2485
2486
|
};
|
|
2486
2487
|
}();
|
|
@@ -2491,7 +2492,7 @@ export var integration_hub = function () {
|
|
|
2491
2492
|
fields
|
|
2492
2493
|
}, null, options);
|
|
2493
2494
|
});
|
|
2494
|
-
return function integration_hub(
|
|
2495
|
+
return function integration_hub(_x802, _x803, _x804, _x805) {
|
|
2495
2496
|
return _ref243.apply(this, arguments);
|
|
2496
2497
|
};
|
|
2497
2498
|
}();
|
|
@@ -2502,7 +2503,7 @@ export var update_integration_hub = function () {
|
|
|
2502
2503
|
fields
|
|
2503
2504
|
}, body, options);
|
|
2504
2505
|
});
|
|
2505
|
-
return function update_integration_hub(
|
|
2506
|
+
return function update_integration_hub(_x806, _x807, _x808, _x809, _x810) {
|
|
2506
2507
|
return _ref244.apply(this, arguments);
|
|
2507
2508
|
};
|
|
2508
2509
|
}();
|
|
@@ -2511,7 +2512,7 @@ export var delete_integration_hub = function () {
|
|
|
2511
2512
|
integration_hub_id = encodeParam(integration_hub_id);
|
|
2512
2513
|
return sdk.delete("/integration_hubs/".concat(integration_hub_id), null, null, options);
|
|
2513
2514
|
});
|
|
2514
|
-
return function delete_integration_hub(
|
|
2515
|
+
return function delete_integration_hub(_x811, _x812, _x813) {
|
|
2515
2516
|
return _ref245.apply(this, arguments);
|
|
2516
2517
|
};
|
|
2517
2518
|
}();
|
|
@@ -2520,7 +2521,7 @@ export var accept_integration_hub_legal_agreement = function () {
|
|
|
2520
2521
|
integration_hub_id = encodeParam(integration_hub_id);
|
|
2521
2522
|
return sdk.post("/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
|
|
2522
2523
|
});
|
|
2523
|
-
return function accept_integration_hub_legal_agreement(
|
|
2524
|
+
return function accept_integration_hub_legal_agreement(_x814, _x815, _x816) {
|
|
2524
2525
|
return _ref246.apply(this, arguments);
|
|
2525
2526
|
};
|
|
2526
2527
|
}();
|
|
@@ -2531,7 +2532,7 @@ export var all_integrations = function () {
|
|
|
2531
2532
|
integration_hub_id: request.integration_hub_id
|
|
2532
2533
|
}, null, options);
|
|
2533
2534
|
});
|
|
2534
|
-
return function all_integrations(
|
|
2535
|
+
return function all_integrations(_x817, _x818, _x819) {
|
|
2535
2536
|
return _ref247.apply(this, arguments);
|
|
2536
2537
|
};
|
|
2537
2538
|
}();
|
|
@@ -2542,7 +2543,7 @@ export var integration = function () {
|
|
|
2542
2543
|
fields
|
|
2543
2544
|
}, null, options);
|
|
2544
2545
|
});
|
|
2545
|
-
return function integration(
|
|
2546
|
+
return function integration(_x820, _x821, _x822, _x823) {
|
|
2546
2547
|
return _ref248.apply(this, arguments);
|
|
2547
2548
|
};
|
|
2548
2549
|
}();
|
|
@@ -2553,7 +2554,7 @@ export var update_integration = function () {
|
|
|
2553
2554
|
fields
|
|
2554
2555
|
}, body, options);
|
|
2555
2556
|
});
|
|
2556
|
-
return function update_integration(
|
|
2557
|
+
return function update_integration(_x824, _x825, _x826, _x827, _x828) {
|
|
2557
2558
|
return _ref249.apply(this, arguments);
|
|
2558
2559
|
};
|
|
2559
2560
|
}();
|
|
@@ -2562,7 +2563,7 @@ export var fetch_integration_form = function () {
|
|
|
2562
2563
|
integration_id = encodeParam(integration_id);
|
|
2563
2564
|
return sdk.post("/integrations/".concat(integration_id, "/form"), null, body, options);
|
|
2564
2565
|
});
|
|
2565
|
-
return function fetch_integration_form(
|
|
2566
|
+
return function fetch_integration_form(_x829, _x830, _x831, _x832) {
|
|
2566
2567
|
return _ref250.apply(this, arguments);
|
|
2567
2568
|
};
|
|
2568
2569
|
}();
|
|
@@ -2571,7 +2572,7 @@ export var test_integration = function () {
|
|
|
2571
2572
|
integration_id = encodeParam(integration_id);
|
|
2572
2573
|
return sdk.post("/integrations/".concat(integration_id, "/test"), null, null, options);
|
|
2573
2574
|
});
|
|
2574
|
-
return function test_integration(
|
|
2575
|
+
return function test_integration(_x833, _x834, _x835) {
|
|
2575
2576
|
return _ref251.apply(this, arguments);
|
|
2576
2577
|
};
|
|
2577
2578
|
}();
|
|
@@ -2581,7 +2582,7 @@ export var all_looks = function () {
|
|
|
2581
2582
|
fields
|
|
2582
2583
|
}, null, options);
|
|
2583
2584
|
});
|
|
2584
|
-
return function all_looks(
|
|
2585
|
+
return function all_looks(_x836, _x837, _x838) {
|
|
2585
2586
|
return _ref252.apply(this, arguments);
|
|
2586
2587
|
};
|
|
2587
2588
|
}();
|
|
@@ -2591,7 +2592,7 @@ export var create_look = function () {
|
|
|
2591
2592
|
fields
|
|
2592
2593
|
}, body, options);
|
|
2593
2594
|
});
|
|
2594
|
-
return function create_look(
|
|
2595
|
+
return function create_look(_x839, _x840, _x841, _x842) {
|
|
2595
2596
|
return _ref253.apply(this, arguments);
|
|
2596
2597
|
};
|
|
2597
2598
|
}();
|
|
@@ -2618,7 +2619,7 @@ export var search_looks = function () {
|
|
|
2618
2619
|
filter_or: request.filter_or
|
|
2619
2620
|
}, null, options);
|
|
2620
2621
|
});
|
|
2621
|
-
return function search_looks(
|
|
2622
|
+
return function search_looks(_x843, _x844, _x845) {
|
|
2622
2623
|
return _ref254.apply(this, arguments);
|
|
2623
2624
|
};
|
|
2624
2625
|
}();
|
|
@@ -2629,7 +2630,7 @@ export var look = function () {
|
|
|
2629
2630
|
fields
|
|
2630
2631
|
}, null, options);
|
|
2631
2632
|
});
|
|
2632
|
-
return function look(
|
|
2633
|
+
return function look(_x846, _x847, _x848, _x849) {
|
|
2633
2634
|
return _ref255.apply(this, arguments);
|
|
2634
2635
|
};
|
|
2635
2636
|
}();
|
|
@@ -2640,7 +2641,7 @@ export var update_look = function () {
|
|
|
2640
2641
|
fields
|
|
2641
2642
|
}, body, options);
|
|
2642
2643
|
});
|
|
2643
|
-
return function update_look(
|
|
2644
|
+
return function update_look(_x850, _x851, _x852, _x853, _x854) {
|
|
2644
2645
|
return _ref256.apply(this, arguments);
|
|
2645
2646
|
};
|
|
2646
2647
|
}();
|
|
@@ -2649,7 +2650,7 @@ export var delete_look = function () {
|
|
|
2649
2650
|
look_id = encodeParam(look_id);
|
|
2650
2651
|
return sdk.delete("/looks/".concat(look_id), null, null, options);
|
|
2651
2652
|
});
|
|
2652
|
-
return function delete_look(
|
|
2653
|
+
return function delete_look(_x855, _x856, _x857) {
|
|
2653
2654
|
return _ref257.apply(this, arguments);
|
|
2654
2655
|
};
|
|
2655
2656
|
}();
|
|
@@ -2672,7 +2673,7 @@ export var run_look = function () {
|
|
|
2672
2673
|
server_table_calcs: request.server_table_calcs
|
|
2673
2674
|
}, null, options);
|
|
2674
2675
|
});
|
|
2675
|
-
return function run_look(
|
|
2676
|
+
return function run_look(_x858, _x859, _x860) {
|
|
2676
2677
|
return _ref258.apply(this, arguments);
|
|
2677
2678
|
};
|
|
2678
2679
|
}();
|
|
@@ -2683,7 +2684,7 @@ export var copy_look = function () {
|
|
|
2683
2684
|
folder_id
|
|
2684
2685
|
}, null, options);
|
|
2685
2686
|
});
|
|
2686
|
-
return function copy_look(
|
|
2687
|
+
return function copy_look(_x861, _x862, _x863, _x864) {
|
|
2687
2688
|
return _ref259.apply(this, arguments);
|
|
2688
2689
|
};
|
|
2689
2690
|
}();
|
|
@@ -2694,7 +2695,7 @@ export var move_look = function () {
|
|
|
2694
2695
|
folder_id
|
|
2695
2696
|
}, null, options);
|
|
2696
2697
|
});
|
|
2697
|
-
return function move_look(
|
|
2698
|
+
return function move_look(_x865, _x866, _x867, _x868) {
|
|
2698
2699
|
return _ref260.apply(this, arguments);
|
|
2699
2700
|
};
|
|
2700
2701
|
}();
|
|
@@ -2709,7 +2710,7 @@ export var all_lookml_models = function () {
|
|
|
2709
2710
|
include_internal: request.include_internal
|
|
2710
2711
|
}, null, options);
|
|
2711
2712
|
});
|
|
2712
|
-
return function all_lookml_models(
|
|
2713
|
+
return function all_lookml_models(_x869, _x870, _x871) {
|
|
2713
2714
|
return _ref261.apply(this, arguments);
|
|
2714
2715
|
};
|
|
2715
2716
|
}();
|
|
@@ -2717,7 +2718,7 @@ export var create_lookml_model = function () {
|
|
|
2717
2718
|
var _ref262 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2718
2719
|
return sdk.post('/lookml_models', null, body, options);
|
|
2719
2720
|
});
|
|
2720
|
-
return function create_lookml_model(
|
|
2721
|
+
return function create_lookml_model(_x872, _x873, _x874) {
|
|
2721
2722
|
return _ref262.apply(this, arguments);
|
|
2722
2723
|
};
|
|
2723
2724
|
}();
|
|
@@ -2728,7 +2729,7 @@ export var lookml_model = function () {
|
|
|
2728
2729
|
fields
|
|
2729
2730
|
}, null, options);
|
|
2730
2731
|
});
|
|
2731
|
-
return function lookml_model(
|
|
2732
|
+
return function lookml_model(_x875, _x876, _x877, _x878) {
|
|
2732
2733
|
return _ref263.apply(this, arguments);
|
|
2733
2734
|
};
|
|
2734
2735
|
}();
|
|
@@ -2737,7 +2738,7 @@ export var update_lookml_model = function () {
|
|
|
2737
2738
|
lookml_model_name = encodeParam(lookml_model_name);
|
|
2738
2739
|
return sdk.patch("/lookml_models/".concat(lookml_model_name), null, body, options);
|
|
2739
2740
|
});
|
|
2740
|
-
return function update_lookml_model(
|
|
2741
|
+
return function update_lookml_model(_x879, _x880, _x881, _x882) {
|
|
2741
2742
|
return _ref264.apply(this, arguments);
|
|
2742
2743
|
};
|
|
2743
2744
|
}();
|
|
@@ -2746,7 +2747,7 @@ export var delete_lookml_model = function () {
|
|
|
2746
2747
|
lookml_model_name = encodeParam(lookml_model_name);
|
|
2747
2748
|
return sdk.delete("/lookml_models/".concat(lookml_model_name), null, null, options);
|
|
2748
2749
|
});
|
|
2749
|
-
return function delete_lookml_model(
|
|
2750
|
+
return function delete_lookml_model(_x883, _x884, _x885) {
|
|
2750
2751
|
return _ref265.apply(this, arguments);
|
|
2751
2752
|
};
|
|
2752
2753
|
}();
|
|
@@ -2759,7 +2760,7 @@ export var lookml_model_explore = function () {
|
|
|
2759
2760
|
add_drills_metadata: request.add_drills_metadata
|
|
2760
2761
|
}, null, options);
|
|
2761
2762
|
});
|
|
2762
|
-
return function lookml_model_explore(
|
|
2763
|
+
return function lookml_model_explore(_x886, _x887, _x888) {
|
|
2763
2764
|
return _ref266.apply(this, arguments);
|
|
2764
2765
|
};
|
|
2765
2766
|
}();
|
|
@@ -2773,7 +2774,7 @@ export var model_fieldname_suggestions = function () {
|
|
|
2773
2774
|
filters: request.filters
|
|
2774
2775
|
}, null, options);
|
|
2775
2776
|
});
|
|
2776
|
-
return function model_fieldname_suggestions(
|
|
2777
|
+
return function model_fieldname_suggestions(_x889, _x890, _x891) {
|
|
2777
2778
|
return _ref267.apply(this, arguments);
|
|
2778
2779
|
};
|
|
2779
2780
|
}();
|
|
@@ -2782,7 +2783,7 @@ export var get_model = function () {
|
|
|
2782
2783
|
model_name = encodeParam(model_name);
|
|
2783
2784
|
return sdk.get("/models/".concat(model_name), null, null, options);
|
|
2784
2785
|
});
|
|
2785
|
-
return function get_model(
|
|
2786
|
+
return function get_model(_x892, _x893, _x894) {
|
|
2786
2787
|
return _ref268.apply(this, arguments);
|
|
2787
2788
|
};
|
|
2788
2789
|
}();
|
|
@@ -2791,7 +2792,7 @@ export var connection_databases = function () {
|
|
|
2791
2792
|
connection_name = encodeParam(connection_name);
|
|
2792
2793
|
return sdk.get("/connections/".concat(connection_name, "/databases"), null, null, options);
|
|
2793
2794
|
});
|
|
2794
|
-
return function connection_databases(
|
|
2795
|
+
return function connection_databases(_x895, _x896, _x897) {
|
|
2795
2796
|
return _ref269.apply(this, arguments);
|
|
2796
2797
|
};
|
|
2797
2798
|
}();
|
|
@@ -2802,7 +2803,7 @@ export var connection_features = function () {
|
|
|
2802
2803
|
fields
|
|
2803
2804
|
}, null, options);
|
|
2804
2805
|
});
|
|
2805
|
-
return function connection_features(
|
|
2806
|
+
return function connection_features(_x898, _x899, _x900, _x901) {
|
|
2806
2807
|
return _ref270.apply(this, arguments);
|
|
2807
2808
|
};
|
|
2808
2809
|
}();
|
|
@@ -2815,7 +2816,7 @@ export var connection_schemas = function () {
|
|
|
2815
2816
|
fields: request.fields
|
|
2816
2817
|
}, null, options);
|
|
2817
2818
|
});
|
|
2818
|
-
return function connection_schemas(
|
|
2819
|
+
return function connection_schemas(_x902, _x903, _x904) {
|
|
2819
2820
|
return _ref271.apply(this, arguments);
|
|
2820
2821
|
};
|
|
2821
2822
|
}();
|
|
@@ -2831,7 +2832,7 @@ export var connection_tables = function () {
|
|
|
2831
2832
|
table_limit: request.table_limit
|
|
2832
2833
|
}, null, options);
|
|
2833
2834
|
});
|
|
2834
|
-
return function connection_tables(
|
|
2835
|
+
return function connection_tables(_x905, _x906, _x907) {
|
|
2835
2836
|
return _ref272.apply(this, arguments);
|
|
2836
2837
|
};
|
|
2837
2838
|
}();
|
|
@@ -2847,7 +2848,7 @@ export var connection_columns = function () {
|
|
|
2847
2848
|
fields: request.fields
|
|
2848
2849
|
}, null, options);
|
|
2849
2850
|
});
|
|
2850
|
-
return function connection_columns(
|
|
2851
|
+
return function connection_columns(_x908, _x909, _x910) {
|
|
2851
2852
|
return _ref273.apply(this, arguments);
|
|
2852
2853
|
};
|
|
2853
2854
|
}();
|
|
@@ -2859,7 +2860,7 @@ export var connection_search_columns = function () {
|
|
|
2859
2860
|
fields: request.fields
|
|
2860
2861
|
}, null, options);
|
|
2861
2862
|
});
|
|
2862
|
-
return function connection_search_columns(
|
|
2863
|
+
return function connection_search_columns(_x911, _x912, _x913) {
|
|
2863
2864
|
return _ref274.apply(this, arguments);
|
|
2864
2865
|
};
|
|
2865
2866
|
}();
|
|
@@ -2870,7 +2871,7 @@ export var connection_cost_estimate = function () {
|
|
|
2870
2871
|
fields
|
|
2871
2872
|
}, body, options);
|
|
2872
2873
|
});
|
|
2873
|
-
return function connection_cost_estimate(
|
|
2874
|
+
return function connection_cost_estimate(_x914, _x915, _x916, _x917, _x918) {
|
|
2874
2875
|
return _ref275.apply(this, arguments);
|
|
2875
2876
|
};
|
|
2876
2877
|
}();
|
|
@@ -2881,7 +2882,7 @@ export var lock_all = function () {
|
|
|
2881
2882
|
fields
|
|
2882
2883
|
}, null, options);
|
|
2883
2884
|
});
|
|
2884
|
-
return function lock_all(
|
|
2885
|
+
return function lock_all(_x919, _x920, _x921, _x922) {
|
|
2885
2886
|
return _ref276.apply(this, arguments);
|
|
2886
2887
|
};
|
|
2887
2888
|
}();
|
|
@@ -2890,7 +2891,7 @@ export var all_git_branches = function () {
|
|
|
2890
2891
|
project_id = encodeParam(project_id);
|
|
2891
2892
|
return sdk.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
|
|
2892
2893
|
});
|
|
2893
|
-
return function all_git_branches(
|
|
2894
|
+
return function all_git_branches(_x923, _x924, _x925) {
|
|
2894
2895
|
return _ref277.apply(this, arguments);
|
|
2895
2896
|
};
|
|
2896
2897
|
}();
|
|
@@ -2899,7 +2900,7 @@ export var git_branch = function () {
|
|
|
2899
2900
|
project_id = encodeParam(project_id);
|
|
2900
2901
|
return sdk.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
|
|
2901
2902
|
});
|
|
2902
|
-
return function git_branch(
|
|
2903
|
+
return function git_branch(_x926, _x927, _x928) {
|
|
2903
2904
|
return _ref278.apply(this, arguments);
|
|
2904
2905
|
};
|
|
2905
2906
|
}();
|
|
@@ -2908,7 +2909,7 @@ export var update_git_branch = function () {
|
|
|
2908
2909
|
project_id = encodeParam(project_id);
|
|
2909
2910
|
return sdk.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2910
2911
|
});
|
|
2911
|
-
return function update_git_branch(
|
|
2912
|
+
return function update_git_branch(_x929, _x930, _x931, _x932) {
|
|
2912
2913
|
return _ref279.apply(this, arguments);
|
|
2913
2914
|
};
|
|
2914
2915
|
}();
|
|
@@ -2917,7 +2918,7 @@ export var create_git_branch = function () {
|
|
|
2917
2918
|
project_id = encodeParam(project_id);
|
|
2918
2919
|
return sdk.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
|
|
2919
2920
|
});
|
|
2920
|
-
return function create_git_branch(
|
|
2921
|
+
return function create_git_branch(_x933, _x934, _x935, _x936) {
|
|
2921
2922
|
return _ref280.apply(this, arguments);
|
|
2922
2923
|
};
|
|
2923
2924
|
}();
|
|
@@ -2927,7 +2928,7 @@ export var find_git_branch = function () {
|
|
|
2927
2928
|
branch_name = encodeParam(branch_name);
|
|
2928
2929
|
return sdk.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2929
2930
|
});
|
|
2930
|
-
return function find_git_branch(
|
|
2931
|
+
return function find_git_branch(_x937, _x938, _x939, _x940) {
|
|
2931
2932
|
return _ref281.apply(this, arguments);
|
|
2932
2933
|
};
|
|
2933
2934
|
}();
|
|
@@ -2937,7 +2938,7 @@ export var delete_git_branch = function () {
|
|
|
2937
2938
|
branch_name = encodeParam(branch_name);
|
|
2938
2939
|
return sdk.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
|
|
2939
2940
|
});
|
|
2940
|
-
return function delete_git_branch(
|
|
2941
|
+
return function delete_git_branch(_x941, _x942, _x943, _x944) {
|
|
2941
2942
|
return _ref282.apply(this, arguments);
|
|
2942
2943
|
};
|
|
2943
2944
|
}();
|
|
@@ -2949,7 +2950,7 @@ export var deploy_ref_to_production = function () {
|
|
|
2949
2950
|
ref: request.ref
|
|
2950
2951
|
}, null, options);
|
|
2951
2952
|
});
|
|
2952
|
-
return function deploy_ref_to_production(
|
|
2953
|
+
return function deploy_ref_to_production(_x945, _x946, _x947) {
|
|
2953
2954
|
return _ref283.apply(this, arguments);
|
|
2954
2955
|
};
|
|
2955
2956
|
}();
|
|
@@ -2958,7 +2959,7 @@ export var deploy_to_production = function () {
|
|
|
2958
2959
|
project_id = encodeParam(project_id);
|
|
2959
2960
|
return sdk.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
|
|
2960
2961
|
});
|
|
2961
|
-
return function deploy_to_production(
|
|
2962
|
+
return function deploy_to_production(_x948, _x949, _x950) {
|
|
2962
2963
|
return _ref284.apply(this, arguments);
|
|
2963
2964
|
};
|
|
2964
2965
|
}();
|
|
@@ -2967,7 +2968,7 @@ export var reset_project_to_production = function () {
|
|
|
2967
2968
|
project_id = encodeParam(project_id);
|
|
2968
2969
|
return sdk.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
|
|
2969
2970
|
});
|
|
2970
|
-
return function reset_project_to_production(
|
|
2971
|
+
return function reset_project_to_production(_x951, _x952, _x953) {
|
|
2971
2972
|
return _ref285.apply(this, arguments);
|
|
2972
2973
|
};
|
|
2973
2974
|
}();
|
|
@@ -2976,7 +2977,7 @@ export var reset_project_to_remote = function () {
|
|
|
2976
2977
|
project_id = encodeParam(project_id);
|
|
2977
2978
|
return sdk.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
|
|
2978
2979
|
});
|
|
2979
|
-
return function reset_project_to_remote(
|
|
2980
|
+
return function reset_project_to_remote(_x954, _x955, _x956) {
|
|
2980
2981
|
return _ref286.apply(this, arguments);
|
|
2981
2982
|
};
|
|
2982
2983
|
}();
|
|
@@ -2986,7 +2987,7 @@ export var all_projects = function () {
|
|
|
2986
2987
|
fields
|
|
2987
2988
|
}, null, options);
|
|
2988
2989
|
});
|
|
2989
|
-
return function all_projects(
|
|
2990
|
+
return function all_projects(_x957, _x958, _x959) {
|
|
2990
2991
|
return _ref287.apply(this, arguments);
|
|
2991
2992
|
};
|
|
2992
2993
|
}();
|
|
@@ -2994,7 +2995,7 @@ export var create_project = function () {
|
|
|
2994
2995
|
var _ref288 = _asyncToGenerator(function* (sdk, body, options) {
|
|
2995
2996
|
return sdk.post('/projects', null, body, options);
|
|
2996
2997
|
});
|
|
2997
|
-
return function create_project(
|
|
2998
|
+
return function create_project(_x960, _x961, _x962) {
|
|
2998
2999
|
return _ref288.apply(this, arguments);
|
|
2999
3000
|
};
|
|
3000
3001
|
}();
|
|
@@ -3005,7 +3006,7 @@ export var project = function () {
|
|
|
3005
3006
|
fields
|
|
3006
3007
|
}, null, options);
|
|
3007
3008
|
});
|
|
3008
|
-
return function project(
|
|
3009
|
+
return function project(_x963, _x964, _x965, _x966) {
|
|
3009
3010
|
return _ref289.apply(this, arguments);
|
|
3010
3011
|
};
|
|
3011
3012
|
}();
|
|
@@ -3016,7 +3017,7 @@ export var update_project = function () {
|
|
|
3016
3017
|
fields
|
|
3017
3018
|
}, body, options);
|
|
3018
3019
|
});
|
|
3019
|
-
return function update_project(
|
|
3020
|
+
return function update_project(_x967, _x968, _x969, _x970, _x971) {
|
|
3020
3021
|
return _ref290.apply(this, arguments);
|
|
3021
3022
|
};
|
|
3022
3023
|
}();
|
|
@@ -3025,7 +3026,7 @@ export var manifest = function () {
|
|
|
3025
3026
|
project_id = encodeParam(project_id);
|
|
3026
3027
|
return sdk.get("/projects/".concat(project_id, "/manifest"), null, null, options);
|
|
3027
3028
|
});
|
|
3028
|
-
return function manifest(
|
|
3029
|
+
return function manifest(_x972, _x973, _x974) {
|
|
3029
3030
|
return _ref291.apply(this, arguments);
|
|
3030
3031
|
};
|
|
3031
3032
|
}();
|
|
@@ -3034,7 +3035,7 @@ export var git_deploy_key = function () {
|
|
|
3034
3035
|
project_id = encodeParam(project_id);
|
|
3035
3036
|
return sdk.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3036
3037
|
});
|
|
3037
|
-
return function git_deploy_key(
|
|
3038
|
+
return function git_deploy_key(_x975, _x976, _x977) {
|
|
3038
3039
|
return _ref292.apply(this, arguments);
|
|
3039
3040
|
};
|
|
3040
3041
|
}();
|
|
@@ -3043,7 +3044,7 @@ export var create_git_deploy_key = function () {
|
|
|
3043
3044
|
project_id = encodeParam(project_id);
|
|
3044
3045
|
return sdk.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
|
|
3045
3046
|
});
|
|
3046
|
-
return function create_git_deploy_key(
|
|
3047
|
+
return function create_git_deploy_key(_x978, _x979, _x980) {
|
|
3047
3048
|
return _ref293.apply(this, arguments);
|
|
3048
3049
|
};
|
|
3049
3050
|
}();
|
|
@@ -3054,7 +3055,7 @@ export var project_validation_results = function () {
|
|
|
3054
3055
|
fields
|
|
3055
3056
|
}, null, options);
|
|
3056
3057
|
});
|
|
3057
|
-
return function project_validation_results(
|
|
3058
|
+
return function project_validation_results(_x981, _x982, _x983, _x984) {
|
|
3058
3059
|
return _ref294.apply(this, arguments);
|
|
3059
3060
|
};
|
|
3060
3061
|
}();
|
|
@@ -3065,7 +3066,7 @@ export var validate_project = function () {
|
|
|
3065
3066
|
fields
|
|
3066
3067
|
}, null, options);
|
|
3067
3068
|
});
|
|
3068
|
-
return function validate_project(
|
|
3069
|
+
return function validate_project(_x985, _x986, _x987, _x988) {
|
|
3069
3070
|
return _ref295.apply(this, arguments);
|
|
3070
3071
|
};
|
|
3071
3072
|
}();
|
|
@@ -3076,7 +3077,7 @@ export var project_workspace = function () {
|
|
|
3076
3077
|
fields
|
|
3077
3078
|
}, null, options);
|
|
3078
3079
|
});
|
|
3079
|
-
return function project_workspace(
|
|
3080
|
+
return function project_workspace(_x989, _x990, _x991, _x992) {
|
|
3080
3081
|
return _ref296.apply(this, arguments);
|
|
3081
3082
|
};
|
|
3082
3083
|
}();
|
|
@@ -3087,7 +3088,7 @@ export var all_project_files = function () {
|
|
|
3087
3088
|
fields
|
|
3088
3089
|
}, null, options);
|
|
3089
3090
|
});
|
|
3090
|
-
return function all_project_files(
|
|
3091
|
+
return function all_project_files(_x993, _x994, _x995, _x996) {
|
|
3091
3092
|
return _ref297.apply(this, arguments);
|
|
3092
3093
|
};
|
|
3093
3094
|
}();
|
|
@@ -3099,7 +3100,7 @@ export var project_file = function () {
|
|
|
3099
3100
|
fields
|
|
3100
3101
|
}, null, options);
|
|
3101
3102
|
});
|
|
3102
|
-
return function project_file(
|
|
3103
|
+
return function project_file(_x997, _x998, _x999, _x1000, _x1001) {
|
|
3103
3104
|
return _ref298.apply(this, arguments);
|
|
3104
3105
|
};
|
|
3105
3106
|
}();
|
|
@@ -3110,7 +3111,7 @@ export var all_git_connection_tests = function () {
|
|
|
3110
3111
|
remote_url
|
|
3111
3112
|
}, null, options);
|
|
3112
3113
|
});
|
|
3113
|
-
return function all_git_connection_tests(
|
|
3114
|
+
return function all_git_connection_tests(_x1002, _x1003, _x1004, _x1005) {
|
|
3114
3115
|
return _ref299.apply(this, arguments);
|
|
3115
3116
|
};
|
|
3116
3117
|
}();
|
|
@@ -3123,7 +3124,7 @@ export var run_git_connection_test = function () {
|
|
|
3123
3124
|
use_production: request.use_production
|
|
3124
3125
|
}, null, options);
|
|
3125
3126
|
});
|
|
3126
|
-
return function run_git_connection_test(
|
|
3127
|
+
return function run_git_connection_test(_x1006, _x1007, _x1008) {
|
|
3127
3128
|
return _ref300.apply(this, arguments);
|
|
3128
3129
|
};
|
|
3129
3130
|
}();
|
|
@@ -3134,7 +3135,7 @@ export var all_lookml_tests = function () {
|
|
|
3134
3135
|
file_id
|
|
3135
3136
|
}, null, options);
|
|
3136
3137
|
});
|
|
3137
|
-
return function all_lookml_tests(
|
|
3138
|
+
return function all_lookml_tests(_x1009, _x1010, _x1011, _x1012) {
|
|
3138
3139
|
return _ref301.apply(this, arguments);
|
|
3139
3140
|
};
|
|
3140
3141
|
}();
|
|
@@ -3147,7 +3148,7 @@ export var run_lookml_test = function () {
|
|
|
3147
3148
|
model: request.model
|
|
3148
3149
|
}, null, options);
|
|
3149
3150
|
});
|
|
3150
|
-
return function run_lookml_test(
|
|
3151
|
+
return function run_lookml_test(_x1013, _x1014, _x1015) {
|
|
3151
3152
|
return _ref302.apply(this, arguments);
|
|
3152
3153
|
};
|
|
3153
3154
|
}();
|
|
@@ -3160,7 +3161,7 @@ export var tag_ref = function () {
|
|
|
3160
3161
|
tag_message: request.tag_message
|
|
3161
3162
|
}, request.body, options);
|
|
3162
3163
|
});
|
|
3163
|
-
return function tag_ref(
|
|
3164
|
+
return function tag_ref(_x1016, _x1017, _x1018) {
|
|
3164
3165
|
return _ref303.apply(this, arguments);
|
|
3165
3166
|
};
|
|
3166
3167
|
}();
|
|
@@ -3172,7 +3173,7 @@ export var get_ci_run = function () {
|
|
|
3172
3173
|
fields
|
|
3173
3174
|
}, null, options);
|
|
3174
3175
|
});
|
|
3175
|
-
return function get_ci_run(
|
|
3176
|
+
return function get_ci_run(_x1019, _x1020, _x1021, _x1022, _x1023) {
|
|
3176
3177
|
return _ref304.apply(this, arguments);
|
|
3177
3178
|
};
|
|
3178
3179
|
}();
|
|
@@ -3183,7 +3184,7 @@ export var create_ci_run = function () {
|
|
|
3183
3184
|
fields
|
|
3184
3185
|
}, body, options);
|
|
3185
3186
|
});
|
|
3186
|
-
return function create_ci_run(
|
|
3187
|
+
return function create_ci_run(_x1024, _x1025, _x1026, _x1027, _x1028) {
|
|
3187
3188
|
return _ref305.apply(this, arguments);
|
|
3188
3189
|
};
|
|
3189
3190
|
}();
|
|
@@ -3193,7 +3194,7 @@ export var update_repository_credential = function () {
|
|
|
3193
3194
|
credential_id = encodeParam(credential_id);
|
|
3194
3195
|
return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
|
|
3195
3196
|
});
|
|
3196
|
-
return function update_repository_credential(
|
|
3197
|
+
return function update_repository_credential(_x1029, _x1030, _x1031, _x1032, _x1033) {
|
|
3197
3198
|
return _ref306.apply(this, arguments);
|
|
3198
3199
|
};
|
|
3199
3200
|
}();
|
|
@@ -3203,7 +3204,7 @@ export var delete_repository_credential = function () {
|
|
|
3203
3204
|
credential_id = encodeParam(credential_id);
|
|
3204
3205
|
return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
|
|
3205
3206
|
});
|
|
3206
|
-
return function delete_repository_credential(
|
|
3207
|
+
return function delete_repository_credential(_x1034, _x1035, _x1036, _x1037) {
|
|
3207
3208
|
return _ref307.apply(this, arguments);
|
|
3208
3209
|
};
|
|
3209
3210
|
}();
|
|
@@ -3212,7 +3213,7 @@ export var get_all_repository_credentials = function () {
|
|
|
3212
3213
|
root_project_id = encodeParam(root_project_id);
|
|
3213
3214
|
return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
|
|
3214
3215
|
});
|
|
3215
|
-
return function get_all_repository_credentials(
|
|
3216
|
+
return function get_all_repository_credentials(_x1038, _x1039, _x1040) {
|
|
3216
3217
|
return _ref308.apply(this, arguments);
|
|
3217
3218
|
};
|
|
3218
3219
|
}();
|
|
@@ -3232,7 +3233,7 @@ export var create_query_task = function () {
|
|
|
3232
3233
|
fields: request.fields
|
|
3233
3234
|
}, request.body, options);
|
|
3234
3235
|
});
|
|
3235
|
-
return function create_query_task(
|
|
3236
|
+
return function create_query_task(_x1041, _x1042, _x1043) {
|
|
3236
3237
|
return _ref309.apply(this, arguments);
|
|
3237
3238
|
};
|
|
3238
3239
|
}();
|
|
@@ -3242,7 +3243,7 @@ export var query_task_multi_results = function () {
|
|
|
3242
3243
|
query_task_ids
|
|
3243
3244
|
}, null, options);
|
|
3244
3245
|
});
|
|
3245
|
-
return function query_task_multi_results(
|
|
3246
|
+
return function query_task_multi_results(_x1044, _x1045, _x1046) {
|
|
3246
3247
|
return _ref310.apply(this, arguments);
|
|
3247
3248
|
};
|
|
3248
3249
|
}();
|
|
@@ -3253,7 +3254,7 @@ export var query_task = function () {
|
|
|
3253
3254
|
fields
|
|
3254
3255
|
}, null, options);
|
|
3255
3256
|
});
|
|
3256
|
-
return function query_task(
|
|
3257
|
+
return function query_task(_x1047, _x1048, _x1049, _x1050) {
|
|
3257
3258
|
return _ref311.apply(this, arguments);
|
|
3258
3259
|
};
|
|
3259
3260
|
}();
|
|
@@ -3262,7 +3263,7 @@ export var query_task_results = function () {
|
|
|
3262
3263
|
query_task_id = encodeParam(query_task_id);
|
|
3263
3264
|
return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
|
|
3264
3265
|
});
|
|
3265
|
-
return function query_task_results(
|
|
3266
|
+
return function query_task_results(_x1051, _x1052, _x1053) {
|
|
3266
3267
|
return _ref312.apply(this, arguments);
|
|
3267
3268
|
};
|
|
3268
3269
|
}();
|
|
@@ -3273,7 +3274,7 @@ export var query = function () {
|
|
|
3273
3274
|
fields
|
|
3274
3275
|
}, null, options);
|
|
3275
3276
|
});
|
|
3276
|
-
return function query(
|
|
3277
|
+
return function query(_x1054, _x1055, _x1056, _x1057) {
|
|
3277
3278
|
return _ref313.apply(this, arguments);
|
|
3278
3279
|
};
|
|
3279
3280
|
}();
|
|
@@ -3284,7 +3285,7 @@ export var query_for_slug = function () {
|
|
|
3284
3285
|
fields
|
|
3285
3286
|
}, null, options);
|
|
3286
3287
|
});
|
|
3287
|
-
return function query_for_slug(
|
|
3288
|
+
return function query_for_slug(_x1058, _x1059, _x1060, _x1061) {
|
|
3288
3289
|
return _ref314.apply(this, arguments);
|
|
3289
3290
|
};
|
|
3290
3291
|
}();
|
|
@@ -3294,7 +3295,7 @@ export var create_query = function () {
|
|
|
3294
3295
|
fields
|
|
3295
3296
|
}, body, options);
|
|
3296
3297
|
});
|
|
3297
|
-
return function create_query(
|
|
3298
|
+
return function create_query(_x1062, _x1063, _x1064, _x1065) {
|
|
3298
3299
|
return _ref315.apply(this, arguments);
|
|
3299
3300
|
};
|
|
3300
3301
|
}();
|
|
@@ -3319,7 +3320,7 @@ export var run_query = function () {
|
|
|
3319
3320
|
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3320
3321
|
}, null, options);
|
|
3321
3322
|
});
|
|
3322
|
-
return function run_query(
|
|
3323
|
+
return function run_query(_x1066, _x1067, _x1068) {
|
|
3323
3324
|
return _ref316.apply(this, arguments);
|
|
3324
3325
|
};
|
|
3325
3326
|
}();
|
|
@@ -3342,7 +3343,7 @@ export var run_inline_query = function () {
|
|
|
3342
3343
|
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3343
3344
|
}, request.body, options);
|
|
3344
3345
|
});
|
|
3345
|
-
return function run_inline_query(
|
|
3346
|
+
return function run_inline_query(_x1069, _x1070, _x1071) {
|
|
3346
3347
|
return _ref317.apply(this, arguments);
|
|
3347
3348
|
};
|
|
3348
3349
|
}();
|
|
@@ -3353,7 +3354,7 @@ export var run_url_encoded_query = function () {
|
|
|
3353
3354
|
result_format = encodeParam(result_format);
|
|
3354
3355
|
return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
|
|
3355
3356
|
});
|
|
3356
|
-
return function run_url_encoded_query(
|
|
3357
|
+
return function run_url_encoded_query(_x1072, _x1073, _x1074, _x1075, _x1076) {
|
|
3357
3358
|
return _ref318.apply(this, arguments);
|
|
3358
3359
|
};
|
|
3359
3360
|
}();
|
|
@@ -3364,7 +3365,7 @@ export var merge_query = function () {
|
|
|
3364
3365
|
fields
|
|
3365
3366
|
}, null, options);
|
|
3366
3367
|
});
|
|
3367
|
-
return function merge_query(
|
|
3368
|
+
return function merge_query(_x1077, _x1078, _x1079, _x1080) {
|
|
3368
3369
|
return _ref319.apply(this, arguments);
|
|
3369
3370
|
};
|
|
3370
3371
|
}();
|
|
@@ -3374,7 +3375,7 @@ export var create_merge_query = function () {
|
|
|
3374
3375
|
fields
|
|
3375
3376
|
}, body, options);
|
|
3376
3377
|
});
|
|
3377
|
-
return function create_merge_query(
|
|
3378
|
+
return function create_merge_query(_x1081, _x1082, _x1083, _x1084) {
|
|
3378
3379
|
return _ref320.apply(this, arguments);
|
|
3379
3380
|
};
|
|
3380
3381
|
}();
|
|
@@ -3382,7 +3383,7 @@ export var all_running_queries = function () {
|
|
|
3382
3383
|
var _ref321 = _asyncToGenerator(function* (sdk, options) {
|
|
3383
3384
|
return sdk.get('/running_queries', null, null, options);
|
|
3384
3385
|
});
|
|
3385
|
-
return function all_running_queries(
|
|
3386
|
+
return function all_running_queries(_x1085, _x1086) {
|
|
3386
3387
|
return _ref321.apply(this, arguments);
|
|
3387
3388
|
};
|
|
3388
3389
|
}();
|
|
@@ -3391,7 +3392,7 @@ export var kill_query = function () {
|
|
|
3391
3392
|
query_task_id = encodeParam(query_task_id);
|
|
3392
3393
|
return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
|
|
3393
3394
|
});
|
|
3394
|
-
return function kill_query(
|
|
3395
|
+
return function kill_query(_x1087, _x1088, _x1089) {
|
|
3395
3396
|
return _ref322.apply(this, arguments);
|
|
3396
3397
|
};
|
|
3397
3398
|
}();
|
|
@@ -3399,7 +3400,7 @@ export var create_sql_query = function () {
|
|
|
3399
3400
|
var _ref323 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3400
3401
|
return sdk.post('/sql_queries', null, body, options);
|
|
3401
3402
|
});
|
|
3402
|
-
return function create_sql_query(
|
|
3403
|
+
return function create_sql_query(_x1090, _x1091, _x1092) {
|
|
3403
3404
|
return _ref323.apply(this, arguments);
|
|
3404
3405
|
};
|
|
3405
3406
|
}();
|
|
@@ -3408,7 +3409,7 @@ export var sql_query = function () {
|
|
|
3408
3409
|
slug = encodeParam(slug);
|
|
3409
3410
|
return sdk.get("/sql_queries/".concat(slug), null, null, options);
|
|
3410
3411
|
});
|
|
3411
|
-
return function sql_query(
|
|
3412
|
+
return function sql_query(_x1093, _x1094, _x1095) {
|
|
3412
3413
|
return _ref324.apply(this, arguments);
|
|
3413
3414
|
};
|
|
3414
3415
|
}();
|
|
@@ -3420,7 +3421,7 @@ export var run_sql_query = function () {
|
|
|
3420
3421
|
download
|
|
3421
3422
|
}, null, options);
|
|
3422
3423
|
});
|
|
3423
|
-
return function run_sql_query(
|
|
3424
|
+
return function run_sql_query(_x1096, _x1097, _x1098, _x1099, _x1100) {
|
|
3424
3425
|
return _ref325.apply(this, arguments);
|
|
3425
3426
|
};
|
|
3426
3427
|
}();
|
|
@@ -3434,7 +3435,7 @@ export var create_look_render_task = function () {
|
|
|
3434
3435
|
fields
|
|
3435
3436
|
}, null, options);
|
|
3436
3437
|
});
|
|
3437
|
-
return function create_look_render_task(_x1103, _x1104, _x1105, _x1106, _x1107
|
|
3438
|
+
return function create_look_render_task(_x1101, _x1102, _x1103, _x1104, _x1105, _x1106, _x1107) {
|
|
3438
3439
|
return _ref326.apply(this, arguments);
|
|
3439
3440
|
};
|
|
3440
3441
|
}();
|
|
@@ -3448,7 +3449,7 @@ export var create_query_render_task = function () {
|
|
|
3448
3449
|
fields
|
|
3449
3450
|
}, null, options);
|
|
3450
3451
|
});
|
|
3451
|
-
return function create_query_render_task(_x1110, _x1111, _x1112, _x1113, _x1114
|
|
3452
|
+
return function create_query_render_task(_x1108, _x1109, _x1110, _x1111, _x1112, _x1113, _x1114) {
|
|
3452
3453
|
return _ref327.apply(this, arguments);
|
|
3453
3454
|
};
|
|
3454
3455
|
}();
|
|
@@ -3466,7 +3467,7 @@ export var create_dashboard_render_task = function () {
|
|
|
3466
3467
|
theme: request.theme
|
|
3467
3468
|
}, request.body, options);
|
|
3468
3469
|
});
|
|
3469
|
-
return function create_dashboard_render_task(
|
|
3470
|
+
return function create_dashboard_render_task(_x1115, _x1116, _x1117) {
|
|
3470
3471
|
return _ref328.apply(this, arguments);
|
|
3471
3472
|
};
|
|
3472
3473
|
}();
|
|
@@ -3477,7 +3478,7 @@ export var render_task = function () {
|
|
|
3477
3478
|
fields
|
|
3478
3479
|
}, null, options);
|
|
3479
3480
|
});
|
|
3480
|
-
return function render_task(
|
|
3481
|
+
return function render_task(_x1118, _x1119, _x1120, _x1121) {
|
|
3481
3482
|
return _ref329.apply(this, arguments);
|
|
3482
3483
|
};
|
|
3483
3484
|
}();
|
|
@@ -3486,7 +3487,7 @@ export var render_task_results = function () {
|
|
|
3486
3487
|
render_task_id = encodeParam(render_task_id);
|
|
3487
3488
|
return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
|
|
3488
3489
|
});
|
|
3489
|
-
return function render_task_results(
|
|
3490
|
+
return function render_task_results(_x1122, _x1123, _x1124) {
|
|
3490
3491
|
return _ref330.apply(this, arguments);
|
|
3491
3492
|
};
|
|
3492
3493
|
}();
|
|
@@ -3500,7 +3501,7 @@ export var create_dashboard_element_render_task = function () {
|
|
|
3500
3501
|
fields
|
|
3501
3502
|
}, null, options);
|
|
3502
3503
|
});
|
|
3503
|
-
return function create_dashboard_element_render_task(_x1127, _x1128, _x1129, _x1130, _x1131
|
|
3504
|
+
return function create_dashboard_element_render_task(_x1125, _x1126, _x1127, _x1128, _x1129, _x1130, _x1131) {
|
|
3504
3505
|
return _ref331.apply(this, arguments);
|
|
3505
3506
|
};
|
|
3506
3507
|
}();
|
|
@@ -3518,7 +3519,7 @@ export var search_reports = function () {
|
|
|
3518
3519
|
next_page_token: request.next_page_token
|
|
3519
3520
|
}, null, options);
|
|
3520
3521
|
});
|
|
3521
|
-
return function search_reports(
|
|
3522
|
+
return function search_reports(_x1132, _x1133, _x1134) {
|
|
3522
3523
|
return _ref332.apply(this, arguments);
|
|
3523
3524
|
};
|
|
3524
3525
|
}();
|
|
@@ -3536,7 +3537,7 @@ export var search_model_sets = function () {
|
|
|
3536
3537
|
filter_or: request.filter_or
|
|
3537
3538
|
}, null, options);
|
|
3538
3539
|
});
|
|
3539
|
-
return function search_model_sets(
|
|
3540
|
+
return function search_model_sets(_x1135, _x1136, _x1137) {
|
|
3540
3541
|
return _ref333.apply(this, arguments);
|
|
3541
3542
|
};
|
|
3542
3543
|
}();
|
|
@@ -3547,7 +3548,7 @@ export var model_set = function () {
|
|
|
3547
3548
|
fields
|
|
3548
3549
|
}, null, options);
|
|
3549
3550
|
});
|
|
3550
|
-
return function model_set(
|
|
3551
|
+
return function model_set(_x1138, _x1139, _x1140, _x1141) {
|
|
3551
3552
|
return _ref334.apply(this, arguments);
|
|
3552
3553
|
};
|
|
3553
3554
|
}();
|
|
@@ -3556,7 +3557,7 @@ export var update_model_set = function () {
|
|
|
3556
3557
|
model_set_id = encodeParam(model_set_id);
|
|
3557
3558
|
return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
|
|
3558
3559
|
});
|
|
3559
|
-
return function update_model_set(
|
|
3560
|
+
return function update_model_set(_x1142, _x1143, _x1144, _x1145) {
|
|
3560
3561
|
return _ref335.apply(this, arguments);
|
|
3561
3562
|
};
|
|
3562
3563
|
}();
|
|
@@ -3565,7 +3566,7 @@ export var delete_model_set = function () {
|
|
|
3565
3566
|
model_set_id = encodeParam(model_set_id);
|
|
3566
3567
|
return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
|
|
3567
3568
|
});
|
|
3568
|
-
return function delete_model_set(
|
|
3569
|
+
return function delete_model_set(_x1146, _x1147, _x1148) {
|
|
3569
3570
|
return _ref336.apply(this, arguments);
|
|
3570
3571
|
};
|
|
3571
3572
|
}();
|
|
@@ -3575,7 +3576,7 @@ export var all_model_sets = function () {
|
|
|
3575
3576
|
fields
|
|
3576
3577
|
}, null, options);
|
|
3577
3578
|
});
|
|
3578
|
-
return function all_model_sets(
|
|
3579
|
+
return function all_model_sets(_x1149, _x1150, _x1151) {
|
|
3579
3580
|
return _ref337.apply(this, arguments);
|
|
3580
3581
|
};
|
|
3581
3582
|
}();
|
|
@@ -3583,7 +3584,7 @@ export var create_model_set = function () {
|
|
|
3583
3584
|
var _ref338 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3584
3585
|
return sdk.post('/model_sets', null, body, options);
|
|
3585
3586
|
});
|
|
3586
|
-
return function create_model_set(
|
|
3587
|
+
return function create_model_set(_x1152, _x1153, _x1154) {
|
|
3587
3588
|
return _ref338.apply(this, arguments);
|
|
3588
3589
|
};
|
|
3589
3590
|
}();
|
|
@@ -3591,7 +3592,7 @@ export var all_permissions = function () {
|
|
|
3591
3592
|
var _ref339 = _asyncToGenerator(function* (sdk, options) {
|
|
3592
3593
|
return sdk.get('/permissions', null, null, options);
|
|
3593
3594
|
});
|
|
3594
|
-
return function all_permissions(
|
|
3595
|
+
return function all_permissions(_x1155, _x1156) {
|
|
3595
3596
|
return _ref339.apply(this, arguments);
|
|
3596
3597
|
};
|
|
3597
3598
|
}();
|
|
@@ -3609,7 +3610,7 @@ export var search_permission_sets = function () {
|
|
|
3609
3610
|
filter_or: request.filter_or
|
|
3610
3611
|
}, null, options);
|
|
3611
3612
|
});
|
|
3612
|
-
return function search_permission_sets(
|
|
3613
|
+
return function search_permission_sets(_x1157, _x1158, _x1159) {
|
|
3613
3614
|
return _ref340.apply(this, arguments);
|
|
3614
3615
|
};
|
|
3615
3616
|
}();
|
|
@@ -3620,7 +3621,7 @@ export var permission_set = function () {
|
|
|
3620
3621
|
fields
|
|
3621
3622
|
}, null, options);
|
|
3622
3623
|
});
|
|
3623
|
-
return function permission_set(
|
|
3624
|
+
return function permission_set(_x1160, _x1161, _x1162, _x1163) {
|
|
3624
3625
|
return _ref341.apply(this, arguments);
|
|
3625
3626
|
};
|
|
3626
3627
|
}();
|
|
@@ -3629,7 +3630,7 @@ export var update_permission_set = function () {
|
|
|
3629
3630
|
permission_set_id = encodeParam(permission_set_id);
|
|
3630
3631
|
return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
|
|
3631
3632
|
});
|
|
3632
|
-
return function update_permission_set(
|
|
3633
|
+
return function update_permission_set(_x1164, _x1165, _x1166, _x1167) {
|
|
3633
3634
|
return _ref342.apply(this, arguments);
|
|
3634
3635
|
};
|
|
3635
3636
|
}();
|
|
@@ -3638,7 +3639,7 @@ export var delete_permission_set = function () {
|
|
|
3638
3639
|
permission_set_id = encodeParam(permission_set_id);
|
|
3639
3640
|
return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
|
|
3640
3641
|
});
|
|
3641
|
-
return function delete_permission_set(
|
|
3642
|
+
return function delete_permission_set(_x1168, _x1169, _x1170) {
|
|
3642
3643
|
return _ref343.apply(this, arguments);
|
|
3643
3644
|
};
|
|
3644
3645
|
}();
|
|
@@ -3648,7 +3649,7 @@ export var all_permission_sets = function () {
|
|
|
3648
3649
|
fields
|
|
3649
3650
|
}, null, options);
|
|
3650
3651
|
});
|
|
3651
|
-
return function all_permission_sets(
|
|
3652
|
+
return function all_permission_sets(_x1171, _x1172, _x1173) {
|
|
3652
3653
|
return _ref344.apply(this, arguments);
|
|
3653
3654
|
};
|
|
3654
3655
|
}();
|
|
@@ -3656,7 +3657,7 @@ export var create_permission_set = function () {
|
|
|
3656
3657
|
var _ref345 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3657
3658
|
return sdk.post('/permission_sets', null, body, options);
|
|
3658
3659
|
});
|
|
3659
|
-
return function create_permission_set(
|
|
3660
|
+
return function create_permission_set(_x1174, _x1175, _x1176) {
|
|
3660
3661
|
return _ref345.apply(this, arguments);
|
|
3661
3662
|
};
|
|
3662
3663
|
}();
|
|
@@ -3667,7 +3668,7 @@ export var all_roles = function () {
|
|
|
3667
3668
|
ids: request.ids
|
|
3668
3669
|
}, null, options);
|
|
3669
3670
|
});
|
|
3670
|
-
return function all_roles(
|
|
3671
|
+
return function all_roles(_x1177, _x1178, _x1179) {
|
|
3671
3672
|
return _ref346.apply(this, arguments);
|
|
3672
3673
|
};
|
|
3673
3674
|
}();
|
|
@@ -3675,7 +3676,7 @@ export var create_role = function () {
|
|
|
3675
3676
|
var _ref347 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3676
3677
|
return sdk.post('/roles', null, body, options);
|
|
3677
3678
|
});
|
|
3678
|
-
return function create_role(
|
|
3679
|
+
return function create_role(_x1180, _x1181, _x1182) {
|
|
3679
3680
|
return _ref347.apply(this, arguments);
|
|
3680
3681
|
};
|
|
3681
3682
|
}();
|
|
@@ -3693,7 +3694,7 @@ export var search_roles = function () {
|
|
|
3693
3694
|
is_support_role: request.is_support_role
|
|
3694
3695
|
}, null, options);
|
|
3695
3696
|
});
|
|
3696
|
-
return function search_roles(
|
|
3697
|
+
return function search_roles(_x1183, _x1184, _x1185) {
|
|
3697
3698
|
return _ref348.apply(this, arguments);
|
|
3698
3699
|
};
|
|
3699
3700
|
}();
|
|
@@ -3710,7 +3711,7 @@ export var search_roles_with_user_count = function () {
|
|
|
3710
3711
|
filter_or: request.filter_or
|
|
3711
3712
|
}, null, options);
|
|
3712
3713
|
});
|
|
3713
|
-
return function search_roles_with_user_count(
|
|
3714
|
+
return function search_roles_with_user_count(_x1186, _x1187, _x1188) {
|
|
3714
3715
|
return _ref349.apply(this, arguments);
|
|
3715
3716
|
};
|
|
3716
3717
|
}();
|
|
@@ -3719,7 +3720,7 @@ export var role = function () {
|
|
|
3719
3720
|
role_id = encodeParam(role_id);
|
|
3720
3721
|
return sdk.get("/roles/".concat(role_id), null, null, options);
|
|
3721
3722
|
});
|
|
3722
|
-
return function role(
|
|
3723
|
+
return function role(_x1189, _x1190, _x1191) {
|
|
3723
3724
|
return _ref350.apply(this, arguments);
|
|
3724
3725
|
};
|
|
3725
3726
|
}();
|
|
@@ -3728,7 +3729,7 @@ export var update_role = function () {
|
|
|
3728
3729
|
role_id = encodeParam(role_id);
|
|
3729
3730
|
return sdk.patch("/roles/".concat(role_id), null, body, options);
|
|
3730
3731
|
});
|
|
3731
|
-
return function update_role(
|
|
3732
|
+
return function update_role(_x1192, _x1193, _x1194, _x1195) {
|
|
3732
3733
|
return _ref351.apply(this, arguments);
|
|
3733
3734
|
};
|
|
3734
3735
|
}();
|
|
@@ -3737,7 +3738,7 @@ export var delete_role = function () {
|
|
|
3737
3738
|
role_id = encodeParam(role_id);
|
|
3738
3739
|
return sdk.delete("/roles/".concat(role_id), null, null, options);
|
|
3739
3740
|
});
|
|
3740
|
-
return function delete_role(
|
|
3741
|
+
return function delete_role(_x1196, _x1197, _x1198) {
|
|
3741
3742
|
return _ref352.apply(this, arguments);
|
|
3742
3743
|
};
|
|
3743
3744
|
}();
|
|
@@ -3748,7 +3749,7 @@ export var role_groups = function () {
|
|
|
3748
3749
|
fields
|
|
3749
3750
|
}, null, options);
|
|
3750
3751
|
});
|
|
3751
|
-
return function role_groups(
|
|
3752
|
+
return function role_groups(_x1199, _x1200, _x1201, _x1202) {
|
|
3752
3753
|
return _ref353.apply(this, arguments);
|
|
3753
3754
|
};
|
|
3754
3755
|
}();
|
|
@@ -3757,7 +3758,7 @@ export var set_role_groups = function () {
|
|
|
3757
3758
|
role_id = encodeParam(role_id);
|
|
3758
3759
|
return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
|
|
3759
3760
|
});
|
|
3760
|
-
return function set_role_groups(
|
|
3761
|
+
return function set_role_groups(_x1203, _x1204, _x1205, _x1206) {
|
|
3761
3762
|
return _ref354.apply(this, arguments);
|
|
3762
3763
|
};
|
|
3763
3764
|
}();
|
|
@@ -3769,7 +3770,7 @@ export var role_users = function () {
|
|
|
3769
3770
|
direct_association_only: request.direct_association_only
|
|
3770
3771
|
}, null, options);
|
|
3771
3772
|
});
|
|
3772
|
-
return function role_users(
|
|
3773
|
+
return function role_users(_x1207, _x1208, _x1209) {
|
|
3773
3774
|
return _ref355.apply(this, arguments);
|
|
3774
3775
|
};
|
|
3775
3776
|
}();
|
|
@@ -3778,7 +3779,7 @@ export var set_role_users = function () {
|
|
|
3778
3779
|
role_id = encodeParam(role_id);
|
|
3779
3780
|
return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
|
|
3780
3781
|
});
|
|
3781
|
-
return function set_role_users(
|
|
3782
|
+
return function set_role_users(_x1210, _x1211, _x1212, _x1213) {
|
|
3782
3783
|
return _ref356.apply(this, arguments);
|
|
3783
3784
|
};
|
|
3784
3785
|
}();
|
|
@@ -3789,7 +3790,7 @@ export var scheduled_plans_for_space = function () {
|
|
|
3789
3790
|
fields
|
|
3790
3791
|
}, null, options);
|
|
3791
3792
|
});
|
|
3792
|
-
return function scheduled_plans_for_space(
|
|
3793
|
+
return function scheduled_plans_for_space(_x1214, _x1215, _x1216, _x1217) {
|
|
3793
3794
|
return _ref357.apply(this, arguments);
|
|
3794
3795
|
};
|
|
3795
3796
|
}();
|
|
@@ -3800,7 +3801,7 @@ export var scheduled_plan = function () {
|
|
|
3800
3801
|
fields
|
|
3801
3802
|
}, null, options);
|
|
3802
3803
|
});
|
|
3803
|
-
return function scheduled_plan(
|
|
3804
|
+
return function scheduled_plan(_x1218, _x1219, _x1220, _x1221) {
|
|
3804
3805
|
return _ref358.apply(this, arguments);
|
|
3805
3806
|
};
|
|
3806
3807
|
}();
|
|
@@ -3809,7 +3810,7 @@ export var update_scheduled_plan = function () {
|
|
|
3809
3810
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3810
3811
|
return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
|
|
3811
3812
|
});
|
|
3812
|
-
return function update_scheduled_plan(
|
|
3813
|
+
return function update_scheduled_plan(_x1222, _x1223, _x1224, _x1225) {
|
|
3813
3814
|
return _ref359.apply(this, arguments);
|
|
3814
3815
|
};
|
|
3815
3816
|
}();
|
|
@@ -3818,7 +3819,7 @@ export var delete_scheduled_plan = function () {
|
|
|
3818
3819
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3819
3820
|
return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
|
|
3820
3821
|
});
|
|
3821
|
-
return function delete_scheduled_plan(
|
|
3822
|
+
return function delete_scheduled_plan(_x1226, _x1227, _x1228) {
|
|
3822
3823
|
return _ref360.apply(this, arguments);
|
|
3823
3824
|
};
|
|
3824
3825
|
}();
|
|
@@ -3830,7 +3831,7 @@ export var all_scheduled_plans = function () {
|
|
|
3830
3831
|
all_users: request.all_users
|
|
3831
3832
|
}, null, options);
|
|
3832
3833
|
});
|
|
3833
|
-
return function all_scheduled_plans(
|
|
3834
|
+
return function all_scheduled_plans(_x1229, _x1230, _x1231) {
|
|
3834
3835
|
return _ref361.apply(this, arguments);
|
|
3835
3836
|
};
|
|
3836
3837
|
}();
|
|
@@ -3838,7 +3839,7 @@ export var create_scheduled_plan = function () {
|
|
|
3838
3839
|
var _ref362 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3839
3840
|
return sdk.post('/scheduled_plans', null, body, options);
|
|
3840
3841
|
});
|
|
3841
|
-
return function create_scheduled_plan(
|
|
3842
|
+
return function create_scheduled_plan(_x1232, _x1233, _x1234) {
|
|
3842
3843
|
return _ref362.apply(this, arguments);
|
|
3843
3844
|
};
|
|
3844
3845
|
}();
|
|
@@ -3846,7 +3847,7 @@ export var scheduled_plan_run_once = function () {
|
|
|
3846
3847
|
var _ref363 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3847
3848
|
return sdk.post('/scheduled_plans/run_once', null, body, options);
|
|
3848
3849
|
});
|
|
3849
|
-
return function scheduled_plan_run_once(
|
|
3850
|
+
return function scheduled_plan_run_once(_x1235, _x1236, _x1237) {
|
|
3850
3851
|
return _ref363.apply(this, arguments);
|
|
3851
3852
|
};
|
|
3852
3853
|
}();
|
|
@@ -3871,7 +3872,7 @@ export var search_scheduled_plans = function () {
|
|
|
3871
3872
|
filter_or: request.filter_or
|
|
3872
3873
|
}, null, options);
|
|
3873
3874
|
});
|
|
3874
|
-
return function search_scheduled_plans(
|
|
3875
|
+
return function search_scheduled_plans(_x1238, _x1239, _x1240) {
|
|
3875
3876
|
return _ref364.apply(this, arguments);
|
|
3876
3877
|
};
|
|
3877
3878
|
}();
|
|
@@ -3884,7 +3885,7 @@ export var scheduled_plans_for_look = function () {
|
|
|
3884
3885
|
all_users: request.all_users
|
|
3885
3886
|
}, null, options);
|
|
3886
3887
|
});
|
|
3887
|
-
return function scheduled_plans_for_look(
|
|
3888
|
+
return function scheduled_plans_for_look(_x1241, _x1242, _x1243) {
|
|
3888
3889
|
return _ref365.apply(this, arguments);
|
|
3889
3890
|
};
|
|
3890
3891
|
}();
|
|
@@ -3897,7 +3898,7 @@ export var scheduled_plans_for_dashboard = function () {
|
|
|
3897
3898
|
fields: request.fields
|
|
3898
3899
|
}, null, options);
|
|
3899
3900
|
});
|
|
3900
|
-
return function scheduled_plans_for_dashboard(
|
|
3901
|
+
return function scheduled_plans_for_dashboard(_x1244, _x1245, _x1246) {
|
|
3901
3902
|
return _ref366.apply(this, arguments);
|
|
3902
3903
|
};
|
|
3903
3904
|
}();
|
|
@@ -3910,7 +3911,7 @@ export var scheduled_plans_for_lookml_dashboard = function () {
|
|
|
3910
3911
|
all_users: request.all_users
|
|
3911
3912
|
}, null, options);
|
|
3912
3913
|
});
|
|
3913
|
-
return function scheduled_plans_for_lookml_dashboard(
|
|
3914
|
+
return function scheduled_plans_for_lookml_dashboard(_x1247, _x1248, _x1249) {
|
|
3914
3915
|
return _ref367.apply(this, arguments);
|
|
3915
3916
|
};
|
|
3916
3917
|
}();
|
|
@@ -3919,7 +3920,7 @@ export var scheduled_plan_run_once_by_id = function () {
|
|
|
3919
3920
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3920
3921
|
return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
|
|
3921
3922
|
});
|
|
3922
|
-
return function scheduled_plan_run_once_by_id(
|
|
3923
|
+
return function scheduled_plan_run_once_by_id(_x1250, _x1251, _x1252, _x1253) {
|
|
3923
3924
|
return _ref368.apply(this, arguments);
|
|
3924
3925
|
};
|
|
3925
3926
|
}();
|
|
@@ -3927,7 +3928,7 @@ export var session = function () {
|
|
|
3927
3928
|
var _ref369 = _asyncToGenerator(function* (sdk, options) {
|
|
3928
3929
|
return sdk.get('/session', null, null, options);
|
|
3929
3930
|
});
|
|
3930
|
-
return function session(
|
|
3931
|
+
return function session(_x1254, _x1255) {
|
|
3931
3932
|
return _ref369.apply(this, arguments);
|
|
3932
3933
|
};
|
|
3933
3934
|
}();
|
|
@@ -3935,7 +3936,7 @@ export var update_session = function () {
|
|
|
3935
3936
|
var _ref370 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3936
3937
|
return sdk.patch('/session', null, body, options);
|
|
3937
3938
|
});
|
|
3938
|
-
return function update_session(
|
|
3939
|
+
return function update_session(_x1256, _x1257, _x1258) {
|
|
3939
3940
|
return _ref370.apply(this, arguments);
|
|
3940
3941
|
};
|
|
3941
3942
|
}();
|
|
@@ -3945,7 +3946,7 @@ export var sql_interface_metadata = function () {
|
|
|
3945
3946
|
avatica_request
|
|
3946
3947
|
}, null, options);
|
|
3947
3948
|
});
|
|
3948
|
-
return function sql_interface_metadata(
|
|
3949
|
+
return function sql_interface_metadata(_x1259, _x1260, _x1261) {
|
|
3949
3950
|
return _ref371.apply(this, arguments);
|
|
3950
3951
|
};
|
|
3951
3952
|
}();
|
|
@@ -3954,7 +3955,7 @@ export var run_sql_interface_query = function () {
|
|
|
3954
3955
|
result_format = encodeParam(result_format);
|
|
3955
3956
|
return sdk.get("/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
|
|
3956
3957
|
});
|
|
3957
|
-
return function run_sql_interface_query(
|
|
3958
|
+
return function run_sql_interface_query(_x1262, _x1263, _x1264, _x1265) {
|
|
3958
3959
|
return _ref372.apply(this, arguments);
|
|
3959
3960
|
};
|
|
3960
3961
|
}();
|
|
@@ -3962,7 +3963,7 @@ export var create_sql_interface_query = function () {
|
|
|
3962
3963
|
var _ref373 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3963
3964
|
return sdk.post('/sql_interface_queries', null, body, options);
|
|
3964
3965
|
});
|
|
3965
|
-
return function create_sql_interface_query(
|
|
3966
|
+
return function create_sql_interface_query(_x1266, _x1267, _x1268) {
|
|
3966
3967
|
return _ref373.apply(this, arguments);
|
|
3967
3968
|
};
|
|
3968
3969
|
}();
|
|
@@ -3972,7 +3973,7 @@ export var all_themes = function () {
|
|
|
3972
3973
|
fields
|
|
3973
3974
|
}, null, options);
|
|
3974
3975
|
});
|
|
3975
|
-
return function all_themes(
|
|
3976
|
+
return function all_themes(_x1269, _x1270, _x1271) {
|
|
3976
3977
|
return _ref374.apply(this, arguments);
|
|
3977
3978
|
};
|
|
3978
3979
|
}();
|
|
@@ -3980,7 +3981,7 @@ export var create_theme = function () {
|
|
|
3980
3981
|
var _ref375 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3981
3982
|
return sdk.post('/themes', null, body, options);
|
|
3982
3983
|
});
|
|
3983
|
-
return function create_theme(
|
|
3984
|
+
return function create_theme(_x1272, _x1273, _x1274) {
|
|
3984
3985
|
return _ref375.apply(this, arguments);
|
|
3985
3986
|
};
|
|
3986
3987
|
}();
|
|
@@ -3998,7 +3999,7 @@ export var search_themes = function () {
|
|
|
3998
3999
|
filter_or: request.filter_or
|
|
3999
4000
|
}, null, options);
|
|
4000
4001
|
});
|
|
4001
|
-
return function search_themes(
|
|
4002
|
+
return function search_themes(_x1275, _x1276, _x1277) {
|
|
4002
4003
|
return _ref376.apply(this, arguments);
|
|
4003
4004
|
};
|
|
4004
4005
|
}();
|
|
@@ -4008,7 +4009,7 @@ export var default_theme = function () {
|
|
|
4008
4009
|
ts
|
|
4009
4010
|
}, null, options);
|
|
4010
4011
|
});
|
|
4011
|
-
return function default_theme(
|
|
4012
|
+
return function default_theme(_x1278, _x1279, _x1280) {
|
|
4012
4013
|
return _ref377.apply(this, arguments);
|
|
4013
4014
|
};
|
|
4014
4015
|
}();
|
|
@@ -4018,7 +4019,7 @@ export var set_default_theme = function () {
|
|
|
4018
4019
|
name
|
|
4019
4020
|
}, null, options);
|
|
4020
4021
|
});
|
|
4021
|
-
return function set_default_theme(
|
|
4022
|
+
return function set_default_theme(_x1281, _x1282, _x1283) {
|
|
4022
4023
|
return _ref378.apply(this, arguments);
|
|
4023
4024
|
};
|
|
4024
4025
|
}();
|
|
@@ -4030,7 +4031,7 @@ export var active_themes = function () {
|
|
|
4030
4031
|
fields: request.fields
|
|
4031
4032
|
}, null, options);
|
|
4032
4033
|
});
|
|
4033
|
-
return function active_themes(
|
|
4034
|
+
return function active_themes(_x1284, _x1285, _x1286) {
|
|
4034
4035
|
return _ref379.apply(this, arguments);
|
|
4035
4036
|
};
|
|
4036
4037
|
}();
|
|
@@ -4041,7 +4042,7 @@ export var theme_or_default = function () {
|
|
|
4041
4042
|
ts
|
|
4042
4043
|
}, null, options);
|
|
4043
4044
|
});
|
|
4044
|
-
return function theme_or_default(
|
|
4045
|
+
return function theme_or_default(_x1287, _x1288, _x1289, _x1290) {
|
|
4045
4046
|
return _ref380.apply(this, arguments);
|
|
4046
4047
|
};
|
|
4047
4048
|
}();
|
|
@@ -4049,7 +4050,7 @@ export var validate_theme = function () {
|
|
|
4049
4050
|
var _ref381 = _asyncToGenerator(function* (sdk, body, options) {
|
|
4050
4051
|
return sdk.post('/themes/validate', null, body, options);
|
|
4051
4052
|
});
|
|
4052
|
-
return function validate_theme(
|
|
4053
|
+
return function validate_theme(_x1291, _x1292, _x1293) {
|
|
4053
4054
|
return _ref381.apply(this, arguments);
|
|
4054
4055
|
};
|
|
4055
4056
|
}();
|
|
@@ -4060,7 +4061,7 @@ export var theme = function () {
|
|
|
4060
4061
|
fields
|
|
4061
4062
|
}, null, options);
|
|
4062
4063
|
});
|
|
4063
|
-
return function theme(
|
|
4064
|
+
return function theme(_x1294, _x1295, _x1296, _x1297) {
|
|
4064
4065
|
return _ref382.apply(this, arguments);
|
|
4065
4066
|
};
|
|
4066
4067
|
}();
|
|
@@ -4069,7 +4070,7 @@ export var update_theme = function () {
|
|
|
4069
4070
|
theme_id = encodeParam(theme_id);
|
|
4070
4071
|
return sdk.patch("/themes/".concat(theme_id), null, body, options);
|
|
4071
4072
|
});
|
|
4072
|
-
return function update_theme(
|
|
4073
|
+
return function update_theme(_x1298, _x1299, _x1300, _x1301) {
|
|
4073
4074
|
return _ref383.apply(this, arguments);
|
|
4074
4075
|
};
|
|
4075
4076
|
}();
|
|
@@ -4078,7 +4079,7 @@ export var delete_theme = function () {
|
|
|
4078
4079
|
theme_id = encodeParam(theme_id);
|
|
4079
4080
|
return sdk.delete("/themes/".concat(theme_id), null, null, options);
|
|
4080
4081
|
});
|
|
4081
|
-
return function delete_theme(
|
|
4082
|
+
return function delete_theme(_x1302, _x1303, _x1304) {
|
|
4082
4083
|
return _ref384.apply(this, arguments);
|
|
4083
4084
|
};
|
|
4084
4085
|
}();
|
|
@@ -4095,7 +4096,7 @@ export var search_credentials_email = function () {
|
|
|
4095
4096
|
filter_or: request.filter_or
|
|
4096
4097
|
}, null, options);
|
|
4097
4098
|
});
|
|
4098
|
-
return function search_credentials_email(
|
|
4099
|
+
return function search_credentials_email(_x1305, _x1306, _x1307) {
|
|
4099
4100
|
return _ref385.apply(this, arguments);
|
|
4100
4101
|
};
|
|
4101
4102
|
}();
|
|
@@ -4105,7 +4106,7 @@ export var me = function () {
|
|
|
4105
4106
|
fields
|
|
4106
4107
|
}, null, options);
|
|
4107
4108
|
});
|
|
4108
|
-
return function me(
|
|
4109
|
+
return function me(_x1308, _x1309, _x1310) {
|
|
4109
4110
|
return _ref386.apply(this, arguments);
|
|
4110
4111
|
};
|
|
4111
4112
|
}();
|
|
@@ -4121,7 +4122,7 @@ export var all_users = function () {
|
|
|
4121
4122
|
ids: request.ids
|
|
4122
4123
|
}, null, options);
|
|
4123
4124
|
});
|
|
4124
|
-
return function all_users(
|
|
4125
|
+
return function all_users(_x1311, _x1312, _x1313) {
|
|
4125
4126
|
return _ref387.apply(this, arguments);
|
|
4126
4127
|
};
|
|
4127
4128
|
}();
|
|
@@ -4131,7 +4132,7 @@ export var create_user = function () {
|
|
|
4131
4132
|
fields
|
|
4132
4133
|
}, body, options);
|
|
4133
4134
|
});
|
|
4134
|
-
return function create_user(
|
|
4135
|
+
return function create_user(_x1314, _x1315, _x1316, _x1317) {
|
|
4135
4136
|
return _ref388.apply(this, arguments);
|
|
4136
4137
|
};
|
|
4137
4138
|
}();
|
|
@@ -4156,7 +4157,7 @@ export var search_users = function () {
|
|
|
4156
4157
|
group_id: request.group_id
|
|
4157
4158
|
}, null, options);
|
|
4158
4159
|
});
|
|
4159
|
-
return function search_users(
|
|
4160
|
+
return function search_users(_x1318, _x1319, _x1320) {
|
|
4160
4161
|
return _ref389.apply(this, arguments);
|
|
4161
4162
|
};
|
|
4162
4163
|
}();
|
|
@@ -4178,7 +4179,7 @@ export var search_users_names = function () {
|
|
|
4178
4179
|
is_disabled: request.is_disabled
|
|
4179
4180
|
}, null, options);
|
|
4180
4181
|
});
|
|
4181
|
-
return function search_users_names(
|
|
4182
|
+
return function search_users_names(_x1321, _x1322, _x1323) {
|
|
4182
4183
|
return _ref390.apply(this, arguments);
|
|
4183
4184
|
};
|
|
4184
4185
|
}();
|
|
@@ -4189,7 +4190,7 @@ export var user = function () {
|
|
|
4189
4190
|
fields
|
|
4190
4191
|
}, null, options);
|
|
4191
4192
|
});
|
|
4192
|
-
return function user(
|
|
4193
|
+
return function user(_x1324, _x1325, _x1326, _x1327) {
|
|
4193
4194
|
return _ref391.apply(this, arguments);
|
|
4194
4195
|
};
|
|
4195
4196
|
}();
|
|
@@ -4200,7 +4201,7 @@ export var update_user = function () {
|
|
|
4200
4201
|
fields
|
|
4201
4202
|
}, body, options);
|
|
4202
4203
|
});
|
|
4203
|
-
return function update_user(
|
|
4204
|
+
return function update_user(_x1328, _x1329, _x1330, _x1331, _x1332) {
|
|
4204
4205
|
return _ref392.apply(this, arguments);
|
|
4205
4206
|
};
|
|
4206
4207
|
}();
|
|
@@ -4209,7 +4210,7 @@ export var delete_user = function () {
|
|
|
4209
4210
|
user_id = encodeParam(user_id);
|
|
4210
4211
|
return sdk.delete("/users/".concat(user_id), null, null, options);
|
|
4211
4212
|
});
|
|
4212
|
-
return function delete_user(
|
|
4213
|
+
return function delete_user(_x1333, _x1334, _x1335) {
|
|
4213
4214
|
return _ref393.apply(this, arguments);
|
|
4214
4215
|
};
|
|
4215
4216
|
}();
|
|
@@ -4221,7 +4222,7 @@ export var user_for_credential = function () {
|
|
|
4221
4222
|
fields
|
|
4222
4223
|
}, null, options);
|
|
4223
4224
|
});
|
|
4224
|
-
return function user_for_credential(
|
|
4225
|
+
return function user_for_credential(_x1336, _x1337, _x1338, _x1339, _x1340) {
|
|
4225
4226
|
return _ref394.apply(this, arguments);
|
|
4226
4227
|
};
|
|
4227
4228
|
}();
|
|
@@ -4232,7 +4233,7 @@ export var user_credentials_email = function () {
|
|
|
4232
4233
|
fields
|
|
4233
4234
|
}, null, options);
|
|
4234
4235
|
});
|
|
4235
|
-
return function user_credentials_email(
|
|
4236
|
+
return function user_credentials_email(_x1341, _x1342, _x1343, _x1344) {
|
|
4236
4237
|
return _ref395.apply(this, arguments);
|
|
4237
4238
|
};
|
|
4238
4239
|
}();
|
|
@@ -4243,7 +4244,7 @@ export var create_user_credentials_email = function () {
|
|
|
4243
4244
|
fields
|
|
4244
4245
|
}, body, options);
|
|
4245
4246
|
});
|
|
4246
|
-
return function create_user_credentials_email(
|
|
4247
|
+
return function create_user_credentials_email(_x1345, _x1346, _x1347, _x1348, _x1349) {
|
|
4247
4248
|
return _ref396.apply(this, arguments);
|
|
4248
4249
|
};
|
|
4249
4250
|
}();
|
|
@@ -4254,7 +4255,7 @@ export var update_user_credentials_email = function () {
|
|
|
4254
4255
|
fields
|
|
4255
4256
|
}, body, options);
|
|
4256
4257
|
});
|
|
4257
|
-
return function update_user_credentials_email(
|
|
4258
|
+
return function update_user_credentials_email(_x1350, _x1351, _x1352, _x1353, _x1354) {
|
|
4258
4259
|
return _ref397.apply(this, arguments);
|
|
4259
4260
|
};
|
|
4260
4261
|
}();
|
|
@@ -4263,7 +4264,7 @@ export var delete_user_credentials_email = function () {
|
|
|
4263
4264
|
user_id = encodeParam(user_id);
|
|
4264
4265
|
return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
|
|
4265
4266
|
});
|
|
4266
|
-
return function delete_user_credentials_email(
|
|
4267
|
+
return function delete_user_credentials_email(_x1355, _x1356, _x1357) {
|
|
4267
4268
|
return _ref398.apply(this, arguments);
|
|
4268
4269
|
};
|
|
4269
4270
|
}();
|
|
@@ -4274,7 +4275,7 @@ export var user_credentials_totp = function () {
|
|
|
4274
4275
|
fields
|
|
4275
4276
|
}, null, options);
|
|
4276
4277
|
});
|
|
4277
|
-
return function user_credentials_totp(
|
|
4278
|
+
return function user_credentials_totp(_x1358, _x1359, _x1360, _x1361) {
|
|
4278
4279
|
return _ref399.apply(this, arguments);
|
|
4279
4280
|
};
|
|
4280
4281
|
}();
|
|
@@ -4285,7 +4286,7 @@ export var create_user_credentials_totp = function () {
|
|
|
4285
4286
|
fields
|
|
4286
4287
|
}, body, options);
|
|
4287
4288
|
});
|
|
4288
|
-
return function create_user_credentials_totp(
|
|
4289
|
+
return function create_user_credentials_totp(_x1362, _x1363, _x1364, _x1365, _x1366) {
|
|
4289
4290
|
return _ref400.apply(this, arguments);
|
|
4290
4291
|
};
|
|
4291
4292
|
}();
|
|
@@ -4294,7 +4295,7 @@ export var delete_user_credentials_totp = function () {
|
|
|
4294
4295
|
user_id = encodeParam(user_id);
|
|
4295
4296
|
return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
|
|
4296
4297
|
});
|
|
4297
|
-
return function delete_user_credentials_totp(
|
|
4298
|
+
return function delete_user_credentials_totp(_x1367, _x1368, _x1369) {
|
|
4298
4299
|
return _ref401.apply(this, arguments);
|
|
4299
4300
|
};
|
|
4300
4301
|
}();
|
|
@@ -4305,7 +4306,7 @@ export var user_credentials_ldap = function () {
|
|
|
4305
4306
|
fields
|
|
4306
4307
|
}, null, options);
|
|
4307
4308
|
});
|
|
4308
|
-
return function user_credentials_ldap(
|
|
4309
|
+
return function user_credentials_ldap(_x1370, _x1371, _x1372, _x1373) {
|
|
4309
4310
|
return _ref402.apply(this, arguments);
|
|
4310
4311
|
};
|
|
4311
4312
|
}();
|
|
@@ -4314,7 +4315,7 @@ export var delete_user_credentials_ldap = function () {
|
|
|
4314
4315
|
user_id = encodeParam(user_id);
|
|
4315
4316
|
return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
|
|
4316
4317
|
});
|
|
4317
|
-
return function delete_user_credentials_ldap(
|
|
4318
|
+
return function delete_user_credentials_ldap(_x1374, _x1375, _x1376) {
|
|
4318
4319
|
return _ref403.apply(this, arguments);
|
|
4319
4320
|
};
|
|
4320
4321
|
}();
|
|
@@ -4325,7 +4326,7 @@ export var user_credentials_google = function () {
|
|
|
4325
4326
|
fields
|
|
4326
4327
|
}, null, options);
|
|
4327
4328
|
});
|
|
4328
|
-
return function user_credentials_google(
|
|
4329
|
+
return function user_credentials_google(_x1377, _x1378, _x1379, _x1380) {
|
|
4329
4330
|
return _ref404.apply(this, arguments);
|
|
4330
4331
|
};
|
|
4331
4332
|
}();
|
|
@@ -4334,7 +4335,7 @@ export var delete_user_credentials_google = function () {
|
|
|
4334
4335
|
user_id = encodeParam(user_id);
|
|
4335
4336
|
return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
|
|
4336
4337
|
});
|
|
4337
|
-
return function delete_user_credentials_google(
|
|
4338
|
+
return function delete_user_credentials_google(_x1381, _x1382, _x1383) {
|
|
4338
4339
|
return _ref405.apply(this, arguments);
|
|
4339
4340
|
};
|
|
4340
4341
|
}();
|
|
@@ -4345,7 +4346,7 @@ export var user_credentials_saml = function () {
|
|
|
4345
4346
|
fields
|
|
4346
4347
|
}, null, options);
|
|
4347
4348
|
});
|
|
4348
|
-
return function user_credentials_saml(
|
|
4349
|
+
return function user_credentials_saml(_x1384, _x1385, _x1386, _x1387) {
|
|
4349
4350
|
return _ref406.apply(this, arguments);
|
|
4350
4351
|
};
|
|
4351
4352
|
}();
|
|
@@ -4354,7 +4355,7 @@ export var delete_user_credentials_saml = function () {
|
|
|
4354
4355
|
user_id = encodeParam(user_id);
|
|
4355
4356
|
return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
|
|
4356
4357
|
});
|
|
4357
|
-
return function delete_user_credentials_saml(
|
|
4358
|
+
return function delete_user_credentials_saml(_x1388, _x1389, _x1390) {
|
|
4358
4359
|
return _ref407.apply(this, arguments);
|
|
4359
4360
|
};
|
|
4360
4361
|
}();
|
|
@@ -4365,7 +4366,7 @@ export var user_credentials_oidc = function () {
|
|
|
4365
4366
|
fields
|
|
4366
4367
|
}, null, options);
|
|
4367
4368
|
});
|
|
4368
|
-
return function user_credentials_oidc(
|
|
4369
|
+
return function user_credentials_oidc(_x1391, _x1392, _x1393, _x1394) {
|
|
4369
4370
|
return _ref408.apply(this, arguments);
|
|
4370
4371
|
};
|
|
4371
4372
|
}();
|
|
@@ -4374,7 +4375,7 @@ export var delete_user_credentials_oidc = function () {
|
|
|
4374
4375
|
user_id = encodeParam(user_id);
|
|
4375
4376
|
return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
|
|
4376
4377
|
});
|
|
4377
|
-
return function delete_user_credentials_oidc(
|
|
4378
|
+
return function delete_user_credentials_oidc(_x1395, _x1396, _x1397) {
|
|
4378
4379
|
return _ref409.apply(this, arguments);
|
|
4379
4380
|
};
|
|
4380
4381
|
}();
|
|
@@ -4386,7 +4387,7 @@ export var user_credentials_api3 = function () {
|
|
|
4386
4387
|
fields
|
|
4387
4388
|
}, null, options);
|
|
4388
4389
|
});
|
|
4389
|
-
return function user_credentials_api3(
|
|
4390
|
+
return function user_credentials_api3(_x1398, _x1399, _x1400, _x1401, _x1402) {
|
|
4390
4391
|
return _ref410.apply(this, arguments);
|
|
4391
4392
|
};
|
|
4392
4393
|
}();
|
|
@@ -4396,7 +4397,7 @@ export var delete_user_credentials_api3 = function () {
|
|
|
4396
4397
|
credentials_api3_id = encodeParam(credentials_api3_id);
|
|
4397
4398
|
return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
|
|
4398
4399
|
});
|
|
4399
|
-
return function delete_user_credentials_api3(
|
|
4400
|
+
return function delete_user_credentials_api3(_x1403, _x1404, _x1405, _x1406) {
|
|
4400
4401
|
return _ref411.apply(this, arguments);
|
|
4401
4402
|
};
|
|
4402
4403
|
}();
|
|
@@ -4407,7 +4408,7 @@ export var all_user_credentials_api3s = function () {
|
|
|
4407
4408
|
fields
|
|
4408
4409
|
}, null, options);
|
|
4409
4410
|
});
|
|
4410
|
-
return function all_user_credentials_api3s(
|
|
4411
|
+
return function all_user_credentials_api3s(_x1407, _x1408, _x1409, _x1410) {
|
|
4411
4412
|
return _ref412.apply(this, arguments);
|
|
4412
4413
|
};
|
|
4413
4414
|
}();
|
|
@@ -4418,7 +4419,7 @@ export var create_user_credentials_api3 = function () {
|
|
|
4418
4419
|
fields
|
|
4419
4420
|
}, null, options);
|
|
4420
4421
|
});
|
|
4421
|
-
return function create_user_credentials_api3(
|
|
4422
|
+
return function create_user_credentials_api3(_x1411, _x1412, _x1413, _x1414) {
|
|
4422
4423
|
return _ref413.apply(this, arguments);
|
|
4423
4424
|
};
|
|
4424
4425
|
}();
|
|
@@ -4430,7 +4431,7 @@ export var user_credentials_embed = function () {
|
|
|
4430
4431
|
fields
|
|
4431
4432
|
}, null, options);
|
|
4432
4433
|
});
|
|
4433
|
-
return function user_credentials_embed(
|
|
4434
|
+
return function user_credentials_embed(_x1415, _x1416, _x1417, _x1418, _x1419) {
|
|
4434
4435
|
return _ref414.apply(this, arguments);
|
|
4435
4436
|
};
|
|
4436
4437
|
}();
|
|
@@ -4440,7 +4441,7 @@ export var delete_user_credentials_embed = function () {
|
|
|
4440
4441
|
credentials_embed_id = encodeParam(credentials_embed_id);
|
|
4441
4442
|
return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
|
|
4442
4443
|
});
|
|
4443
|
-
return function delete_user_credentials_embed(
|
|
4444
|
+
return function delete_user_credentials_embed(_x1420, _x1421, _x1422, _x1423) {
|
|
4444
4445
|
return _ref415.apply(this, arguments);
|
|
4445
4446
|
};
|
|
4446
4447
|
}();
|
|
@@ -4451,7 +4452,7 @@ export var all_user_credentials_embeds = function () {
|
|
|
4451
4452
|
fields
|
|
4452
4453
|
}, null, options);
|
|
4453
4454
|
});
|
|
4454
|
-
return function all_user_credentials_embeds(
|
|
4455
|
+
return function all_user_credentials_embeds(_x1424, _x1425, _x1426, _x1427) {
|
|
4455
4456
|
return _ref416.apply(this, arguments);
|
|
4456
4457
|
};
|
|
4457
4458
|
}();
|
|
@@ -4462,7 +4463,7 @@ export var user_credentials_looker_openid = function () {
|
|
|
4462
4463
|
fields
|
|
4463
4464
|
}, null, options);
|
|
4464
4465
|
});
|
|
4465
|
-
return function user_credentials_looker_openid(
|
|
4466
|
+
return function user_credentials_looker_openid(_x1428, _x1429, _x1430, _x1431) {
|
|
4466
4467
|
return _ref417.apply(this, arguments);
|
|
4467
4468
|
};
|
|
4468
4469
|
}();
|
|
@@ -4471,7 +4472,7 @@ export var delete_user_credentials_looker_openid = function () {
|
|
|
4471
4472
|
user_id = encodeParam(user_id);
|
|
4472
4473
|
return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
|
|
4473
4474
|
});
|
|
4474
|
-
return function delete_user_credentials_looker_openid(
|
|
4475
|
+
return function delete_user_credentials_looker_openid(_x1432, _x1433, _x1434) {
|
|
4475
4476
|
return _ref418.apply(this, arguments);
|
|
4476
4477
|
};
|
|
4477
4478
|
}();
|
|
@@ -4483,7 +4484,7 @@ export var user_session = function () {
|
|
|
4483
4484
|
fields
|
|
4484
4485
|
}, null, options);
|
|
4485
4486
|
});
|
|
4486
|
-
return function user_session(
|
|
4487
|
+
return function user_session(_x1435, _x1436, _x1437, _x1438, _x1439) {
|
|
4487
4488
|
return _ref419.apply(this, arguments);
|
|
4488
4489
|
};
|
|
4489
4490
|
}();
|
|
@@ -4493,7 +4494,7 @@ export var delete_user_session = function () {
|
|
|
4493
4494
|
session_id = encodeParam(session_id);
|
|
4494
4495
|
return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
|
|
4495
4496
|
});
|
|
4496
|
-
return function delete_user_session(
|
|
4497
|
+
return function delete_user_session(_x1440, _x1441, _x1442, _x1443) {
|
|
4497
4498
|
return _ref420.apply(this, arguments);
|
|
4498
4499
|
};
|
|
4499
4500
|
}();
|
|
@@ -4504,7 +4505,7 @@ export var all_user_sessions = function () {
|
|
|
4504
4505
|
fields
|
|
4505
4506
|
}, null, options);
|
|
4506
4507
|
});
|
|
4507
|
-
return function all_user_sessions(
|
|
4508
|
+
return function all_user_sessions(_x1444, _x1445, _x1446, _x1447) {
|
|
4508
4509
|
return _ref421.apply(this, arguments);
|
|
4509
4510
|
};
|
|
4510
4511
|
}();
|
|
@@ -4516,7 +4517,7 @@ export var create_user_credentials_email_password_reset = function () {
|
|
|
4516
4517
|
fields: request.fields
|
|
4517
4518
|
}, null, options);
|
|
4518
4519
|
});
|
|
4519
|
-
return function create_user_credentials_email_password_reset(
|
|
4520
|
+
return function create_user_credentials_email_password_reset(_x1448, _x1449, _x1450) {
|
|
4520
4521
|
return _ref422.apply(this, arguments);
|
|
4521
4522
|
};
|
|
4522
4523
|
}();
|
|
@@ -4528,7 +4529,7 @@ export var user_roles = function () {
|
|
|
4528
4529
|
direct_association_only: request.direct_association_only
|
|
4529
4530
|
}, null, options);
|
|
4530
4531
|
});
|
|
4531
|
-
return function user_roles(
|
|
4532
|
+
return function user_roles(_x1451, _x1452, _x1453) {
|
|
4532
4533
|
return _ref423.apply(this, arguments);
|
|
4533
4534
|
};
|
|
4534
4535
|
}();
|
|
@@ -4539,7 +4540,7 @@ export var set_user_roles = function () {
|
|
|
4539
4540
|
fields
|
|
4540
4541
|
}, body, options);
|
|
4541
4542
|
});
|
|
4542
|
-
return function set_user_roles(
|
|
4543
|
+
return function set_user_roles(_x1454, _x1455, _x1456, _x1457, _x1458) {
|
|
4543
4544
|
return _ref424.apply(this, arguments);
|
|
4544
4545
|
};
|
|
4545
4546
|
}();
|
|
@@ -4553,7 +4554,7 @@ export var user_attribute_user_values = function () {
|
|
|
4553
4554
|
include_unset: request.include_unset
|
|
4554
4555
|
}, null, options);
|
|
4555
4556
|
});
|
|
4556
|
-
return function user_attribute_user_values(
|
|
4557
|
+
return function user_attribute_user_values(_x1459, _x1460, _x1461) {
|
|
4557
4558
|
return _ref425.apply(this, arguments);
|
|
4558
4559
|
};
|
|
4559
4560
|
}();
|
|
@@ -4563,7 +4564,7 @@ export var set_user_attribute_user_value = function () {
|
|
|
4563
4564
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4564
4565
|
return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
|
|
4565
4566
|
});
|
|
4566
|
-
return function set_user_attribute_user_value(
|
|
4567
|
+
return function set_user_attribute_user_value(_x1462, _x1463, _x1464, _x1465, _x1466) {
|
|
4567
4568
|
return _ref426.apply(this, arguments);
|
|
4568
4569
|
};
|
|
4569
4570
|
}();
|
|
@@ -4573,7 +4574,7 @@ export var delete_user_attribute_user_value = function () {
|
|
|
4573
4574
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4574
4575
|
return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
|
|
4575
4576
|
});
|
|
4576
|
-
return function delete_user_attribute_user_value(
|
|
4577
|
+
return function delete_user_attribute_user_value(_x1467, _x1468, _x1469, _x1470) {
|
|
4577
4578
|
return _ref427.apply(this, arguments);
|
|
4578
4579
|
};
|
|
4579
4580
|
}();
|
|
@@ -4584,7 +4585,7 @@ export var send_user_credentials_email_password_reset = function () {
|
|
|
4584
4585
|
fields
|
|
4585
4586
|
}, null, options);
|
|
4586
4587
|
});
|
|
4587
|
-
return function send_user_credentials_email_password_reset(
|
|
4588
|
+
return function send_user_credentials_email_password_reset(_x1471, _x1472, _x1473, _x1474) {
|
|
4588
4589
|
return _ref428.apply(this, arguments);
|
|
4589
4590
|
};
|
|
4590
4591
|
}();
|
|
@@ -4595,7 +4596,7 @@ export var wipeout_user_emails = function () {
|
|
|
4595
4596
|
fields
|
|
4596
4597
|
}, body, options);
|
|
4597
4598
|
});
|
|
4598
|
-
return function wipeout_user_emails(
|
|
4599
|
+
return function wipeout_user_emails(_x1475, _x1476, _x1477, _x1478, _x1479) {
|
|
4599
4600
|
return _ref429.apply(this, arguments);
|
|
4600
4601
|
};
|
|
4601
4602
|
}();
|
|
@@ -4603,7 +4604,7 @@ export var create_embed_user = function () {
|
|
|
4603
4604
|
var _ref430 = _asyncToGenerator(function* (sdk, body, options) {
|
|
4604
4605
|
return sdk.post('/users/embed_user', null, body, options);
|
|
4605
4606
|
});
|
|
4606
|
-
return function create_embed_user(
|
|
4607
|
+
return function create_embed_user(_x1480, _x1481, _x1482) {
|
|
4607
4608
|
return _ref430.apply(this, arguments);
|
|
4608
4609
|
};
|
|
4609
4610
|
}();
|
|
@@ -4614,7 +4615,7 @@ export var all_user_attributes = function () {
|
|
|
4614
4615
|
sorts: request.sorts
|
|
4615
4616
|
}, null, options);
|
|
4616
4617
|
});
|
|
4617
|
-
return function all_user_attributes(
|
|
4618
|
+
return function all_user_attributes(_x1483, _x1484, _x1485) {
|
|
4618
4619
|
return _ref431.apply(this, arguments);
|
|
4619
4620
|
};
|
|
4620
4621
|
}();
|
|
@@ -4624,7 +4625,7 @@ export var create_user_attribute = function () {
|
|
|
4624
4625
|
fields
|
|
4625
4626
|
}, body, options);
|
|
4626
4627
|
});
|
|
4627
|
-
return function create_user_attribute(
|
|
4628
|
+
return function create_user_attribute(_x1486, _x1487, _x1488, _x1489) {
|
|
4628
4629
|
return _ref432.apply(this, arguments);
|
|
4629
4630
|
};
|
|
4630
4631
|
}();
|
|
@@ -4635,7 +4636,7 @@ export var user_attribute = function () {
|
|
|
4635
4636
|
fields
|
|
4636
4637
|
}, null, options);
|
|
4637
4638
|
});
|
|
4638
|
-
return function user_attribute(
|
|
4639
|
+
return function user_attribute(_x1490, _x1491, _x1492, _x1493) {
|
|
4639
4640
|
return _ref433.apply(this, arguments);
|
|
4640
4641
|
};
|
|
4641
4642
|
}();
|
|
@@ -4646,7 +4647,7 @@ export var update_user_attribute = function () {
|
|
|
4646
4647
|
fields
|
|
4647
4648
|
}, body, options);
|
|
4648
4649
|
});
|
|
4649
|
-
return function update_user_attribute(
|
|
4650
|
+
return function update_user_attribute(_x1494, _x1495, _x1496, _x1497, _x1498) {
|
|
4650
4651
|
return _ref434.apply(this, arguments);
|
|
4651
4652
|
};
|
|
4652
4653
|
}();
|
|
@@ -4655,7 +4656,7 @@ export var delete_user_attribute = function () {
|
|
|
4655
4656
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4656
4657
|
return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
|
|
4657
4658
|
});
|
|
4658
|
-
return function delete_user_attribute(
|
|
4659
|
+
return function delete_user_attribute(_x1499, _x1500, _x1501) {
|
|
4659
4660
|
return _ref435.apply(this, arguments);
|
|
4660
4661
|
};
|
|
4661
4662
|
}();
|
|
@@ -4666,7 +4667,7 @@ export var all_user_attribute_group_values = function () {
|
|
|
4666
4667
|
fields
|
|
4667
4668
|
}, null, options);
|
|
4668
4669
|
});
|
|
4669
|
-
return function all_user_attribute_group_values(
|
|
4670
|
+
return function all_user_attribute_group_values(_x1502, _x1503, _x1504, _x1505) {
|
|
4670
4671
|
return _ref436.apply(this, arguments);
|
|
4671
4672
|
};
|
|
4672
4673
|
}();
|
|
@@ -4675,7 +4676,7 @@ export var set_user_attribute_group_values = function () {
|
|
|
4675
4676
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4676
4677
|
return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
|
|
4677
4678
|
});
|
|
4678
|
-
return function set_user_attribute_group_values(
|
|
4679
|
+
return function set_user_attribute_group_values(_x1506, _x1507, _x1508, _x1509) {
|
|
4679
4680
|
return _ref437.apply(this, arguments);
|
|
4680
4681
|
};
|
|
4681
4682
|
}();
|
|
@@ -4683,7 +4684,7 @@ export var all_workspaces = function () {
|
|
|
4683
4684
|
var _ref438 = _asyncToGenerator(function* (sdk, options) {
|
|
4684
4685
|
return sdk.get('/workspaces', null, null, options);
|
|
4685
4686
|
});
|
|
4686
|
-
return function all_workspaces(
|
|
4687
|
+
return function all_workspaces(_x1510, _x1511) {
|
|
4687
4688
|
return _ref438.apply(this, arguments);
|
|
4688
4689
|
};
|
|
4689
4690
|
}();
|
|
@@ -4692,7 +4693,7 @@ export var workspace = function () {
|
|
|
4692
4693
|
workspace_id = encodeParam(workspace_id);
|
|
4693
4694
|
return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
|
|
4694
4695
|
});
|
|
4695
|
-
return function workspace(
|
|
4696
|
+
return function workspace(_x1512, _x1513, _x1514) {
|
|
4696
4697
|
return _ref439.apply(this, arguments);
|
|
4697
4698
|
};
|
|
4698
4699
|
}();
|