@stamn/stamn-plugin 0.1.0-alpha.44 → 0.1.0-alpha.45
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 +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4600,7 +4600,7 @@ ${l}
|
|
|
4600
4600
|
}
|
|
4601
4601
|
} }).prompt();
|
|
4602
4602
|
|
|
4603
|
-
// node_modules/.pnpm/@stamn+sdk@0.1.0-alpha.
|
|
4603
|
+
// node_modules/.pnpm/@stamn+sdk@0.1.0-alpha.7/node_modules/@stamn/sdk/dist/index.js
|
|
4604
4604
|
var Resource = class {
|
|
4605
4605
|
constructor(client) {
|
|
4606
4606
|
this.client = client;
|
|
@@ -4722,10 +4722,11 @@ var ParticipantsResource = class extends Resource {
|
|
|
4722
4722
|
}
|
|
4723
4723
|
};
|
|
4724
4724
|
var ApiKeysResource = class extends Resource {
|
|
4725
|
-
async create() {
|
|
4725
|
+
async create(options) {
|
|
4726
4726
|
const res = await this.client.request(
|
|
4727
4727
|
"POST",
|
|
4728
|
-
"/v1/api-keys"
|
|
4728
|
+
"/v1/api-keys",
|
|
4729
|
+
options
|
|
4729
4730
|
);
|
|
4730
4731
|
return res.data;
|
|
4731
4732
|
}
|
|
@@ -4989,7 +4990,7 @@ var StamnClient = class {
|
|
|
4989
4990
|
}
|
|
4990
4991
|
};
|
|
4991
4992
|
|
|
4992
|
-
// node_modules/.pnpm/@stamn+cli@0.1.0-alpha.
|
|
4993
|
+
// node_modules/.pnpm/@stamn+cli@0.1.0-alpha.18/node_modules/@stamn/cli/dist/chunk-PLTDB3B6.js
|
|
4993
4994
|
import { execSync } from "child_process";
|
|
4994
4995
|
import { mkdirSync, readFileSync, writeFileSync, unlinkSync } from "fs";
|
|
4995
4996
|
import { join } from "path";
|