apiblaze 0.19.12 → 0.19.13
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -933,7 +933,7 @@ var import_commander = require("commander");
|
|
|
933
933
|
var import_chalk44 = __toESM(require("chalk"));
|
|
934
934
|
|
|
935
935
|
// package.json
|
|
936
|
-
var version = "0.19.
|
|
936
|
+
var version = "0.19.13";
|
|
937
937
|
|
|
938
938
|
// src/index.ts
|
|
939
939
|
init_types();
|
|
@@ -2756,7 +2756,7 @@ function maybeWarnNoTraffic(total, projectArg) {
|
|
|
2756
2756
|
async function applyProposal(opts) {
|
|
2757
2757
|
const log = opts.log ?? ((s) => console.log(s));
|
|
2758
2758
|
const { projectId, apiVersion, tenant: tenant2, proposal, enable } = opts;
|
|
2759
|
-
|
|
2759
|
+
{
|
|
2760
2760
|
const m = await agentCall(`/projects/${projectId}/${apiVersion}/policies/model?tenantId=${encodeURIComponent(tenant2)}`, "POST", proposal.model);
|
|
2761
2761
|
if (m.status === 404) {
|
|
2762
2762
|
log(import_chalk17.default.red(" Authorization store not provisioned yet. Open the dashboard Authorization tab for this project once (it auto-provisions the store), then re-run.\n"));
|