@odla-ai/cli 0.20.2 → 0.21.0

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.d.cts CHANGED
@@ -12,7 +12,7 @@ interface ScopedPlatformTokenOptions {
12
12
  email?: string;
13
13
  open?: boolean;
14
14
  fetch?: typeof fetch;
15
- stdout?: Pick<typeof console, "log">;
15
+ stdout?: Pick<typeof console, "log" | "error">;
16
16
  openApprovalUrl?: (url: string) => Promise<void>;
17
17
  tokenFile?: string;
18
18
  /**
@@ -216,7 +216,7 @@ interface AdminAiOptions {
216
216
  json?: boolean;
217
217
  open?: boolean;
218
218
  fetch?: typeof fetch;
219
- stdout?: Pick<typeof console, "log">;
219
+ stdout?: Pick<typeof console, "log" | "error">;
220
220
  openApprovalUrl?: (url: string) => Promise<void>;
221
221
  credentialProvider?: string;
222
222
  fromEnv?: string;
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ interface ScopedPlatformTokenOptions {
12
12
  email?: string;
13
13
  open?: boolean;
14
14
  fetch?: typeof fetch;
15
- stdout?: Pick<typeof console, "log">;
15
+ stdout?: Pick<typeof console, "log" | "error">;
16
16
  openApprovalUrl?: (url: string) => Promise<void>;
17
17
  tokenFile?: string;
18
18
  /**
@@ -216,7 +216,7 @@ interface AdminAiOptions {
216
216
  json?: boolean;
217
217
  open?: boolean;
218
218
  fetch?: typeof fetch;
219
- stdout?: Pick<typeof console, "log">;
219
+ stdout?: Pick<typeof console, "log" | "error">;
220
220
  openApprovalUrl?: (url: string) => Promise<void>;
221
221
  credentialProvider?: string;
222
222
  fromEnv?: string;
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  startHostedSecurityJob,
49
49
  surfacePaths,
50
50
  validateInvocation
51
- } from "./chunk-XBPDHNWO.js";
51
+ } from "./chunk-CZSQ443A.js";
52
52
  export {
53
53
  AGENT_HARNESSES,
54
54
  CAPABILITIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.20.2",
3
+ "version": "0.21.0",
4
4
  "description": "Agent-operable CLI for odla provisioning, calendar consent and sync lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/cli",