@settlemint/sdk-cli 1.0.3-main360fc7f2 → 1.0.3-maina872577a
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 -76
- 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.yBXJZ6PtVi:/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.yBXJZ6PtVi:/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.yBXJZ6PtVi:/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.yBXJZ6PtVi:/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-maina872577a",
|
|
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.yBXJZ6PtVi:/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("");
|
|
@@ -267483,7 +267483,7 @@ ${error.stack}`));
|
|
|
267483
267483
|
var package_default = {
|
|
267484
267484
|
name: "@settlemint/sdk-cli",
|
|
267485
267485
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
267486
|
-
version: "1.0.3-
|
|
267486
|
+
version: "1.0.3-maina872577a",
|
|
267487
267487
|
type: "module",
|
|
267488
267488
|
private: false,
|
|
267489
267489
|
license: "FSL-1.1-MIT",
|
|
@@ -267536,8 +267536,8 @@ var package_default = {
|
|
|
267536
267536
|
"@inquirer/input": "4.1.3",
|
|
267537
267537
|
"@inquirer/password": "4.0.6",
|
|
267538
267538
|
"@inquirer/select": "4.0.6",
|
|
267539
|
-
"@settlemint/sdk-js": "1.0.3-
|
|
267540
|
-
"@settlemint/sdk-utils": "1.0.3-
|
|
267539
|
+
"@settlemint/sdk-js": "1.0.3-maina872577a",
|
|
267540
|
+
"@settlemint/sdk-utils": "1.0.3-maina872577a",
|
|
267541
267541
|
"get-tsconfig": "4.8.1",
|
|
267542
267542
|
giget: "1.2.3"
|
|
267543
267543
|
},
|
|
@@ -267837,7 +267837,7 @@ var et = l((Re, tt) => {
|
|
|
267837
267837
|
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
267838
|
let n = e.colon || Bt, r = t.match(/\//) || g && t.match(/\\/) ? [""] : [
|
|
267839
267839
|
...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.
|
|
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.yBXJZ6PtVi:/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
267841
|
], s = g ? e.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "", o = g ? s.split(n) : [""];
|
|
267842
267842
|
return g && t.indexOf(".") !== -1 && o[0] !== "" && o.unshift(""), {
|
|
267843
267843
|
pathEnv: r,
|
|
@@ -268348,13 +268348,13 @@ var intro2 = (msg) => {
|
|
|
268348
268348
|
console.log("");
|
|
268349
268349
|
};
|
|
268350
268350
|
var note2 = (message, level = "info") => {
|
|
268351
|
-
const maskedMessage = maskTokens3(message);
|
|
268352
268351
|
console.log("");
|
|
268352
|
+
const maskedMessage = maskTokens3(message);
|
|
268353
268353
|
if (level === "warn") {
|
|
268354
268354
|
console.warn(yellowBright(maskedMessage));
|
|
268355
|
-
|
|
268355
|
+
} else {
|
|
268356
|
+
console.log(maskedMessage);
|
|
268356
268357
|
}
|
|
268357
|
-
console.log(maskedMessage);
|
|
268358
268358
|
};
|
|
268359
268359
|
var ApplicationAccessTokenSchema2 = z.string().regex(/^sm_aat_.*$/);
|
|
268360
268360
|
var PersonalAccessTokenSchema2 = z.string().regex(/^sm_pat_.*$/);
|
|
@@ -268593,17 +268593,11 @@ async function storeCredentials(token, instance) {
|
|
|
268593
268593
|
}
|
|
268594
268594
|
await writeConfig(config4);
|
|
268595
268595
|
}
|
|
268596
|
-
async function getInstanceCredentials(instance
|
|
268596
|
+
async function getInstanceCredentials(instance) {
|
|
268597
268597
|
const config4 = await readConfig();
|
|
268598
268598
|
const instanceConfig = config4.instances[instance];
|
|
268599
268599
|
if (!instanceConfig) {
|
|
268600
|
-
|
|
268601
|
-
return;
|
|
268602
|
-
}
|
|
268603
|
-
cancel2(`No configuration found for instance '${instance}'${Object.keys(config4.instances).length > 0 ? `
|
|
268604
|
-
Configured instances:
|
|
268605
|
-
${Object.keys(config4.instances).map((i) => `- '${i}'`).join(`
|
|
268606
|
-
`)}` : ""}`);
|
|
268600
|
+
return;
|
|
268607
268601
|
}
|
|
268608
268602
|
return { personalAccessToken: instanceConfig.personalAccessToken };
|
|
268609
268603
|
}
|
|
@@ -273804,12 +273798,12 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273804
273798
|
const defaultInstance = env2.SETTLEMINT_INSTANCE;
|
|
273805
273799
|
const defaultPossible = autoAccept && defaultInstance;
|
|
273806
273800
|
if (defaultPossible) {
|
|
273807
|
-
return
|
|
273801
|
+
return defaultInstance;
|
|
273808
273802
|
}
|
|
273809
273803
|
const defaultLoginInstance = await getDefaultInstance();
|
|
273810
273804
|
const defaultPromptInstance = defaultInstance ?? defaultLoginInstance ?? "https://console.settlemint.com";
|
|
273811
273805
|
if (isCi) {
|
|
273812
|
-
return
|
|
273806
|
+
return defaultPromptInstance;
|
|
273813
273807
|
}
|
|
273814
273808
|
if (freeTextInput) {
|
|
273815
273809
|
const instance = await esm_default4({
|
|
@@ -273832,17 +273826,17 @@ async function instancePrompt(env2, accept, freeTextInput = false, isCi = is_in_
|
|
|
273832
273826
|
cancel3("No instances found. Please run `settlemint login` to configure an instance.");
|
|
273833
273827
|
}
|
|
273834
273828
|
if (knownInstances.length === 1) {
|
|
273835
|
-
return
|
|
273829
|
+
return knownInstances[0];
|
|
273836
273830
|
}
|
|
273837
273831
|
return esm_default2({
|
|
273838
273832
|
message: "What SettleMint instance do you want to connect to?",
|
|
273839
273833
|
choices: [
|
|
273840
273834
|
...knownInstances.map((instance) => ({
|
|
273841
273835
|
name: instance,
|
|
273842
|
-
value:
|
|
273836
|
+
value: instance
|
|
273843
273837
|
}))
|
|
273844
273838
|
],
|
|
273845
|
-
default:
|
|
273839
|
+
default: defaultPromptInstance
|
|
273846
273840
|
});
|
|
273847
273841
|
}
|
|
273848
273842
|
|
|
@@ -274973,7 +274967,7 @@ async function loginSpinner(settlemint) {
|
|
|
274973
274967
|
|
|
274974
274968
|
// src/commands/connect/pat.prompt.ts
|
|
274975
274969
|
async function personalAccessTokenPrompt(env2, instance, accept) {
|
|
274976
|
-
const existingConfig = await getInstanceCredentials(instance
|
|
274970
|
+
const existingConfig = await getInstanceCredentials(instance);
|
|
274977
274971
|
const defaultPersonalAccessToken = env2.SETTLEMINT_PERSONAL_ACCESS_TOKEN || existingConfig?.personalAccessToken;
|
|
274978
274972
|
const defaultPossible = accept && defaultPersonalAccessToken;
|
|
274979
274973
|
if (defaultPossible) {
|
|
@@ -275301,12 +275295,13 @@ function getCreateCommand({
|
|
|
275301
275295
|
return nothingSelectedError("region");
|
|
275302
275296
|
}
|
|
275303
275297
|
}
|
|
275304
|
-
const
|
|
275298
|
+
const { result, waitFor, mapDefaultEnv } = await spinner({
|
|
275305
275299
|
startMessage: `Creating ${type4}`,
|
|
275306
|
-
task
|
|
275300
|
+
task: async () => {
|
|
275301
|
+
return createFunction(settlemint, env2);
|
|
275302
|
+
},
|
|
275307
275303
|
stopMessage: `${capitalizeFirstLetter(type4)} created`
|
|
275308
275304
|
});
|
|
275309
|
-
const { result, waitFor, mapDefaultEnv } = await createFunction(settlemint, env2, showSpinner);
|
|
275310
275305
|
if (wait) {
|
|
275311
275306
|
await waitForCompletion({
|
|
275312
275307
|
settlemint,
|
|
@@ -275372,12 +275367,12 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275372
275367
|
...defaultArgs,
|
|
275373
275368
|
provider,
|
|
275374
275369
|
region
|
|
275375
|
-
}, async (settlemint, env2
|
|
275370
|
+
}, async (settlemint, env2) => {
|
|
275376
275371
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275377
275372
|
if (!applicationUniqueName) {
|
|
275378
275373
|
return missingApplication();
|
|
275379
275374
|
}
|
|
275380
|
-
const result = await
|
|
275375
|
+
const result = await settlemint.blockchainNetwork.create({
|
|
275381
275376
|
name: name2,
|
|
275382
275377
|
applicationUniqueName,
|
|
275383
275378
|
nodeName,
|
|
@@ -275392,7 +275387,7 @@ function blockchainNetworkBesuCreateCommand() {
|
|
|
275392
275387
|
secondsPerBlock,
|
|
275393
275388
|
size,
|
|
275394
275389
|
type: type4
|
|
275395
|
-
})
|
|
275390
|
+
});
|
|
275396
275391
|
const blockchainNode = result.blockchainNodes.find((item) => item.name === nodeName) ?? result.blockchainNodes[0];
|
|
275397
275392
|
return {
|
|
275398
275393
|
result,
|
|
@@ -275531,8 +275526,8 @@ function workspaceCreateCommand() {
|
|
|
275531
275526
|
addressLine1,
|
|
275532
275527
|
...defaultArgs
|
|
275533
275528
|
}) => {
|
|
275534
|
-
return baseAction(defaultArgs, async (settlemint
|
|
275535
|
-
const result = await
|
|
275529
|
+
return baseAction(defaultArgs, async (settlemint) => {
|
|
275530
|
+
const result = await settlemint.workspace.create({
|
|
275536
275531
|
name: name2,
|
|
275537
275532
|
taxIdValue,
|
|
275538
275533
|
taxIdType,
|
|
@@ -275544,7 +275539,7 @@ function workspaceCreateCommand() {
|
|
|
275544
275539
|
city,
|
|
275545
275540
|
addressLine2,
|
|
275546
275541
|
addressLine1
|
|
275547
|
-
})
|
|
275542
|
+
});
|
|
275548
275543
|
return {
|
|
275549
275544
|
result,
|
|
275550
275545
|
mapDefaultEnv: () => {
|
|
@@ -275582,12 +275577,12 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275582
275577
|
alias: "aat",
|
|
275583
275578
|
execute: (cmd2, baseAction) => {
|
|
275584
275579
|
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 }) => {
|
|
275585
|
-
return baseAction(defaultArgs, async (settlemint, env2
|
|
275580
|
+
return baseAction(defaultArgs, async (settlemint, env2) => {
|
|
275586
275581
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275587
275582
|
if (!applicationUniqueName) {
|
|
275588
275583
|
return missingApplication();
|
|
275589
275584
|
}
|
|
275590
|
-
const aatToken = await
|
|
275585
|
+
const aatToken = await settlemint.applicationAccessToken.create({
|
|
275591
275586
|
applicationUniqueName,
|
|
275592
275587
|
name: name2,
|
|
275593
275588
|
blockchainNetworkScope: {
|
|
@@ -275631,7 +275626,7 @@ function applicationAccessTokenCreateCommand() {
|
|
|
275631
275626
|
values: []
|
|
275632
275627
|
},
|
|
275633
275628
|
validityPeriod
|
|
275634
|
-
})
|
|
275629
|
+
});
|
|
275635
275630
|
return {
|
|
275636
275631
|
result: {
|
|
275637
275632
|
id: "",
|
|
@@ -275675,7 +275670,7 @@ function applicationCreateCommand() {
|
|
|
275675
275670
|
return baseAction({
|
|
275676
275671
|
...defaultArgs,
|
|
275677
275672
|
acceptDefaults
|
|
275678
|
-
}, async (settlemint, env2
|
|
275673
|
+
}, async (settlemint, env2) => {
|
|
275679
275674
|
let workspaceUniqueName = workspace;
|
|
275680
275675
|
if (!workspaceUniqueName) {
|
|
275681
275676
|
const workspaces = await settlemint.workspace.list();
|
|
@@ -275685,10 +275680,10 @@ function applicationCreateCommand() {
|
|
|
275685
275680
|
}
|
|
275686
275681
|
workspaceUniqueName = workspace2.uniqueName;
|
|
275687
275682
|
}
|
|
275688
|
-
const result = await
|
|
275683
|
+
const result = await settlemint.application.create({
|
|
275689
275684
|
name: name2,
|
|
275690
275685
|
workspaceUniqueName
|
|
275691
|
-
})
|
|
275686
|
+
});
|
|
275692
275687
|
return {
|
|
275693
275688
|
result,
|
|
275694
275689
|
mapDefaultEnv: () => {
|
|
@@ -275766,7 +275761,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275766
275761
|
acceptDefaults,
|
|
275767
275762
|
provider,
|
|
275768
275763
|
region
|
|
275769
|
-
}, async (settlemint, env2
|
|
275764
|
+
}, async (settlemint, env2) => {
|
|
275770
275765
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275771
275766
|
if (!applicationUniqueName) {
|
|
275772
275767
|
return missingApplication();
|
|
@@ -275785,7 +275780,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275785
275780
|
}
|
|
275786
275781
|
networkUniqueName = network?.uniqueName;
|
|
275787
275782
|
}
|
|
275788
|
-
const result = await
|
|
275783
|
+
const result = await settlemint.blockchainNode.create({
|
|
275789
275784
|
applicationUniqueName,
|
|
275790
275785
|
name: name2,
|
|
275791
275786
|
blockchainNetworkUniqueName: networkUniqueName,
|
|
@@ -275795,7 +275790,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275795
275790
|
region,
|
|
275796
275791
|
size,
|
|
275797
275792
|
type: type4
|
|
275798
|
-
})
|
|
275793
|
+
});
|
|
275799
275794
|
return {
|
|
275800
275795
|
result,
|
|
275801
275796
|
mapDefaultEnv: () => {
|
|
@@ -275844,7 +275839,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275844
275839
|
acceptDefaults,
|
|
275845
275840
|
provider,
|
|
275846
275841
|
region
|
|
275847
|
-
}, async (settlemint, env2
|
|
275842
|
+
}, async (settlemint, env2) => {
|
|
275848
275843
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275849
275844
|
if (!applicationUniqueName) {
|
|
275850
275845
|
return missingApplication();
|
|
@@ -275864,7 +275859,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275864
275859
|
}
|
|
275865
275860
|
blockchainNodeUniqueName = node.uniqueName;
|
|
275866
275861
|
}
|
|
275867
|
-
const result = await
|
|
275862
|
+
const result = await settlemint.insights.create({
|
|
275868
275863
|
name: name2,
|
|
275869
275864
|
applicationUniqueName,
|
|
275870
275865
|
insightsCategory: "BLOCKCHAIN_EXPLORER",
|
|
@@ -275874,7 +275869,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275874
275869
|
type: type4,
|
|
275875
275870
|
blockchainNodeUniqueName,
|
|
275876
275871
|
loadBalancerUniqueName
|
|
275877
|
-
})
|
|
275872
|
+
});
|
|
275878
275873
|
return {
|
|
275879
275874
|
result,
|
|
275880
275875
|
mapDefaultEnv: async () => {
|
|
@@ -275921,12 +275916,12 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275921
275916
|
...defaultArgs,
|
|
275922
275917
|
provider,
|
|
275923
275918
|
region
|
|
275924
|
-
}, async (settlemint, env2
|
|
275919
|
+
}, async (settlemint, env2) => {
|
|
275925
275920
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275926
275921
|
if (!applicationUniqueName) {
|
|
275927
275922
|
return missingApplication();
|
|
275928
275923
|
}
|
|
275929
|
-
const result = await
|
|
275924
|
+
const result = await settlemint.integrationTool.create({
|
|
275930
275925
|
name: name2,
|
|
275931
275926
|
applicationUniqueName,
|
|
275932
275927
|
integrationType: "HASURA",
|
|
@@ -275934,7 +275929,7 @@ function hasuraIntegrationCreateCommand() {
|
|
|
275934
275929
|
region,
|
|
275935
275930
|
size,
|
|
275936
275931
|
type: type4
|
|
275937
|
-
})
|
|
275932
|
+
});
|
|
275938
275933
|
return {
|
|
275939
275934
|
result,
|
|
275940
275935
|
mapDefaultEnv: async () => {
|
|
@@ -275982,7 +275977,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275982
275977
|
acceptDefaults,
|
|
275983
275978
|
provider,
|
|
275984
275979
|
region
|
|
275985
|
-
}, async (settlemint, env2
|
|
275980
|
+
}, async (settlemint, env2) => {
|
|
275986
275981
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
275987
275982
|
if (!applicationUniqueName) {
|
|
275988
275983
|
return missingApplication();
|
|
@@ -276001,7 +275996,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
276001
275996
|
}
|
|
276002
275997
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276003
275998
|
}
|
|
276004
|
-
const result = await
|
|
275999
|
+
const result = await settlemint.middleware.create({
|
|
276005
276000
|
name: name2,
|
|
276006
276001
|
applicationUniqueName,
|
|
276007
276002
|
interface: "HA_GRAPH",
|
|
@@ -276010,7 +276005,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
276010
276005
|
region,
|
|
276011
276006
|
size,
|
|
276012
276007
|
type: type4
|
|
276013
|
-
})
|
|
276008
|
+
});
|
|
276014
276009
|
return {
|
|
276015
276010
|
result,
|
|
276016
276011
|
mapDefaultEnv: async () => {
|
|
@@ -276065,7 +276060,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276065
276060
|
acceptDefaults,
|
|
276066
276061
|
provider,
|
|
276067
276062
|
region
|
|
276068
|
-
}, async (settlemint, env2
|
|
276063
|
+
}, async (settlemint, env2) => {
|
|
276069
276064
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276070
276065
|
if (!applicationUniqueName) {
|
|
276071
276066
|
return missingApplication();
|
|
@@ -276106,7 +276101,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276106
276101
|
cancel3(`Invalid pre-deployed abis: '${invalidPredeployedAbis.join(", ")}'. Possible values: '${platformConfig.preDeployedContracts.sort().join(", ")}'`);
|
|
276107
276102
|
}
|
|
276108
276103
|
}
|
|
276109
|
-
const result = await
|
|
276104
|
+
const result = await settlemint.middleware.create({
|
|
276110
276105
|
name: name2,
|
|
276111
276106
|
applicationUniqueName,
|
|
276112
276107
|
interface: "SMART_CONTRACT_PORTAL",
|
|
@@ -276118,7 +276113,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276118
276113
|
region,
|
|
276119
276114
|
size,
|
|
276120
276115
|
type: type4
|
|
276121
|
-
})
|
|
276116
|
+
});
|
|
276122
276117
|
return {
|
|
276123
276118
|
result,
|
|
276124
276119
|
mapDefaultEnv: async () => {
|
|
@@ -276162,7 +276157,7 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276162
276157
|
return baseAction({
|
|
276163
276158
|
...defaultArgs,
|
|
276164
276159
|
acceptDefaults
|
|
276165
|
-
}, async (settlemint, env2
|
|
276160
|
+
}, async (settlemint, env2) => {
|
|
276166
276161
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276167
276162
|
if (!applicationUniqueName) {
|
|
276168
276163
|
return missingApplication();
|
|
@@ -276181,12 +276176,12 @@ function privateKeyAccessibleCreateCommand() {
|
|
|
276181
276176
|
}
|
|
276182
276177
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276183
276178
|
}
|
|
276184
|
-
const result = await
|
|
276179
|
+
const result = await settlemint.privateKey.create({
|
|
276185
276180
|
name: name2,
|
|
276186
276181
|
applicationUniqueName,
|
|
276187
276182
|
privateKeyType: "ACCESSIBLE_ECDSA_P256",
|
|
276188
276183
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276189
|
-
})
|
|
276184
|
+
});
|
|
276190
276185
|
return {
|
|
276191
276186
|
result
|
|
276192
276187
|
};
|
|
@@ -276222,7 +276217,7 @@ function privateKeyHdCreateCommand() {
|
|
|
276222
276217
|
return baseAction({
|
|
276223
276218
|
...defaultArgs,
|
|
276224
276219
|
acceptDefaults
|
|
276225
|
-
}, async (settlemint, env2
|
|
276220
|
+
}, async (settlemint, env2) => {
|
|
276226
276221
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276227
276222
|
if (!applicationUniqueName) {
|
|
276228
276223
|
return missingApplication();
|
|
@@ -276241,12 +276236,12 @@ function privateKeyHdCreateCommand() {
|
|
|
276241
276236
|
}
|
|
276242
276237
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276243
276238
|
}
|
|
276244
|
-
const result = await
|
|
276239
|
+
const result = await settlemint.privateKey.create({
|
|
276245
276240
|
name: name2,
|
|
276246
276241
|
applicationUniqueName,
|
|
276247
276242
|
privateKeyType: "HD_ECDSA_P256",
|
|
276248
276243
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276249
|
-
})
|
|
276244
|
+
});
|
|
276250
276245
|
return {
|
|
276251
276246
|
result,
|
|
276252
276247
|
mapDefaultEnv: () => {
|
|
@@ -276288,7 +276283,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276288
276283
|
return baseAction({
|
|
276289
276284
|
...defaultArgs,
|
|
276290
276285
|
acceptDefaults
|
|
276291
|
-
}, async (settlemint, env2
|
|
276286
|
+
}, async (settlemint, env2) => {
|
|
276292
276287
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276293
276288
|
if (!applicationUniqueName) {
|
|
276294
276289
|
return missingApplication();
|
|
@@ -276307,12 +276302,12 @@ function privateKeyHsmCreateCommand() {
|
|
|
276307
276302
|
}
|
|
276308
276303
|
blockchainNodeUniqueName = node.uniqueName;
|
|
276309
276304
|
}
|
|
276310
|
-
const result = await
|
|
276305
|
+
const result = await settlemint.privateKey.create({
|
|
276311
276306
|
name: name2,
|
|
276312
276307
|
applicationUniqueName,
|
|
276313
276308
|
privateKeyType: "HSM_ECDSA_P256",
|
|
276314
276309
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276315
|
-
})
|
|
276310
|
+
});
|
|
276316
276311
|
return {
|
|
276317
276312
|
result
|
|
276318
276313
|
};
|
|
@@ -276354,12 +276349,12 @@ function ipfsStorageCreateCommand() {
|
|
|
276354
276349
|
...defaultArgs,
|
|
276355
276350
|
provider,
|
|
276356
276351
|
region
|
|
276357
|
-
}, async (settlemint, env2
|
|
276352
|
+
}, async (settlemint, env2) => {
|
|
276358
276353
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276359
276354
|
if (!applicationUniqueName) {
|
|
276360
276355
|
return missingApplication();
|
|
276361
276356
|
}
|
|
276362
|
-
const result = await
|
|
276357
|
+
const result = await settlemint.storage.create({
|
|
276363
276358
|
name: name2,
|
|
276364
276359
|
applicationUniqueName,
|
|
276365
276360
|
storageProtocol: "IPFS",
|
|
@@ -276367,7 +276362,7 @@ function ipfsStorageCreateCommand() {
|
|
|
276367
276362
|
region,
|
|
276368
276363
|
size,
|
|
276369
276364
|
type: type4
|
|
276370
|
-
})
|
|
276365
|
+
});
|
|
276371
276366
|
return {
|
|
276372
276367
|
result,
|
|
276373
276368
|
mapDefaultEnv: () => {
|
|
@@ -276407,12 +276402,12 @@ function minioStorageCreateCommand() {
|
|
|
276407
276402
|
...defaultArgs,
|
|
276408
276403
|
provider,
|
|
276409
276404
|
region
|
|
276410
|
-
}, async (settlemint, env2
|
|
276405
|
+
}, async (settlemint, env2) => {
|
|
276411
276406
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276412
276407
|
if (!applicationUniqueName) {
|
|
276413
276408
|
return missingApplication();
|
|
276414
276409
|
}
|
|
276415
|
-
const result = await
|
|
276410
|
+
const result = await settlemint.storage.create({
|
|
276416
276411
|
name: name2,
|
|
276417
276412
|
applicationUniqueName,
|
|
276418
276413
|
storageProtocol: "MINIO",
|
|
@@ -276420,7 +276415,7 @@ function minioStorageCreateCommand() {
|
|
|
276420
276415
|
region,
|
|
276421
276416
|
size,
|
|
276422
276417
|
type: type4
|
|
276423
|
-
})
|
|
276418
|
+
});
|
|
276424
276419
|
return {
|
|
276425
276420
|
result,
|
|
276426
276421
|
mapDefaultEnv: () => {
|
|
@@ -277829,4 +277824,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277829
277824
|
ascii();
|
|
277830
277825
|
sdkCliCommand();
|
|
277831
277826
|
|
|
277832
|
-
//# debugId=
|
|
277827
|
+
//# debugId=E6D4210F49168FF064756E2164756E21
|