@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/bin.cjs +15 -17
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-XBPDHNWO.js → chunk-CZSQ443A.js} +16 -18
- package/dist/chunk-CZSQ443A.js.map +1 -0
- package/dist/index.cjs +15 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-XBPDHNWO.js.map +0 -1
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/cli",
|
|
3
|
-
"version": "0.
|
|
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",
|