@freelog/tools-lib 0.1.161 → 0.1.162
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/dist/service-API/resources.d.ts +2 -5
- package/dist/tools-lib.cjs.development.js +4 -2
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +4 -2
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/resources.ts +771 -772
- package/src/utils/axios.ts +141 -141
package/dist/tools-lib.esm.js
CHANGED
|
@@ -1951,11 +1951,13 @@ function getAttrsInfoByKey(_ref24) {
|
|
|
1951
1951
|
});
|
|
1952
1952
|
}
|
|
1953
1953
|
function generateResourceNames(_ref25) {
|
|
1954
|
-
var
|
|
1954
|
+
var resourceNames = _ref25.resourceNames;
|
|
1955
1955
|
return FUtil.Request({
|
|
1956
1956
|
method: 'POST',
|
|
1957
1957
|
url: "/v2/resources/generateResourceNames",
|
|
1958
|
-
data:
|
|
1958
|
+
data: {
|
|
1959
|
+
resourceNames: resourceNames
|
|
1960
|
+
}
|
|
1959
1961
|
});
|
|
1960
1962
|
}
|
|
1961
1963
|
|