@webdock/sdk 1.0.5964 → 1.0.5965
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/account.d.ts +10 -0
- package/dist/account.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/index.mjs.map +1 -1
- package/dist/scripts.d.ts +1 -1
- package/dist/scripts.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1827,7 +1827,7 @@ const {
|
|
|
1827
1827
|
formToJSON: co,
|
|
1828
1828
|
getAdapter: uo,
|
|
1829
1829
|
mergeConfig: lo
|
|
1830
|
-
} = D, ss = "1.0.
|
|
1830
|
+
} = D, ss = "1.0.5965";
|
|
1831
1831
|
async function P(r) {
|
|
1832
1832
|
var e, t, n;
|
|
1833
1833
|
try {
|
|
@@ -1879,6 +1879,14 @@ class os {
|
|
|
1879
1879
|
method: "GET"
|
|
1880
1880
|
});
|
|
1881
1881
|
}
|
|
1882
|
+
async listAccountScripts() {
|
|
1883
|
+
return await P({
|
|
1884
|
+
token: this.parent.string_token,
|
|
1885
|
+
endpoint: "/account/scripts",
|
|
1886
|
+
headers: [],
|
|
1887
|
+
method: "GET"
|
|
1888
|
+
});
|
|
1889
|
+
}
|
|
1882
1890
|
}
|
|
1883
1891
|
class is {
|
|
1884
1892
|
constructor(e) {
|
|
@@ -2084,7 +2092,7 @@ class ds {
|
|
|
2084
2092
|
}
|
|
2085
2093
|
);
|
|
2086
2094
|
}
|
|
2087
|
-
list(
|
|
2095
|
+
list() {
|
|
2088
2096
|
return P({
|
|
2089
2097
|
token: this.parent.string_token,
|
|
2090
2098
|
endpoint: "/account/scripts",
|