apiblaze 0.17.19 → 0.17.20
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -703,7 +703,7 @@ var import_commander = require("commander");
|
|
|
703
703
|
var import_chalk38 = __toESM(require("chalk"));
|
|
704
704
|
|
|
705
705
|
// package.json
|
|
706
|
-
var version = "0.17.
|
|
706
|
+
var version = "0.17.20";
|
|
707
707
|
|
|
708
708
|
// src/index.ts
|
|
709
709
|
init_types();
|
|
@@ -3744,7 +3744,7 @@ var TOOLS = [
|
|
|
3744
3744
|
},
|
|
3745
3745
|
{
|
|
3746
3746
|
name: "mint_key",
|
|
3747
|
-
description: "Mint a
|
|
3747
|
+
description: "Mint a manager developer key \u2014 call, configure, issue-keys (secret returned once).",
|
|
3748
3748
|
params: { desc: "optional description", expires_days: "optional expiry in days" },
|
|
3749
3749
|
run: async (a, { teamId }) => {
|
|
3750
3750
|
const body = { role: "consumer-admin" };
|
|
@@ -4726,7 +4726,7 @@ async function runKeyMint(opts) {
|
|
|
4726
4726
|
method: "POST",
|
|
4727
4727
|
path: `/teams/${encodeURIComponent(teamId)}/developer-keys`,
|
|
4728
4728
|
body,
|
|
4729
|
-
summary: `Mint a
|
|
4729
|
+
summary: `Mint a manager developer key ({call, configure, issue-keys})`
|
|
4730
4730
|
});
|
|
4731
4731
|
spinner.succeed("Key minted.");
|
|
4732
4732
|
if (opts.json) {
|