@looker/sdk 25.4.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 +16 -0
- package/lib/4.0/funcs.d.ts +4 -2
- package/lib/4.0/funcs.js +567 -543
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +4 -2
- package/lib/4.0/methods.js +293 -273
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +4 -2
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +219 -1
- package/lib/4.0/models.js +17 -1
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +4 -2
- package/lib/4.0/streams.js +293 -273
- 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 +562 -538
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +293 -273
- 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 +293 -273
- 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,41 +3161,64 @@ 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
|
}();
|
|
3168
|
+
export var get_ci_run = function () {
|
|
3169
|
+
var _ref304 = _asyncToGenerator(function* (sdk, project_id, run_id, fields, options) {
|
|
3170
|
+
project_id = encodeParam(project_id);
|
|
3171
|
+
run_id = encodeParam(run_id);
|
|
3172
|
+
return sdk.get("/projects/".concat(project_id, "/ci/runs/").concat(run_id), {
|
|
3173
|
+
fields
|
|
3174
|
+
}, null, options);
|
|
3175
|
+
});
|
|
3176
|
+
return function get_ci_run(_x1019, _x1020, _x1021, _x1022, _x1023) {
|
|
3177
|
+
return _ref304.apply(this, arguments);
|
|
3178
|
+
};
|
|
3179
|
+
}();
|
|
3180
|
+
export var create_ci_run = function () {
|
|
3181
|
+
var _ref305 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
|
|
3182
|
+
project_id = encodeParam(project_id);
|
|
3183
|
+
return sdk.post("/projects/".concat(project_id, "/ci/run"), {
|
|
3184
|
+
fields
|
|
3185
|
+
}, body, options);
|
|
3186
|
+
});
|
|
3187
|
+
return function create_ci_run(_x1024, _x1025, _x1026, _x1027, _x1028) {
|
|
3188
|
+
return _ref305.apply(this, arguments);
|
|
3189
|
+
};
|
|
3190
|
+
}();
|
|
3167
3191
|
export var update_repository_credential = function () {
|
|
3168
|
-
var
|
|
3192
|
+
var _ref306 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
|
|
3169
3193
|
root_project_id = encodeParam(root_project_id);
|
|
3170
3194
|
credential_id = encodeParam(credential_id);
|
|
3171
3195
|
return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
|
|
3172
3196
|
});
|
|
3173
|
-
return function update_repository_credential(
|
|
3174
|
-
return
|
|
3197
|
+
return function update_repository_credential(_x1029, _x1030, _x1031, _x1032, _x1033) {
|
|
3198
|
+
return _ref306.apply(this, arguments);
|
|
3175
3199
|
};
|
|
3176
3200
|
}();
|
|
3177
3201
|
export var delete_repository_credential = function () {
|
|
3178
|
-
var
|
|
3202
|
+
var _ref307 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
|
|
3179
3203
|
root_project_id = encodeParam(root_project_id);
|
|
3180
3204
|
credential_id = encodeParam(credential_id);
|
|
3181
3205
|
return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
|
|
3182
3206
|
});
|
|
3183
|
-
return function delete_repository_credential(
|
|
3184
|
-
return
|
|
3207
|
+
return function delete_repository_credential(_x1034, _x1035, _x1036, _x1037) {
|
|
3208
|
+
return _ref307.apply(this, arguments);
|
|
3185
3209
|
};
|
|
3186
3210
|
}();
|
|
3187
3211
|
export var get_all_repository_credentials = function () {
|
|
3188
|
-
var
|
|
3212
|
+
var _ref308 = _asyncToGenerator(function* (sdk, root_project_id, options) {
|
|
3189
3213
|
root_project_id = encodeParam(root_project_id);
|
|
3190
3214
|
return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
|
|
3191
3215
|
});
|
|
3192
|
-
return function get_all_repository_credentials(
|
|
3193
|
-
return
|
|
3216
|
+
return function get_all_repository_credentials(_x1038, _x1039, _x1040) {
|
|
3217
|
+
return _ref308.apply(this, arguments);
|
|
3194
3218
|
};
|
|
3195
3219
|
}();
|
|
3196
3220
|
export var create_query_task = function () {
|
|
3197
|
-
var
|
|
3221
|
+
var _ref309 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3198
3222
|
return sdk.post('/query_tasks', {
|
|
3199
3223
|
limit: request.limit,
|
|
3200
3224
|
apply_formatting: request.apply_formatting,
|
|
@@ -3209,74 +3233,74 @@ export var create_query_task = function () {
|
|
|
3209
3233
|
fields: request.fields
|
|
3210
3234
|
}, request.body, options);
|
|
3211
3235
|
});
|
|
3212
|
-
return function create_query_task(
|
|
3213
|
-
return
|
|
3236
|
+
return function create_query_task(_x1041, _x1042, _x1043) {
|
|
3237
|
+
return _ref309.apply(this, arguments);
|
|
3214
3238
|
};
|
|
3215
3239
|
}();
|
|
3216
3240
|
export var query_task_multi_results = function () {
|
|
3217
|
-
var
|
|
3241
|
+
var _ref310 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
|
|
3218
3242
|
return sdk.get('/query_tasks/multi_results', {
|
|
3219
3243
|
query_task_ids
|
|
3220
3244
|
}, null, options);
|
|
3221
3245
|
});
|
|
3222
|
-
return function query_task_multi_results(
|
|
3223
|
-
return
|
|
3246
|
+
return function query_task_multi_results(_x1044, _x1045, _x1046) {
|
|
3247
|
+
return _ref310.apply(this, arguments);
|
|
3224
3248
|
};
|
|
3225
3249
|
}();
|
|
3226
3250
|
export var query_task = function () {
|
|
3227
|
-
var
|
|
3251
|
+
var _ref311 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
|
|
3228
3252
|
query_task_id = encodeParam(query_task_id);
|
|
3229
3253
|
return sdk.get("/query_tasks/".concat(query_task_id), {
|
|
3230
3254
|
fields
|
|
3231
3255
|
}, null, options);
|
|
3232
3256
|
});
|
|
3233
|
-
return function query_task(
|
|
3234
|
-
return
|
|
3257
|
+
return function query_task(_x1047, _x1048, _x1049, _x1050) {
|
|
3258
|
+
return _ref311.apply(this, arguments);
|
|
3235
3259
|
};
|
|
3236
3260
|
}();
|
|
3237
3261
|
export var query_task_results = function () {
|
|
3238
|
-
var
|
|
3262
|
+
var _ref312 = _asyncToGenerator(function* (sdk, query_task_id, options) {
|
|
3239
3263
|
query_task_id = encodeParam(query_task_id);
|
|
3240
3264
|
return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
|
|
3241
3265
|
});
|
|
3242
|
-
return function query_task_results(
|
|
3243
|
-
return
|
|
3266
|
+
return function query_task_results(_x1051, _x1052, _x1053) {
|
|
3267
|
+
return _ref312.apply(this, arguments);
|
|
3244
3268
|
};
|
|
3245
3269
|
}();
|
|
3246
3270
|
export var query = function () {
|
|
3247
|
-
var
|
|
3271
|
+
var _ref313 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
|
|
3248
3272
|
query_id = encodeParam(query_id);
|
|
3249
3273
|
return sdk.get("/queries/".concat(query_id), {
|
|
3250
3274
|
fields
|
|
3251
3275
|
}, null, options);
|
|
3252
3276
|
});
|
|
3253
|
-
return function query(
|
|
3254
|
-
return
|
|
3277
|
+
return function query(_x1054, _x1055, _x1056, _x1057) {
|
|
3278
|
+
return _ref313.apply(this, arguments);
|
|
3255
3279
|
};
|
|
3256
3280
|
}();
|
|
3257
3281
|
export var query_for_slug = function () {
|
|
3258
|
-
var
|
|
3282
|
+
var _ref314 = _asyncToGenerator(function* (sdk, slug, fields, options) {
|
|
3259
3283
|
slug = encodeParam(slug);
|
|
3260
3284
|
return sdk.get("/queries/slug/".concat(slug), {
|
|
3261
3285
|
fields
|
|
3262
3286
|
}, null, options);
|
|
3263
3287
|
});
|
|
3264
|
-
return function query_for_slug(
|
|
3265
|
-
return
|
|
3288
|
+
return function query_for_slug(_x1058, _x1059, _x1060, _x1061) {
|
|
3289
|
+
return _ref314.apply(this, arguments);
|
|
3266
3290
|
};
|
|
3267
3291
|
}();
|
|
3268
3292
|
export var create_query = function () {
|
|
3269
|
-
var
|
|
3293
|
+
var _ref315 = _asyncToGenerator(function* (sdk, body, fields, options) {
|
|
3270
3294
|
return sdk.post('/queries', {
|
|
3271
3295
|
fields
|
|
3272
3296
|
}, body, options);
|
|
3273
3297
|
});
|
|
3274
|
-
return function create_query(
|
|
3275
|
-
return
|
|
3298
|
+
return function create_query(_x1062, _x1063, _x1064, _x1065) {
|
|
3299
|
+
return _ref315.apply(this, arguments);
|
|
3276
3300
|
};
|
|
3277
3301
|
}();
|
|
3278
3302
|
export var run_query = function () {
|
|
3279
|
-
var
|
|
3303
|
+
var _ref316 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3280
3304
|
request.query_id = encodeParam(request.query_id);
|
|
3281
3305
|
request.result_format = encodeParam(request.result_format);
|
|
3282
3306
|
return sdk.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
|
|
@@ -3296,12 +3320,12 @@ export var run_query = function () {
|
|
|
3296
3320
|
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3297
3321
|
}, null, options);
|
|
3298
3322
|
});
|
|
3299
|
-
return function run_query(
|
|
3300
|
-
return
|
|
3323
|
+
return function run_query(_x1066, _x1067, _x1068) {
|
|
3324
|
+
return _ref316.apply(this, arguments);
|
|
3301
3325
|
};
|
|
3302
3326
|
}();
|
|
3303
3327
|
export var run_inline_query = function () {
|
|
3304
|
-
var
|
|
3328
|
+
var _ref317 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3305
3329
|
request.result_format = encodeParam(request.result_format);
|
|
3306
3330
|
return sdk.post("/queries/run/".concat(request.result_format), {
|
|
3307
3331
|
limit: request.limit,
|
|
@@ -3319,90 +3343,90 @@ export var run_inline_query = function () {
|
|
|
3319
3343
|
enable_oauth_error_response: request.enable_oauth_error_response
|
|
3320
3344
|
}, request.body, options);
|
|
3321
3345
|
});
|
|
3322
|
-
return function run_inline_query(
|
|
3323
|
-
return
|
|
3346
|
+
return function run_inline_query(_x1069, _x1070, _x1071) {
|
|
3347
|
+
return _ref317.apply(this, arguments);
|
|
3324
3348
|
};
|
|
3325
3349
|
}();
|
|
3326
3350
|
export var run_url_encoded_query = function () {
|
|
3327
|
-
var
|
|
3351
|
+
var _ref318 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
|
|
3328
3352
|
model_name = encodeParam(model_name);
|
|
3329
3353
|
view_name = encodeParam(view_name);
|
|
3330
3354
|
result_format = encodeParam(result_format);
|
|
3331
3355
|
return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
|
|
3332
3356
|
});
|
|
3333
|
-
return function run_url_encoded_query(
|
|
3334
|
-
return
|
|
3357
|
+
return function run_url_encoded_query(_x1072, _x1073, _x1074, _x1075, _x1076) {
|
|
3358
|
+
return _ref318.apply(this, arguments);
|
|
3335
3359
|
};
|
|
3336
3360
|
}();
|
|
3337
3361
|
export var merge_query = function () {
|
|
3338
|
-
var
|
|
3362
|
+
var _ref319 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
|
|
3339
3363
|
merge_query_id = encodeParam(merge_query_id);
|
|
3340
3364
|
return sdk.get("/merge_queries/".concat(merge_query_id), {
|
|
3341
3365
|
fields
|
|
3342
3366
|
}, null, options);
|
|
3343
3367
|
});
|
|
3344
|
-
return function merge_query(
|
|
3345
|
-
return
|
|
3368
|
+
return function merge_query(_x1077, _x1078, _x1079, _x1080) {
|
|
3369
|
+
return _ref319.apply(this, arguments);
|
|
3346
3370
|
};
|
|
3347
3371
|
}();
|
|
3348
3372
|
export var create_merge_query = function () {
|
|
3349
|
-
var
|
|
3373
|
+
var _ref320 = _asyncToGenerator(function* (sdk, body, fields, options) {
|
|
3350
3374
|
return sdk.post('/merge_queries', {
|
|
3351
3375
|
fields
|
|
3352
3376
|
}, body, options);
|
|
3353
3377
|
});
|
|
3354
|
-
return function create_merge_query(
|
|
3355
|
-
return
|
|
3378
|
+
return function create_merge_query(_x1081, _x1082, _x1083, _x1084) {
|
|
3379
|
+
return _ref320.apply(this, arguments);
|
|
3356
3380
|
};
|
|
3357
3381
|
}();
|
|
3358
3382
|
export var all_running_queries = function () {
|
|
3359
|
-
var
|
|
3383
|
+
var _ref321 = _asyncToGenerator(function* (sdk, options) {
|
|
3360
3384
|
return sdk.get('/running_queries', null, null, options);
|
|
3361
3385
|
});
|
|
3362
|
-
return function all_running_queries(
|
|
3363
|
-
return
|
|
3386
|
+
return function all_running_queries(_x1085, _x1086) {
|
|
3387
|
+
return _ref321.apply(this, arguments);
|
|
3364
3388
|
};
|
|
3365
3389
|
}();
|
|
3366
3390
|
export var kill_query = function () {
|
|
3367
|
-
var
|
|
3391
|
+
var _ref322 = _asyncToGenerator(function* (sdk, query_task_id, options) {
|
|
3368
3392
|
query_task_id = encodeParam(query_task_id);
|
|
3369
3393
|
return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
|
|
3370
3394
|
});
|
|
3371
|
-
return function kill_query(
|
|
3372
|
-
return
|
|
3395
|
+
return function kill_query(_x1087, _x1088, _x1089) {
|
|
3396
|
+
return _ref322.apply(this, arguments);
|
|
3373
3397
|
};
|
|
3374
3398
|
}();
|
|
3375
3399
|
export var create_sql_query = function () {
|
|
3376
|
-
var
|
|
3400
|
+
var _ref323 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3377
3401
|
return sdk.post('/sql_queries', null, body, options);
|
|
3378
3402
|
});
|
|
3379
|
-
return function create_sql_query(
|
|
3380
|
-
return
|
|
3403
|
+
return function create_sql_query(_x1090, _x1091, _x1092) {
|
|
3404
|
+
return _ref323.apply(this, arguments);
|
|
3381
3405
|
};
|
|
3382
3406
|
}();
|
|
3383
3407
|
export var sql_query = function () {
|
|
3384
|
-
var
|
|
3408
|
+
var _ref324 = _asyncToGenerator(function* (sdk, slug, options) {
|
|
3385
3409
|
slug = encodeParam(slug);
|
|
3386
3410
|
return sdk.get("/sql_queries/".concat(slug), null, null, options);
|
|
3387
3411
|
});
|
|
3388
|
-
return function sql_query(
|
|
3389
|
-
return
|
|
3412
|
+
return function sql_query(_x1093, _x1094, _x1095) {
|
|
3413
|
+
return _ref324.apply(this, arguments);
|
|
3390
3414
|
};
|
|
3391
3415
|
}();
|
|
3392
3416
|
export var run_sql_query = function () {
|
|
3393
|
-
var
|
|
3417
|
+
var _ref325 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
|
|
3394
3418
|
slug = encodeParam(slug);
|
|
3395
3419
|
result_format = encodeParam(result_format);
|
|
3396
3420
|
return sdk.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
|
|
3397
3421
|
download
|
|
3398
3422
|
}, null, options);
|
|
3399
3423
|
});
|
|
3400
|
-
return function run_sql_query(
|
|
3401
|
-
return
|
|
3424
|
+
return function run_sql_query(_x1096, _x1097, _x1098, _x1099, _x1100) {
|
|
3425
|
+
return _ref325.apply(this, arguments);
|
|
3402
3426
|
};
|
|
3403
3427
|
}();
|
|
3404
3428
|
export var create_look_render_task = function () {
|
|
3405
|
-
var
|
|
3429
|
+
var _ref326 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
|
|
3406
3430
|
look_id = encodeParam(look_id);
|
|
3407
3431
|
result_format = encodeParam(result_format);
|
|
3408
3432
|
return sdk.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
|
|
@@ -3411,12 +3435,12 @@ export var create_look_render_task = function () {
|
|
|
3411
3435
|
fields
|
|
3412
3436
|
}, null, options);
|
|
3413
3437
|
});
|
|
3414
|
-
return function create_look_render_task(
|
|
3415
|
-
return
|
|
3438
|
+
return function create_look_render_task(_x1101, _x1102, _x1103, _x1104, _x1105, _x1106, _x1107) {
|
|
3439
|
+
return _ref326.apply(this, arguments);
|
|
3416
3440
|
};
|
|
3417
3441
|
}();
|
|
3418
3442
|
export var create_query_render_task = function () {
|
|
3419
|
-
var
|
|
3443
|
+
var _ref327 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
|
|
3420
3444
|
query_id = encodeParam(query_id);
|
|
3421
3445
|
result_format = encodeParam(result_format);
|
|
3422
3446
|
return sdk.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
|
|
@@ -3425,12 +3449,12 @@ export var create_query_render_task = function () {
|
|
|
3425
3449
|
fields
|
|
3426
3450
|
}, null, options);
|
|
3427
3451
|
});
|
|
3428
|
-
return function create_query_render_task(
|
|
3429
|
-
return
|
|
3452
|
+
return function create_query_render_task(_x1108, _x1109, _x1110, _x1111, _x1112, _x1113, _x1114) {
|
|
3453
|
+
return _ref327.apply(this, arguments);
|
|
3430
3454
|
};
|
|
3431
3455
|
}();
|
|
3432
3456
|
export var create_dashboard_render_task = function () {
|
|
3433
|
-
var
|
|
3457
|
+
var _ref328 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3434
3458
|
request.dashboard_id = encodeParam(request.dashboard_id);
|
|
3435
3459
|
request.result_format = encodeParam(request.result_format);
|
|
3436
3460
|
return sdk.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
|
|
@@ -3443,32 +3467,32 @@ export var create_dashboard_render_task = function () {
|
|
|
3443
3467
|
theme: request.theme
|
|
3444
3468
|
}, request.body, options);
|
|
3445
3469
|
});
|
|
3446
|
-
return function create_dashboard_render_task(
|
|
3447
|
-
return
|
|
3470
|
+
return function create_dashboard_render_task(_x1115, _x1116, _x1117) {
|
|
3471
|
+
return _ref328.apply(this, arguments);
|
|
3448
3472
|
};
|
|
3449
3473
|
}();
|
|
3450
3474
|
export var render_task = function () {
|
|
3451
|
-
var
|
|
3475
|
+
var _ref329 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
|
|
3452
3476
|
render_task_id = encodeParam(render_task_id);
|
|
3453
3477
|
return sdk.get("/render_tasks/".concat(render_task_id), {
|
|
3454
3478
|
fields
|
|
3455
3479
|
}, null, options);
|
|
3456
3480
|
});
|
|
3457
|
-
return function render_task(
|
|
3458
|
-
return
|
|
3481
|
+
return function render_task(_x1118, _x1119, _x1120, _x1121) {
|
|
3482
|
+
return _ref329.apply(this, arguments);
|
|
3459
3483
|
};
|
|
3460
3484
|
}();
|
|
3461
3485
|
export var render_task_results = function () {
|
|
3462
|
-
var
|
|
3486
|
+
var _ref330 = _asyncToGenerator(function* (sdk, render_task_id, options) {
|
|
3463
3487
|
render_task_id = encodeParam(render_task_id);
|
|
3464
3488
|
return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
|
|
3465
3489
|
});
|
|
3466
|
-
return function render_task_results(
|
|
3467
|
-
return
|
|
3490
|
+
return function render_task_results(_x1122, _x1123, _x1124) {
|
|
3491
|
+
return _ref330.apply(this, arguments);
|
|
3468
3492
|
};
|
|
3469
3493
|
}();
|
|
3470
3494
|
export var create_dashboard_element_render_task = function () {
|
|
3471
|
-
var
|
|
3495
|
+
var _ref331 = _asyncToGenerator(function* (sdk, dashboard_element_id, result_format, width, height, fields, options) {
|
|
3472
3496
|
dashboard_element_id = encodeParam(dashboard_element_id);
|
|
3473
3497
|
result_format = encodeParam(result_format);
|
|
3474
3498
|
return sdk.post("/render_tasks/dashboard_elements/".concat(dashboard_element_id, "/").concat(result_format), {
|
|
@@ -3477,12 +3501,12 @@ export var create_dashboard_element_render_task = function () {
|
|
|
3477
3501
|
fields
|
|
3478
3502
|
}, null, options);
|
|
3479
3503
|
});
|
|
3480
|
-
return function create_dashboard_element_render_task(
|
|
3481
|
-
return
|
|
3504
|
+
return function create_dashboard_element_render_task(_x1125, _x1126, _x1127, _x1128, _x1129, _x1130, _x1131) {
|
|
3505
|
+
return _ref331.apply(this, arguments);
|
|
3482
3506
|
};
|
|
3483
3507
|
}();
|
|
3484
3508
|
export var search_reports = function () {
|
|
3485
|
-
var
|
|
3509
|
+
var _ref332 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3486
3510
|
return sdk.get('/reports/search', {
|
|
3487
3511
|
folder_id: request.folder_id,
|
|
3488
3512
|
favorite: request.favorite,
|
|
@@ -3495,12 +3519,12 @@ export var search_reports = function () {
|
|
|
3495
3519
|
next_page_token: request.next_page_token
|
|
3496
3520
|
}, null, options);
|
|
3497
3521
|
});
|
|
3498
|
-
return function search_reports(
|
|
3499
|
-
return
|
|
3522
|
+
return function search_reports(_x1132, _x1133, _x1134) {
|
|
3523
|
+
return _ref332.apply(this, arguments);
|
|
3500
3524
|
};
|
|
3501
3525
|
}();
|
|
3502
3526
|
export var search_model_sets = function () {
|
|
3503
|
-
var
|
|
3527
|
+
var _ref333 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3504
3528
|
return sdk.get('/model_sets/search', {
|
|
3505
3529
|
fields: request.fields,
|
|
3506
3530
|
limit: request.limit,
|
|
@@ -3513,67 +3537,67 @@ export var search_model_sets = function () {
|
|
|
3513
3537
|
filter_or: request.filter_or
|
|
3514
3538
|
}, null, options);
|
|
3515
3539
|
});
|
|
3516
|
-
return function search_model_sets(
|
|
3517
|
-
return
|
|
3540
|
+
return function search_model_sets(_x1135, _x1136, _x1137) {
|
|
3541
|
+
return _ref333.apply(this, arguments);
|
|
3518
3542
|
};
|
|
3519
3543
|
}();
|
|
3520
3544
|
export var model_set = function () {
|
|
3521
|
-
var
|
|
3545
|
+
var _ref334 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
|
|
3522
3546
|
model_set_id = encodeParam(model_set_id);
|
|
3523
3547
|
return sdk.get("/model_sets/".concat(model_set_id), {
|
|
3524
3548
|
fields
|
|
3525
3549
|
}, null, options);
|
|
3526
3550
|
});
|
|
3527
|
-
return function model_set(
|
|
3528
|
-
return
|
|
3551
|
+
return function model_set(_x1138, _x1139, _x1140, _x1141) {
|
|
3552
|
+
return _ref334.apply(this, arguments);
|
|
3529
3553
|
};
|
|
3530
3554
|
}();
|
|
3531
3555
|
export var update_model_set = function () {
|
|
3532
|
-
var
|
|
3556
|
+
var _ref335 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
|
|
3533
3557
|
model_set_id = encodeParam(model_set_id);
|
|
3534
3558
|
return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
|
|
3535
3559
|
});
|
|
3536
|
-
return function update_model_set(
|
|
3537
|
-
return
|
|
3560
|
+
return function update_model_set(_x1142, _x1143, _x1144, _x1145) {
|
|
3561
|
+
return _ref335.apply(this, arguments);
|
|
3538
3562
|
};
|
|
3539
3563
|
}();
|
|
3540
3564
|
export var delete_model_set = function () {
|
|
3541
|
-
var
|
|
3565
|
+
var _ref336 = _asyncToGenerator(function* (sdk, model_set_id, options) {
|
|
3542
3566
|
model_set_id = encodeParam(model_set_id);
|
|
3543
3567
|
return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
|
|
3544
3568
|
});
|
|
3545
|
-
return function delete_model_set(
|
|
3546
|
-
return
|
|
3569
|
+
return function delete_model_set(_x1146, _x1147, _x1148) {
|
|
3570
|
+
return _ref336.apply(this, arguments);
|
|
3547
3571
|
};
|
|
3548
3572
|
}();
|
|
3549
3573
|
export var all_model_sets = function () {
|
|
3550
|
-
var
|
|
3574
|
+
var _ref337 = _asyncToGenerator(function* (sdk, fields, options) {
|
|
3551
3575
|
return sdk.get('/model_sets', {
|
|
3552
3576
|
fields
|
|
3553
3577
|
}, null, options);
|
|
3554
3578
|
});
|
|
3555
|
-
return function all_model_sets(
|
|
3556
|
-
return
|
|
3579
|
+
return function all_model_sets(_x1149, _x1150, _x1151) {
|
|
3580
|
+
return _ref337.apply(this, arguments);
|
|
3557
3581
|
};
|
|
3558
3582
|
}();
|
|
3559
3583
|
export var create_model_set = function () {
|
|
3560
|
-
var
|
|
3584
|
+
var _ref338 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3561
3585
|
return sdk.post('/model_sets', null, body, options);
|
|
3562
3586
|
});
|
|
3563
|
-
return function create_model_set(
|
|
3564
|
-
return
|
|
3587
|
+
return function create_model_set(_x1152, _x1153, _x1154) {
|
|
3588
|
+
return _ref338.apply(this, arguments);
|
|
3565
3589
|
};
|
|
3566
3590
|
}();
|
|
3567
3591
|
export var all_permissions = function () {
|
|
3568
|
-
var
|
|
3592
|
+
var _ref339 = _asyncToGenerator(function* (sdk, options) {
|
|
3569
3593
|
return sdk.get('/permissions', null, null, options);
|
|
3570
3594
|
});
|
|
3571
|
-
return function all_permissions(
|
|
3572
|
-
return
|
|
3595
|
+
return function all_permissions(_x1155, _x1156) {
|
|
3596
|
+
return _ref339.apply(this, arguments);
|
|
3573
3597
|
};
|
|
3574
3598
|
}();
|
|
3575
3599
|
export var search_permission_sets = function () {
|
|
3576
|
-
var
|
|
3600
|
+
var _ref340 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3577
3601
|
return sdk.get('/permission_sets/search', {
|
|
3578
3602
|
fields: request.fields,
|
|
3579
3603
|
limit: request.limit,
|
|
@@ -3586,78 +3610,78 @@ export var search_permission_sets = function () {
|
|
|
3586
3610
|
filter_or: request.filter_or
|
|
3587
3611
|
}, null, options);
|
|
3588
3612
|
});
|
|
3589
|
-
return function search_permission_sets(
|
|
3590
|
-
return
|
|
3613
|
+
return function search_permission_sets(_x1157, _x1158, _x1159) {
|
|
3614
|
+
return _ref340.apply(this, arguments);
|
|
3591
3615
|
};
|
|
3592
3616
|
}();
|
|
3593
3617
|
export var permission_set = function () {
|
|
3594
|
-
var
|
|
3618
|
+
var _ref341 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
|
|
3595
3619
|
permission_set_id = encodeParam(permission_set_id);
|
|
3596
3620
|
return sdk.get("/permission_sets/".concat(permission_set_id), {
|
|
3597
3621
|
fields
|
|
3598
3622
|
}, null, options);
|
|
3599
3623
|
});
|
|
3600
|
-
return function permission_set(
|
|
3601
|
-
return
|
|
3624
|
+
return function permission_set(_x1160, _x1161, _x1162, _x1163) {
|
|
3625
|
+
return _ref341.apply(this, arguments);
|
|
3602
3626
|
};
|
|
3603
3627
|
}();
|
|
3604
3628
|
export var update_permission_set = function () {
|
|
3605
|
-
var
|
|
3629
|
+
var _ref342 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
|
|
3606
3630
|
permission_set_id = encodeParam(permission_set_id);
|
|
3607
3631
|
return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
|
|
3608
3632
|
});
|
|
3609
|
-
return function update_permission_set(
|
|
3610
|
-
return
|
|
3633
|
+
return function update_permission_set(_x1164, _x1165, _x1166, _x1167) {
|
|
3634
|
+
return _ref342.apply(this, arguments);
|
|
3611
3635
|
};
|
|
3612
3636
|
}();
|
|
3613
3637
|
export var delete_permission_set = function () {
|
|
3614
|
-
var
|
|
3638
|
+
var _ref343 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
|
|
3615
3639
|
permission_set_id = encodeParam(permission_set_id);
|
|
3616
3640
|
return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
|
|
3617
3641
|
});
|
|
3618
|
-
return function delete_permission_set(
|
|
3619
|
-
return
|
|
3642
|
+
return function delete_permission_set(_x1168, _x1169, _x1170) {
|
|
3643
|
+
return _ref343.apply(this, arguments);
|
|
3620
3644
|
};
|
|
3621
3645
|
}();
|
|
3622
3646
|
export var all_permission_sets = function () {
|
|
3623
|
-
var
|
|
3647
|
+
var _ref344 = _asyncToGenerator(function* (sdk, fields, options) {
|
|
3624
3648
|
return sdk.get('/permission_sets', {
|
|
3625
3649
|
fields
|
|
3626
3650
|
}, null, options);
|
|
3627
3651
|
});
|
|
3628
|
-
return function all_permission_sets(
|
|
3629
|
-
return
|
|
3652
|
+
return function all_permission_sets(_x1171, _x1172, _x1173) {
|
|
3653
|
+
return _ref344.apply(this, arguments);
|
|
3630
3654
|
};
|
|
3631
3655
|
}();
|
|
3632
3656
|
export var create_permission_set = function () {
|
|
3633
|
-
var
|
|
3657
|
+
var _ref345 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3634
3658
|
return sdk.post('/permission_sets', null, body, options);
|
|
3635
3659
|
});
|
|
3636
|
-
return function create_permission_set(
|
|
3637
|
-
return
|
|
3660
|
+
return function create_permission_set(_x1174, _x1175, _x1176) {
|
|
3661
|
+
return _ref345.apply(this, arguments);
|
|
3638
3662
|
};
|
|
3639
3663
|
}();
|
|
3640
3664
|
export var all_roles = function () {
|
|
3641
|
-
var
|
|
3665
|
+
var _ref346 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3642
3666
|
return sdk.get('/roles', {
|
|
3643
3667
|
fields: request.fields,
|
|
3644
3668
|
ids: request.ids
|
|
3645
3669
|
}, null, options);
|
|
3646
3670
|
});
|
|
3647
|
-
return function all_roles(
|
|
3648
|
-
return
|
|
3671
|
+
return function all_roles(_x1177, _x1178, _x1179) {
|
|
3672
|
+
return _ref346.apply(this, arguments);
|
|
3649
3673
|
};
|
|
3650
3674
|
}();
|
|
3651
3675
|
export var create_role = function () {
|
|
3652
|
-
var
|
|
3676
|
+
var _ref347 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3653
3677
|
return sdk.post('/roles', null, body, options);
|
|
3654
3678
|
});
|
|
3655
|
-
return function create_role(
|
|
3656
|
-
return
|
|
3679
|
+
return function create_role(_x1180, _x1181, _x1182) {
|
|
3680
|
+
return _ref347.apply(this, arguments);
|
|
3657
3681
|
};
|
|
3658
3682
|
}();
|
|
3659
3683
|
export var search_roles = function () {
|
|
3660
|
-
var
|
|
3684
|
+
var _ref348 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3661
3685
|
return sdk.get('/roles/search', {
|
|
3662
3686
|
fields: request.fields,
|
|
3663
3687
|
limit: request.limit,
|
|
@@ -3670,12 +3694,12 @@ export var search_roles = function () {
|
|
|
3670
3694
|
is_support_role: request.is_support_role
|
|
3671
3695
|
}, null, options);
|
|
3672
3696
|
});
|
|
3673
|
-
return function search_roles(
|
|
3674
|
-
return
|
|
3697
|
+
return function search_roles(_x1183, _x1184, _x1185) {
|
|
3698
|
+
return _ref348.apply(this, arguments);
|
|
3675
3699
|
};
|
|
3676
3700
|
}();
|
|
3677
3701
|
export var search_roles_with_user_count = function () {
|
|
3678
|
-
var
|
|
3702
|
+
var _ref349 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3679
3703
|
return sdk.get('/roles/search/with_user_count', {
|
|
3680
3704
|
fields: request.fields,
|
|
3681
3705
|
limit: request.limit,
|
|
@@ -3687,148 +3711,148 @@ export var search_roles_with_user_count = function () {
|
|
|
3687
3711
|
filter_or: request.filter_or
|
|
3688
3712
|
}, null, options);
|
|
3689
3713
|
});
|
|
3690
|
-
return function search_roles_with_user_count(
|
|
3691
|
-
return
|
|
3714
|
+
return function search_roles_with_user_count(_x1186, _x1187, _x1188) {
|
|
3715
|
+
return _ref349.apply(this, arguments);
|
|
3692
3716
|
};
|
|
3693
3717
|
}();
|
|
3694
3718
|
export var role = function () {
|
|
3695
|
-
var
|
|
3719
|
+
var _ref350 = _asyncToGenerator(function* (sdk, role_id, options) {
|
|
3696
3720
|
role_id = encodeParam(role_id);
|
|
3697
3721
|
return sdk.get("/roles/".concat(role_id), null, null, options);
|
|
3698
3722
|
});
|
|
3699
|
-
return function role(
|
|
3700
|
-
return
|
|
3723
|
+
return function role(_x1189, _x1190, _x1191) {
|
|
3724
|
+
return _ref350.apply(this, arguments);
|
|
3701
3725
|
};
|
|
3702
3726
|
}();
|
|
3703
3727
|
export var update_role = function () {
|
|
3704
|
-
var
|
|
3728
|
+
var _ref351 = _asyncToGenerator(function* (sdk, role_id, body, options) {
|
|
3705
3729
|
role_id = encodeParam(role_id);
|
|
3706
3730
|
return sdk.patch("/roles/".concat(role_id), null, body, options);
|
|
3707
3731
|
});
|
|
3708
|
-
return function update_role(
|
|
3709
|
-
return
|
|
3732
|
+
return function update_role(_x1192, _x1193, _x1194, _x1195) {
|
|
3733
|
+
return _ref351.apply(this, arguments);
|
|
3710
3734
|
};
|
|
3711
3735
|
}();
|
|
3712
3736
|
export var delete_role = function () {
|
|
3713
|
-
var
|
|
3737
|
+
var _ref352 = _asyncToGenerator(function* (sdk, role_id, options) {
|
|
3714
3738
|
role_id = encodeParam(role_id);
|
|
3715
3739
|
return sdk.delete("/roles/".concat(role_id), null, null, options);
|
|
3716
3740
|
});
|
|
3717
|
-
return function delete_role(
|
|
3718
|
-
return
|
|
3741
|
+
return function delete_role(_x1196, _x1197, _x1198) {
|
|
3742
|
+
return _ref352.apply(this, arguments);
|
|
3719
3743
|
};
|
|
3720
3744
|
}();
|
|
3721
3745
|
export var role_groups = function () {
|
|
3722
|
-
var
|
|
3746
|
+
var _ref353 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
|
|
3723
3747
|
role_id = encodeParam(role_id);
|
|
3724
3748
|
return sdk.get("/roles/".concat(role_id, "/groups"), {
|
|
3725
3749
|
fields
|
|
3726
3750
|
}, null, options);
|
|
3727
3751
|
});
|
|
3728
|
-
return function role_groups(
|
|
3729
|
-
return
|
|
3752
|
+
return function role_groups(_x1199, _x1200, _x1201, _x1202) {
|
|
3753
|
+
return _ref353.apply(this, arguments);
|
|
3730
3754
|
};
|
|
3731
3755
|
}();
|
|
3732
3756
|
export var set_role_groups = function () {
|
|
3733
|
-
var
|
|
3757
|
+
var _ref354 = _asyncToGenerator(function* (sdk, role_id, body, options) {
|
|
3734
3758
|
role_id = encodeParam(role_id);
|
|
3735
3759
|
return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
|
|
3736
3760
|
});
|
|
3737
|
-
return function set_role_groups(
|
|
3738
|
-
return
|
|
3761
|
+
return function set_role_groups(_x1203, _x1204, _x1205, _x1206) {
|
|
3762
|
+
return _ref354.apply(this, arguments);
|
|
3739
3763
|
};
|
|
3740
3764
|
}();
|
|
3741
3765
|
export var role_users = function () {
|
|
3742
|
-
var
|
|
3766
|
+
var _ref355 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3743
3767
|
request.role_id = encodeParam(request.role_id);
|
|
3744
3768
|
return sdk.get("/roles/".concat(request.role_id, "/users"), {
|
|
3745
3769
|
fields: request.fields,
|
|
3746
3770
|
direct_association_only: request.direct_association_only
|
|
3747
3771
|
}, null, options);
|
|
3748
3772
|
});
|
|
3749
|
-
return function role_users(
|
|
3750
|
-
return
|
|
3773
|
+
return function role_users(_x1207, _x1208, _x1209) {
|
|
3774
|
+
return _ref355.apply(this, arguments);
|
|
3751
3775
|
};
|
|
3752
3776
|
}();
|
|
3753
3777
|
export var set_role_users = function () {
|
|
3754
|
-
var
|
|
3778
|
+
var _ref356 = _asyncToGenerator(function* (sdk, role_id, body, options) {
|
|
3755
3779
|
role_id = encodeParam(role_id);
|
|
3756
3780
|
return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
|
|
3757
3781
|
});
|
|
3758
|
-
return function set_role_users(
|
|
3759
|
-
return
|
|
3782
|
+
return function set_role_users(_x1210, _x1211, _x1212, _x1213) {
|
|
3783
|
+
return _ref356.apply(this, arguments);
|
|
3760
3784
|
};
|
|
3761
3785
|
}();
|
|
3762
3786
|
export var scheduled_plans_for_space = function () {
|
|
3763
|
-
var
|
|
3787
|
+
var _ref357 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
|
|
3764
3788
|
space_id = encodeParam(space_id);
|
|
3765
3789
|
return sdk.get("/scheduled_plans/space/".concat(space_id), {
|
|
3766
3790
|
fields
|
|
3767
3791
|
}, null, options);
|
|
3768
3792
|
});
|
|
3769
|
-
return function scheduled_plans_for_space(
|
|
3770
|
-
return
|
|
3793
|
+
return function scheduled_plans_for_space(_x1214, _x1215, _x1216, _x1217) {
|
|
3794
|
+
return _ref357.apply(this, arguments);
|
|
3771
3795
|
};
|
|
3772
3796
|
}();
|
|
3773
3797
|
export var scheduled_plan = function () {
|
|
3774
|
-
var
|
|
3798
|
+
var _ref358 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
|
|
3775
3799
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3776
3800
|
return sdk.get("/scheduled_plans/".concat(scheduled_plan_id), {
|
|
3777
3801
|
fields
|
|
3778
3802
|
}, null, options);
|
|
3779
3803
|
});
|
|
3780
|
-
return function scheduled_plan(
|
|
3781
|
-
return
|
|
3804
|
+
return function scheduled_plan(_x1218, _x1219, _x1220, _x1221) {
|
|
3805
|
+
return _ref358.apply(this, arguments);
|
|
3782
3806
|
};
|
|
3783
3807
|
}();
|
|
3784
3808
|
export var update_scheduled_plan = function () {
|
|
3785
|
-
var
|
|
3809
|
+
var _ref359 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
|
|
3786
3810
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3787
3811
|
return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
|
|
3788
3812
|
});
|
|
3789
|
-
return function update_scheduled_plan(
|
|
3790
|
-
return
|
|
3813
|
+
return function update_scheduled_plan(_x1222, _x1223, _x1224, _x1225) {
|
|
3814
|
+
return _ref359.apply(this, arguments);
|
|
3791
3815
|
};
|
|
3792
3816
|
}();
|
|
3793
3817
|
export var delete_scheduled_plan = function () {
|
|
3794
|
-
var
|
|
3818
|
+
var _ref360 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
|
|
3795
3819
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3796
3820
|
return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
|
|
3797
3821
|
});
|
|
3798
|
-
return function delete_scheduled_plan(
|
|
3799
|
-
return
|
|
3822
|
+
return function delete_scheduled_plan(_x1226, _x1227, _x1228) {
|
|
3823
|
+
return _ref360.apply(this, arguments);
|
|
3800
3824
|
};
|
|
3801
3825
|
}();
|
|
3802
3826
|
export var all_scheduled_plans = function () {
|
|
3803
|
-
var
|
|
3827
|
+
var _ref361 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3804
3828
|
return sdk.get('/scheduled_plans', {
|
|
3805
3829
|
user_id: request.user_id,
|
|
3806
3830
|
fields: request.fields,
|
|
3807
3831
|
all_users: request.all_users
|
|
3808
3832
|
}, null, options);
|
|
3809
3833
|
});
|
|
3810
|
-
return function all_scheduled_plans(
|
|
3811
|
-
return
|
|
3834
|
+
return function all_scheduled_plans(_x1229, _x1230, _x1231) {
|
|
3835
|
+
return _ref361.apply(this, arguments);
|
|
3812
3836
|
};
|
|
3813
3837
|
}();
|
|
3814
3838
|
export var create_scheduled_plan = function () {
|
|
3815
|
-
var
|
|
3839
|
+
var _ref362 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3816
3840
|
return sdk.post('/scheduled_plans', null, body, options);
|
|
3817
3841
|
});
|
|
3818
|
-
return function create_scheduled_plan(
|
|
3819
|
-
return
|
|
3842
|
+
return function create_scheduled_plan(_x1232, _x1233, _x1234) {
|
|
3843
|
+
return _ref362.apply(this, arguments);
|
|
3820
3844
|
};
|
|
3821
3845
|
}();
|
|
3822
3846
|
export var scheduled_plan_run_once = function () {
|
|
3823
|
-
var
|
|
3847
|
+
var _ref363 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3824
3848
|
return sdk.post('/scheduled_plans/run_once', null, body, options);
|
|
3825
3849
|
});
|
|
3826
|
-
return function scheduled_plan_run_once(
|
|
3827
|
-
return
|
|
3850
|
+
return function scheduled_plan_run_once(_x1235, _x1236, _x1237) {
|
|
3851
|
+
return _ref363.apply(this, arguments);
|
|
3828
3852
|
};
|
|
3829
3853
|
}();
|
|
3830
3854
|
export var search_scheduled_plans = function () {
|
|
3831
|
-
var
|
|
3855
|
+
var _ref364 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3832
3856
|
return sdk.get('/scheduled_plans/search', {
|
|
3833
3857
|
user_id: request.user_id,
|
|
3834
3858
|
fields: request.fields,
|
|
@@ -3848,12 +3872,12 @@ export var search_scheduled_plans = function () {
|
|
|
3848
3872
|
filter_or: request.filter_or
|
|
3849
3873
|
}, null, options);
|
|
3850
3874
|
});
|
|
3851
|
-
return function search_scheduled_plans(
|
|
3852
|
-
return
|
|
3875
|
+
return function search_scheduled_plans(_x1238, _x1239, _x1240) {
|
|
3876
|
+
return _ref364.apply(this, arguments);
|
|
3853
3877
|
};
|
|
3854
3878
|
}();
|
|
3855
3879
|
export var scheduled_plans_for_look = function () {
|
|
3856
|
-
var
|
|
3880
|
+
var _ref365 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3857
3881
|
request.look_id = encodeParam(request.look_id);
|
|
3858
3882
|
return sdk.get("/scheduled_plans/look/".concat(request.look_id), {
|
|
3859
3883
|
user_id: request.user_id,
|
|
@@ -3861,12 +3885,12 @@ export var scheduled_plans_for_look = function () {
|
|
|
3861
3885
|
all_users: request.all_users
|
|
3862
3886
|
}, null, options);
|
|
3863
3887
|
});
|
|
3864
|
-
return function scheduled_plans_for_look(
|
|
3865
|
-
return
|
|
3888
|
+
return function scheduled_plans_for_look(_x1241, _x1242, _x1243) {
|
|
3889
|
+
return _ref365.apply(this, arguments);
|
|
3866
3890
|
};
|
|
3867
3891
|
}();
|
|
3868
3892
|
export var scheduled_plans_for_dashboard = function () {
|
|
3869
|
-
var
|
|
3893
|
+
var _ref366 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3870
3894
|
request.dashboard_id = encodeParam(request.dashboard_id);
|
|
3871
3895
|
return sdk.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
|
|
3872
3896
|
user_id: request.user_id,
|
|
@@ -3874,12 +3898,12 @@ export var scheduled_plans_for_dashboard = function () {
|
|
|
3874
3898
|
fields: request.fields
|
|
3875
3899
|
}, null, options);
|
|
3876
3900
|
});
|
|
3877
|
-
return function scheduled_plans_for_dashboard(
|
|
3878
|
-
return
|
|
3901
|
+
return function scheduled_plans_for_dashboard(_x1244, _x1245, _x1246) {
|
|
3902
|
+
return _ref366.apply(this, arguments);
|
|
3879
3903
|
};
|
|
3880
3904
|
}();
|
|
3881
3905
|
export var scheduled_plans_for_lookml_dashboard = function () {
|
|
3882
|
-
var
|
|
3906
|
+
var _ref367 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3883
3907
|
request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
|
|
3884
3908
|
return sdk.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
|
|
3885
3909
|
user_id: request.user_id,
|
|
@@ -3887,82 +3911,82 @@ export var scheduled_plans_for_lookml_dashboard = function () {
|
|
|
3887
3911
|
all_users: request.all_users
|
|
3888
3912
|
}, null, options);
|
|
3889
3913
|
});
|
|
3890
|
-
return function scheduled_plans_for_lookml_dashboard(
|
|
3891
|
-
return
|
|
3914
|
+
return function scheduled_plans_for_lookml_dashboard(_x1247, _x1248, _x1249) {
|
|
3915
|
+
return _ref367.apply(this, arguments);
|
|
3892
3916
|
};
|
|
3893
3917
|
}();
|
|
3894
3918
|
export var scheduled_plan_run_once_by_id = function () {
|
|
3895
|
-
var
|
|
3919
|
+
var _ref368 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
|
|
3896
3920
|
scheduled_plan_id = encodeParam(scheduled_plan_id);
|
|
3897
3921
|
return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
|
|
3898
3922
|
});
|
|
3899
|
-
return function scheduled_plan_run_once_by_id(
|
|
3900
|
-
return
|
|
3923
|
+
return function scheduled_plan_run_once_by_id(_x1250, _x1251, _x1252, _x1253) {
|
|
3924
|
+
return _ref368.apply(this, arguments);
|
|
3901
3925
|
};
|
|
3902
3926
|
}();
|
|
3903
3927
|
export var session = function () {
|
|
3904
|
-
var
|
|
3928
|
+
var _ref369 = _asyncToGenerator(function* (sdk, options) {
|
|
3905
3929
|
return sdk.get('/session', null, null, options);
|
|
3906
3930
|
});
|
|
3907
|
-
return function session(
|
|
3908
|
-
return
|
|
3931
|
+
return function session(_x1254, _x1255) {
|
|
3932
|
+
return _ref369.apply(this, arguments);
|
|
3909
3933
|
};
|
|
3910
3934
|
}();
|
|
3911
3935
|
export var update_session = function () {
|
|
3912
|
-
var
|
|
3936
|
+
var _ref370 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3913
3937
|
return sdk.patch('/session', null, body, options);
|
|
3914
3938
|
});
|
|
3915
|
-
return function update_session(
|
|
3916
|
-
return
|
|
3939
|
+
return function update_session(_x1256, _x1257, _x1258) {
|
|
3940
|
+
return _ref370.apply(this, arguments);
|
|
3917
3941
|
};
|
|
3918
3942
|
}();
|
|
3919
3943
|
export var sql_interface_metadata = function () {
|
|
3920
|
-
var
|
|
3944
|
+
var _ref371 = _asyncToGenerator(function* (sdk, avatica_request, options) {
|
|
3921
3945
|
return sdk.get('/sql_interface_queries/metadata', {
|
|
3922
3946
|
avatica_request
|
|
3923
3947
|
}, null, options);
|
|
3924
3948
|
});
|
|
3925
|
-
return function sql_interface_metadata(
|
|
3926
|
-
return
|
|
3949
|
+
return function sql_interface_metadata(_x1259, _x1260, _x1261) {
|
|
3950
|
+
return _ref371.apply(this, arguments);
|
|
3927
3951
|
};
|
|
3928
3952
|
}();
|
|
3929
3953
|
export var run_sql_interface_query = function () {
|
|
3930
|
-
var
|
|
3954
|
+
var _ref372 = _asyncToGenerator(function* (sdk, query_id, result_format, options) {
|
|
3931
3955
|
result_format = encodeParam(result_format);
|
|
3932
3956
|
return sdk.get("/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
|
|
3933
3957
|
});
|
|
3934
|
-
return function run_sql_interface_query(
|
|
3935
|
-
return
|
|
3958
|
+
return function run_sql_interface_query(_x1262, _x1263, _x1264, _x1265) {
|
|
3959
|
+
return _ref372.apply(this, arguments);
|
|
3936
3960
|
};
|
|
3937
3961
|
}();
|
|
3938
3962
|
export var create_sql_interface_query = function () {
|
|
3939
|
-
var
|
|
3963
|
+
var _ref373 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3940
3964
|
return sdk.post('/sql_interface_queries', null, body, options);
|
|
3941
3965
|
});
|
|
3942
|
-
return function create_sql_interface_query(
|
|
3943
|
-
return
|
|
3966
|
+
return function create_sql_interface_query(_x1266, _x1267, _x1268) {
|
|
3967
|
+
return _ref373.apply(this, arguments);
|
|
3944
3968
|
};
|
|
3945
3969
|
}();
|
|
3946
3970
|
export var all_themes = function () {
|
|
3947
|
-
var
|
|
3971
|
+
var _ref374 = _asyncToGenerator(function* (sdk, fields, options) {
|
|
3948
3972
|
return sdk.get('/themes', {
|
|
3949
3973
|
fields
|
|
3950
3974
|
}, null, options);
|
|
3951
3975
|
});
|
|
3952
|
-
return function all_themes(
|
|
3953
|
-
return
|
|
3976
|
+
return function all_themes(_x1269, _x1270, _x1271) {
|
|
3977
|
+
return _ref374.apply(this, arguments);
|
|
3954
3978
|
};
|
|
3955
3979
|
}();
|
|
3956
3980
|
export var create_theme = function () {
|
|
3957
|
-
var
|
|
3981
|
+
var _ref375 = _asyncToGenerator(function* (sdk, body, options) {
|
|
3958
3982
|
return sdk.post('/themes', null, body, options);
|
|
3959
3983
|
});
|
|
3960
|
-
return function create_theme(
|
|
3961
|
-
return
|
|
3984
|
+
return function create_theme(_x1272, _x1273, _x1274) {
|
|
3985
|
+
return _ref375.apply(this, arguments);
|
|
3962
3986
|
};
|
|
3963
3987
|
}();
|
|
3964
3988
|
export var search_themes = function () {
|
|
3965
|
-
var
|
|
3989
|
+
var _ref376 = _asyncToGenerator(function* (sdk, request, options) {
|
|
3966
3990
|
return sdk.get('/themes/search', {
|
|
3967
3991
|
id: request.id,
|
|
3968
3992
|
name: request.name,
|
|
@@ -3975,92 +3999,92 @@ export var search_themes = function () {
|
|
|
3975
3999
|
filter_or: request.filter_or
|
|
3976
4000
|
}, null, options);
|
|
3977
4001
|
});
|
|
3978
|
-
return function search_themes(
|
|
3979
|
-
return
|
|
4002
|
+
return function search_themes(_x1275, _x1276, _x1277) {
|
|
4003
|
+
return _ref376.apply(this, arguments);
|
|
3980
4004
|
};
|
|
3981
4005
|
}();
|
|
3982
4006
|
export var default_theme = function () {
|
|
3983
|
-
var
|
|
4007
|
+
var _ref377 = _asyncToGenerator(function* (sdk, ts, options) {
|
|
3984
4008
|
return sdk.get('/themes/default', {
|
|
3985
4009
|
ts
|
|
3986
4010
|
}, null, options);
|
|
3987
4011
|
});
|
|
3988
|
-
return function default_theme(
|
|
3989
|
-
return
|
|
4012
|
+
return function default_theme(_x1278, _x1279, _x1280) {
|
|
4013
|
+
return _ref377.apply(this, arguments);
|
|
3990
4014
|
};
|
|
3991
4015
|
}();
|
|
3992
4016
|
export var set_default_theme = function () {
|
|
3993
|
-
var
|
|
4017
|
+
var _ref378 = _asyncToGenerator(function* (sdk, name, options) {
|
|
3994
4018
|
return sdk.put('/themes/default', {
|
|
3995
4019
|
name
|
|
3996
4020
|
}, null, options);
|
|
3997
4021
|
});
|
|
3998
|
-
return function set_default_theme(
|
|
3999
|
-
return
|
|
4022
|
+
return function set_default_theme(_x1281, _x1282, _x1283) {
|
|
4023
|
+
return _ref378.apply(this, arguments);
|
|
4000
4024
|
};
|
|
4001
4025
|
}();
|
|
4002
4026
|
export var active_themes = function () {
|
|
4003
|
-
var
|
|
4027
|
+
var _ref379 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4004
4028
|
return sdk.get('/themes/active', {
|
|
4005
4029
|
name: request.name,
|
|
4006
4030
|
ts: request.ts,
|
|
4007
4031
|
fields: request.fields
|
|
4008
4032
|
}, null, options);
|
|
4009
4033
|
});
|
|
4010
|
-
return function active_themes(
|
|
4011
|
-
return
|
|
4034
|
+
return function active_themes(_x1284, _x1285, _x1286) {
|
|
4035
|
+
return _ref379.apply(this, arguments);
|
|
4012
4036
|
};
|
|
4013
4037
|
}();
|
|
4014
4038
|
export var theme_or_default = function () {
|
|
4015
|
-
var
|
|
4039
|
+
var _ref380 = _asyncToGenerator(function* (sdk, name, ts, options) {
|
|
4016
4040
|
return sdk.get('/themes/theme_or_default', {
|
|
4017
4041
|
name,
|
|
4018
4042
|
ts
|
|
4019
4043
|
}, null, options);
|
|
4020
4044
|
});
|
|
4021
|
-
return function theme_or_default(
|
|
4022
|
-
return
|
|
4045
|
+
return function theme_or_default(_x1287, _x1288, _x1289, _x1290) {
|
|
4046
|
+
return _ref380.apply(this, arguments);
|
|
4023
4047
|
};
|
|
4024
4048
|
}();
|
|
4025
4049
|
export var validate_theme = function () {
|
|
4026
|
-
var
|
|
4050
|
+
var _ref381 = _asyncToGenerator(function* (sdk, body, options) {
|
|
4027
4051
|
return sdk.post('/themes/validate', null, body, options);
|
|
4028
4052
|
});
|
|
4029
|
-
return function validate_theme(
|
|
4030
|
-
return
|
|
4053
|
+
return function validate_theme(_x1291, _x1292, _x1293) {
|
|
4054
|
+
return _ref381.apply(this, arguments);
|
|
4031
4055
|
};
|
|
4032
4056
|
}();
|
|
4033
4057
|
export var theme = function () {
|
|
4034
|
-
var
|
|
4058
|
+
var _ref382 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
|
|
4035
4059
|
theme_id = encodeParam(theme_id);
|
|
4036
4060
|
return sdk.get("/themes/".concat(theme_id), {
|
|
4037
4061
|
fields
|
|
4038
4062
|
}, null, options);
|
|
4039
4063
|
});
|
|
4040
|
-
return function theme(
|
|
4041
|
-
return
|
|
4064
|
+
return function theme(_x1294, _x1295, _x1296, _x1297) {
|
|
4065
|
+
return _ref382.apply(this, arguments);
|
|
4042
4066
|
};
|
|
4043
4067
|
}();
|
|
4044
4068
|
export var update_theme = function () {
|
|
4045
|
-
var
|
|
4069
|
+
var _ref383 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
|
|
4046
4070
|
theme_id = encodeParam(theme_id);
|
|
4047
4071
|
return sdk.patch("/themes/".concat(theme_id), null, body, options);
|
|
4048
4072
|
});
|
|
4049
|
-
return function update_theme(
|
|
4050
|
-
return
|
|
4073
|
+
return function update_theme(_x1298, _x1299, _x1300, _x1301) {
|
|
4074
|
+
return _ref383.apply(this, arguments);
|
|
4051
4075
|
};
|
|
4052
4076
|
}();
|
|
4053
4077
|
export var delete_theme = function () {
|
|
4054
|
-
var
|
|
4078
|
+
var _ref384 = _asyncToGenerator(function* (sdk, theme_id, options) {
|
|
4055
4079
|
theme_id = encodeParam(theme_id);
|
|
4056
4080
|
return sdk.delete("/themes/".concat(theme_id), null, null, options);
|
|
4057
4081
|
});
|
|
4058
|
-
return function delete_theme(
|
|
4059
|
-
return
|
|
4082
|
+
return function delete_theme(_x1302, _x1303, _x1304) {
|
|
4083
|
+
return _ref384.apply(this, arguments);
|
|
4060
4084
|
};
|
|
4061
4085
|
}();
|
|
4062
4086
|
export var search_credentials_email = function () {
|
|
4063
|
-
var
|
|
4087
|
+
var _ref385 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4064
4088
|
return sdk.get('/credentials_email/search', {
|
|
4065
4089
|
fields: request.fields,
|
|
4066
4090
|
limit: request.limit,
|
|
@@ -4072,22 +4096,22 @@ export var search_credentials_email = function () {
|
|
|
4072
4096
|
filter_or: request.filter_or
|
|
4073
4097
|
}, null, options);
|
|
4074
4098
|
});
|
|
4075
|
-
return function search_credentials_email(
|
|
4076
|
-
return
|
|
4099
|
+
return function search_credentials_email(_x1305, _x1306, _x1307) {
|
|
4100
|
+
return _ref385.apply(this, arguments);
|
|
4077
4101
|
};
|
|
4078
4102
|
}();
|
|
4079
4103
|
export var me = function () {
|
|
4080
|
-
var
|
|
4104
|
+
var _ref386 = _asyncToGenerator(function* (sdk, fields, options) {
|
|
4081
4105
|
return sdk.get('/user', {
|
|
4082
4106
|
fields
|
|
4083
4107
|
}, null, options);
|
|
4084
4108
|
});
|
|
4085
|
-
return function me(
|
|
4086
|
-
return
|
|
4109
|
+
return function me(_x1308, _x1309, _x1310) {
|
|
4110
|
+
return _ref386.apply(this, arguments);
|
|
4087
4111
|
};
|
|
4088
4112
|
}();
|
|
4089
4113
|
export var all_users = function () {
|
|
4090
|
-
var
|
|
4114
|
+
var _ref387 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4091
4115
|
return sdk.get('/users', {
|
|
4092
4116
|
fields: request.fields,
|
|
4093
4117
|
page: request.page,
|
|
@@ -4098,22 +4122,22 @@ export var all_users = function () {
|
|
|
4098
4122
|
ids: request.ids
|
|
4099
4123
|
}, null, options);
|
|
4100
4124
|
});
|
|
4101
|
-
return function all_users(
|
|
4102
|
-
return
|
|
4125
|
+
return function all_users(_x1311, _x1312, _x1313) {
|
|
4126
|
+
return _ref387.apply(this, arguments);
|
|
4103
4127
|
};
|
|
4104
4128
|
}();
|
|
4105
4129
|
export var create_user = function () {
|
|
4106
|
-
var
|
|
4130
|
+
var _ref388 = _asyncToGenerator(function* (sdk, body, fields, options) {
|
|
4107
4131
|
return sdk.post('/users', {
|
|
4108
4132
|
fields
|
|
4109
4133
|
}, body, options);
|
|
4110
4134
|
});
|
|
4111
|
-
return function create_user(
|
|
4112
|
-
return
|
|
4135
|
+
return function create_user(_x1314, _x1315, _x1316, _x1317) {
|
|
4136
|
+
return _ref388.apply(this, arguments);
|
|
4113
4137
|
};
|
|
4114
4138
|
}();
|
|
4115
4139
|
export var search_users = function () {
|
|
4116
|
-
var
|
|
4140
|
+
var _ref389 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4117
4141
|
return sdk.get('/users/search', {
|
|
4118
4142
|
fields: request.fields,
|
|
4119
4143
|
page: request.page,
|
|
@@ -4133,12 +4157,12 @@ export var search_users = function () {
|
|
|
4133
4157
|
group_id: request.group_id
|
|
4134
4158
|
}, null, options);
|
|
4135
4159
|
});
|
|
4136
|
-
return function search_users(
|
|
4137
|
-
return
|
|
4160
|
+
return function search_users(_x1318, _x1319, _x1320) {
|
|
4161
|
+
return _ref389.apply(this, arguments);
|
|
4138
4162
|
};
|
|
4139
4163
|
}();
|
|
4140
4164
|
export var search_users_names = function () {
|
|
4141
|
-
var
|
|
4165
|
+
var _ref390 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4142
4166
|
request.pattern = encodeParam(request.pattern);
|
|
4143
4167
|
return sdk.get("/users/search/names/".concat(request.pattern), {
|
|
4144
4168
|
fields: request.fields,
|
|
@@ -4155,373 +4179,373 @@ export var search_users_names = function () {
|
|
|
4155
4179
|
is_disabled: request.is_disabled
|
|
4156
4180
|
}, null, options);
|
|
4157
4181
|
});
|
|
4158
|
-
return function search_users_names(
|
|
4159
|
-
return
|
|
4182
|
+
return function search_users_names(_x1321, _x1322, _x1323) {
|
|
4183
|
+
return _ref390.apply(this, arguments);
|
|
4160
4184
|
};
|
|
4161
4185
|
}();
|
|
4162
4186
|
export var user = function () {
|
|
4163
|
-
var
|
|
4187
|
+
var _ref391 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4164
4188
|
user_id = encodeParam(user_id);
|
|
4165
4189
|
return sdk.get("/users/".concat(user_id), {
|
|
4166
4190
|
fields
|
|
4167
4191
|
}, null, options);
|
|
4168
4192
|
});
|
|
4169
|
-
return function user(
|
|
4170
|
-
return
|
|
4193
|
+
return function user(_x1324, _x1325, _x1326, _x1327) {
|
|
4194
|
+
return _ref391.apply(this, arguments);
|
|
4171
4195
|
};
|
|
4172
4196
|
}();
|
|
4173
4197
|
export var update_user = function () {
|
|
4174
|
-
var
|
|
4198
|
+
var _ref392 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4175
4199
|
user_id = encodeParam(user_id);
|
|
4176
4200
|
return sdk.patch("/users/".concat(user_id), {
|
|
4177
4201
|
fields
|
|
4178
4202
|
}, body, options);
|
|
4179
4203
|
});
|
|
4180
|
-
return function update_user(
|
|
4181
|
-
return
|
|
4204
|
+
return function update_user(_x1328, _x1329, _x1330, _x1331, _x1332) {
|
|
4205
|
+
return _ref392.apply(this, arguments);
|
|
4182
4206
|
};
|
|
4183
4207
|
}();
|
|
4184
4208
|
export var delete_user = function () {
|
|
4185
|
-
var
|
|
4209
|
+
var _ref393 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4186
4210
|
user_id = encodeParam(user_id);
|
|
4187
4211
|
return sdk.delete("/users/".concat(user_id), null, null, options);
|
|
4188
4212
|
});
|
|
4189
|
-
return function delete_user(
|
|
4190
|
-
return
|
|
4213
|
+
return function delete_user(_x1333, _x1334, _x1335) {
|
|
4214
|
+
return _ref393.apply(this, arguments);
|
|
4191
4215
|
};
|
|
4192
4216
|
}();
|
|
4193
4217
|
export var user_for_credential = function () {
|
|
4194
|
-
var
|
|
4218
|
+
var _ref394 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
|
|
4195
4219
|
credential_type = encodeParam(credential_type);
|
|
4196
4220
|
credential_id = encodeParam(credential_id);
|
|
4197
4221
|
return sdk.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
|
|
4198
4222
|
fields
|
|
4199
4223
|
}, null, options);
|
|
4200
4224
|
});
|
|
4201
|
-
return function user_for_credential(
|
|
4202
|
-
return
|
|
4225
|
+
return function user_for_credential(_x1336, _x1337, _x1338, _x1339, _x1340) {
|
|
4226
|
+
return _ref394.apply(this, arguments);
|
|
4203
4227
|
};
|
|
4204
4228
|
}();
|
|
4205
4229
|
export var user_credentials_email = function () {
|
|
4206
|
-
var
|
|
4230
|
+
var _ref395 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4207
4231
|
user_id = encodeParam(user_id);
|
|
4208
4232
|
return sdk.get("/users/".concat(user_id, "/credentials_email"), {
|
|
4209
4233
|
fields
|
|
4210
4234
|
}, null, options);
|
|
4211
4235
|
});
|
|
4212
|
-
return function user_credentials_email(
|
|
4213
|
-
return
|
|
4236
|
+
return function user_credentials_email(_x1341, _x1342, _x1343, _x1344) {
|
|
4237
|
+
return _ref395.apply(this, arguments);
|
|
4214
4238
|
};
|
|
4215
4239
|
}();
|
|
4216
4240
|
export var create_user_credentials_email = function () {
|
|
4217
|
-
var
|
|
4241
|
+
var _ref396 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4218
4242
|
user_id = encodeParam(user_id);
|
|
4219
4243
|
return sdk.post("/users/".concat(user_id, "/credentials_email"), {
|
|
4220
4244
|
fields
|
|
4221
4245
|
}, body, options);
|
|
4222
4246
|
});
|
|
4223
|
-
return function create_user_credentials_email(
|
|
4224
|
-
return
|
|
4247
|
+
return function create_user_credentials_email(_x1345, _x1346, _x1347, _x1348, _x1349) {
|
|
4248
|
+
return _ref396.apply(this, arguments);
|
|
4225
4249
|
};
|
|
4226
4250
|
}();
|
|
4227
4251
|
export var update_user_credentials_email = function () {
|
|
4228
|
-
var
|
|
4252
|
+
var _ref397 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4229
4253
|
user_id = encodeParam(user_id);
|
|
4230
4254
|
return sdk.patch("/users/".concat(user_id, "/credentials_email"), {
|
|
4231
4255
|
fields
|
|
4232
4256
|
}, body, options);
|
|
4233
4257
|
});
|
|
4234
|
-
return function update_user_credentials_email(
|
|
4235
|
-
return
|
|
4258
|
+
return function update_user_credentials_email(_x1350, _x1351, _x1352, _x1353, _x1354) {
|
|
4259
|
+
return _ref397.apply(this, arguments);
|
|
4236
4260
|
};
|
|
4237
4261
|
}();
|
|
4238
4262
|
export var delete_user_credentials_email = function () {
|
|
4239
|
-
var
|
|
4263
|
+
var _ref398 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4240
4264
|
user_id = encodeParam(user_id);
|
|
4241
4265
|
return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
|
|
4242
4266
|
});
|
|
4243
|
-
return function delete_user_credentials_email(
|
|
4244
|
-
return
|
|
4267
|
+
return function delete_user_credentials_email(_x1355, _x1356, _x1357) {
|
|
4268
|
+
return _ref398.apply(this, arguments);
|
|
4245
4269
|
};
|
|
4246
4270
|
}();
|
|
4247
4271
|
export var user_credentials_totp = function () {
|
|
4248
|
-
var
|
|
4272
|
+
var _ref399 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4249
4273
|
user_id = encodeParam(user_id);
|
|
4250
4274
|
return sdk.get("/users/".concat(user_id, "/credentials_totp"), {
|
|
4251
4275
|
fields
|
|
4252
4276
|
}, null, options);
|
|
4253
4277
|
});
|
|
4254
|
-
return function user_credentials_totp(
|
|
4255
|
-
return
|
|
4278
|
+
return function user_credentials_totp(_x1358, _x1359, _x1360, _x1361) {
|
|
4279
|
+
return _ref399.apply(this, arguments);
|
|
4256
4280
|
};
|
|
4257
4281
|
}();
|
|
4258
4282
|
export var create_user_credentials_totp = function () {
|
|
4259
|
-
var
|
|
4283
|
+
var _ref400 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4260
4284
|
user_id = encodeParam(user_id);
|
|
4261
4285
|
return sdk.post("/users/".concat(user_id, "/credentials_totp"), {
|
|
4262
4286
|
fields
|
|
4263
4287
|
}, body, options);
|
|
4264
4288
|
});
|
|
4265
|
-
return function create_user_credentials_totp(
|
|
4266
|
-
return
|
|
4289
|
+
return function create_user_credentials_totp(_x1362, _x1363, _x1364, _x1365, _x1366) {
|
|
4290
|
+
return _ref400.apply(this, arguments);
|
|
4267
4291
|
};
|
|
4268
4292
|
}();
|
|
4269
4293
|
export var delete_user_credentials_totp = function () {
|
|
4270
|
-
var
|
|
4294
|
+
var _ref401 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4271
4295
|
user_id = encodeParam(user_id);
|
|
4272
4296
|
return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
|
|
4273
4297
|
});
|
|
4274
|
-
return function delete_user_credentials_totp(
|
|
4275
|
-
return
|
|
4298
|
+
return function delete_user_credentials_totp(_x1367, _x1368, _x1369) {
|
|
4299
|
+
return _ref401.apply(this, arguments);
|
|
4276
4300
|
};
|
|
4277
4301
|
}();
|
|
4278
4302
|
export var user_credentials_ldap = function () {
|
|
4279
|
-
var
|
|
4303
|
+
var _ref402 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4280
4304
|
user_id = encodeParam(user_id);
|
|
4281
4305
|
return sdk.get("/users/".concat(user_id, "/credentials_ldap"), {
|
|
4282
4306
|
fields
|
|
4283
4307
|
}, null, options);
|
|
4284
4308
|
});
|
|
4285
|
-
return function user_credentials_ldap(
|
|
4286
|
-
return
|
|
4309
|
+
return function user_credentials_ldap(_x1370, _x1371, _x1372, _x1373) {
|
|
4310
|
+
return _ref402.apply(this, arguments);
|
|
4287
4311
|
};
|
|
4288
4312
|
}();
|
|
4289
4313
|
export var delete_user_credentials_ldap = function () {
|
|
4290
|
-
var
|
|
4314
|
+
var _ref403 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4291
4315
|
user_id = encodeParam(user_id);
|
|
4292
4316
|
return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
|
|
4293
4317
|
});
|
|
4294
|
-
return function delete_user_credentials_ldap(
|
|
4295
|
-
return
|
|
4318
|
+
return function delete_user_credentials_ldap(_x1374, _x1375, _x1376) {
|
|
4319
|
+
return _ref403.apply(this, arguments);
|
|
4296
4320
|
};
|
|
4297
4321
|
}();
|
|
4298
4322
|
export var user_credentials_google = function () {
|
|
4299
|
-
var
|
|
4323
|
+
var _ref404 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4300
4324
|
user_id = encodeParam(user_id);
|
|
4301
4325
|
return sdk.get("/users/".concat(user_id, "/credentials_google"), {
|
|
4302
4326
|
fields
|
|
4303
4327
|
}, null, options);
|
|
4304
4328
|
});
|
|
4305
|
-
return function user_credentials_google(
|
|
4306
|
-
return
|
|
4329
|
+
return function user_credentials_google(_x1377, _x1378, _x1379, _x1380) {
|
|
4330
|
+
return _ref404.apply(this, arguments);
|
|
4307
4331
|
};
|
|
4308
4332
|
}();
|
|
4309
4333
|
export var delete_user_credentials_google = function () {
|
|
4310
|
-
var
|
|
4334
|
+
var _ref405 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4311
4335
|
user_id = encodeParam(user_id);
|
|
4312
4336
|
return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
|
|
4313
4337
|
});
|
|
4314
|
-
return function delete_user_credentials_google(
|
|
4315
|
-
return
|
|
4338
|
+
return function delete_user_credentials_google(_x1381, _x1382, _x1383) {
|
|
4339
|
+
return _ref405.apply(this, arguments);
|
|
4316
4340
|
};
|
|
4317
4341
|
}();
|
|
4318
4342
|
export var user_credentials_saml = function () {
|
|
4319
|
-
var
|
|
4343
|
+
var _ref406 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4320
4344
|
user_id = encodeParam(user_id);
|
|
4321
4345
|
return sdk.get("/users/".concat(user_id, "/credentials_saml"), {
|
|
4322
4346
|
fields
|
|
4323
4347
|
}, null, options);
|
|
4324
4348
|
});
|
|
4325
|
-
return function user_credentials_saml(
|
|
4326
|
-
return
|
|
4349
|
+
return function user_credentials_saml(_x1384, _x1385, _x1386, _x1387) {
|
|
4350
|
+
return _ref406.apply(this, arguments);
|
|
4327
4351
|
};
|
|
4328
4352
|
}();
|
|
4329
4353
|
export var delete_user_credentials_saml = function () {
|
|
4330
|
-
var
|
|
4354
|
+
var _ref407 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4331
4355
|
user_id = encodeParam(user_id);
|
|
4332
4356
|
return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
|
|
4333
4357
|
});
|
|
4334
|
-
return function delete_user_credentials_saml(
|
|
4335
|
-
return
|
|
4358
|
+
return function delete_user_credentials_saml(_x1388, _x1389, _x1390) {
|
|
4359
|
+
return _ref407.apply(this, arguments);
|
|
4336
4360
|
};
|
|
4337
4361
|
}();
|
|
4338
4362
|
export var user_credentials_oidc = function () {
|
|
4339
|
-
var
|
|
4363
|
+
var _ref408 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4340
4364
|
user_id = encodeParam(user_id);
|
|
4341
4365
|
return sdk.get("/users/".concat(user_id, "/credentials_oidc"), {
|
|
4342
4366
|
fields
|
|
4343
4367
|
}, null, options);
|
|
4344
4368
|
});
|
|
4345
|
-
return function user_credentials_oidc(
|
|
4346
|
-
return
|
|
4369
|
+
return function user_credentials_oidc(_x1391, _x1392, _x1393, _x1394) {
|
|
4370
|
+
return _ref408.apply(this, arguments);
|
|
4347
4371
|
};
|
|
4348
4372
|
}();
|
|
4349
4373
|
export var delete_user_credentials_oidc = function () {
|
|
4350
|
-
var
|
|
4374
|
+
var _ref409 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4351
4375
|
user_id = encodeParam(user_id);
|
|
4352
4376
|
return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
|
|
4353
4377
|
});
|
|
4354
|
-
return function delete_user_credentials_oidc(
|
|
4355
|
-
return
|
|
4378
|
+
return function delete_user_credentials_oidc(_x1395, _x1396, _x1397) {
|
|
4379
|
+
return _ref409.apply(this, arguments);
|
|
4356
4380
|
};
|
|
4357
4381
|
}();
|
|
4358
4382
|
export var user_credentials_api3 = function () {
|
|
4359
|
-
var
|
|
4383
|
+
var _ref410 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
|
|
4360
4384
|
user_id = encodeParam(user_id);
|
|
4361
4385
|
credentials_api3_id = encodeParam(credentials_api3_id);
|
|
4362
4386
|
return sdk.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
|
|
4363
4387
|
fields
|
|
4364
4388
|
}, null, options);
|
|
4365
4389
|
});
|
|
4366
|
-
return function user_credentials_api3(
|
|
4367
|
-
return
|
|
4390
|
+
return function user_credentials_api3(_x1398, _x1399, _x1400, _x1401, _x1402) {
|
|
4391
|
+
return _ref410.apply(this, arguments);
|
|
4368
4392
|
};
|
|
4369
4393
|
}();
|
|
4370
4394
|
export var delete_user_credentials_api3 = function () {
|
|
4371
|
-
var
|
|
4395
|
+
var _ref411 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
|
|
4372
4396
|
user_id = encodeParam(user_id);
|
|
4373
4397
|
credentials_api3_id = encodeParam(credentials_api3_id);
|
|
4374
4398
|
return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
|
|
4375
4399
|
});
|
|
4376
|
-
return function delete_user_credentials_api3(
|
|
4377
|
-
return
|
|
4400
|
+
return function delete_user_credentials_api3(_x1403, _x1404, _x1405, _x1406) {
|
|
4401
|
+
return _ref411.apply(this, arguments);
|
|
4378
4402
|
};
|
|
4379
4403
|
}();
|
|
4380
4404
|
export var all_user_credentials_api3s = function () {
|
|
4381
|
-
var
|
|
4405
|
+
var _ref412 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4382
4406
|
user_id = encodeParam(user_id);
|
|
4383
4407
|
return sdk.get("/users/".concat(user_id, "/credentials_api3"), {
|
|
4384
4408
|
fields
|
|
4385
4409
|
}, null, options);
|
|
4386
4410
|
});
|
|
4387
|
-
return function all_user_credentials_api3s(
|
|
4388
|
-
return
|
|
4411
|
+
return function all_user_credentials_api3s(_x1407, _x1408, _x1409, _x1410) {
|
|
4412
|
+
return _ref412.apply(this, arguments);
|
|
4389
4413
|
};
|
|
4390
4414
|
}();
|
|
4391
4415
|
export var create_user_credentials_api3 = function () {
|
|
4392
|
-
var
|
|
4416
|
+
var _ref413 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4393
4417
|
user_id = encodeParam(user_id);
|
|
4394
4418
|
return sdk.post("/users/".concat(user_id, "/credentials_api3"), {
|
|
4395
4419
|
fields
|
|
4396
4420
|
}, null, options);
|
|
4397
4421
|
});
|
|
4398
|
-
return function create_user_credentials_api3(
|
|
4399
|
-
return
|
|
4422
|
+
return function create_user_credentials_api3(_x1411, _x1412, _x1413, _x1414) {
|
|
4423
|
+
return _ref413.apply(this, arguments);
|
|
4400
4424
|
};
|
|
4401
4425
|
}();
|
|
4402
4426
|
export var user_credentials_embed = function () {
|
|
4403
|
-
var
|
|
4427
|
+
var _ref414 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
|
|
4404
4428
|
user_id = encodeParam(user_id);
|
|
4405
4429
|
credentials_embed_id = encodeParam(credentials_embed_id);
|
|
4406
4430
|
return sdk.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
|
|
4407
4431
|
fields
|
|
4408
4432
|
}, null, options);
|
|
4409
4433
|
});
|
|
4410
|
-
return function user_credentials_embed(
|
|
4411
|
-
return
|
|
4434
|
+
return function user_credentials_embed(_x1415, _x1416, _x1417, _x1418, _x1419) {
|
|
4435
|
+
return _ref414.apply(this, arguments);
|
|
4412
4436
|
};
|
|
4413
4437
|
}();
|
|
4414
4438
|
export var delete_user_credentials_embed = function () {
|
|
4415
|
-
var
|
|
4439
|
+
var _ref415 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
|
|
4416
4440
|
user_id = encodeParam(user_id);
|
|
4417
4441
|
credentials_embed_id = encodeParam(credentials_embed_id);
|
|
4418
4442
|
return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
|
|
4419
4443
|
});
|
|
4420
|
-
return function delete_user_credentials_embed(
|
|
4421
|
-
return
|
|
4444
|
+
return function delete_user_credentials_embed(_x1420, _x1421, _x1422, _x1423) {
|
|
4445
|
+
return _ref415.apply(this, arguments);
|
|
4422
4446
|
};
|
|
4423
4447
|
}();
|
|
4424
4448
|
export var all_user_credentials_embeds = function () {
|
|
4425
|
-
var
|
|
4449
|
+
var _ref416 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4426
4450
|
user_id = encodeParam(user_id);
|
|
4427
4451
|
return sdk.get("/users/".concat(user_id, "/credentials_embed"), {
|
|
4428
4452
|
fields
|
|
4429
4453
|
}, null, options);
|
|
4430
4454
|
});
|
|
4431
|
-
return function all_user_credentials_embeds(
|
|
4432
|
-
return
|
|
4455
|
+
return function all_user_credentials_embeds(_x1424, _x1425, _x1426, _x1427) {
|
|
4456
|
+
return _ref416.apply(this, arguments);
|
|
4433
4457
|
};
|
|
4434
4458
|
}();
|
|
4435
4459
|
export var user_credentials_looker_openid = function () {
|
|
4436
|
-
var
|
|
4460
|
+
var _ref417 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4437
4461
|
user_id = encodeParam(user_id);
|
|
4438
4462
|
return sdk.get("/users/".concat(user_id, "/credentials_looker_openid"), {
|
|
4439
4463
|
fields
|
|
4440
4464
|
}, null, options);
|
|
4441
4465
|
});
|
|
4442
|
-
return function user_credentials_looker_openid(
|
|
4443
|
-
return
|
|
4466
|
+
return function user_credentials_looker_openid(_x1428, _x1429, _x1430, _x1431) {
|
|
4467
|
+
return _ref417.apply(this, arguments);
|
|
4444
4468
|
};
|
|
4445
4469
|
}();
|
|
4446
4470
|
export var delete_user_credentials_looker_openid = function () {
|
|
4447
|
-
var
|
|
4471
|
+
var _ref418 = _asyncToGenerator(function* (sdk, user_id, options) {
|
|
4448
4472
|
user_id = encodeParam(user_id);
|
|
4449
4473
|
return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
|
|
4450
4474
|
});
|
|
4451
|
-
return function delete_user_credentials_looker_openid(
|
|
4452
|
-
return
|
|
4475
|
+
return function delete_user_credentials_looker_openid(_x1432, _x1433, _x1434) {
|
|
4476
|
+
return _ref418.apply(this, arguments);
|
|
4453
4477
|
};
|
|
4454
4478
|
}();
|
|
4455
4479
|
export var user_session = function () {
|
|
4456
|
-
var
|
|
4480
|
+
var _ref419 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
|
|
4457
4481
|
user_id = encodeParam(user_id);
|
|
4458
4482
|
session_id = encodeParam(session_id);
|
|
4459
4483
|
return sdk.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
|
|
4460
4484
|
fields
|
|
4461
4485
|
}, null, options);
|
|
4462
4486
|
});
|
|
4463
|
-
return function user_session(
|
|
4464
|
-
return
|
|
4487
|
+
return function user_session(_x1435, _x1436, _x1437, _x1438, _x1439) {
|
|
4488
|
+
return _ref419.apply(this, arguments);
|
|
4465
4489
|
};
|
|
4466
4490
|
}();
|
|
4467
4491
|
export var delete_user_session = function () {
|
|
4468
|
-
var
|
|
4492
|
+
var _ref420 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
|
|
4469
4493
|
user_id = encodeParam(user_id);
|
|
4470
4494
|
session_id = encodeParam(session_id);
|
|
4471
4495
|
return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
|
|
4472
4496
|
});
|
|
4473
|
-
return function delete_user_session(
|
|
4474
|
-
return
|
|
4497
|
+
return function delete_user_session(_x1440, _x1441, _x1442, _x1443) {
|
|
4498
|
+
return _ref420.apply(this, arguments);
|
|
4475
4499
|
};
|
|
4476
4500
|
}();
|
|
4477
4501
|
export var all_user_sessions = function () {
|
|
4478
|
-
var
|
|
4502
|
+
var _ref421 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4479
4503
|
user_id = encodeParam(user_id);
|
|
4480
4504
|
return sdk.get("/users/".concat(user_id, "/sessions"), {
|
|
4481
4505
|
fields
|
|
4482
4506
|
}, null, options);
|
|
4483
4507
|
});
|
|
4484
|
-
return function all_user_sessions(
|
|
4485
|
-
return
|
|
4508
|
+
return function all_user_sessions(_x1444, _x1445, _x1446, _x1447) {
|
|
4509
|
+
return _ref421.apply(this, arguments);
|
|
4486
4510
|
};
|
|
4487
4511
|
}();
|
|
4488
4512
|
export var create_user_credentials_email_password_reset = function () {
|
|
4489
|
-
var
|
|
4513
|
+
var _ref422 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4490
4514
|
request.user_id = encodeParam(request.user_id);
|
|
4491
4515
|
return sdk.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
|
|
4492
4516
|
expires: request.expires,
|
|
4493
4517
|
fields: request.fields
|
|
4494
4518
|
}, null, options);
|
|
4495
4519
|
});
|
|
4496
|
-
return function create_user_credentials_email_password_reset(
|
|
4497
|
-
return
|
|
4520
|
+
return function create_user_credentials_email_password_reset(_x1448, _x1449, _x1450) {
|
|
4521
|
+
return _ref422.apply(this, arguments);
|
|
4498
4522
|
};
|
|
4499
4523
|
}();
|
|
4500
4524
|
export var user_roles = function () {
|
|
4501
|
-
var
|
|
4525
|
+
var _ref423 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4502
4526
|
request.user_id = encodeParam(request.user_id);
|
|
4503
4527
|
return sdk.get("/users/".concat(request.user_id, "/roles"), {
|
|
4504
4528
|
fields: request.fields,
|
|
4505
4529
|
direct_association_only: request.direct_association_only
|
|
4506
4530
|
}, null, options);
|
|
4507
4531
|
});
|
|
4508
|
-
return function user_roles(
|
|
4509
|
-
return
|
|
4532
|
+
return function user_roles(_x1451, _x1452, _x1453) {
|
|
4533
|
+
return _ref423.apply(this, arguments);
|
|
4510
4534
|
};
|
|
4511
4535
|
}();
|
|
4512
4536
|
export var set_user_roles = function () {
|
|
4513
|
-
var
|
|
4537
|
+
var _ref424 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4514
4538
|
user_id = encodeParam(user_id);
|
|
4515
4539
|
return sdk.put("/users/".concat(user_id, "/roles"), {
|
|
4516
4540
|
fields
|
|
4517
4541
|
}, body, options);
|
|
4518
4542
|
});
|
|
4519
|
-
return function set_user_roles(
|
|
4520
|
-
return
|
|
4543
|
+
return function set_user_roles(_x1454, _x1455, _x1456, _x1457, _x1458) {
|
|
4544
|
+
return _ref424.apply(this, arguments);
|
|
4521
4545
|
};
|
|
4522
4546
|
}();
|
|
4523
4547
|
export var user_attribute_user_values = function () {
|
|
4524
|
-
var
|
|
4548
|
+
var _ref425 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4525
4549
|
request.user_id = encodeParam(request.user_id);
|
|
4526
4550
|
return sdk.get("/users/".concat(request.user_id, "/attribute_values"), {
|
|
4527
4551
|
fields: request.fields,
|
|
@@ -4530,147 +4554,147 @@ export var user_attribute_user_values = function () {
|
|
|
4530
4554
|
include_unset: request.include_unset
|
|
4531
4555
|
}, null, options);
|
|
4532
4556
|
});
|
|
4533
|
-
return function user_attribute_user_values(
|
|
4534
|
-
return
|
|
4557
|
+
return function user_attribute_user_values(_x1459, _x1460, _x1461) {
|
|
4558
|
+
return _ref425.apply(this, arguments);
|
|
4535
4559
|
};
|
|
4536
4560
|
}();
|
|
4537
4561
|
export var set_user_attribute_user_value = function () {
|
|
4538
|
-
var
|
|
4562
|
+
var _ref426 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
|
|
4539
4563
|
user_id = encodeParam(user_id);
|
|
4540
4564
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4541
4565
|
return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
|
|
4542
4566
|
});
|
|
4543
|
-
return function set_user_attribute_user_value(
|
|
4544
|
-
return
|
|
4567
|
+
return function set_user_attribute_user_value(_x1462, _x1463, _x1464, _x1465, _x1466) {
|
|
4568
|
+
return _ref426.apply(this, arguments);
|
|
4545
4569
|
};
|
|
4546
4570
|
}();
|
|
4547
4571
|
export var delete_user_attribute_user_value = function () {
|
|
4548
|
-
var
|
|
4572
|
+
var _ref427 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
|
|
4549
4573
|
user_id = encodeParam(user_id);
|
|
4550
4574
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4551
4575
|
return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
|
|
4552
4576
|
});
|
|
4553
|
-
return function delete_user_attribute_user_value(
|
|
4554
|
-
return
|
|
4577
|
+
return function delete_user_attribute_user_value(_x1467, _x1468, _x1469, _x1470) {
|
|
4578
|
+
return _ref427.apply(this, arguments);
|
|
4555
4579
|
};
|
|
4556
4580
|
}();
|
|
4557
4581
|
export var send_user_credentials_email_password_reset = function () {
|
|
4558
|
-
var
|
|
4582
|
+
var _ref428 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
|
|
4559
4583
|
user_id = encodeParam(user_id);
|
|
4560
4584
|
return sdk.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
|
|
4561
4585
|
fields
|
|
4562
4586
|
}, null, options);
|
|
4563
4587
|
});
|
|
4564
|
-
return function send_user_credentials_email_password_reset(
|
|
4565
|
-
return
|
|
4588
|
+
return function send_user_credentials_email_password_reset(_x1471, _x1472, _x1473, _x1474) {
|
|
4589
|
+
return _ref428.apply(this, arguments);
|
|
4566
4590
|
};
|
|
4567
4591
|
}();
|
|
4568
4592
|
export var wipeout_user_emails = function () {
|
|
4569
|
-
var
|
|
4593
|
+
var _ref429 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
|
|
4570
4594
|
user_id = encodeParam(user_id);
|
|
4571
4595
|
return sdk.post("/users/".concat(user_id, "/update_emails"), {
|
|
4572
4596
|
fields
|
|
4573
4597
|
}, body, options);
|
|
4574
4598
|
});
|
|
4575
|
-
return function wipeout_user_emails(
|
|
4576
|
-
return
|
|
4599
|
+
return function wipeout_user_emails(_x1475, _x1476, _x1477, _x1478, _x1479) {
|
|
4600
|
+
return _ref429.apply(this, arguments);
|
|
4577
4601
|
};
|
|
4578
4602
|
}();
|
|
4579
4603
|
export var create_embed_user = function () {
|
|
4580
|
-
var
|
|
4604
|
+
var _ref430 = _asyncToGenerator(function* (sdk, body, options) {
|
|
4581
4605
|
return sdk.post('/users/embed_user', null, body, options);
|
|
4582
4606
|
});
|
|
4583
|
-
return function create_embed_user(
|
|
4584
|
-
return
|
|
4607
|
+
return function create_embed_user(_x1480, _x1481, _x1482) {
|
|
4608
|
+
return _ref430.apply(this, arguments);
|
|
4585
4609
|
};
|
|
4586
4610
|
}();
|
|
4587
4611
|
export var all_user_attributes = function () {
|
|
4588
|
-
var
|
|
4612
|
+
var _ref431 = _asyncToGenerator(function* (sdk, request, options) {
|
|
4589
4613
|
return sdk.get('/user_attributes', {
|
|
4590
4614
|
fields: request.fields,
|
|
4591
4615
|
sorts: request.sorts
|
|
4592
4616
|
}, null, options);
|
|
4593
4617
|
});
|
|
4594
|
-
return function all_user_attributes(
|
|
4595
|
-
return
|
|
4618
|
+
return function all_user_attributes(_x1483, _x1484, _x1485) {
|
|
4619
|
+
return _ref431.apply(this, arguments);
|
|
4596
4620
|
};
|
|
4597
4621
|
}();
|
|
4598
4622
|
export var create_user_attribute = function () {
|
|
4599
|
-
var
|
|
4623
|
+
var _ref432 = _asyncToGenerator(function* (sdk, body, fields, options) {
|
|
4600
4624
|
return sdk.post('/user_attributes', {
|
|
4601
4625
|
fields
|
|
4602
4626
|
}, body, options);
|
|
4603
4627
|
});
|
|
4604
|
-
return function create_user_attribute(
|
|
4605
|
-
return
|
|
4628
|
+
return function create_user_attribute(_x1486, _x1487, _x1488, _x1489) {
|
|
4629
|
+
return _ref432.apply(this, arguments);
|
|
4606
4630
|
};
|
|
4607
4631
|
}();
|
|
4608
4632
|
export var user_attribute = function () {
|
|
4609
|
-
var
|
|
4633
|
+
var _ref433 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
|
|
4610
4634
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4611
4635
|
return sdk.get("/user_attributes/".concat(user_attribute_id), {
|
|
4612
4636
|
fields
|
|
4613
4637
|
}, null, options);
|
|
4614
4638
|
});
|
|
4615
|
-
return function user_attribute(
|
|
4616
|
-
return
|
|
4639
|
+
return function user_attribute(_x1490, _x1491, _x1492, _x1493) {
|
|
4640
|
+
return _ref433.apply(this, arguments);
|
|
4617
4641
|
};
|
|
4618
4642
|
}();
|
|
4619
4643
|
export var update_user_attribute = function () {
|
|
4620
|
-
var
|
|
4644
|
+
var _ref434 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
|
|
4621
4645
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4622
4646
|
return sdk.patch("/user_attributes/".concat(user_attribute_id), {
|
|
4623
4647
|
fields
|
|
4624
4648
|
}, body, options);
|
|
4625
4649
|
});
|
|
4626
|
-
return function update_user_attribute(
|
|
4627
|
-
return
|
|
4650
|
+
return function update_user_attribute(_x1494, _x1495, _x1496, _x1497, _x1498) {
|
|
4651
|
+
return _ref434.apply(this, arguments);
|
|
4628
4652
|
};
|
|
4629
4653
|
}();
|
|
4630
4654
|
export var delete_user_attribute = function () {
|
|
4631
|
-
var
|
|
4655
|
+
var _ref435 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
|
|
4632
4656
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4633
4657
|
return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
|
|
4634
4658
|
});
|
|
4635
|
-
return function delete_user_attribute(
|
|
4636
|
-
return
|
|
4659
|
+
return function delete_user_attribute(_x1499, _x1500, _x1501) {
|
|
4660
|
+
return _ref435.apply(this, arguments);
|
|
4637
4661
|
};
|
|
4638
4662
|
}();
|
|
4639
4663
|
export var all_user_attribute_group_values = function () {
|
|
4640
|
-
var
|
|
4664
|
+
var _ref436 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
|
|
4641
4665
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4642
4666
|
return sdk.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
|
|
4643
4667
|
fields
|
|
4644
4668
|
}, null, options);
|
|
4645
4669
|
});
|
|
4646
|
-
return function all_user_attribute_group_values(
|
|
4647
|
-
return
|
|
4670
|
+
return function all_user_attribute_group_values(_x1502, _x1503, _x1504, _x1505) {
|
|
4671
|
+
return _ref436.apply(this, arguments);
|
|
4648
4672
|
};
|
|
4649
4673
|
}();
|
|
4650
4674
|
export var set_user_attribute_group_values = function () {
|
|
4651
|
-
var
|
|
4675
|
+
var _ref437 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
|
|
4652
4676
|
user_attribute_id = encodeParam(user_attribute_id);
|
|
4653
4677
|
return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
|
|
4654
4678
|
});
|
|
4655
|
-
return function set_user_attribute_group_values(
|
|
4656
|
-
return
|
|
4679
|
+
return function set_user_attribute_group_values(_x1506, _x1507, _x1508, _x1509) {
|
|
4680
|
+
return _ref437.apply(this, arguments);
|
|
4657
4681
|
};
|
|
4658
4682
|
}();
|
|
4659
4683
|
export var all_workspaces = function () {
|
|
4660
|
-
var
|
|
4684
|
+
var _ref438 = _asyncToGenerator(function* (sdk, options) {
|
|
4661
4685
|
return sdk.get('/workspaces', null, null, options);
|
|
4662
4686
|
});
|
|
4663
|
-
return function all_workspaces(
|
|
4664
|
-
return
|
|
4687
|
+
return function all_workspaces(_x1510, _x1511) {
|
|
4688
|
+
return _ref438.apply(this, arguments);
|
|
4665
4689
|
};
|
|
4666
4690
|
}();
|
|
4667
4691
|
export var workspace = function () {
|
|
4668
|
-
var
|
|
4692
|
+
var _ref439 = _asyncToGenerator(function* (sdk, workspace_id, options) {
|
|
4669
4693
|
workspace_id = encodeParam(workspace_id);
|
|
4670
4694
|
return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
|
|
4671
4695
|
});
|
|
4672
|
-
return function workspace(
|
|
4673
|
-
return
|
|
4696
|
+
return function workspace(_x1512, _x1513, _x1514) {
|
|
4697
|
+
return _ref439.apply(this, arguments);
|
|
4674
4698
|
};
|
|
4675
4699
|
}();
|
|
4676
4700
|
//# sourceMappingURL=funcs.js.map
|