@settlemint/sdk-cli 1.0.3-prdf0b77d6 → 1.0.3
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/cli.js +71 -85
- package/dist/cli.js.map +23 -23
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -19613,7 +19613,7 @@ var require_lib4 = __commonJS((exports, module) => {
|
|
|
19613
19613
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
19614
19614
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
19615
19615
|
var getPathInfo = (cmd, {
|
|
19616
|
-
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
19616
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
19617
19617
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
19618
19618
|
delimiter: optDelimiter = delimiter
|
|
19619
19619
|
}) => {
|
|
@@ -19817,7 +19817,7 @@ var require_lib5 = __commonJS((exports, module) => {
|
|
|
19817
19817
|
let pathToInitial;
|
|
19818
19818
|
try {
|
|
19819
19819
|
pathToInitial = which.sync(initialCmd, {
|
|
19820
|
-
path: options.env && findInObject(options.env, "PATH") || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
19820
|
+
path: options.env && findInObject(options.env, "PATH") || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
19821
19821
|
pathext: options.env && findInObject(options.env, "PATHEXT") || process.env.PATHEXT
|
|
19822
19822
|
}).toLowerCase();
|
|
19823
19823
|
} catch (err) {
|
|
@@ -20534,7 +20534,7 @@ var require_lib6 = __commonJS((exports, module) => {
|
|
|
20534
20534
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
20535
20535
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
20536
20536
|
var getPathInfo = (cmd, {
|
|
20537
|
-
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
20537
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
20538
20538
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
20539
20539
|
delimiter: optDelimiter = delimiter
|
|
20540
20540
|
}) => {
|
|
@@ -223327,7 +223327,7 @@ ${Bt.cyan(Yt)}
|
|
|
223327
223327
|
code: "ENOENT"
|
|
223328
223328
|
}), getPathInfo = (e9, t7) => {
|
|
223329
223329
|
var r6 = t7.colon || or;
|
|
223330
|
-
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
223330
|
+
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(r6)];
|
|
223331
223331
|
var n6 = nr ? t7.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
223332
223332
|
var a5 = nr ? n6.split(r6) : [""];
|
|
223333
223333
|
if (nr) {
|
|
@@ -226464,7 +226464,7 @@ ${whileRunning(e9)}`;
|
|
|
226464
226464
|
};
|
|
226465
226465
|
ni = Object.assign(async function _main() {
|
|
226466
226466
|
var e9 = new Cli({
|
|
226467
|
-
binaryVersion: "1.0.3
|
|
226467
|
+
binaryVersion: "1.0.3",
|
|
226468
226468
|
binaryLabel: "gql.tada CLI",
|
|
226469
226469
|
binaryName: "gql.tada"
|
|
226470
226470
|
});
|
|
@@ -234964,7 +234964,7 @@ var require_which2 = __commonJS((exports, module) => {
|
|
|
234964
234964
|
const colon = opt2.colon || COLON;
|
|
234965
234965
|
const pathEnv = cmd2.match(/\//) || isWindows2 && cmd2.match(/\\/) ? [""] : [
|
|
234966
234966
|
...isWindows2 ? [process.cwd()] : [],
|
|
234967
|
-
...(opt2.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
234967
|
+
...(opt2.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(colon)
|
|
234968
234968
|
];
|
|
234969
234969
|
const pathExtExe = isWindows2 ? opt2.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
234970
234970
|
const pathExt = isWindows2 ? pathExtExe.split(colon) : [""];
|
|
@@ -267449,13 +267449,13 @@ var intro = (msg) => {
|
|
|
267449
267449
|
console.log("");
|
|
267450
267450
|
};
|
|
267451
267451
|
var note = (message, level = "info") => {
|
|
267452
|
-
const maskedMessage = maskTokens2(message);
|
|
267453
267452
|
console.log("");
|
|
267453
|
+
const maskedMessage = maskTokens2(message);
|
|
267454
267454
|
if (level === "warn") {
|
|
267455
267455
|
console.warn(yellowBright(maskedMessage));
|
|
267456
|
-
|
|
267456
|
+
} else {
|
|
267457
|
+
console.log(maskedMessage);
|
|
267457
267458
|
}
|
|
267458
|
-
console.log(maskedMessage);
|
|
267459
267459
|
};
|
|
267460
267460
|
var outro = (msg) => {
|
|
267461
267461
|
console.log("");
|
|
@@ -267474,7 +267474,6 @@ var spinner = async (options) => {
|
|
|
267474
267474
|
} catch (error) {
|
|
267475
267475
|
spinner2.error(redBright(`${options.startMessage} --> Error!`));
|
|
267476
267476
|
note(redBright(`${error.message}
|
|
267477
|
-
|
|
267478
267477
|
${error.stack}`));
|
|
267479
267478
|
process.exit(1);
|
|
267480
267479
|
}
|
|
@@ -267483,7 +267482,7 @@ ${error.stack}`));
|
|
|
267483
267482
|
var package_default = {
|
|
267484
267483
|
name: "@settlemint/sdk-cli",
|
|
267485
267484
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
267486
|
-
version: "1.0.3
|
|
267485
|
+
version: "1.0.3",
|
|
267487
267486
|
type: "module",
|
|
267488
267487
|
private: false,
|
|
267489
267488
|
license: "FSL-1.1-MIT",
|
|
@@ -267536,8 +267535,8 @@ var package_default = {
|
|
|
267536
267535
|
"@inquirer/input": "4.1.3",
|
|
267537
267536
|
"@inquirer/password": "4.0.6",
|
|
267538
267537
|
"@inquirer/select": "4.0.6",
|
|
267539
|
-
"@settlemint/sdk-js": "1.0.3
|
|
267540
|
-
"@settlemint/sdk-utils": "1.0.3
|
|
267538
|
+
"@settlemint/sdk-js": "1.0.3",
|
|
267539
|
+
"@settlemint/sdk-utils": "1.0.3",
|
|
267541
267540
|
"get-tsconfig": "4.8.1",
|
|
267542
267541
|
giget: "1.2.3"
|
|
267543
267542
|
},
|
|
@@ -267837,7 +267836,7 @@ var et = l((Re, tt) => {
|
|
|
267837
267836
|
var g = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys", Y = h("path"), Bt = g ? ";" : ":", V = U(), J = (t) => Object.assign(new Error(`not found: ${t}`), { code: "ENOENT" }), Q = (t, e) => {
|
|
267838
267837
|
let n = e.colon || Bt, r = t.match(/\//) || g && t.match(/\\/) ? [""] : [
|
|
267839
267838
|
...g ? [process.cwd()] : [],
|
|
267840
|
-
...(e.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
267839
|
+
...(e.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.v64FwV9V7D:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(n)
|
|
267841
267840
|
], s = g ? e.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "", o = g ? s.split(n) : [""];
|
|
267842
267841
|
return g && t.indexOf(".") !== -1 && o[0] !== "" && o.unshift(""), {
|
|
267843
267842
|
pathEnv: r,
|
|
@@ -268348,13 +268347,13 @@ var intro2 = (msg) => {
|
|
|
268348
268347
|
console.log("");
|
|
268349
268348
|
};
|
|
268350
268349
|
var note2 = (message, level = "info") => {
|
|
268351
|
-
const maskedMessage = maskTokens3(message);
|
|
268352
268350
|
console.log("");
|
|
268351
|
+
const maskedMessage = maskTokens3(message);
|
|
268353
268352
|
if (level === "warn") {
|
|
268354
268353
|
console.warn(yellowBright(maskedMessage));
|
|
268355
|
-
|
|
268354
|
+
} else {
|
|
268355
|
+
console.log(maskedMessage);
|
|
268356
268356
|
}
|
|
268357
|
-
console.log(maskedMessage);
|
|
268358
268357
|
};
|
|
268359
268358
|
var ApplicationAccessTokenSchema2 = z.string().regex(/^sm_aat_.*$/);
|
|
268360
268359
|
var PersonalAccessTokenSchema2 = z.string().regex(/^sm_pat_.*$/);
|
|
@@ -268593,14 +268592,11 @@ async function storeCredentials(token, instance) {
|
|
|
268593
268592
|
}
|
|
268594
268593
|
await writeConfig(config4);
|
|
268595
268594
|
}
|
|
268596
|
-
async function getInstanceCredentials(instance
|
|
268595
|
+
async function getInstanceCredentials(instance) {
|
|
268597
268596
|
const config4 = await readConfig();
|
|
268598
268597
|
const instanceConfig = config4.instances[instance];
|
|
268599
268598
|
if (!instanceConfig) {
|
|
268600
|
-
|
|
268601
|
-
Configured instances:
|
|
268602
|
-
${Object.keys(config4.instances).map((i) => `- '${i}'`).join(`
|
|
268603
|
-
`)}` : ""}`);
|
|
268599
|
+
return;
|
|
268604
268600
|
}
|
|
268605
268601
|
return { personalAccessToken: instanceConfig.personalAccessToken };
|
|
268606
268602
|
}
|
|
@@ -273255,18 +273251,7 @@ function createSettleMintClient(options) {
|
|
|
273255
273251
|
headers: {
|
|
273256
273252
|
"x-auth-token": validatedOptions.accessToken
|
|
273257
273253
|
},
|
|
273258
|
-
fetch:
|
|
273259
|
-
const response = await fetchWithRetry(input, init2);
|
|
273260
|
-
const contentType = response.headers.get("content-type");
|
|
273261
|
-
if (contentType?.includes("application/json") || contentType?.includes("application/graphql-response+json")) {
|
|
273262
|
-
const data = await response.clone().json();
|
|
273263
|
-
if (data.errors?.length > 0) {
|
|
273264
|
-
const errorMessages = data.errors.map((e10) => e10.message).join(", ");
|
|
273265
|
-
throw new Error(errorMessages);
|
|
273266
|
-
}
|
|
273267
|
-
}
|
|
273268
|
-
return response;
|
|
273269
|
-
}
|
|
273254
|
+
fetch: fetchWithRetry
|
|
273270
273255
|
});
|
|
273271
273256
|
return {
|
|
273272
273257
|
workspace: {
|
|
@@ -273801,12 +273786,12 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273801
273786
|
const defaultInstance = env2.SETTLEMINT_INSTANCE;
|
|
273802
273787
|
const defaultPossible = autoAccept && defaultInstance;
|
|
273803
273788
|
if (defaultPossible) {
|
|
273804
|
-
return
|
|
273789
|
+
return defaultInstance;
|
|
273805
273790
|
}
|
|
273806
273791
|
const defaultLoginInstance = await getDefaultInstance();
|
|
273807
273792
|
const defaultPromptInstance = defaultInstance ?? defaultLoginInstance ?? "https://console.settlemint.com";
|
|
273808
273793
|
if (isCi) {
|
|
273809
|
-
return
|
|
273794
|
+
return defaultPromptInstance;
|
|
273810
273795
|
}
|
|
273811
273796
|
if (freeTextInput) {
|
|
273812
273797
|
const instance = await esm_default4({
|
|
@@ -273829,17 +273814,17 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273829
273814
|
cancel3("No instances found. Please run `settlemint login` to configure an instance.");
|
|
273830
273815
|
}
|
|
273831
273816
|
if (knownInstances.length === 1) {
|
|
273832
|
-
return
|
|
273817
|
+
return knownInstances[0];
|
|
273833
273818
|
}
|
|
273834
273819
|
return esm_default2({
|
|
273835
273820
|
message: "What SettleMint instance do you want to connect to?",
|
|
273836
273821
|
choices: [
|
|
273837
273822
|
...knownInstances.map((instance) => ({
|
|
273838
273823
|
name: instance,
|
|
273839
|
-
value:
|
|
273824
|
+
value: instance
|
|
273840
273825
|
}))
|
|
273841
273826
|
],
|
|
273842
|
-
default:
|
|
273827
|
+
default: defaultPromptInstance
|
|
273843
273828
|
});
|
|
273844
273829
|
}
|
|
273845
273830
|
|
|
@@ -275298,12 +275283,13 @@ function getCreateCommand({
|
|
|
275298
275283
|
return nothingSelectedError("region");
|
|
275299
275284
|
}
|
|
275300
275285
|
}
|
|
275301
|
-
const
|
|
275286
|
+
const { result, waitFor, mapDefaultEnv } = await spinner({
|
|
275302
275287
|
startMessage: `Creating ${type4}`,
|
|
275303
|
-
task
|
|
275288
|
+
task: async () => {
|
|
275289
|
+
return createFunction(settlemint, env2);
|
|
275290
|
+
},
|
|
275304
275291
|
stopMessage: `${capitalizeFirstLetter(type4)} created`
|
|
275305
275292
|
});
|
|
275306
|
-
const { result, waitFor, mapDefaultEnv } = await createFunction(settlemint, env2, showSpinner);
|
|
275307
275293
|
if (wait) {
|
|
275308
275294
|
await waitForCompletion({
|
|
275309
275295
|
settlemint,
|
|
@@ -275369,12 +275355,12 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275369
275355
|
...defaultArgs,
|
|
275370
275356
|
provider,
|
|
275371
275357
|
region
|
|
275372
|
-
}, async (settlemint, env2
|
|
275358
|
+
}, async (settlemint, env2) => {
|
|
275373
275359
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275374
275360
|
if (!applicationUniqueName) {
|
|
275375
275361
|
return missingApplication();
|
|
275376
275362
|
}
|
|
275377
|
-
const result = await
|
|
275363
|
+
const result = await settlemint.blockchainNetwork.create({
|
|
275378
275364
|
name: name2,
|
|
275379
275365
|
applicationUniqueName,
|
|
275380
275366
|
nodeName,
|
|
@@ -275389,7 +275375,7 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275389
275375
|
secondsPerBlock,
|
|
275390
275376
|
size,
|
|
275391
275377
|
type: type4
|
|
275392
|
-
})
|
|
275378
|
+
});
|
|
275393
275379
|
const blockchainNode = result.blockchainNodes.find((item) => item.name === nodeName) ?? result.blockchainNodes[0];
|
|
275394
275380
|
return {
|
|
275395
275381
|
result,
|
|
@@ -275528,8 +275514,8 @@ function workspaceCreateCommand() {
|
|
|
275528
275514
|
addressLine1,
|
|
275529
275515
|
...defaultArgs
|
|
275530
275516
|
}) => {
|
|
275531
|
-
return baseAction(defaultArgs, async (settlemint
|
|
275532
|
-
const result = await
|
|
275517
|
+
return baseAction(defaultArgs, async (settlemint) => {
|
|
275518
|
+
const result = await settlemint.workspace.create({
|
|
275533
275519
|
name: name2,
|
|
275534
275520
|
taxIdValue,
|
|
275535
275521
|
taxIdType,
|
|
@@ -275541,7 +275527,7 @@ function workspaceCreateCommand() {
|
|
|
275541
275527
|
city,
|
|
275542
275528
|
addressLine2,
|
|
275543
275529
|
addressLine1
|
|
275544
|
-
})
|
|
275530
|
+
});
|
|
275545
275531
|
return {
|
|
275546
275532
|
result,
|
|
275547
275533
|
mapDefaultEnv: () => {
|
|
@@ -275579,12 +275565,12 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275579
275565
|
alias: "aat",
|
|
275580
275566
|
execute: (cmd2, baseAction) => {
|
|
275581
275567
|
cmd2.option("-app, --application <application>", "The application unique name to create the application access token for (defaults to application from env)").addOption(new Option("-v, --validity-period <period>", "The validity period for the token").choices(["DAYS_7", "DAYS_30", "DAYS_60", "DAYS_90", "NONE"]).default("DAYS_7")).action(async (name2, { application, validityPeriod, ...defaultArgs }) => {
|
|
275582
|
-
return baseAction(defaultArgs, async (settlemint, env2
|
|
275568
|
+
return baseAction(defaultArgs, async (settlemint, env2) => {
|
|
275583
275569
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275584
275570
|
if (!applicationUniqueName) {
|
|
275585
275571
|
return missingApplication();
|
|
275586
275572
|
}
|
|
275587
|
-
const aatToken = await
|
|
275573
|
+
const aatToken = await settlemint.applicationAccessToken.create({
|
|
275588
275574
|
applicationUniqueName,
|
|
275589
275575
|
name: name2,
|
|
275590
275576
|
blockchainNetworkScope: {
|
|
@@ -275628,7 +275614,7 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275628
275614
|
values: []
|
|
275629
275615
|
},
|
|
275630
275616
|
validityPeriod
|
|
275631
|
-
})
|
|
275617
|
+
});
|
|
275632
275618
|
return {
|
|
275633
275619
|
result: {
|
|
275634
275620
|
id: "",
|
|
@@ -275672,7 +275658,7 @@ function applicationCreateCommand() {
|
|
|
275672
275658
|
return baseAction({
|
|
275673
275659
|
...defaultArgs,
|
|
275674
275660
|
acceptDefaults
|
|
275675
|
-
}, async (settlemint, env2
|
|
275661
|
+
}, async (settlemint, env2) => {
|
|
275676
275662
|
let workspaceUniqueName = workspace;
|
|
275677
275663
|
if (!workspaceUniqueName) {
|
|
275678
275664
|
const workspaces = await settlemint.workspace.list();
|
|
@@ -275682,10 +275668,10 @@ function applicationCreateCommand() {
|
|
|
275682
275668
|
}
|
|
275683
275669
|
workspaceUniqueName = workspace2.uniqueName;
|
|
275684
275670
|
}
|
|
275685
|
-
const result = await
|
|
275671
|
+
const result = await settlemint.application.create({
|
|
275686
275672
|
name: name2,
|
|
275687
275673
|
workspaceUniqueName
|
|
275688
|
-
})
|
|
275674
|
+
});
|
|
275689
275675
|
return {
|
|
275690
275676
|
result,
|
|
275691
275677
|
mapDefaultEnv: () => {
|
|
@@ -275763,7 +275749,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275763
275749
|
acceptDefaults,
|
|
275764
275750
|
provider,
|
|
275765
275751
|
region
|
|
275766
|
-
}, async (settlemint, env2
|
|
275752
|
+
}, async (settlemint, env2) => {
|
|
275767
275753
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275768
275754
|
if (!applicationUniqueName) {
|
|
275769
275755
|
return missingApplication();
|
|
@@ -275782,7 +275768,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275782
275768
|
}
|
|
275783
275769
|
networkUniqueName = network?.uniqueName;
|
|
275784
275770
|
}
|
|
275785
|
-
const result = await
|
|
275771
|
+
const result = await settlemint.blockchainNode.create({
|
|
275786
275772
|
applicationUniqueName,
|
|
275787
275773
|
name: name2,
|
|
275788
275774
|
blockchainNetworkUniqueName: networkUniqueName,
|
|
@@ -275792,7 +275778,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275792
275778
|
region,
|
|
275793
275779
|
size,
|
|
275794
275780
|
type: type4
|
|
275795
|
-
})
|
|
275781
|
+
});
|
|
275796
275782
|
return {
|
|
275797
275783
|
result,
|
|
275798
275784
|
mapDefaultEnv: () => {
|
|
@@ -275841,7 +275827,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275841
275827
|
acceptDefaults,
|
|
275842
275828
|
provider,
|
|
275843
275829
|
region
|
|
275844
|
-
}, async (settlemint, env2
|
|
275830
|
+
}, async (settlemint, env2) => {
|
|
275845
275831
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275846
275832
|
if (!applicationUniqueName) {
|
|
275847
275833
|
return missingApplication();
|
|
@@ -275861,7 +275847,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275861
275847
|
}
|
|
275862
275848
|
blockchainNodeUniqueName = node.uniqueName;
|
|
275863
275849
|
}
|
|
275864
|
-
const result = await
|
|
275850
|
+
const result = await settlemint.insights.create({
|
|
275865
275851
|
name: name2,
|
|
275866
275852
|
applicationUniqueName,
|
|
275867
275853
|
insightsCategory: "BLOCKCHAIN_EXPLORER",
|
|
@@ -275871,7 +275857,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275871
275857
|
type: type4,
|
|
275872
275858
|
blockchainNodeUniqueName,
|
|
275873
275859
|
loadBalancerUniqueName
|
|
275874
|
-
})
|
|
275860
|
+
});
|
|
275875
275861
|
return {
|
|
275876
275862
|
result,
|
|
275877
275863
|
mapDefaultEnv: async () => {
|
|
@@ -275918,12 +275904,12 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275918
275904
|
...defaultArgs,
|
|
275919
275905
|
provider,
|
|
275920
275906
|
region
|
|
275921
|
-
}, async (settlemint, env2
|
|
275907
|
+
}, async (settlemint, env2) => {
|
|
275922
275908
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275923
275909
|
if (!applicationUniqueName) {
|
|
275924
275910
|
return missingApplication();
|
|
275925
275911
|
}
|
|
275926
|
-
const result = await
|
|
275912
|
+
const result = await settlemint.integrationTool.create({
|
|
275927
275913
|
name: name2,
|
|
275928
275914
|
applicationUniqueName,
|
|
275929
275915
|
integrationType: "HASURA",
|
|
@@ -275931,7 +275917,7 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275931
275917
|
region,
|
|
275932
275918
|
size,
|
|
275933
275919
|
type: type4
|
|
275934
|
-
})
|
|
275920
|
+
});
|
|
275935
275921
|
return {
|
|
275936
275922
|
result,
|
|
275937
275923
|
mapDefaultEnv: async () => {
|
|
@@ -275979,7 +275965,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275979
275965
|
acceptDefaults,
|
|
275980
275966
|
provider,
|
|
275981
275967
|
region
|
|
275982
|
-
}, async (settlemint, env2
|
|
275968
|
+
}, async (settlemint, env2) => {
|
|
275983
275969
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275984
275970
|
if (!applicationUniqueName) {
|
|
275985
275971
|
return missingApplication();
|
|
@@ -275998,7 +275984,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275998
275984
|
}
|
|
275999
275985
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276000
275986
|
}
|
|
276001
|
-
const result = await
|
|
275987
|
+
const result = await settlemint.middleware.create({
|
|
276002
275988
|
name: name2,
|
|
276003
275989
|
applicationUniqueName,
|
|
276004
275990
|
interface: "HA_GRAPH",
|
|
@@ -276007,7 +275993,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
276007
275993
|
region,
|
|
276008
275994
|
size,
|
|
276009
275995
|
type: type4
|
|
276010
|
-
})
|
|
275996
|
+
});
|
|
276011
275997
|
return {
|
|
276012
275998
|
result,
|
|
276013
275999
|
mapDefaultEnv: async () => {
|
|
@@ -276062,7 +276048,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276062
276048
|
acceptDefaults,
|
|
276063
276049
|
provider,
|
|
276064
276050
|
region
|
|
276065
|
-
}, async (settlemint, env2
|
|
276051
|
+
}, async (settlemint, env2) => {
|
|
276066
276052
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276067
276053
|
if (!applicationUniqueName) {
|
|
276068
276054
|
return missingApplication();
|
|
@@ -276103,7 +276089,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276103
276089
|
cancel3(`Invalid pre-deployed abis: '${invalidPredeployedAbis.join(", ")}'. Possible values: '${platformConfig.preDeployedContracts.sort().join(", ")}'`);
|
|
276104
276090
|
}
|
|
276105
276091
|
}
|
|
276106
|
-
const result = await
|
|
276092
|
+
const result = await settlemint.middleware.create({
|
|
276107
276093
|
name: name2,
|
|
276108
276094
|
applicationUniqueName,
|
|
276109
276095
|
interface: "SMART_CONTRACT_PORTAL",
|
|
@@ -276115,7 +276101,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276115
276101
|
region,
|
|
276116
276102
|
size,
|
|
276117
276103
|
type: type4
|
|
276118
|
-
})
|
|
276104
|
+
});
|
|
276119
276105
|
return {
|
|
276120
276106
|
result,
|
|
276121
276107
|
mapDefaultEnv: async () => {
|
|
@@ -276159,7 +276145,7 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276159
276145
|
return baseAction({
|
|
276160
276146
|
...defaultArgs,
|
|
276161
276147
|
acceptDefaults
|
|
276162
|
-
}, async (settlemint, env2
|
|
276148
|
+
}, async (settlemint, env2) => {
|
|
276163
276149
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276164
276150
|
if (!applicationUniqueName) {
|
|
276165
276151
|
return missingApplication();
|
|
@@ -276178,12 +276164,12 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276178
276164
|
}
|
|
276179
276165
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276180
276166
|
}
|
|
276181
|
-
const result = await
|
|
276167
|
+
const result = await settlemint.privateKey.create({
|
|
276182
276168
|
name: name2,
|
|
276183
276169
|
applicationUniqueName,
|
|
276184
276170
|
privateKeyType: "ACCESSIBLE_ECDSA_P256",
|
|
276185
276171
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276186
|
-
})
|
|
276172
|
+
});
|
|
276187
276173
|
return {
|
|
276188
276174
|
result
|
|
276189
276175
|
};
|
|
@@ -276219,7 +276205,7 @@ function privateKeyHdCreateCommand() {
|
|
|
276219
276205
|
return baseAction({
|
|
276220
276206
|
...defaultArgs,
|
|
276221
276207
|
acceptDefaults
|
|
276222
|
-
}, async (settlemint, env2
|
|
276208
|
+
}, async (settlemint, env2) => {
|
|
276223
276209
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276224
276210
|
if (!applicationUniqueName) {
|
|
276225
276211
|
return missingApplication();
|
|
@@ -276238,12 +276224,12 @@ function privateKeyHdCreateCommand() {
|
|
|
276238
276224
|
}
|
|
276239
276225
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276240
276226
|
}
|
|
276241
|
-
const result = await
|
|
276227
|
+
const result = await settlemint.privateKey.create({
|
|
276242
276228
|
name: name2,
|
|
276243
276229
|
applicationUniqueName,
|
|
276244
276230
|
privateKeyType: "HD_ECDSA_P256",
|
|
276245
276231
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276246
|
-
})
|
|
276232
|
+
});
|
|
276247
276233
|
return {
|
|
276248
276234
|
result,
|
|
276249
276235
|
mapDefaultEnv: () => {
|
|
@@ -276285,7 +276271,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276285
276271
|
return baseAction({
|
|
276286
276272
|
...defaultArgs,
|
|
276287
276273
|
acceptDefaults
|
|
276288
|
-
}, async (settlemint, env2
|
|
276274
|
+
}, async (settlemint, env2) => {
|
|
276289
276275
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276290
276276
|
if (!applicationUniqueName) {
|
|
276291
276277
|
return missingApplication();
|
|
@@ -276304,12 +276290,12 @@ function privateKeyHsmCreateCommand() {
|
|
|
276304
276290
|
}
|
|
276305
276291
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276306
276292
|
}
|
|
276307
|
-
const result = await
|
|
276293
|
+
const result = await settlemint.privateKey.create({
|
|
276308
276294
|
name: name2,
|
|
276309
276295
|
applicationUniqueName,
|
|
276310
276296
|
privateKeyType: "HSM_ECDSA_P256",
|
|
276311
276297
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276312
|
-
})
|
|
276298
|
+
});
|
|
276313
276299
|
return {
|
|
276314
276300
|
result
|
|
276315
276301
|
};
|
|
@@ -276351,12 +276337,12 @@ function ipfsStorageCreateCommand() {
|
|
|
276351
276337
|
...defaultArgs,
|
|
276352
276338
|
provider,
|
|
276353
276339
|
region
|
|
276354
|
-
}, async (settlemint, env2
|
|
276340
|
+
}, async (settlemint, env2) => {
|
|
276355
276341
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276356
276342
|
if (!applicationUniqueName) {
|
|
276357
276343
|
return missingApplication();
|
|
276358
276344
|
}
|
|
276359
|
-
const result = await
|
|
276345
|
+
const result = await settlemint.storage.create({
|
|
276360
276346
|
name: name2,
|
|
276361
276347
|
applicationUniqueName,
|
|
276362
276348
|
storageProtocol: "IPFS",
|
|
@@ -276364,7 +276350,7 @@ function ipfsStorageCreateCommand() {
|
|
|
276364
276350
|
region,
|
|
276365
276351
|
size,
|
|
276366
276352
|
type: type4
|
|
276367
|
-
})
|
|
276353
|
+
});
|
|
276368
276354
|
return {
|
|
276369
276355
|
result,
|
|
276370
276356
|
mapDefaultEnv: () => {
|
|
@@ -276404,12 +276390,12 @@ function minioStorageCreateCommand() {
|
|
|
276404
276390
|
...defaultArgs,
|
|
276405
276391
|
provider,
|
|
276406
276392
|
region
|
|
276407
|
-
}, async (settlemint, env2
|
|
276393
|
+
}, async (settlemint, env2) => {
|
|
276408
276394
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276409
276395
|
if (!applicationUniqueName) {
|
|
276410
276396
|
return missingApplication();
|
|
276411
276397
|
}
|
|
276412
|
-
const result = await
|
|
276398
|
+
const result = await settlemint.storage.create({
|
|
276413
276399
|
name: name2,
|
|
276414
276400
|
applicationUniqueName,
|
|
276415
276401
|
storageProtocol: "MINIO",
|
|
@@ -276417,7 +276403,7 @@ function minioStorageCreateCommand() {
|
|
|
276417
276403
|
region,
|
|
276418
276404
|
size,
|
|
276419
276405
|
type: type4
|
|
276420
|
-
})
|
|
276406
|
+
});
|
|
276421
276407
|
return {
|
|
276422
276408
|
result,
|
|
276423
276409
|
mapDefaultEnv: () => {
|
|
@@ -277826,4 +277812,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277826
277812
|
ascii();
|
|
277827
277813
|
sdkCliCommand();
|
|
277828
277814
|
|
|
277829
|
-
//# debugId=
|
|
277815
|
+
//# debugId=BA607E45C51C549264756E2164756E21
|