@bodhiapp/bodhi-js-core 0.0.32 → 0.0.33

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.
@@ -1,7 +1,10 @@
1
1
  /**
2
- * Re-export all OpenAI-compatible types from @bodhiapp/ts-client
2
+ * Re-export BodhiApp management API types.
3
+ *
4
+ * For OpenAI-compatible types, use the subpath:
5
+ * import type { CreateChatCompletionRequest } from '@bodhiapp/bodhi-js-core/api/openai';
3
6
  *
4
7
  * Usage:
5
- * import type { CreateChatCompletionRequest, Model } from '@bodhiapp/bodhi-js-core/api';
8
+ * import type { Model, Mcp } from '@bodhiapp/bodhi-js-core/api';
6
9
  */
7
10
  export * from '@bodhiapp/ts-client';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@bodhiapp/ts-client/openai");Object.keys(t).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>t[e]})});
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Re-export OpenAI-compatible API types.
3
+ *
4
+ * Usage:
5
+ * import type { CreateChatCompletionRequest, Model } from '@bodhiapp/bodhi-js-core/api/openai';
6
+ */
7
+ export * from '@bodhiapp/ts-client/openai';
@@ -0,0 +1 @@
1
+ export * from "@bodhiapp/ts-client/openai";