@opengeni/core 2.6.4 → 2.7.2-canary.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/src/index.ts CHANGED
@@ -49,6 +49,7 @@ export {
49
49
  type ManagedAuthActorMutationLeaseStamp,
50
50
  } from "./managed-session";
51
51
  export * from "./transcription";
52
+ export * from "./model-catalog";
52
53
 
53
54
  // Sandbox fleet/routing service — the closure of `domain/sessions.ts`
54
55
  // (`swapActiveSandbox` + `FleetContext`). apps/api re-imports these for its MCP
@@ -68,12 +69,14 @@ export * from "./billing/limits";
68
69
  // postUserMessageTurn, createAndStartSession, capability/pack/environment/
69
70
  // scheduled-task/workspace-member logic, …).
70
71
  export * from "./domain/capabilities";
72
+ export * from "./domain/host-mcp-authority-source-admission";
71
73
  export * from "./domain/skill-imports";
72
74
  export * from "./domain/environments";
73
75
  export * from "./rigs";
74
76
  export * from "./domain/packs";
75
77
  export * from "./domain/automations";
76
78
  export * from "./domain/pr-review";
79
+ export * from "./domain/product-integration-pack";
77
80
  export * from "./domain/personal-connection-delegations";
78
81
  export * from "./domain/resources";
79
82
  export * from "./domain/github-repository-bindings";