@odla-ai/cli 0.35.0 → 0.35.3

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
@@ -194,6 +194,14 @@ interface CliDependencies {
194
194
  * @param argv Argument vector without the node/script prefix.
195
195
  * @param dependencies Optional side-effect overrides for embedding and tests.
196
196
  */
197
+ /**
198
+ * Run one CLI invocation.
199
+ *
200
+ * The only thing wrapped around dispatch is credential recovery, and it lives
201
+ * here because this is the one funnel every command passes through: any of them
202
+ * can be the request that discovers the cached credential was revoked, and none
203
+ * of them should have to know how to say so.
204
+ */
197
205
  declare function runCli(argv?: string[], dependencies?: CliDependencies): Promise<void>;
198
206
 
199
207
  /** Hosted platform purposes whose provider, model, and budgets an admin may route. */
package/dist/index.d.ts CHANGED
@@ -194,6 +194,14 @@ interface CliDependencies {
194
194
  * @param argv Argument vector without the node/script prefix.
195
195
  * @param dependencies Optional side-effect overrides for embedding and tests.
196
196
  */
197
+ /**
198
+ * Run one CLI invocation.
199
+ *
200
+ * The only thing wrapped around dispatch is credential recovery, and it lives
201
+ * here because this is the one funnel every command passes through: any of them
202
+ * can be the request that discovers the cached credential was revoked, and none
203
+ * of them should have to know how to say so.
204
+ */
197
205
  declare function runCli(argv?: string[], dependencies?: CliDependencies): Promise<void>;
198
206
 
199
207
  /** Hosted platform purposes whose provider, model, and budgets an admin may route. */
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ import {
56
56
  startHostedSecurityJob,
57
57
  surfacePaths,
58
58
  validateInvocation
59
- } from "./chunk-EG23MPUC.js";
59
+ } from "./chunk-PYR73XBD.js";
60
60
  import {
61
61
  exitCodeFor,
62
62
  redactSecrets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.35.0",
3
+ "version": "0.35.3",
4
4
  "description": "Agent-operable CLI for odla provisioning, calendar consent and connection lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/cli",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@odla-ai/ai": "0.14.0",
62
- "@odla-ai/apps": "0.11.0",
62
+ "@odla-ai/apps": "0.12.0",
63
63
  "@odla-ai/brand": "0.5.0",
64
64
  "@odla-ai/db": "0.11.0",
65
65
  "@odla-ai/security": "0.3.3"