@settlemint/sdk-cli 1.0.3-pre93b769c → 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 -84
- 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,13 +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
|
-
${Object.keys(config4.instances).map((i) => `- '${i}'`).join(`
|
|
268602
|
-
`)}` : ""}`);
|
|
268599
|
+
return;
|
|
268603
268600
|
}
|
|
268604
268601
|
return { personalAccessToken: instanceConfig.personalAccessToken };
|
|
268605
268602
|
}
|
|
@@ -273254,18 +273251,7 @@ function createSettleMintClient(options) {
|
|
|
273254
273251
|
headers: {
|
|
273255
273252
|
"x-auth-token": validatedOptions.accessToken
|
|
273256
273253
|
},
|
|
273257
|
-
fetch:
|
|
273258
|
-
const response = await fetchWithRetry(input, init2);
|
|
273259
|
-
const contentType = response.headers.get("content-type");
|
|
273260
|
-
if (contentType?.includes("application/json") || contentType?.includes("application/graphql-response+json")) {
|
|
273261
|
-
const data = await response.clone().json();
|
|
273262
|
-
if (data.errors?.length > 0) {
|
|
273263
|
-
const errorMessages = data.errors.map((e10) => e10.message).join(", ");
|
|
273264
|
-
throw new Error(errorMessages);
|
|
273265
|
-
}
|
|
273266
|
-
}
|
|
273267
|
-
return response;
|
|
273268
|
-
}
|
|
273254
|
+
fetch: fetchWithRetry
|
|
273269
273255
|
});
|
|
273270
273256
|
return {
|
|
273271
273257
|
workspace: {
|
|
@@ -273800,12 +273786,12 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273800
273786
|
const defaultInstance = env2.SETTLEMINT_INSTANCE;
|
|
273801
273787
|
const defaultPossible = autoAccept && defaultInstance;
|
|
273802
273788
|
if (defaultPossible) {
|
|
273803
|
-
return
|
|
273789
|
+
return defaultInstance;
|
|
273804
273790
|
}
|
|
273805
273791
|
const defaultLoginInstance = await getDefaultInstance();
|
|
273806
273792
|
const defaultPromptInstance = defaultInstance ?? defaultLoginInstance ?? "https://console.settlemint.com";
|
|
273807
273793
|
if (isCi) {
|
|
273808
|
-
return
|
|
273794
|
+
return defaultPromptInstance;
|
|
273809
273795
|
}
|
|
273810
273796
|
if (freeTextInput) {
|
|
273811
273797
|
const instance = await esm_default4({
|
|
@@ -273828,17 +273814,17 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273828
273814
|
cancel3("No instances found. Please run `settlemint login` to configure an instance.");
|
|
273829
273815
|
}
|
|
273830
273816
|
if (knownInstances.length === 1) {
|
|
273831
|
-
return
|
|
273817
|
+
return knownInstances[0];
|
|
273832
273818
|
}
|
|
273833
273819
|
return esm_default2({
|
|
273834
273820
|
message: "What SettleMint instance do you want to connect to?",
|
|
273835
273821
|
choices: [
|
|
273836
273822
|
...knownInstances.map((instance) => ({
|
|
273837
273823
|
name: instance,
|
|
273838
|
-
value:
|
|
273824
|
+
value: instance
|
|
273839
273825
|
}))
|
|
273840
273826
|
],
|
|
273841
|
-
default:
|
|
273827
|
+
default: defaultPromptInstance
|
|
273842
273828
|
});
|
|
273843
273829
|
}
|
|
273844
273830
|
|
|
@@ -275297,12 +275283,13 @@ function getCreateCommand({
|
|
|
275297
275283
|
return nothingSelectedError("region");
|
|
275298
275284
|
}
|
|
275299
275285
|
}
|
|
275300
|
-
const
|
|
275286
|
+
const { result, waitFor, mapDefaultEnv } = await spinner({
|
|
275301
275287
|
startMessage: `Creating ${type4}`,
|
|
275302
|
-
task
|
|
275288
|
+
task: async () => {
|
|
275289
|
+
return createFunction(settlemint, env2);
|
|
275290
|
+
},
|
|
275303
275291
|
stopMessage: `${capitalizeFirstLetter(type4)} created`
|
|
275304
275292
|
});
|
|
275305
|
-
const { result, waitFor, mapDefaultEnv } = await createFunction(settlemint, env2, showSpinner);
|
|
275306
275293
|
if (wait) {
|
|
275307
275294
|
await waitForCompletion({
|
|
275308
275295
|
settlemint,
|
|
@@ -275368,12 +275355,12 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275368
275355
|
...defaultArgs,
|
|
275369
275356
|
provider,
|
|
275370
275357
|
region
|
|
275371
|
-
}, async (settlemint, env2
|
|
275358
|
+
}, async (settlemint, env2) => {
|
|
275372
275359
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275373
275360
|
if (!applicationUniqueName) {
|
|
275374
275361
|
return missingApplication();
|
|
275375
275362
|
}
|
|
275376
|
-
const result = await
|
|
275363
|
+
const result = await settlemint.blockchainNetwork.create({
|
|
275377
275364
|
name: name2,
|
|
275378
275365
|
applicationUniqueName,
|
|
275379
275366
|
nodeName,
|
|
@@ -275388,7 +275375,7 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275388
275375
|
secondsPerBlock,
|
|
275389
275376
|
size,
|
|
275390
275377
|
type: type4
|
|
275391
|
-
})
|
|
275378
|
+
});
|
|
275392
275379
|
const blockchainNode = result.blockchainNodes.find((item) => item.name === nodeName) ?? result.blockchainNodes[0];
|
|
275393
275380
|
return {
|
|
275394
275381
|
result,
|
|
@@ -275527,8 +275514,8 @@ function workspaceCreateCommand() {
|
|
|
275527
275514
|
addressLine1,
|
|
275528
275515
|
...defaultArgs
|
|
275529
275516
|
}) => {
|
|
275530
|
-
return baseAction(defaultArgs, async (settlemint
|
|
275531
|
-
const result = await
|
|
275517
|
+
return baseAction(defaultArgs, async (settlemint) => {
|
|
275518
|
+
const result = await settlemint.workspace.create({
|
|
275532
275519
|
name: name2,
|
|
275533
275520
|
taxIdValue,
|
|
275534
275521
|
taxIdType,
|
|
@@ -275540,7 +275527,7 @@ function workspaceCreateCommand() {
|
|
|
275540
275527
|
city,
|
|
275541
275528
|
addressLine2,
|
|
275542
275529
|
addressLine1
|
|
275543
|
-
})
|
|
275530
|
+
});
|
|
275544
275531
|
return {
|
|
275545
275532
|
result,
|
|
275546
275533
|
mapDefaultEnv: () => {
|
|
@@ -275578,12 +275565,12 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275578
275565
|
alias: "aat",
|
|
275579
275566
|
execute: (cmd2, baseAction) => {
|
|
275580
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 }) => {
|
|
275581
|
-
return baseAction(defaultArgs, async (settlemint, env2
|
|
275568
|
+
return baseAction(defaultArgs, async (settlemint, env2) => {
|
|
275582
275569
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275583
275570
|
if (!applicationUniqueName) {
|
|
275584
275571
|
return missingApplication();
|
|
275585
275572
|
}
|
|
275586
|
-
const aatToken = await
|
|
275573
|
+
const aatToken = await settlemint.applicationAccessToken.create({
|
|
275587
275574
|
applicationUniqueName,
|
|
275588
275575
|
name: name2,
|
|
275589
275576
|
blockchainNetworkScope: {
|
|
@@ -275627,7 +275614,7 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275627
275614
|
values: []
|
|
275628
275615
|
},
|
|
275629
275616
|
validityPeriod
|
|
275630
|
-
})
|
|
275617
|
+
});
|
|
275631
275618
|
return {
|
|
275632
275619
|
result: {
|
|
275633
275620
|
id: "",
|
|
@@ -275671,7 +275658,7 @@ function applicationCreateCommand() {
|
|
|
275671
275658
|
return baseAction({
|
|
275672
275659
|
...defaultArgs,
|
|
275673
275660
|
acceptDefaults
|
|
275674
|
-
}, async (settlemint, env2
|
|
275661
|
+
}, async (settlemint, env2) => {
|
|
275675
275662
|
let workspaceUniqueName = workspace;
|
|
275676
275663
|
if (!workspaceUniqueName) {
|
|
275677
275664
|
const workspaces = await settlemint.workspace.list();
|
|
@@ -275681,10 +275668,10 @@ function applicationCreateCommand() {
|
|
|
275681
275668
|
}
|
|
275682
275669
|
workspaceUniqueName = workspace2.uniqueName;
|
|
275683
275670
|
}
|
|
275684
|
-
const result = await
|
|
275671
|
+
const result = await settlemint.application.create({
|
|
275685
275672
|
name: name2,
|
|
275686
275673
|
workspaceUniqueName
|
|
275687
|
-
})
|
|
275674
|
+
});
|
|
275688
275675
|
return {
|
|
275689
275676
|
result,
|
|
275690
275677
|
mapDefaultEnv: () => {
|
|
@@ -275762,7 +275749,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275762
275749
|
acceptDefaults,
|
|
275763
275750
|
provider,
|
|
275764
275751
|
region
|
|
275765
|
-
}, async (settlemint, env2
|
|
275752
|
+
}, async (settlemint, env2) => {
|
|
275766
275753
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275767
275754
|
if (!applicationUniqueName) {
|
|
275768
275755
|
return missingApplication();
|
|
@@ -275781,7 +275768,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275781
275768
|
}
|
|
275782
275769
|
networkUniqueName = network?.uniqueName;
|
|
275783
275770
|
}
|
|
275784
|
-
const result = await
|
|
275771
|
+
const result = await settlemint.blockchainNode.create({
|
|
275785
275772
|
applicationUniqueName,
|
|
275786
275773
|
name: name2,
|
|
275787
275774
|
blockchainNetworkUniqueName: networkUniqueName,
|
|
@@ -275791,7 +275778,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275791
275778
|
region,
|
|
275792
275779
|
size,
|
|
275793
275780
|
type: type4
|
|
275794
|
-
})
|
|
275781
|
+
});
|
|
275795
275782
|
return {
|
|
275796
275783
|
result,
|
|
275797
275784
|
mapDefaultEnv: () => {
|
|
@@ -275840,7 +275827,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275840
275827
|
acceptDefaults,
|
|
275841
275828
|
provider,
|
|
275842
275829
|
region
|
|
275843
|
-
}, async (settlemint, env2
|
|
275830
|
+
}, async (settlemint, env2) => {
|
|
275844
275831
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275845
275832
|
if (!applicationUniqueName) {
|
|
275846
275833
|
return missingApplication();
|
|
@@ -275860,7 +275847,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275860
275847
|
}
|
|
275861
275848
|
blockchainNodeUniqueName = node.uniqueName;
|
|
275862
275849
|
}
|
|
275863
|
-
const result = await
|
|
275850
|
+
const result = await settlemint.insights.create({
|
|
275864
275851
|
name: name2,
|
|
275865
275852
|
applicationUniqueName,
|
|
275866
275853
|
insightsCategory: "BLOCKCHAIN_EXPLORER",
|
|
@@ -275870,7 +275857,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275870
275857
|
type: type4,
|
|
275871
275858
|
blockchainNodeUniqueName,
|
|
275872
275859
|
loadBalancerUniqueName
|
|
275873
|
-
})
|
|
275860
|
+
});
|
|
275874
275861
|
return {
|
|
275875
275862
|
result,
|
|
275876
275863
|
mapDefaultEnv: async () => {
|
|
@@ -275917,12 +275904,12 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275917
275904
|
...defaultArgs,
|
|
275918
275905
|
provider,
|
|
275919
275906
|
region
|
|
275920
|
-
}, async (settlemint, env2
|
|
275907
|
+
}, async (settlemint, env2) => {
|
|
275921
275908
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275922
275909
|
if (!applicationUniqueName) {
|
|
275923
275910
|
return missingApplication();
|
|
275924
275911
|
}
|
|
275925
|
-
const result = await
|
|
275912
|
+
const result = await settlemint.integrationTool.create({
|
|
275926
275913
|
name: name2,
|
|
275927
275914
|
applicationUniqueName,
|
|
275928
275915
|
integrationType: "HASURA",
|
|
@@ -275930,7 +275917,7 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275930
275917
|
region,
|
|
275931
275918
|
size,
|
|
275932
275919
|
type: type4
|
|
275933
|
-
})
|
|
275920
|
+
});
|
|
275934
275921
|
return {
|
|
275935
275922
|
result,
|
|
275936
275923
|
mapDefaultEnv: async () => {
|
|
@@ -275978,7 +275965,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275978
275965
|
acceptDefaults,
|
|
275979
275966
|
provider,
|
|
275980
275967
|
region
|
|
275981
|
-
}, async (settlemint, env2
|
|
275968
|
+
}, async (settlemint, env2) => {
|
|
275982
275969
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275983
275970
|
if (!applicationUniqueName) {
|
|
275984
275971
|
return missingApplication();
|
|
@@ -275997,7 +275984,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275997
275984
|
}
|
|
275998
275985
|
blockchainNodeUniqueName = node.uniqueName;
|
|
275999
275986
|
}
|
|
276000
|
-
const result = await
|
|
275987
|
+
const result = await settlemint.middleware.create({
|
|
276001
275988
|
name: name2,
|
|
276002
275989
|
applicationUniqueName,
|
|
276003
275990
|
interface: "HA_GRAPH",
|
|
@@ -276006,7 +275993,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
276006
275993
|
region,
|
|
276007
275994
|
size,
|
|
276008
275995
|
type: type4
|
|
276009
|
-
})
|
|
275996
|
+
});
|
|
276010
275997
|
return {
|
|
276011
275998
|
result,
|
|
276012
275999
|
mapDefaultEnv: async () => {
|
|
@@ -276061,7 +276048,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276061
276048
|
acceptDefaults,
|
|
276062
276049
|
provider,
|
|
276063
276050
|
region
|
|
276064
|
-
}, async (settlemint, env2
|
|
276051
|
+
}, async (settlemint, env2) => {
|
|
276065
276052
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276066
276053
|
if (!applicationUniqueName) {
|
|
276067
276054
|
return missingApplication();
|
|
@@ -276102,7 +276089,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276102
276089
|
cancel3(`Invalid pre-deployed abis: '${invalidPredeployedAbis.join(", ")}'. Possible values: '${platformConfig.preDeployedContracts.sort().join(", ")}'`);
|
|
276103
276090
|
}
|
|
276104
276091
|
}
|
|
276105
|
-
const result = await
|
|
276092
|
+
const result = await settlemint.middleware.create({
|
|
276106
276093
|
name: name2,
|
|
276107
276094
|
applicationUniqueName,
|
|
276108
276095
|
interface: "SMART_CONTRACT_PORTAL",
|
|
@@ -276114,7 +276101,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276114
276101
|
region,
|
|
276115
276102
|
size,
|
|
276116
276103
|
type: type4
|
|
276117
|
-
})
|
|
276104
|
+
});
|
|
276118
276105
|
return {
|
|
276119
276106
|
result,
|
|
276120
276107
|
mapDefaultEnv: async () => {
|
|
@@ -276158,7 +276145,7 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276158
276145
|
return baseAction({
|
|
276159
276146
|
...defaultArgs,
|
|
276160
276147
|
acceptDefaults
|
|
276161
|
-
}, async (settlemint, env2
|
|
276148
|
+
}, async (settlemint, env2) => {
|
|
276162
276149
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276163
276150
|
if (!applicationUniqueName) {
|
|
276164
276151
|
return missingApplication();
|
|
@@ -276177,12 +276164,12 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276177
276164
|
}
|
|
276178
276165
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276179
276166
|
}
|
|
276180
|
-
const result = await
|
|
276167
|
+
const result = await settlemint.privateKey.create({
|
|
276181
276168
|
name: name2,
|
|
276182
276169
|
applicationUniqueName,
|
|
276183
276170
|
privateKeyType: "ACCESSIBLE_ECDSA_P256",
|
|
276184
276171
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276185
|
-
})
|
|
276172
|
+
});
|
|
276186
276173
|
return {
|
|
276187
276174
|
result
|
|
276188
276175
|
};
|
|
@@ -276218,7 +276205,7 @@ function privateKeyHdCreateCommand() {
|
|
|
276218
276205
|
return baseAction({
|
|
276219
276206
|
...defaultArgs,
|
|
276220
276207
|
acceptDefaults
|
|
276221
|
-
}, async (settlemint, env2
|
|
276208
|
+
}, async (settlemint, env2) => {
|
|
276222
276209
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276223
276210
|
if (!applicationUniqueName) {
|
|
276224
276211
|
return missingApplication();
|
|
@@ -276237,12 +276224,12 @@ function privateKeyHdCreateCommand() {
|
|
|
276237
276224
|
}
|
|
276238
276225
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276239
276226
|
}
|
|
276240
|
-
const result = await
|
|
276227
|
+
const result = await settlemint.privateKey.create({
|
|
276241
276228
|
name: name2,
|
|
276242
276229
|
applicationUniqueName,
|
|
276243
276230
|
privateKeyType: "HD_ECDSA_P256",
|
|
276244
276231
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276245
|
-
})
|
|
276232
|
+
});
|
|
276246
276233
|
return {
|
|
276247
276234
|
result,
|
|
276248
276235
|
mapDefaultEnv: () => {
|
|
@@ -276284,7 +276271,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276284
276271
|
return baseAction({
|
|
276285
276272
|
...defaultArgs,
|
|
276286
276273
|
acceptDefaults
|
|
276287
|
-
}, async (settlemint, env2
|
|
276274
|
+
}, async (settlemint, env2) => {
|
|
276288
276275
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276289
276276
|
if (!applicationUniqueName) {
|
|
276290
276277
|
return missingApplication();
|
|
@@ -276303,12 +276290,12 @@ function privateKeyHsmCreateCommand() {
|
|
|
276303
276290
|
}
|
|
276304
276291
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276305
276292
|
}
|
|
276306
|
-
const result = await
|
|
276293
|
+
const result = await settlemint.privateKey.create({
|
|
276307
276294
|
name: name2,
|
|
276308
276295
|
applicationUniqueName,
|
|
276309
276296
|
privateKeyType: "HSM_ECDSA_P256",
|
|
276310
276297
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276311
|
-
})
|
|
276298
|
+
});
|
|
276312
276299
|
return {
|
|
276313
276300
|
result
|
|
276314
276301
|
};
|
|
@@ -276350,12 +276337,12 @@ function ipfsStorageCreateCommand() {
|
|
|
276350
276337
|
...defaultArgs,
|
|
276351
276338
|
provider,
|
|
276352
276339
|
region
|
|
276353
|
-
}, async (settlemint, env2
|
|
276340
|
+
}, async (settlemint, env2) => {
|
|
276354
276341
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276355
276342
|
if (!applicationUniqueName) {
|
|
276356
276343
|
return missingApplication();
|
|
276357
276344
|
}
|
|
276358
|
-
const result = await
|
|
276345
|
+
const result = await settlemint.storage.create({
|
|
276359
276346
|
name: name2,
|
|
276360
276347
|
applicationUniqueName,
|
|
276361
276348
|
storageProtocol: "IPFS",
|
|
@@ -276363,7 +276350,7 @@ function ipfsStorageCreateCommand() {
|
|
|
276363
276350
|
region,
|
|
276364
276351
|
size,
|
|
276365
276352
|
type: type4
|
|
276366
|
-
})
|
|
276353
|
+
});
|
|
276367
276354
|
return {
|
|
276368
276355
|
result,
|
|
276369
276356
|
mapDefaultEnv: () => {
|
|
@@ -276403,12 +276390,12 @@ function minioStorageCreateCommand() {
|
|
|
276403
276390
|
...defaultArgs,
|
|
276404
276391
|
provider,
|
|
276405
276392
|
region
|
|
276406
|
-
}, async (settlemint, env2
|
|
276393
|
+
}, async (settlemint, env2) => {
|
|
276407
276394
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276408
276395
|
if (!applicationUniqueName) {
|
|
276409
276396
|
return missingApplication();
|
|
276410
276397
|
}
|
|
276411
|
-
const result = await
|
|
276398
|
+
const result = await settlemint.storage.create({
|
|
276412
276399
|
name: name2,
|
|
276413
276400
|
applicationUniqueName,
|
|
276414
276401
|
storageProtocol: "MINIO",
|
|
@@ -276416,7 +276403,7 @@ function minioStorageCreateCommand() {
|
|
|
276416
276403
|
region,
|
|
276417
276404
|
size,
|
|
276418
276405
|
type: type4
|
|
276419
|
-
})
|
|
276406
|
+
});
|
|
276420
276407
|
return {
|
|
276421
276408
|
result,
|
|
276422
276409
|
mapDefaultEnv: () => {
|
|
@@ -277825,4 +277812,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277825
277812
|
ascii();
|
|
277826
277813
|
sdkCliCommand();
|
|
277827
277814
|
|
|
277828
|
-
//# debugId=
|
|
277815
|
+
//# debugId=BA607E45C51C549264756E2164756E21
|