cloneforce 0.0.2 → 0.1.1
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/CHANGELOG.md +24 -0
- package/client.d.mts +1 -1
- package/client.d.ts +1 -1
- package/client.js +3 -3
- package/client.mjs +3 -3
- package/core/streaming.d.mts +33 -0
- package/core/streaming.d.mts.map +1 -0
- package/core/streaming.d.ts +33 -0
- package/core/streaming.d.ts.map +1 -0
- package/core/streaming.js +263 -0
- package/core/streaming.js.map +1 -0
- package/core/streaming.mjs +258 -0
- package/core/streaming.mjs.map +1 -0
- package/internal/decoders/line.d.mts +17 -0
- package/internal/decoders/line.d.mts.map +1 -0
- package/internal/decoders/line.d.ts +17 -0
- package/internal/decoders/line.d.ts.map +1 -0
- package/internal/decoders/line.js +113 -0
- package/internal/decoders/line.js.map +1 -0
- package/internal/decoders/line.mjs +108 -0
- package/internal/decoders/line.mjs.map +1 -0
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +10 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +10 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/request-options.d.mts +2 -0
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts +2 -0
- package/internal/request-options.d.ts.map +1 -1
- package/internal/request-options.js.map +1 -1
- package/internal/request-options.mjs.map +1 -1
- package/internal/tslib.js +17 -17
- package/package.json +12 -2
- package/resources/v1/clones/activity.js +3 -3
- package/resources/v1/clones/activity.js.map +1 -1
- package/resources/v1/clones/activity.mjs +3 -3
- package/resources/v1/clones/activity.mjs.map +1 -1
- package/resources/v1/clones/chats/chats.d.mts +39 -0
- package/resources/v1/clones/chats/chats.d.mts.map +1 -0
- package/resources/v1/clones/chats/chats.d.ts +39 -0
- package/resources/v1/clones/chats/chats.d.ts.map +1 -0
- package/resources/v1/clones/chats/chats.js +27 -0
- package/resources/v1/clones/chats/chats.js.map +1 -0
- package/resources/v1/clones/chats/chats.mjs +22 -0
- package/resources/v1/clones/chats/chats.mjs.map +1 -0
- package/resources/v1/clones/chats/completions.d.mts +77 -0
- package/resources/v1/clones/chats/completions.d.mts.map +1 -0
- package/resources/v1/clones/chats/completions.d.ts +77 -0
- package/resources/v1/clones/chats/completions.d.ts.map +1 -0
- package/resources/v1/clones/chats/completions.js +21 -0
- package/resources/v1/clones/chats/completions.js.map +1 -0
- package/resources/v1/clones/chats/completions.mjs +17 -0
- package/resources/v1/clones/chats/completions.mjs.map +1 -0
- package/resources/v1/clones/chats/index.d.mts +3 -0
- package/resources/v1/clones/chats/index.d.mts.map +1 -0
- package/resources/v1/clones/chats/index.d.ts +3 -0
- package/resources/v1/clones/chats/index.d.ts.map +1 -0
- package/resources/v1/clones/chats/index.js +9 -0
- package/resources/v1/clones/chats/index.js.map +1 -0
- package/resources/v1/clones/chats/index.mjs +4 -0
- package/resources/v1/clones/chats/index.mjs.map +1 -0
- package/resources/v1/clones/chats.d.mts +2 -0
- package/resources/v1/clones/chats.d.mts.map +1 -0
- package/resources/v1/clones/chats.d.ts +2 -0
- package/resources/v1/clones/chats.d.ts.map +1 -0
- package/resources/v1/clones/chats.js +6 -0
- package/resources/v1/clones/chats.js.map +1 -0
- package/resources/v1/clones/chats.mjs +3 -0
- package/resources/v1/clones/chats.mjs.map +1 -0
- package/resources/v1/clones/clones.d.mts +8 -4
- package/resources/v1/clones/clones.d.mts.map +1 -1
- package/resources/v1/clones/clones.d.ts +8 -4
- package/resources/v1/clones/clones.d.ts.map +1 -1
- package/resources/v1/clones/clones.js +5 -1
- package/resources/v1/clones/clones.js.map +1 -1
- package/resources/v1/clones/clones.mjs +5 -1
- package/resources/v1/clones/clones.mjs.map +1 -1
- package/resources/v1/clones/files.js +4 -4
- package/resources/v1/clones/files.js.map +1 -1
- package/resources/v1/clones/files.mjs +4 -4
- package/resources/v1/clones/files.mjs.map +1 -1
- package/resources/v1/clones/gallery.js +4 -4
- package/resources/v1/clones/gallery.js.map +1 -1
- package/resources/v1/clones/gallery.mjs +4 -4
- package/resources/v1/clones/gallery.mjs.map +1 -1
- package/resources/v1/clones/headshot.js +1 -1
- package/resources/v1/clones/headshot.js.map +1 -1
- package/resources/v1/clones/headshot.mjs +1 -1
- package/resources/v1/clones/headshot.mjs.map +1 -1
- package/resources/v1/clones/index.d.mts +3 -2
- package/resources/v1/clones/index.d.mts.map +1 -1
- package/resources/v1/clones/index.d.ts +3 -2
- package/resources/v1/clones/index.d.ts.map +1 -1
- package/resources/v1/clones/index.js +7 -5
- package/resources/v1/clones/index.js.map +1 -1
- package/resources/v1/clones/index.mjs +1 -0
- package/resources/v1/clones/index.mjs.map +1 -1
- package/resources/v1/clones/integrations/index.d.mts +1 -1
- package/resources/v1/clones/integrations/index.d.mts.map +1 -1
- package/resources/v1/clones/integrations/index.d.ts +1 -1
- package/resources/v1/clones/integrations/index.d.ts.map +1 -1
- package/resources/v1/clones/integrations/integrations.d.mts +7 -7
- package/resources/v1/clones/integrations/integrations.d.mts.map +1 -1
- package/resources/v1/clones/integrations/integrations.d.ts +7 -7
- package/resources/v1/clones/integrations/integrations.d.ts.map +1 -1
- package/resources/v1/clones/integrations/integrations.js +7 -7
- package/resources/v1/clones/integrations/integrations.js.map +1 -1
- package/resources/v1/clones/integrations/integrations.mjs +7 -7
- package/resources/v1/clones/integrations/integrations.mjs.map +1 -1
- package/resources/v1/clones/integrations/msteams.js +1 -1
- package/resources/v1/clones/integrations/msteams.js.map +1 -1
- package/resources/v1/clones/integrations/msteams.mjs +1 -1
- package/resources/v1/clones/integrations/msteams.mjs.map +1 -1
- package/resources/v1/clones/integrations/slack.js +2 -2
- package/resources/v1/clones/integrations/slack.js.map +1 -1
- package/resources/v1/clones/integrations/slack.mjs +2 -2
- package/resources/v1/clones/integrations/slack.mjs.map +1 -1
- package/resources/v1/clones/profile.d.mts +4 -4
- package/resources/v1/clones/profile.d.mts.map +1 -1
- package/resources/v1/clones/profile.d.ts +4 -4
- package/resources/v1/clones/profile.d.ts.map +1 -1
- package/resources/v1/clones/profile.js +4 -4
- package/resources/v1/clones/profile.js.map +1 -1
- package/resources/v1/clones/profile.mjs +4 -4
- package/resources/v1/clones/profile.mjs.map +1 -1
- package/resources/v1/clones/skills/connections.js +2 -5
- package/resources/v1/clones/skills/connections.js.map +1 -1
- package/resources/v1/clones/skills/connections.mjs +2 -5
- package/resources/v1/clones/skills/connections.mjs.map +1 -1
- package/resources/v1/clones/skills/skills.js +4 -4
- package/resources/v1/clones/skills/skills.js.map +1 -1
- package/resources/v1/clones/skills/skills.mjs +4 -4
- package/resources/v1/clones/skills/skills.mjs.map +1 -1
- package/resources/v1/clones/tasks.js +5 -5
- package/resources/v1/clones/tasks.js.map +1 -1
- package/resources/v1/clones/tasks.mjs +5 -5
- package/resources/v1/clones/tasks.mjs.map +1 -1
- package/resources/v1/clones/voice.js +1 -1
- package/resources/v1/clones/voice.js.map +1 -1
- package/resources/v1/clones/voice.mjs +1 -1
- package/resources/v1/clones/voice.mjs.map +1 -1
- package/resources/v1/connections.d.mts +1 -1
- package/resources/v1/connections.d.mts.map +1 -1
- package/resources/v1/connections.d.ts +1 -1
- package/resources/v1/connections.d.ts.map +1 -1
- package/resources/v1/connections.js +9 -9
- package/resources/v1/connections.js.map +1 -1
- package/resources/v1/connections.mjs +9 -9
- package/resources/v1/connections.mjs.map +1 -1
- package/resources/v1/integrations/phone.js +1 -1
- package/resources/v1/integrations/phone.js.map +1 -1
- package/resources/v1/integrations/phone.mjs +1 -1
- package/resources/v1/integrations/phone.mjs.map +1 -1
- package/resources/v1/skills.js +2 -2
- package/resources/v1/skills.js.map +1 -1
- package/resources/v1/skills.mjs +2 -2
- package/resources/v1/skills.mjs.map +1 -1
- package/src/client.ts +3 -3
- package/src/core/streaming.ts +315 -0
- package/src/internal/decoders/line.ts +135 -0
- package/src/internal/parse.ts +14 -0
- package/src/internal/request-options.ts +2 -0
- package/src/resources/v1/clones/activity.ts +3 -3
- package/src/resources/v1/clones/chats/chats.ts +77 -0
- package/src/resources/v1/clones/chats/completions.ts +125 -0
- package/src/resources/v1/clones/chats/index.ts +11 -0
- package/src/resources/v1/clones/chats.ts +3 -0
- package/src/resources/v1/clones/clones.ts +22 -11
- package/src/resources/v1/clones/files.ts +4 -4
- package/src/resources/v1/clones/gallery.ts +4 -4
- package/src/resources/v1/clones/headshot.ts +1 -1
- package/src/resources/v1/clones/index.ts +11 -5
- package/src/resources/v1/clones/integrations/index.ts +4 -4
- package/src/resources/v1/clones/integrations/integrations.ts +20 -20
- package/src/resources/v1/clones/integrations/msteams.ts +1 -1
- package/src/resources/v1/clones/integrations/slack.ts +2 -2
- package/src/resources/v1/clones/profile.ts +6 -6
- package/src/resources/v1/clones/skills/connections.ts +5 -5
- package/src/resources/v1/clones/skills/skills.ts +4 -4
- package/src/resources/v1/clones/tasks.ts +5 -5
- package/src/resources/v1/clones/voice.ts +1 -1
- package/src/resources/v1/connections.ts +10 -10
- package/src/resources/v1/integrations/phone.ts +1 -1
- package/src/resources/v1/skills.ts +2 -2
- package/src/streaming.ts +2 -0
- package/src/version.ts +1 -1
- package/streaming.d.mts +2 -0
- package/streaming.d.mts.map +1 -0
- package/streaming.d.ts +2 -0
- package/streaming.d.ts.map +1 -0
- package/streaming.js +6 -0
- package/streaming.js.map +1 -0
- package/streaming.mjs +2 -0
- package/streaming.mjs.map +1 -0
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1 (2026-03-22)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/clone-global/cloneforce-typescript/compare/v0.1.0...v0.1.1)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* update SDK settings ([f4ce60b](https://github.com/clone-global/cloneforce-typescript/commit/f4ce60b9e5b8b50e83784875c07e25e3a2816931))
|
|
10
|
+
|
|
11
|
+
## 0.1.0 (2026-03-22)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.0.3...v0.1.0](https://github.com/clone-global/cloneforce-typescript/compare/v0.0.3...v0.1.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* update SDK versions ([50a145d](https://github.com/clone-global/cloneforce-typescript/commit/50a145d1217ce87c591446c680fe9ad524f4e506))
|
|
18
|
+
|
|
19
|
+
## 0.0.3 (2026-03-21)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.0.2...v0.0.3](https://github.com/clone-global/cloneforce-typescript/compare/v0.0.2...v0.0.3)
|
|
22
|
+
|
|
23
|
+
### Chores
|
|
24
|
+
|
|
25
|
+
* update SDK settings ([5b82c53](https://github.com/clone-global/cloneforce-typescript/commit/5b82c53942948df76a02b6a76a3244285d3e9184))
|
|
26
|
+
|
|
3
27
|
## 0.0.2 (2026-03-21)
|
|
4
28
|
|
|
5
29
|
Full Changelog: [v0.0.1...v0.0.2](https://github.com/clone-global/cloneforce-typescript/compare/v0.0.1...v0.0.2)
|
package/client.d.mts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class Cloneforce {
|
|
|
96
96
|
* API Client for interfacing with the Cloneforce API.
|
|
97
97
|
*
|
|
98
98
|
* @param {string | undefined} [opts.apiKey=process.env['CLONEFORCE_API_KEY'] ?? undefined]
|
|
99
|
-
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://
|
|
99
|
+
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://api.cloneforce.com] - Override the default base URL for the API.
|
|
100
100
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
101
101
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
102
102
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
package/client.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class Cloneforce {
|
|
|
96
96
|
* API Client for interfacing with the Cloneforce API.
|
|
97
97
|
*
|
|
98
98
|
* @param {string | undefined} [opts.apiKey=process.env['CLONEFORCE_API_KEY'] ?? undefined]
|
|
99
|
-
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://
|
|
99
|
+
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://api.cloneforce.com] - Override the default base URL for the API.
|
|
100
100
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
101
101
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
102
102
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
package/client.js
CHANGED
|
@@ -30,7 +30,7 @@ class Cloneforce {
|
|
|
30
30
|
* API Client for interfacing with the Cloneforce API.
|
|
31
31
|
*
|
|
32
32
|
* @param {string | undefined} [opts.apiKey=process.env['CLONEFORCE_API_KEY'] ?? undefined]
|
|
33
|
-
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://
|
|
33
|
+
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://api.cloneforce.com] - Override the default base URL for the API.
|
|
34
34
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
35
35
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
36
36
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
@@ -48,7 +48,7 @@ class Cloneforce {
|
|
|
48
48
|
const options = {
|
|
49
49
|
apiKey,
|
|
50
50
|
...opts,
|
|
51
|
-
baseURL: baseURL || `https://
|
|
51
|
+
baseURL: baseURL || `https://api.cloneforce.com`,
|
|
52
52
|
};
|
|
53
53
|
this.baseURL = options.baseURL;
|
|
54
54
|
this.timeout = options.timeout ?? _a.DEFAULT_TIMEOUT /* 1 minute */;
|
|
@@ -443,7 +443,7 @@ class Cloneforce {
|
|
|
443
443
|
}
|
|
444
444
|
exports.Cloneforce = Cloneforce;
|
|
445
445
|
_a = Cloneforce, _Cloneforce_encoder = new WeakMap(), _Cloneforce_instances = new WeakSet(), _Cloneforce_baseURLOverridden = function _Cloneforce_baseURLOverridden() {
|
|
446
|
-
return this.baseURL !== 'https://
|
|
446
|
+
return this.baseURL !== 'https://api.cloneforce.com';
|
|
447
447
|
};
|
|
448
448
|
Cloneforce.Cloneforce = _a;
|
|
449
449
|
Cloneforce.DEFAULT_TIMEOUT = 60000; // 1 minute
|
package/client.mjs
CHANGED
|
@@ -27,7 +27,7 @@ export class Cloneforce {
|
|
|
27
27
|
* API Client for interfacing with the Cloneforce API.
|
|
28
28
|
*
|
|
29
29
|
* @param {string | undefined} [opts.apiKey=process.env['CLONEFORCE_API_KEY'] ?? undefined]
|
|
30
|
-
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://
|
|
30
|
+
* @param {string} [opts.baseURL=process.env['CLONEFORCE_BASE_URL'] ?? https://api.cloneforce.com] - Override the default base URL for the API.
|
|
31
31
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
32
32
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
33
33
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
@@ -45,7 +45,7 @@ export class Cloneforce {
|
|
|
45
45
|
const options = {
|
|
46
46
|
apiKey,
|
|
47
47
|
...opts,
|
|
48
|
-
baseURL: baseURL || `https://
|
|
48
|
+
baseURL: baseURL || `https://api.cloneforce.com`,
|
|
49
49
|
};
|
|
50
50
|
this.baseURL = options.baseURL;
|
|
51
51
|
this.timeout = options.timeout ?? _a.DEFAULT_TIMEOUT /* 1 minute */;
|
|
@@ -439,7 +439,7 @@ export class Cloneforce {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
_a = Cloneforce, _Cloneforce_encoder = new WeakMap(), _Cloneforce_instances = new WeakSet(), _Cloneforce_baseURLOverridden = function _Cloneforce_baseURLOverridden() {
|
|
442
|
-
return this.baseURL !== 'https://
|
|
442
|
+
return this.baseURL !== 'https://api.cloneforce.com';
|
|
443
443
|
};
|
|
444
444
|
Cloneforce.Cloneforce = _a;
|
|
445
445
|
Cloneforce.DEFAULT_TIMEOUT = 60000; // 1 minute
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type ReadableStream } from "../internal/shim-types.mjs";
|
|
2
|
+
import type { Cloneforce } from "../client.mjs";
|
|
3
|
+
export type ServerSentEvent = {
|
|
4
|
+
event: string | null;
|
|
5
|
+
data: string;
|
|
6
|
+
raw: string[];
|
|
7
|
+
};
|
|
8
|
+
export declare class Stream<Item> implements AsyncIterable<Item> {
|
|
9
|
+
#private;
|
|
10
|
+
private iterator;
|
|
11
|
+
controller: AbortController;
|
|
12
|
+
constructor(iterator: () => AsyncIterator<Item>, controller: AbortController, client?: Cloneforce);
|
|
13
|
+
static fromSSEResponse<Item>(response: Response, controller: AbortController, client?: Cloneforce): Stream<Item>;
|
|
14
|
+
/**
|
|
15
|
+
* Generates a Stream from a newline-separated ReadableStream
|
|
16
|
+
* where each item is a JSON value.
|
|
17
|
+
*/
|
|
18
|
+
static fromReadableStream<Item>(readableStream: ReadableStream, controller: AbortController, client?: Cloneforce): Stream<Item>;
|
|
19
|
+
[Symbol.asyncIterator](): AsyncIterator<Item>;
|
|
20
|
+
/**
|
|
21
|
+
* Splits the stream into two streams which can be
|
|
22
|
+
* independently read from at different speeds.
|
|
23
|
+
*/
|
|
24
|
+
tee(): [Stream<Item>, Stream<Item>];
|
|
25
|
+
/**
|
|
26
|
+
* Converts this stream to a newline-separated ReadableStream of
|
|
27
|
+
* JSON stringified values in the stream
|
|
28
|
+
* which can be turned back into a Stream with `Stream.fromReadableStream()`.
|
|
29
|
+
*/
|
|
30
|
+
toReadableStream(): ReadableStream;
|
|
31
|
+
}
|
|
32
|
+
export declare function _iterSSEMessages(response: Response, controller: AbortController): AsyncGenerator<ServerSentEvent, void, unknown>;
|
|
33
|
+
//# sourceMappingURL=streaming.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming.d.mts","sourceRoot":"","sources":["../src/core/streaming.ts"],"names":[],"mappings":"OACO,EAAE,KAAK,cAAc,EAAE;OAOvB,KAAK,EAAE,UAAU,EAAE;AAI1B,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,EAAE,CAAC;CACf,CAAC;AAEF,qBAAa,MAAM,CAAC,IAAI,CAAE,YAAW,aAAa,CAAC,IAAI,CAAC;;IAKpD,OAAO,CAAC,QAAQ;IAJlB,UAAU,EAAE,eAAe,CAAC;gBAIlB,QAAQ,EAAE,MAAM,aAAa,CAAC,IAAI,CAAC,EAC3C,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU;IAMrB,MAAM,CAAC,eAAe,CAAC,IAAI,EACzB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU,GAClB,MAAM,CAAC,IAAI,CAAC;IAkCf;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,IAAI,EAC5B,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU,GAClB,MAAM,CAAC,IAAI,CAAC;IA2Cf,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,aAAa,CAAC,IAAI,CAAC;IAI7C;;;OAGG;IACH,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;IAwBnC;;;;OAIG;IACH,gBAAgB,IAAI,cAAc;CAyBnC;AAED,wBAAuB,gBAAgB,CACrC,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,eAAe,GAC1B,cAAc,CAAC,eAAe,EAAE,IAAI,EAAE,OAAO,CAAC,CA6BhD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type ReadableStream } from "../internal/shim-types.js";
|
|
2
|
+
import type { Cloneforce } from "../client.js";
|
|
3
|
+
export type ServerSentEvent = {
|
|
4
|
+
event: string | null;
|
|
5
|
+
data: string;
|
|
6
|
+
raw: string[];
|
|
7
|
+
};
|
|
8
|
+
export declare class Stream<Item> implements AsyncIterable<Item> {
|
|
9
|
+
#private;
|
|
10
|
+
private iterator;
|
|
11
|
+
controller: AbortController;
|
|
12
|
+
constructor(iterator: () => AsyncIterator<Item>, controller: AbortController, client?: Cloneforce);
|
|
13
|
+
static fromSSEResponse<Item>(response: Response, controller: AbortController, client?: Cloneforce): Stream<Item>;
|
|
14
|
+
/**
|
|
15
|
+
* Generates a Stream from a newline-separated ReadableStream
|
|
16
|
+
* where each item is a JSON value.
|
|
17
|
+
*/
|
|
18
|
+
static fromReadableStream<Item>(readableStream: ReadableStream, controller: AbortController, client?: Cloneforce): Stream<Item>;
|
|
19
|
+
[Symbol.asyncIterator](): AsyncIterator<Item>;
|
|
20
|
+
/**
|
|
21
|
+
* Splits the stream into two streams which can be
|
|
22
|
+
* independently read from at different speeds.
|
|
23
|
+
*/
|
|
24
|
+
tee(): [Stream<Item>, Stream<Item>];
|
|
25
|
+
/**
|
|
26
|
+
* Converts this stream to a newline-separated ReadableStream of
|
|
27
|
+
* JSON stringified values in the stream
|
|
28
|
+
* which can be turned back into a Stream with `Stream.fromReadableStream()`.
|
|
29
|
+
*/
|
|
30
|
+
toReadableStream(): ReadableStream;
|
|
31
|
+
}
|
|
32
|
+
export declare function _iterSSEMessages(response: Response, controller: AbortController): AsyncGenerator<ServerSentEvent, void, unknown>;
|
|
33
|
+
//# sourceMappingURL=streaming.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming.d.ts","sourceRoot":"","sources":["../src/core/streaming.ts"],"names":[],"mappings":"OACO,EAAE,KAAK,cAAc,EAAE;OAOvB,KAAK,EAAE,UAAU,EAAE;AAI1B,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,EAAE,CAAC;CACf,CAAC;AAEF,qBAAa,MAAM,CAAC,IAAI,CAAE,YAAW,aAAa,CAAC,IAAI,CAAC;;IAKpD,OAAO,CAAC,QAAQ;IAJlB,UAAU,EAAE,eAAe,CAAC;gBAIlB,QAAQ,EAAE,MAAM,aAAa,CAAC,IAAI,CAAC,EAC3C,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU;IAMrB,MAAM,CAAC,eAAe,CAAC,IAAI,EACzB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU,GAClB,MAAM,CAAC,IAAI,CAAC;IAkCf;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,IAAI,EAC5B,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,UAAU,GAClB,MAAM,CAAC,IAAI,CAAC;IA2Cf,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,aAAa,CAAC,IAAI,CAAC;IAI7C;;;OAGG;IACH,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;IAwBnC;;;;OAIG;IACH,gBAAgB,IAAI,cAAc;CAyBnC;AAED,wBAAuB,gBAAgB,CACrC,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,eAAe,GAC1B,cAAc,CAAC,eAAe,EAAE,IAAI,EAAE,OAAO,CAAC,CA6BhD"}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var _Stream_client;
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Stream = void 0;
|
|
5
|
+
exports._iterSSEMessages = _iterSSEMessages;
|
|
6
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
7
|
+
const error_1 = require("./error.js");
|
|
8
|
+
const shims_1 = require("../internal/shims.js");
|
|
9
|
+
const line_1 = require("../internal/decoders/line.js");
|
|
10
|
+
const shims_2 = require("../internal/shims.js");
|
|
11
|
+
const errors_1 = require("../internal/errors.js");
|
|
12
|
+
const bytes_1 = require("../internal/utils/bytes.js");
|
|
13
|
+
const log_1 = require("../internal/utils/log.js");
|
|
14
|
+
class Stream {
|
|
15
|
+
constructor(iterator, controller, client) {
|
|
16
|
+
this.iterator = iterator;
|
|
17
|
+
_Stream_client.set(this, void 0);
|
|
18
|
+
this.controller = controller;
|
|
19
|
+
tslib_1.__classPrivateFieldSet(this, _Stream_client, client, "f");
|
|
20
|
+
}
|
|
21
|
+
static fromSSEResponse(response, controller, client) {
|
|
22
|
+
let consumed = false;
|
|
23
|
+
const logger = client ? (0, log_1.loggerFor)(client) : console;
|
|
24
|
+
async function* iterator() {
|
|
25
|
+
if (consumed) {
|
|
26
|
+
throw new error_1.CloneforceError('Cannot iterate over a consumed stream, use `.tee()` to split the stream.');
|
|
27
|
+
}
|
|
28
|
+
consumed = true;
|
|
29
|
+
let done = false;
|
|
30
|
+
try {
|
|
31
|
+
for await (const sse of _iterSSEMessages(response, controller)) {
|
|
32
|
+
try {
|
|
33
|
+
yield JSON.parse(sse.data);
|
|
34
|
+
}
|
|
35
|
+
catch (e) {
|
|
36
|
+
logger.error(`Could not parse message into JSON:`, sse.data);
|
|
37
|
+
logger.error(`From chunk:`, sse.raw);
|
|
38
|
+
throw e;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
done = true;
|
|
42
|
+
}
|
|
43
|
+
catch (e) {
|
|
44
|
+
// If the user calls `stream.controller.abort()`, we should exit without throwing.
|
|
45
|
+
if ((0, errors_1.isAbortError)(e))
|
|
46
|
+
return;
|
|
47
|
+
throw e;
|
|
48
|
+
}
|
|
49
|
+
finally {
|
|
50
|
+
// If the user `break`s, abort the ongoing request.
|
|
51
|
+
if (!done)
|
|
52
|
+
controller.abort();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return new Stream(iterator, controller, client);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Generates a Stream from a newline-separated ReadableStream
|
|
59
|
+
* where each item is a JSON value.
|
|
60
|
+
*/
|
|
61
|
+
static fromReadableStream(readableStream, controller, client) {
|
|
62
|
+
let consumed = false;
|
|
63
|
+
async function* iterLines() {
|
|
64
|
+
const lineDecoder = new line_1.LineDecoder();
|
|
65
|
+
const iter = (0, shims_2.ReadableStreamToAsyncIterable)(readableStream);
|
|
66
|
+
for await (const chunk of iter) {
|
|
67
|
+
for (const line of lineDecoder.decode(chunk)) {
|
|
68
|
+
yield line;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
for (const line of lineDecoder.flush()) {
|
|
72
|
+
yield line;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
async function* iterator() {
|
|
76
|
+
if (consumed) {
|
|
77
|
+
throw new error_1.CloneforceError('Cannot iterate over a consumed stream, use `.tee()` to split the stream.');
|
|
78
|
+
}
|
|
79
|
+
consumed = true;
|
|
80
|
+
let done = false;
|
|
81
|
+
try {
|
|
82
|
+
for await (const line of iterLines()) {
|
|
83
|
+
if (done)
|
|
84
|
+
continue;
|
|
85
|
+
if (line)
|
|
86
|
+
yield JSON.parse(line);
|
|
87
|
+
}
|
|
88
|
+
done = true;
|
|
89
|
+
}
|
|
90
|
+
catch (e) {
|
|
91
|
+
// If the user calls `stream.controller.abort()`, we should exit without throwing.
|
|
92
|
+
if ((0, errors_1.isAbortError)(e))
|
|
93
|
+
return;
|
|
94
|
+
throw e;
|
|
95
|
+
}
|
|
96
|
+
finally {
|
|
97
|
+
// If the user `break`s, abort the ongoing request.
|
|
98
|
+
if (!done)
|
|
99
|
+
controller.abort();
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return new Stream(iterator, controller, client);
|
|
103
|
+
}
|
|
104
|
+
[(_Stream_client = new WeakMap(), Symbol.asyncIterator)]() {
|
|
105
|
+
return this.iterator();
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Splits the stream into two streams which can be
|
|
109
|
+
* independently read from at different speeds.
|
|
110
|
+
*/
|
|
111
|
+
tee() {
|
|
112
|
+
const left = [];
|
|
113
|
+
const right = [];
|
|
114
|
+
const iterator = this.iterator();
|
|
115
|
+
const teeIterator = (queue) => {
|
|
116
|
+
return {
|
|
117
|
+
next: () => {
|
|
118
|
+
if (queue.length === 0) {
|
|
119
|
+
const result = iterator.next();
|
|
120
|
+
left.push(result);
|
|
121
|
+
right.push(result);
|
|
122
|
+
}
|
|
123
|
+
return queue.shift();
|
|
124
|
+
},
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
return [
|
|
128
|
+
new Stream(() => teeIterator(left), this.controller, tslib_1.__classPrivateFieldGet(this, _Stream_client, "f")),
|
|
129
|
+
new Stream(() => teeIterator(right), this.controller, tslib_1.__classPrivateFieldGet(this, _Stream_client, "f")),
|
|
130
|
+
];
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Converts this stream to a newline-separated ReadableStream of
|
|
134
|
+
* JSON stringified values in the stream
|
|
135
|
+
* which can be turned back into a Stream with `Stream.fromReadableStream()`.
|
|
136
|
+
*/
|
|
137
|
+
toReadableStream() {
|
|
138
|
+
const self = this;
|
|
139
|
+
let iter;
|
|
140
|
+
return (0, shims_1.makeReadableStream)({
|
|
141
|
+
async start() {
|
|
142
|
+
iter = self[Symbol.asyncIterator]();
|
|
143
|
+
},
|
|
144
|
+
async pull(ctrl) {
|
|
145
|
+
try {
|
|
146
|
+
const { value, done } = await iter.next();
|
|
147
|
+
if (done)
|
|
148
|
+
return ctrl.close();
|
|
149
|
+
const bytes = (0, bytes_1.encodeUTF8)(JSON.stringify(value) + '\n');
|
|
150
|
+
ctrl.enqueue(bytes);
|
|
151
|
+
}
|
|
152
|
+
catch (err) {
|
|
153
|
+
ctrl.error(err);
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
async cancel() {
|
|
157
|
+
await iter.return?.();
|
|
158
|
+
},
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
exports.Stream = Stream;
|
|
163
|
+
async function* _iterSSEMessages(response, controller) {
|
|
164
|
+
if (!response.body) {
|
|
165
|
+
controller.abort();
|
|
166
|
+
if (typeof globalThis.navigator !== 'undefined' &&
|
|
167
|
+
globalThis.navigator.product === 'ReactNative') {
|
|
168
|
+
throw new error_1.CloneforceError(`The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api`);
|
|
169
|
+
}
|
|
170
|
+
throw new error_1.CloneforceError(`Attempted to iterate over a response with no body`);
|
|
171
|
+
}
|
|
172
|
+
const sseDecoder = new SSEDecoder();
|
|
173
|
+
const lineDecoder = new line_1.LineDecoder();
|
|
174
|
+
const iter = (0, shims_2.ReadableStreamToAsyncIterable)(response.body);
|
|
175
|
+
for await (const sseChunk of iterSSEChunks(iter)) {
|
|
176
|
+
for (const line of lineDecoder.decode(sseChunk)) {
|
|
177
|
+
const sse = sseDecoder.decode(line);
|
|
178
|
+
if (sse)
|
|
179
|
+
yield sse;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
for (const line of lineDecoder.flush()) {
|
|
183
|
+
const sse = sseDecoder.decode(line);
|
|
184
|
+
if (sse)
|
|
185
|
+
yield sse;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Given an async iterable iterator, iterates over it and yields full
|
|
190
|
+
* SSE chunks, i.e. yields when a double new-line is encountered.
|
|
191
|
+
*/
|
|
192
|
+
async function* iterSSEChunks(iterator) {
|
|
193
|
+
let data = new Uint8Array();
|
|
194
|
+
for await (const chunk of iterator) {
|
|
195
|
+
if (chunk == null) {
|
|
196
|
+
continue;
|
|
197
|
+
}
|
|
198
|
+
const binaryChunk = chunk instanceof ArrayBuffer ? new Uint8Array(chunk)
|
|
199
|
+
: typeof chunk === 'string' ? (0, bytes_1.encodeUTF8)(chunk)
|
|
200
|
+
: chunk;
|
|
201
|
+
let newData = new Uint8Array(data.length + binaryChunk.length);
|
|
202
|
+
newData.set(data);
|
|
203
|
+
newData.set(binaryChunk, data.length);
|
|
204
|
+
data = newData;
|
|
205
|
+
let patternIndex;
|
|
206
|
+
while ((patternIndex = (0, line_1.findDoubleNewlineIndex)(data)) !== -1) {
|
|
207
|
+
yield data.slice(0, patternIndex);
|
|
208
|
+
data = data.slice(patternIndex);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
if (data.length > 0) {
|
|
212
|
+
yield data;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
class SSEDecoder {
|
|
216
|
+
constructor() {
|
|
217
|
+
this.event = null;
|
|
218
|
+
this.data = [];
|
|
219
|
+
this.chunks = [];
|
|
220
|
+
}
|
|
221
|
+
decode(line) {
|
|
222
|
+
if (line.endsWith('\r')) {
|
|
223
|
+
line = line.substring(0, line.length - 1);
|
|
224
|
+
}
|
|
225
|
+
if (!line) {
|
|
226
|
+
// empty line and we didn't previously encounter any messages
|
|
227
|
+
if (!this.event && !this.data.length)
|
|
228
|
+
return null;
|
|
229
|
+
const sse = {
|
|
230
|
+
event: this.event,
|
|
231
|
+
data: this.data.join('\n'),
|
|
232
|
+
raw: this.chunks,
|
|
233
|
+
};
|
|
234
|
+
this.event = null;
|
|
235
|
+
this.data = [];
|
|
236
|
+
this.chunks = [];
|
|
237
|
+
return sse;
|
|
238
|
+
}
|
|
239
|
+
this.chunks.push(line);
|
|
240
|
+
if (line.startsWith(':')) {
|
|
241
|
+
return null;
|
|
242
|
+
}
|
|
243
|
+
let [fieldname, _, value] = partition(line, ':');
|
|
244
|
+
if (value.startsWith(' ')) {
|
|
245
|
+
value = value.substring(1);
|
|
246
|
+
}
|
|
247
|
+
if (fieldname === 'event') {
|
|
248
|
+
this.event = value;
|
|
249
|
+
}
|
|
250
|
+
else if (fieldname === 'data') {
|
|
251
|
+
this.data.push(value);
|
|
252
|
+
}
|
|
253
|
+
return null;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
function partition(str, delimiter) {
|
|
257
|
+
const index = str.indexOf(delimiter);
|
|
258
|
+
if (index !== -1) {
|
|
259
|
+
return [str.substring(0, index), delimiter, str.substring(index + delimiter.length)];
|
|
260
|
+
}
|
|
261
|
+
return [str, '', ''];
|
|
262
|
+
}
|
|
263
|
+
//# sourceMappingURL=streaming.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming.js","sourceRoot":"","sources":["../src/core/streaming.ts"],"names":[],"mappings":"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"}
|