blink 1.1.7 → 1.1.8
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/browser/agent/client/index.d.cts +1 -1
- package/dist/browser/agent/client/index.d.ts +1 -1
- package/dist/browser/{index-BuSW8KtX.d.cts → index-Crila3ki.d.cts} +7 -1
- package/dist/browser/{index-DlpszmpD.d.ts → index-DUDNYE9g.d.ts} +7 -1
- package/dist/browser/react/index.browser.d.cts +1 -1
- package/dist/browser/react/index.browser.d.ts +1 -1
- package/dist/cli/{dev-D-KfSqi8.js → dev-BSsKD-4G.js} +2 -8
- package/dist/cli/index.js +2 -2
- package/dist/cli/{run-CMBCyh80.js → run-BKCSm1RQ.js} +1 -1
- package/dist/node/agent/index.node.cjs +1 -1
- package/dist/node/agent/index.node.js +1 -1
- package/dist/node/{index.node-B3TpO2fZ.cjs → index.node-BJ3WNYuJ.cjs} +25 -59
- package/dist/node/{index.node-chDiTu6R.js → index.node-rFpUAjec.js} +32 -66
- package/dist/node/react/index.node.cjs +150 -136
- package/dist/node/react/index.node.d.cts +1 -0
- package/dist/node/react/index.node.d.ts +1 -0
- package/dist/node/react/index.node.js +77 -63
- package/package.json +2 -1
- /package/dist/cli/{chat-manager-2pl_nRvr.js → chat-manager-DwCdcgL4.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../types-DUs3b5a3.cjs";
|
|
2
2
|
import { StreamResponseFormatHeader } from "../../index.browser-B7J1hNLv.cjs";
|
|
3
|
-
import { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, streamSSE } from "../../index-
|
|
3
|
+
import { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, streamSSE } from "../../index-Crila3ki.cjs";
|
|
4
4
|
export { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, StreamResponseFormatHeader, streamSSE };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../types-keN8L-ZK.js";
|
|
2
2
|
import { StreamResponseFormatHeader } from "../../index.browser-DTgCIWGS.js";
|
|
3
|
-
import { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, streamSSE } from "../../index-
|
|
3
|
+
import { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, streamSSE } from "../../index-DUDNYE9g.js";
|
|
4
4
|
export { APIServerURLEnvironmentVariable, CapabilitiesResponse, Client, ClientOptions, StreamResponseFormatHeader, streamSSE };
|
|
@@ -2,8 +2,14 @@ import { ID } from "./types-DUs3b5a3.cjs";
|
|
|
2
2
|
import { UIOptions, UIOptionsSchema } from "./index.browser-B7J1hNLv.cjs";
|
|
3
3
|
import { UIMessage, UIMessageChunk } from "ai";
|
|
4
4
|
|
|
5
|
-
//#region src/agent/
|
|
5
|
+
//#region src/agent/constants.d.ts
|
|
6
|
+
/**
|
|
7
|
+
* APIServerURLEnvironmentVariable is the environment variable
|
|
8
|
+
* that contains the URL of the Blink API server.
|
|
9
|
+
*/
|
|
6
10
|
declare const APIServerURLEnvironmentVariable = "BLINK_API_URL";
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/agent/client/index.d.ts
|
|
7
13
|
interface ClientOptions {
|
|
8
14
|
readonly baseUrl: string;
|
|
9
15
|
readonly headers?: Record<string, string>;
|
|
@@ -2,8 +2,14 @@ import { ID } from "./types-keN8L-ZK.js";
|
|
|
2
2
|
import { UIOptions, UIOptionsSchema } from "./index.browser-DTgCIWGS.js";
|
|
3
3
|
import { UIMessage, UIMessageChunk } from "ai";
|
|
4
4
|
|
|
5
|
-
//#region src/agent/
|
|
5
|
+
//#region src/agent/constants.d.ts
|
|
6
|
+
/**
|
|
7
|
+
* APIServerURLEnvironmentVariable is the environment variable
|
|
8
|
+
* that contains the URL of the Blink API server.
|
|
9
|
+
*/
|
|
6
10
|
declare const APIServerURLEnvironmentVariable = "BLINK_API_URL";
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/agent/client/index.d.ts
|
|
7
13
|
interface ClientOptions {
|
|
8
14
|
readonly baseUrl: string;
|
|
9
15
|
readonly headers?: Record<string, string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../types-DUs3b5a3.cjs";
|
|
2
2
|
import { UIOptions, UIOptionsSchema } from "../index.browser-B7J1hNLv.cjs";
|
|
3
|
-
import { CapabilitiesResponse, Client } from "../index-
|
|
3
|
+
import { CapabilitiesResponse, Client } from "../index-Crila3ki.cjs";
|
|
4
4
|
import { UIMessage } from "ai";
|
|
5
5
|
|
|
6
6
|
//#region src/react/use-options.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../types-keN8L-ZK.js";
|
|
2
2
|
import { UIOptions, UIOptionsSchema } from "../index.browser-DTgCIWGS.js";
|
|
3
|
-
import { CapabilitiesResponse, Client } from "../index-
|
|
3
|
+
import { CapabilitiesResponse, Client } from "../index-DUDNYE9g.js";
|
|
4
4
|
import { UIMessage } from "ai";
|
|
5
5
|
|
|
6
6
|
//#region src/react/use-options.d.ts
|