asgard-js-core-ink 0.1.19
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/README.md +415 -0
- package/dist/constants/enum.d.ts +31 -0
- package/dist/constants/enum.d.ts.map +1 -0
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1828 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/channel.d.ts +23 -0
- package/dist/lib/channel.d.ts.map +1 -0
- package/dist/lib/client.d.ts +27 -0
- package/dist/lib/client.d.ts.map +1 -0
- package/dist/lib/conversation.d.ts +20 -0
- package/dist/lib/conversation.d.ts.map +1 -0
- package/dist/lib/create-sse-observable.d.ts +13 -0
- package/dist/lib/create-sse-observable.d.ts.map +1 -0
- package/dist/lib/event-emitter.d.ts +8 -0
- package/dist/lib/event-emitter.d.ts.map +1 -0
- package/dist/types/auth.d.ts +2 -0
- package/dist/types/auth.d.ts.map +1 -0
- package/dist/types/blob.d.ts +22 -0
- package/dist/types/blob.d.ts.map +1 -0
- package/dist/types/channel.d.ts +62 -0
- package/dist/types/channel.d.ts.map +1 -0
- package/dist/types/client.d.ts +74 -0
- package/dist/types/client.d.ts.map +1 -0
- package/dist/types/event-emitter.d.ts +5 -0
- package/dist/types/event-emitter.d.ts.map +1 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/sse-response.d.ts +142 -0
- package/dist/types/sse-response.d.ts.map +1 -0
- package/package.json +56 -0
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,1828 @@
|
|
|
1
|
+
var Ne = Object.defineProperty;
|
|
2
|
+
var Ge = (r, t, e) => t in r ? Ne(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
|
|
3
|
+
var b = (r, t, e) => Ge(r, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
+
var Y = /* @__PURE__ */ ((r) => (r.RESET_CHANNEL = "RESET_CHANNEL", r.NONE = "NONE", r))(Y || {}), h = /* @__PURE__ */ ((r) => (r.INIT = "asgard.run.init", r.PROCESS = "asgard.process", r.PROCESS_START = "asgard.process.start", r.PROCESS_COMPLETE = "asgard.process.complete", r.MESSAGE = "asgard.message", r.MESSAGE_START = "asgard.message.start", r.MESSAGE_DELTA = "asgard.message.delta", r.MESSAGE_COMPLETE = "asgard.message.complete", r.TOOL_CALL = "asgard.tool_call", r.TOOL_CALL_START = "asgard.tool_call.start", r.TOOL_CALL_COMPLETE = "asgard.tool_call.complete", r.DONE = "asgard.run.done", r.ERROR = "asgard.run.error", r))(h || {}), Fe = /* @__PURE__ */ ((r) => (r.TEXT = "TEXT", r.HINT = "HINT", r.BUTTON = "BUTTON", r.IMAGE = "IMAGE", r.VIDEO = "VIDEO", r.AUDIO = "AUDIO", r.LOCATION = "LOCATION", r.CAROUSEL = "CAROUSEL", r.CHART = "CHART", r))(Fe || {}), W = function(r, t) {
|
|
5
|
+
return W = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, n) {
|
|
6
|
+
e.__proto__ = n;
|
|
7
|
+
} || function(e, n) {
|
|
8
|
+
for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (e[i] = n[i]);
|
|
9
|
+
}, W(r, t);
|
|
10
|
+
};
|
|
11
|
+
function A(r, t) {
|
|
12
|
+
if (typeof t != "function" && t !== null)
|
|
13
|
+
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
14
|
+
W(r, t);
|
|
15
|
+
function e() {
|
|
16
|
+
this.constructor = r;
|
|
17
|
+
}
|
|
18
|
+
r.prototype = t === null ? Object.create(t) : (e.prototype = t.prototype, new e());
|
|
19
|
+
}
|
|
20
|
+
function Ve(r, t, e, n) {
|
|
21
|
+
function i(o) {
|
|
22
|
+
return o instanceof e ? o : new e(function(s) {
|
|
23
|
+
s(o);
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
return new (e || (e = Promise))(function(o, s) {
|
|
27
|
+
function a(l) {
|
|
28
|
+
try {
|
|
29
|
+
u(n.next(l));
|
|
30
|
+
} catch (d) {
|
|
31
|
+
s(d);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function c(l) {
|
|
35
|
+
try {
|
|
36
|
+
u(n.throw(l));
|
|
37
|
+
} catch (d) {
|
|
38
|
+
s(d);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function u(l) {
|
|
42
|
+
l.done ? o(l.value) : i(l.value).then(a, c);
|
|
43
|
+
}
|
|
44
|
+
u((n = n.apply(r, t || [])).next());
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
function de(r, t) {
|
|
48
|
+
var e = { label: 0, sent: function() {
|
|
49
|
+
if (o[0] & 1) throw o[1];
|
|
50
|
+
return o[1];
|
|
51
|
+
}, trys: [], ops: [] }, n, i, o, s = Object.create((typeof Iterator == "function" ? Iterator : Object).prototype);
|
|
52
|
+
return s.next = a(0), s.throw = a(1), s.return = a(2), typeof Symbol == "function" && (s[Symbol.iterator] = function() {
|
|
53
|
+
return this;
|
|
54
|
+
}), s;
|
|
55
|
+
function a(u) {
|
|
56
|
+
return function(l) {
|
|
57
|
+
return c([u, l]);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
function c(u) {
|
|
61
|
+
if (n) throw new TypeError("Generator is already executing.");
|
|
62
|
+
for (; s && (s = 0, u[0] && (e = 0)), e; ) try {
|
|
63
|
+
if (n = 1, i && (o = u[0] & 2 ? i.return : u[0] ? i.throw || ((o = i.return) && o.call(i), 0) : i.next) && !(o = o.call(i, u[1])).done) return o;
|
|
64
|
+
switch (i = 0, o && (u = [u[0] & 2, o.value]), u[0]) {
|
|
65
|
+
case 0:
|
|
66
|
+
case 1:
|
|
67
|
+
o = u;
|
|
68
|
+
break;
|
|
69
|
+
case 4:
|
|
70
|
+
return e.label++, { value: u[1], done: !1 };
|
|
71
|
+
case 5:
|
|
72
|
+
e.label++, i = u[1], u = [0];
|
|
73
|
+
continue;
|
|
74
|
+
case 7:
|
|
75
|
+
u = e.ops.pop(), e.trys.pop();
|
|
76
|
+
continue;
|
|
77
|
+
default:
|
|
78
|
+
if (o = e.trys, !(o = o.length > 0 && o[o.length - 1]) && (u[0] === 6 || u[0] === 2)) {
|
|
79
|
+
e = 0;
|
|
80
|
+
continue;
|
|
81
|
+
}
|
|
82
|
+
if (u[0] === 3 && (!o || u[1] > o[0] && u[1] < o[3])) {
|
|
83
|
+
e.label = u[1];
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
if (u[0] === 6 && e.label < o[1]) {
|
|
87
|
+
e.label = o[1], o = u;
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
if (o && e.label < o[2]) {
|
|
91
|
+
e.label = o[2], e.ops.push(u);
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
o[2] && e.ops.pop(), e.trys.pop();
|
|
95
|
+
continue;
|
|
96
|
+
}
|
|
97
|
+
u = t.call(r, e);
|
|
98
|
+
} catch (l) {
|
|
99
|
+
u = [6, l], i = 0;
|
|
100
|
+
} finally {
|
|
101
|
+
n = o = 0;
|
|
102
|
+
}
|
|
103
|
+
if (u[0] & 5) throw u[1];
|
|
104
|
+
return { value: u[0] ? u[1] : void 0, done: !0 };
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
function L(r) {
|
|
108
|
+
var t = typeof Symbol == "function" && Symbol.iterator, e = t && r[t], n = 0;
|
|
109
|
+
if (e) return e.call(r);
|
|
110
|
+
if (r && typeof r.length == "number") return {
|
|
111
|
+
next: function() {
|
|
112
|
+
return r && n >= r.length && (r = void 0), { value: r && r[n++], done: !r };
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
116
|
+
}
|
|
117
|
+
function R(r, t) {
|
|
118
|
+
var e = typeof Symbol == "function" && r[Symbol.iterator];
|
|
119
|
+
if (!e) return r;
|
|
120
|
+
var n = e.call(r), i, o = [], s;
|
|
121
|
+
try {
|
|
122
|
+
for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
|
|
123
|
+
} catch (a) {
|
|
124
|
+
s = { error: a };
|
|
125
|
+
} finally {
|
|
126
|
+
try {
|
|
127
|
+
i && !i.done && (e = n.return) && e.call(n);
|
|
128
|
+
} finally {
|
|
129
|
+
if (s) throw s.error;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return o;
|
|
133
|
+
}
|
|
134
|
+
function U(r, t, e) {
|
|
135
|
+
if (e || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
|
|
136
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
137
|
+
return r.concat(o || Array.prototype.slice.call(t));
|
|
138
|
+
}
|
|
139
|
+
function M(r) {
|
|
140
|
+
return this instanceof M ? (this.v = r, this) : new M(r);
|
|
141
|
+
}
|
|
142
|
+
function qe(r, t, e) {
|
|
143
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
144
|
+
var n = e.apply(r, t || []), i, o = [];
|
|
145
|
+
return i = Object.create((typeof AsyncIterator == "function" ? AsyncIterator : Object).prototype), a("next"), a("throw"), a("return", s), i[Symbol.asyncIterator] = function() {
|
|
146
|
+
return this;
|
|
147
|
+
}, i;
|
|
148
|
+
function s(f) {
|
|
149
|
+
return function(p) {
|
|
150
|
+
return Promise.resolve(p).then(f, d);
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
function a(f, p) {
|
|
154
|
+
n[f] && (i[f] = function(v) {
|
|
155
|
+
return new Promise(function(w, E) {
|
|
156
|
+
o.push([f, v, w, E]) > 1 || c(f, v);
|
|
157
|
+
});
|
|
158
|
+
}, p && (i[f] = p(i[f])));
|
|
159
|
+
}
|
|
160
|
+
function c(f, p) {
|
|
161
|
+
try {
|
|
162
|
+
u(n[f](p));
|
|
163
|
+
} catch (v) {
|
|
164
|
+
y(o[0][3], v);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
function u(f) {
|
|
168
|
+
f.value instanceof M ? Promise.resolve(f.value.v).then(l, d) : y(o[0][2], f);
|
|
169
|
+
}
|
|
170
|
+
function l(f) {
|
|
171
|
+
c("next", f);
|
|
172
|
+
}
|
|
173
|
+
function d(f) {
|
|
174
|
+
c("throw", f);
|
|
175
|
+
}
|
|
176
|
+
function y(f, p) {
|
|
177
|
+
f(p), o.shift(), o.length && c(o[0][0], o[0][1]);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
function He(r) {
|
|
181
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
182
|
+
var t = r[Symbol.asyncIterator], e;
|
|
183
|
+
return t ? t.call(r) : (r = typeof L == "function" ? L(r) : r[Symbol.iterator](), e = {}, n("next"), n("throw"), n("return"), e[Symbol.asyncIterator] = function() {
|
|
184
|
+
return this;
|
|
185
|
+
}, e);
|
|
186
|
+
function n(o) {
|
|
187
|
+
e[o] = r[o] && function(s) {
|
|
188
|
+
return new Promise(function(a, c) {
|
|
189
|
+
s = r[o](s), i(a, c, s.done, s.value);
|
|
190
|
+
});
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
function i(o, s, a, c) {
|
|
194
|
+
Promise.resolve(c).then(function(u) {
|
|
195
|
+
o({ value: u, done: a });
|
|
196
|
+
}, s);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
function m(r) {
|
|
200
|
+
return typeof r == "function";
|
|
201
|
+
}
|
|
202
|
+
function he(r) {
|
|
203
|
+
var t = function(n) {
|
|
204
|
+
Error.call(n), n.stack = new Error().stack;
|
|
205
|
+
}, e = r(t);
|
|
206
|
+
return e.prototype = Object.create(Error.prototype), e.prototype.constructor = e, e;
|
|
207
|
+
}
|
|
208
|
+
var K = he(function(r) {
|
|
209
|
+
return function(e) {
|
|
210
|
+
r(this), this.message = e ? e.length + ` errors occurred during unsubscription:
|
|
211
|
+
` + e.map(function(n, i) {
|
|
212
|
+
return i + 1 + ") " + n.toString();
|
|
213
|
+
}).join(`
|
|
214
|
+
`) : "", this.name = "UnsubscriptionError", this.errors = e;
|
|
215
|
+
};
|
|
216
|
+
});
|
|
217
|
+
function N(r, t) {
|
|
218
|
+
if (r) {
|
|
219
|
+
var e = r.indexOf(t);
|
|
220
|
+
0 <= e && r.splice(e, 1);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
var k = (function() {
|
|
224
|
+
function r(t) {
|
|
225
|
+
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
226
|
+
}
|
|
227
|
+
return r.prototype.unsubscribe = function() {
|
|
228
|
+
var t, e, n, i, o;
|
|
229
|
+
if (!this.closed) {
|
|
230
|
+
this.closed = !0;
|
|
231
|
+
var s = this._parentage;
|
|
232
|
+
if (s)
|
|
233
|
+
if (this._parentage = null, Array.isArray(s))
|
|
234
|
+
try {
|
|
235
|
+
for (var a = L(s), c = a.next(); !c.done; c = a.next()) {
|
|
236
|
+
var u = c.value;
|
|
237
|
+
u.remove(this);
|
|
238
|
+
}
|
|
239
|
+
} catch (v) {
|
|
240
|
+
t = { error: v };
|
|
241
|
+
} finally {
|
|
242
|
+
try {
|
|
243
|
+
c && !c.done && (e = a.return) && e.call(a);
|
|
244
|
+
} finally {
|
|
245
|
+
if (t) throw t.error;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
else
|
|
249
|
+
s.remove(this);
|
|
250
|
+
var l = this.initialTeardown;
|
|
251
|
+
if (m(l))
|
|
252
|
+
try {
|
|
253
|
+
l();
|
|
254
|
+
} catch (v) {
|
|
255
|
+
o = v instanceof K ? v.errors : [v];
|
|
256
|
+
}
|
|
257
|
+
var d = this._finalizers;
|
|
258
|
+
if (d) {
|
|
259
|
+
this._finalizers = null;
|
|
260
|
+
try {
|
|
261
|
+
for (var y = L(d), f = y.next(); !f.done; f = y.next()) {
|
|
262
|
+
var p = f.value;
|
|
263
|
+
try {
|
|
264
|
+
re(p);
|
|
265
|
+
} catch (v) {
|
|
266
|
+
o = o ?? [], v instanceof K ? o = U(U([], R(o)), R(v.errors)) : o.push(v);
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
} catch (v) {
|
|
270
|
+
n = { error: v };
|
|
271
|
+
} finally {
|
|
272
|
+
try {
|
|
273
|
+
f && !f.done && (i = y.return) && i.call(y);
|
|
274
|
+
} finally {
|
|
275
|
+
if (n) throw n.error;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
if (o)
|
|
280
|
+
throw new K(o);
|
|
281
|
+
}
|
|
282
|
+
}, r.prototype.add = function(t) {
|
|
283
|
+
var e;
|
|
284
|
+
if (t && t !== this)
|
|
285
|
+
if (this.closed)
|
|
286
|
+
re(t);
|
|
287
|
+
else {
|
|
288
|
+
if (t instanceof r) {
|
|
289
|
+
if (t.closed || t._hasParent(this))
|
|
290
|
+
return;
|
|
291
|
+
t._addParent(this);
|
|
292
|
+
}
|
|
293
|
+
(this._finalizers = (e = this._finalizers) !== null && e !== void 0 ? e : []).push(t);
|
|
294
|
+
}
|
|
295
|
+
}, r.prototype._hasParent = function(t) {
|
|
296
|
+
var e = this._parentage;
|
|
297
|
+
return e === t || Array.isArray(e) && e.includes(t);
|
|
298
|
+
}, r.prototype._addParent = function(t) {
|
|
299
|
+
var e = this._parentage;
|
|
300
|
+
this._parentage = Array.isArray(e) ? (e.push(t), e) : e ? [e, t] : t;
|
|
301
|
+
}, r.prototype._removeParent = function(t) {
|
|
302
|
+
var e = this._parentage;
|
|
303
|
+
e === t ? this._parentage = null : Array.isArray(e) && N(e, t);
|
|
304
|
+
}, r.prototype.remove = function(t) {
|
|
305
|
+
var e = this._finalizers;
|
|
306
|
+
e && N(e, t), t instanceof r && t._removeParent(this);
|
|
307
|
+
}, r.EMPTY = (function() {
|
|
308
|
+
var t = new r();
|
|
309
|
+
return t.closed = !0, t;
|
|
310
|
+
})(), r;
|
|
311
|
+
})(), ve = k.EMPTY;
|
|
312
|
+
function ye(r) {
|
|
313
|
+
return r instanceof k || r && "closed" in r && m(r.remove) && m(r.add) && m(r.unsubscribe);
|
|
314
|
+
}
|
|
315
|
+
function re(r) {
|
|
316
|
+
m(r) ? r() : r.unsubscribe();
|
|
317
|
+
}
|
|
318
|
+
var Ke = {
|
|
319
|
+
Promise: void 0
|
|
320
|
+
}, Be = {
|
|
321
|
+
setTimeout: function(r, t) {
|
|
322
|
+
for (var e = [], n = 2; n < arguments.length; n++)
|
|
323
|
+
e[n - 2] = arguments[n];
|
|
324
|
+
return setTimeout.apply(void 0, U([r, t], R(e)));
|
|
325
|
+
},
|
|
326
|
+
clearTimeout: function(r) {
|
|
327
|
+
return clearTimeout(r);
|
|
328
|
+
},
|
|
329
|
+
delegate: void 0
|
|
330
|
+
};
|
|
331
|
+
function pe(r) {
|
|
332
|
+
Be.setTimeout(function() {
|
|
333
|
+
throw r;
|
|
334
|
+
});
|
|
335
|
+
}
|
|
336
|
+
function X() {
|
|
337
|
+
}
|
|
338
|
+
function D(r) {
|
|
339
|
+
r();
|
|
340
|
+
}
|
|
341
|
+
var Q = (function(r) {
|
|
342
|
+
A(t, r);
|
|
343
|
+
function t(e) {
|
|
344
|
+
var n = r.call(this) || this;
|
|
345
|
+
return n.isStopped = !1, e ? (n.destination = e, ye(e) && e.add(n)) : n.destination = Xe, n;
|
|
346
|
+
}
|
|
347
|
+
return t.create = function(e, n, i) {
|
|
348
|
+
return new J(e, n, i);
|
|
349
|
+
}, t.prototype.next = function(e) {
|
|
350
|
+
this.isStopped || this._next(e);
|
|
351
|
+
}, t.prototype.error = function(e) {
|
|
352
|
+
this.isStopped || (this.isStopped = !0, this._error(e));
|
|
353
|
+
}, t.prototype.complete = function() {
|
|
354
|
+
this.isStopped || (this.isStopped = !0, this._complete());
|
|
355
|
+
}, t.prototype.unsubscribe = function() {
|
|
356
|
+
this.closed || (this.isStopped = !0, r.prototype.unsubscribe.call(this), this.destination = null);
|
|
357
|
+
}, t.prototype._next = function(e) {
|
|
358
|
+
this.destination.next(e);
|
|
359
|
+
}, t.prototype._error = function(e) {
|
|
360
|
+
try {
|
|
361
|
+
this.destination.error(e);
|
|
362
|
+
} finally {
|
|
363
|
+
this.unsubscribe();
|
|
364
|
+
}
|
|
365
|
+
}, t.prototype._complete = function() {
|
|
366
|
+
try {
|
|
367
|
+
this.destination.complete();
|
|
368
|
+
} finally {
|
|
369
|
+
this.unsubscribe();
|
|
370
|
+
}
|
|
371
|
+
}, t;
|
|
372
|
+
})(k), Ye = (function() {
|
|
373
|
+
function r(t) {
|
|
374
|
+
this.partialObserver = t;
|
|
375
|
+
}
|
|
376
|
+
return r.prototype.next = function(t) {
|
|
377
|
+
var e = this.partialObserver;
|
|
378
|
+
if (e.next)
|
|
379
|
+
try {
|
|
380
|
+
e.next(t);
|
|
381
|
+
} catch (n) {
|
|
382
|
+
j(n);
|
|
383
|
+
}
|
|
384
|
+
}, r.prototype.error = function(t) {
|
|
385
|
+
var e = this.partialObserver;
|
|
386
|
+
if (e.error)
|
|
387
|
+
try {
|
|
388
|
+
e.error(t);
|
|
389
|
+
} catch (n) {
|
|
390
|
+
j(n);
|
|
391
|
+
}
|
|
392
|
+
else
|
|
393
|
+
j(t);
|
|
394
|
+
}, r.prototype.complete = function() {
|
|
395
|
+
var t = this.partialObserver;
|
|
396
|
+
if (t.complete)
|
|
397
|
+
try {
|
|
398
|
+
t.complete();
|
|
399
|
+
} catch (e) {
|
|
400
|
+
j(e);
|
|
401
|
+
}
|
|
402
|
+
}, r;
|
|
403
|
+
})(), J = (function(r) {
|
|
404
|
+
A(t, r);
|
|
405
|
+
function t(e, n, i) {
|
|
406
|
+
var o = r.call(this) || this, s;
|
|
407
|
+
return m(e) || !e ? s = {
|
|
408
|
+
next: e ?? void 0,
|
|
409
|
+
error: n ?? void 0,
|
|
410
|
+
complete: i ?? void 0
|
|
411
|
+
} : s = e, o.destination = new Ye(s), o;
|
|
412
|
+
}
|
|
413
|
+
return t;
|
|
414
|
+
})(Q);
|
|
415
|
+
function j(r) {
|
|
416
|
+
pe(r);
|
|
417
|
+
}
|
|
418
|
+
function We(r) {
|
|
419
|
+
throw r;
|
|
420
|
+
}
|
|
421
|
+
var Xe = {
|
|
422
|
+
closed: !0,
|
|
423
|
+
next: X,
|
|
424
|
+
error: We,
|
|
425
|
+
complete: X
|
|
426
|
+
}, Z = (function() {
|
|
427
|
+
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
428
|
+
})();
|
|
429
|
+
function F(r) {
|
|
430
|
+
return r;
|
|
431
|
+
}
|
|
432
|
+
function Je(r) {
|
|
433
|
+
return r.length === 0 ? F : r.length === 1 ? r[0] : function(e) {
|
|
434
|
+
return r.reduce(function(n, i) {
|
|
435
|
+
return i(n);
|
|
436
|
+
}, e);
|
|
437
|
+
};
|
|
438
|
+
}
|
|
439
|
+
var S = (function() {
|
|
440
|
+
function r(t) {
|
|
441
|
+
t && (this._subscribe = t);
|
|
442
|
+
}
|
|
443
|
+
return r.prototype.lift = function(t) {
|
|
444
|
+
var e = new r();
|
|
445
|
+
return e.source = this, e.operator = t, e;
|
|
446
|
+
}, r.prototype.subscribe = function(t, e, n) {
|
|
447
|
+
var i = this, o = Qe(t) ? t : new J(t, e, n);
|
|
448
|
+
return D(function() {
|
|
449
|
+
var s = i, a = s.operator, c = s.source;
|
|
450
|
+
o.add(a ? a.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
|
|
451
|
+
}), o;
|
|
452
|
+
}, r.prototype._trySubscribe = function(t) {
|
|
453
|
+
try {
|
|
454
|
+
return this._subscribe(t);
|
|
455
|
+
} catch (e) {
|
|
456
|
+
t.error(e);
|
|
457
|
+
}
|
|
458
|
+
}, r.prototype.forEach = function(t, e) {
|
|
459
|
+
var n = this;
|
|
460
|
+
return e = ne(e), new e(function(i, o) {
|
|
461
|
+
var s = new J({
|
|
462
|
+
next: function(a) {
|
|
463
|
+
try {
|
|
464
|
+
t(a);
|
|
465
|
+
} catch (c) {
|
|
466
|
+
o(c), s.unsubscribe();
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
error: o,
|
|
470
|
+
complete: i
|
|
471
|
+
});
|
|
472
|
+
n.subscribe(s);
|
|
473
|
+
});
|
|
474
|
+
}, r.prototype._subscribe = function(t) {
|
|
475
|
+
var e;
|
|
476
|
+
return (e = this.source) === null || e === void 0 ? void 0 : e.subscribe(t);
|
|
477
|
+
}, r.prototype[Z] = function() {
|
|
478
|
+
return this;
|
|
479
|
+
}, r.prototype.pipe = function() {
|
|
480
|
+
for (var t = [], e = 0; e < arguments.length; e++)
|
|
481
|
+
t[e] = arguments[e];
|
|
482
|
+
return Je(t)(this);
|
|
483
|
+
}, r.prototype.toPromise = function(t) {
|
|
484
|
+
var e = this;
|
|
485
|
+
return t = ne(t), new t(function(n, i) {
|
|
486
|
+
var o;
|
|
487
|
+
e.subscribe(function(s) {
|
|
488
|
+
return o = s;
|
|
489
|
+
}, function(s) {
|
|
490
|
+
return i(s);
|
|
491
|
+
}, function() {
|
|
492
|
+
return n(o);
|
|
493
|
+
});
|
|
494
|
+
});
|
|
495
|
+
}, r.create = function(t) {
|
|
496
|
+
return new r(t);
|
|
497
|
+
}, r;
|
|
498
|
+
})();
|
|
499
|
+
function ne(r) {
|
|
500
|
+
var t;
|
|
501
|
+
return (t = r ?? Ke.Promise) !== null && t !== void 0 ? t : Promise;
|
|
502
|
+
}
|
|
503
|
+
function ze(r) {
|
|
504
|
+
return r && m(r.next) && m(r.error) && m(r.complete);
|
|
505
|
+
}
|
|
506
|
+
function Qe(r) {
|
|
507
|
+
return r && r instanceof Q || ze(r) && ye(r);
|
|
508
|
+
}
|
|
509
|
+
function Ze(r) {
|
|
510
|
+
return m(r == null ? void 0 : r.lift);
|
|
511
|
+
}
|
|
512
|
+
function P(r) {
|
|
513
|
+
return function(t) {
|
|
514
|
+
if (Ze(t))
|
|
515
|
+
return t.lift(function(e) {
|
|
516
|
+
try {
|
|
517
|
+
return r(e, this);
|
|
518
|
+
} catch (n) {
|
|
519
|
+
this.error(n);
|
|
520
|
+
}
|
|
521
|
+
});
|
|
522
|
+
throw new TypeError("Unable to lift unknown Observable type");
|
|
523
|
+
};
|
|
524
|
+
}
|
|
525
|
+
function O(r, t, e, n, i) {
|
|
526
|
+
return new et(r, t, e, n, i);
|
|
527
|
+
}
|
|
528
|
+
var et = (function(r) {
|
|
529
|
+
A(t, r);
|
|
530
|
+
function t(e, n, i, o, s, a) {
|
|
531
|
+
var c = r.call(this, e) || this;
|
|
532
|
+
return c.onFinalize = s, c.shouldUnsubscribe = a, c._next = n ? function(u) {
|
|
533
|
+
try {
|
|
534
|
+
n(u);
|
|
535
|
+
} catch (l) {
|
|
536
|
+
e.error(l);
|
|
537
|
+
}
|
|
538
|
+
} : r.prototype._next, c._error = o ? function(u) {
|
|
539
|
+
try {
|
|
540
|
+
o(u);
|
|
541
|
+
} catch (l) {
|
|
542
|
+
e.error(l);
|
|
543
|
+
} finally {
|
|
544
|
+
this.unsubscribe();
|
|
545
|
+
}
|
|
546
|
+
} : r.prototype._error, c._complete = i ? function() {
|
|
547
|
+
try {
|
|
548
|
+
i();
|
|
549
|
+
} catch (u) {
|
|
550
|
+
e.error(u);
|
|
551
|
+
} finally {
|
|
552
|
+
this.unsubscribe();
|
|
553
|
+
}
|
|
554
|
+
} : r.prototype._complete, c;
|
|
555
|
+
}
|
|
556
|
+
return t.prototype.unsubscribe = function() {
|
|
557
|
+
var e;
|
|
558
|
+
if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {
|
|
559
|
+
var n = this.closed;
|
|
560
|
+
r.prototype.unsubscribe.call(this), !n && ((e = this.onFinalize) === null || e === void 0 || e.call(this));
|
|
561
|
+
}
|
|
562
|
+
}, t;
|
|
563
|
+
})(Q), tt = he(function(r) {
|
|
564
|
+
return function() {
|
|
565
|
+
r(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
566
|
+
};
|
|
567
|
+
}), ee = (function(r) {
|
|
568
|
+
A(t, r);
|
|
569
|
+
function t() {
|
|
570
|
+
var e = r.call(this) || this;
|
|
571
|
+
return e.closed = !1, e.currentObservers = null, e.observers = [], e.isStopped = !1, e.hasError = !1, e.thrownError = null, e;
|
|
572
|
+
}
|
|
573
|
+
return t.prototype.lift = function(e) {
|
|
574
|
+
var n = new ie(this, this);
|
|
575
|
+
return n.operator = e, n;
|
|
576
|
+
}, t.prototype._throwIfClosed = function() {
|
|
577
|
+
if (this.closed)
|
|
578
|
+
throw new tt();
|
|
579
|
+
}, t.prototype.next = function(e) {
|
|
580
|
+
var n = this;
|
|
581
|
+
D(function() {
|
|
582
|
+
var i, o;
|
|
583
|
+
if (n._throwIfClosed(), !n.isStopped) {
|
|
584
|
+
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
585
|
+
try {
|
|
586
|
+
for (var s = L(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
587
|
+
var c = a.value;
|
|
588
|
+
c.next(e);
|
|
589
|
+
}
|
|
590
|
+
} catch (u) {
|
|
591
|
+
i = { error: u };
|
|
592
|
+
} finally {
|
|
593
|
+
try {
|
|
594
|
+
a && !a.done && (o = s.return) && o.call(s);
|
|
595
|
+
} finally {
|
|
596
|
+
if (i) throw i.error;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
});
|
|
601
|
+
}, t.prototype.error = function(e) {
|
|
602
|
+
var n = this;
|
|
603
|
+
D(function() {
|
|
604
|
+
if (n._throwIfClosed(), !n.isStopped) {
|
|
605
|
+
n.hasError = n.isStopped = !0, n.thrownError = e;
|
|
606
|
+
for (var i = n.observers; i.length; )
|
|
607
|
+
i.shift().error(e);
|
|
608
|
+
}
|
|
609
|
+
});
|
|
610
|
+
}, t.prototype.complete = function() {
|
|
611
|
+
var e = this;
|
|
612
|
+
D(function() {
|
|
613
|
+
if (e._throwIfClosed(), !e.isStopped) {
|
|
614
|
+
e.isStopped = !0;
|
|
615
|
+
for (var n = e.observers; n.length; )
|
|
616
|
+
n.shift().complete();
|
|
617
|
+
}
|
|
618
|
+
});
|
|
619
|
+
}, t.prototype.unsubscribe = function() {
|
|
620
|
+
this.isStopped = this.closed = !0, this.observers = this.currentObservers = null;
|
|
621
|
+
}, Object.defineProperty(t.prototype, "observed", {
|
|
622
|
+
get: function() {
|
|
623
|
+
var e;
|
|
624
|
+
return ((e = this.observers) === null || e === void 0 ? void 0 : e.length) > 0;
|
|
625
|
+
},
|
|
626
|
+
enumerable: !1,
|
|
627
|
+
configurable: !0
|
|
628
|
+
}), t.prototype._trySubscribe = function(e) {
|
|
629
|
+
return this._throwIfClosed(), r.prototype._trySubscribe.call(this, e);
|
|
630
|
+
}, t.prototype._subscribe = function(e) {
|
|
631
|
+
return this._throwIfClosed(), this._checkFinalizedStatuses(e), this._innerSubscribe(e);
|
|
632
|
+
}, t.prototype._innerSubscribe = function(e) {
|
|
633
|
+
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
634
|
+
return o || s ? ve : (this.currentObservers = null, a.push(e), new k(function() {
|
|
635
|
+
n.currentObservers = null, N(a, e);
|
|
636
|
+
}));
|
|
637
|
+
}, t.prototype._checkFinalizedStatuses = function(e) {
|
|
638
|
+
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
639
|
+
i ? e.error(o) : s && e.complete();
|
|
640
|
+
}, t.prototype.asObservable = function() {
|
|
641
|
+
var e = new S();
|
|
642
|
+
return e.source = this, e;
|
|
643
|
+
}, t.create = function(e, n) {
|
|
644
|
+
return new ie(e, n);
|
|
645
|
+
}, t;
|
|
646
|
+
})(S), ie = (function(r) {
|
|
647
|
+
A(t, r);
|
|
648
|
+
function t(e, n) {
|
|
649
|
+
var i = r.call(this) || this;
|
|
650
|
+
return i.destination = e, i.source = n, i;
|
|
651
|
+
}
|
|
652
|
+
return t.prototype.next = function(e) {
|
|
653
|
+
var n, i;
|
|
654
|
+
(i = (n = this.destination) === null || n === void 0 ? void 0 : n.next) === null || i === void 0 || i.call(n, e);
|
|
655
|
+
}, t.prototype.error = function(e) {
|
|
656
|
+
var n, i;
|
|
657
|
+
(i = (n = this.destination) === null || n === void 0 ? void 0 : n.error) === null || i === void 0 || i.call(n, e);
|
|
658
|
+
}, t.prototype.complete = function() {
|
|
659
|
+
var e, n;
|
|
660
|
+
(n = (e = this.destination) === null || e === void 0 ? void 0 : e.complete) === null || n === void 0 || n.call(e);
|
|
661
|
+
}, t.prototype._subscribe = function(e) {
|
|
662
|
+
var n, i;
|
|
663
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(e)) !== null && i !== void 0 ? i : ve;
|
|
664
|
+
}, t;
|
|
665
|
+
})(ee), oe = (function(r) {
|
|
666
|
+
A(t, r);
|
|
667
|
+
function t(e) {
|
|
668
|
+
var n = r.call(this) || this;
|
|
669
|
+
return n._value = e, n;
|
|
670
|
+
}
|
|
671
|
+
return Object.defineProperty(t.prototype, "value", {
|
|
672
|
+
get: function() {
|
|
673
|
+
return this.getValue();
|
|
674
|
+
},
|
|
675
|
+
enumerable: !1,
|
|
676
|
+
configurable: !0
|
|
677
|
+
}), t.prototype._subscribe = function(e) {
|
|
678
|
+
var n = r.prototype._subscribe.call(this, e);
|
|
679
|
+
return !n.closed && e.next(this._value), n;
|
|
680
|
+
}, t.prototype.getValue = function() {
|
|
681
|
+
var e = this, n = e.hasError, i = e.thrownError, o = e._value;
|
|
682
|
+
if (n)
|
|
683
|
+
throw i;
|
|
684
|
+
return this._throwIfClosed(), o;
|
|
685
|
+
}, t.prototype.next = function(e) {
|
|
686
|
+
r.prototype.next.call(this, this._value = e);
|
|
687
|
+
}, t;
|
|
688
|
+
})(ee), rt = {
|
|
689
|
+
now: function() {
|
|
690
|
+
return Date.now();
|
|
691
|
+
}
|
|
692
|
+
}, nt = (function(r) {
|
|
693
|
+
A(t, r);
|
|
694
|
+
function t(e, n) {
|
|
695
|
+
return r.call(this) || this;
|
|
696
|
+
}
|
|
697
|
+
return t.prototype.schedule = function(e, n) {
|
|
698
|
+
return this;
|
|
699
|
+
}, t;
|
|
700
|
+
})(k), se = {
|
|
701
|
+
setInterval: function(r, t) {
|
|
702
|
+
for (var e = [], n = 2; n < arguments.length; n++)
|
|
703
|
+
e[n - 2] = arguments[n];
|
|
704
|
+
return setInterval.apply(void 0, U([r, t], R(e)));
|
|
705
|
+
},
|
|
706
|
+
clearInterval: function(r) {
|
|
707
|
+
return clearInterval(r);
|
|
708
|
+
},
|
|
709
|
+
delegate: void 0
|
|
710
|
+
}, it = (function(r) {
|
|
711
|
+
A(t, r);
|
|
712
|
+
function t(e, n) {
|
|
713
|
+
var i = r.call(this, e, n) || this;
|
|
714
|
+
return i.scheduler = e, i.work = n, i.pending = !1, i;
|
|
715
|
+
}
|
|
716
|
+
return t.prototype.schedule = function(e, n) {
|
|
717
|
+
var i;
|
|
718
|
+
if (n === void 0 && (n = 0), this.closed)
|
|
719
|
+
return this;
|
|
720
|
+
this.state = e;
|
|
721
|
+
var o = this.id, s = this.scheduler;
|
|
722
|
+
return o != null && (this.id = this.recycleAsyncId(s, o, n)), this.pending = !0, this.delay = n, this.id = (i = this.id) !== null && i !== void 0 ? i : this.requestAsyncId(s, this.id, n), this;
|
|
723
|
+
}, t.prototype.requestAsyncId = function(e, n, i) {
|
|
724
|
+
return i === void 0 && (i = 0), se.setInterval(e.flush.bind(e, this), i);
|
|
725
|
+
}, t.prototype.recycleAsyncId = function(e, n, i) {
|
|
726
|
+
if (i === void 0 && (i = 0), i != null && this.delay === i && this.pending === !1)
|
|
727
|
+
return n;
|
|
728
|
+
n != null && se.clearInterval(n);
|
|
729
|
+
}, t.prototype.execute = function(e, n) {
|
|
730
|
+
if (this.closed)
|
|
731
|
+
return new Error("executing a cancelled action");
|
|
732
|
+
this.pending = !1;
|
|
733
|
+
var i = this._execute(e, n);
|
|
734
|
+
if (i)
|
|
735
|
+
return i;
|
|
736
|
+
this.pending === !1 && this.id != null && (this.id = this.recycleAsyncId(this.scheduler, this.id, null));
|
|
737
|
+
}, t.prototype._execute = function(e, n) {
|
|
738
|
+
var i = !1, o;
|
|
739
|
+
try {
|
|
740
|
+
this.work(e);
|
|
741
|
+
} catch (s) {
|
|
742
|
+
i = !0, o = s || new Error("Scheduled action threw falsy error");
|
|
743
|
+
}
|
|
744
|
+
if (i)
|
|
745
|
+
return this.unsubscribe(), o;
|
|
746
|
+
}, t.prototype.unsubscribe = function() {
|
|
747
|
+
if (!this.closed) {
|
|
748
|
+
var e = this, n = e.id, i = e.scheduler, o = i.actions;
|
|
749
|
+
this.work = this.state = this.scheduler = null, this.pending = !1, N(o, this), n != null && (this.id = this.recycleAsyncId(i, n, null)), this.delay = null, r.prototype.unsubscribe.call(this);
|
|
750
|
+
}
|
|
751
|
+
}, t;
|
|
752
|
+
})(nt), ae = (function() {
|
|
753
|
+
function r(t, e) {
|
|
754
|
+
e === void 0 && (e = r.now), this.schedulerActionCtor = t, this.now = e;
|
|
755
|
+
}
|
|
756
|
+
return r.prototype.schedule = function(t, e, n) {
|
|
757
|
+
return e === void 0 && (e = 0), new this.schedulerActionCtor(this, t).schedule(n, e);
|
|
758
|
+
}, r.now = rt.now, r;
|
|
759
|
+
})(), ot = (function(r) {
|
|
760
|
+
A(t, r);
|
|
761
|
+
function t(e, n) {
|
|
762
|
+
n === void 0 && (n = ae.now);
|
|
763
|
+
var i = r.call(this, e, n) || this;
|
|
764
|
+
return i.actions = [], i._active = !1, i;
|
|
765
|
+
}
|
|
766
|
+
return t.prototype.flush = function(e) {
|
|
767
|
+
var n = this.actions;
|
|
768
|
+
if (this._active) {
|
|
769
|
+
n.push(e);
|
|
770
|
+
return;
|
|
771
|
+
}
|
|
772
|
+
var i;
|
|
773
|
+
this._active = !0;
|
|
774
|
+
do
|
|
775
|
+
if (i = e.execute(e.state, e.delay))
|
|
776
|
+
break;
|
|
777
|
+
while (e = n.shift());
|
|
778
|
+
if (this._active = !1, i) {
|
|
779
|
+
for (; e = n.shift(); )
|
|
780
|
+
e.unsubscribe();
|
|
781
|
+
throw i;
|
|
782
|
+
}
|
|
783
|
+
}, t;
|
|
784
|
+
})(ae), me = new ot(it), st = me, at = new S(function(r) {
|
|
785
|
+
return r.complete();
|
|
786
|
+
});
|
|
787
|
+
function be(r) {
|
|
788
|
+
return r && m(r.schedule);
|
|
789
|
+
}
|
|
790
|
+
function ge(r) {
|
|
791
|
+
return r[r.length - 1];
|
|
792
|
+
}
|
|
793
|
+
function ct(r) {
|
|
794
|
+
return m(ge(r)) ? r.pop() : void 0;
|
|
795
|
+
}
|
|
796
|
+
function Se(r) {
|
|
797
|
+
return be(ge(r)) ? r.pop() : void 0;
|
|
798
|
+
}
|
|
799
|
+
var we = (function(r) {
|
|
800
|
+
return r && typeof r.length == "number" && typeof r != "function";
|
|
801
|
+
});
|
|
802
|
+
function Ee(r) {
|
|
803
|
+
return m(r == null ? void 0 : r.then);
|
|
804
|
+
}
|
|
805
|
+
function Ie(r) {
|
|
806
|
+
return m(r[Z]);
|
|
807
|
+
}
|
|
808
|
+
function Oe(r) {
|
|
809
|
+
return Symbol.asyncIterator && m(r == null ? void 0 : r[Symbol.asyncIterator]);
|
|
810
|
+
}
|
|
811
|
+
function Ae(r) {
|
|
812
|
+
return new TypeError("You provided " + (r !== null && typeof r == "object" ? "an invalid object" : "'" + r + "'") + " where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.");
|
|
813
|
+
}
|
|
814
|
+
function ut() {
|
|
815
|
+
return typeof Symbol != "function" || !Symbol.iterator ? "@@iterator" : Symbol.iterator;
|
|
816
|
+
}
|
|
817
|
+
var Ce = ut();
|
|
818
|
+
function _e(r) {
|
|
819
|
+
return m(r == null ? void 0 : r[Ce]);
|
|
820
|
+
}
|
|
821
|
+
function Te(r) {
|
|
822
|
+
return qe(this, arguments, function() {
|
|
823
|
+
var e, n, i, o;
|
|
824
|
+
return de(this, function(s) {
|
|
825
|
+
switch (s.label) {
|
|
826
|
+
case 0:
|
|
827
|
+
e = r.getReader(), s.label = 1;
|
|
828
|
+
case 1:
|
|
829
|
+
s.trys.push([1, , 9, 10]), s.label = 2;
|
|
830
|
+
case 2:
|
|
831
|
+
return [4, M(e.read())];
|
|
832
|
+
case 3:
|
|
833
|
+
return n = s.sent(), i = n.value, o = n.done, o ? [4, M(void 0)] : [3, 5];
|
|
834
|
+
case 4:
|
|
835
|
+
return [2, s.sent()];
|
|
836
|
+
case 5:
|
|
837
|
+
return [4, M(i)];
|
|
838
|
+
case 6:
|
|
839
|
+
return [4, s.sent()];
|
|
840
|
+
case 7:
|
|
841
|
+
return s.sent(), [3, 2];
|
|
842
|
+
case 8:
|
|
843
|
+
return [3, 10];
|
|
844
|
+
case 9:
|
|
845
|
+
return e.releaseLock(), [7];
|
|
846
|
+
case 10:
|
|
847
|
+
return [2];
|
|
848
|
+
}
|
|
849
|
+
});
|
|
850
|
+
});
|
|
851
|
+
}
|
|
852
|
+
function xe(r) {
|
|
853
|
+
return m(r == null ? void 0 : r.getReader);
|
|
854
|
+
}
|
|
855
|
+
function T(r) {
|
|
856
|
+
if (r instanceof S)
|
|
857
|
+
return r;
|
|
858
|
+
if (r != null) {
|
|
859
|
+
if (Ie(r))
|
|
860
|
+
return lt(r);
|
|
861
|
+
if (we(r))
|
|
862
|
+
return ft(r);
|
|
863
|
+
if (Ee(r))
|
|
864
|
+
return dt(r);
|
|
865
|
+
if (Oe(r))
|
|
866
|
+
return Pe(r);
|
|
867
|
+
if (_e(r))
|
|
868
|
+
return ht(r);
|
|
869
|
+
if (xe(r))
|
|
870
|
+
return vt(r);
|
|
871
|
+
}
|
|
872
|
+
throw Ae(r);
|
|
873
|
+
}
|
|
874
|
+
function lt(r) {
|
|
875
|
+
return new S(function(t) {
|
|
876
|
+
var e = r[Z]();
|
|
877
|
+
if (m(e.subscribe))
|
|
878
|
+
return e.subscribe(t);
|
|
879
|
+
throw new TypeError("Provided object does not correctly implement Symbol.observable");
|
|
880
|
+
});
|
|
881
|
+
}
|
|
882
|
+
function ft(r) {
|
|
883
|
+
return new S(function(t) {
|
|
884
|
+
for (var e = 0; e < r.length && !t.closed; e++)
|
|
885
|
+
t.next(r[e]);
|
|
886
|
+
t.complete();
|
|
887
|
+
});
|
|
888
|
+
}
|
|
889
|
+
function dt(r) {
|
|
890
|
+
return new S(function(t) {
|
|
891
|
+
r.then(function(e) {
|
|
892
|
+
t.closed || (t.next(e), t.complete());
|
|
893
|
+
}, function(e) {
|
|
894
|
+
return t.error(e);
|
|
895
|
+
}).then(null, pe);
|
|
896
|
+
});
|
|
897
|
+
}
|
|
898
|
+
function ht(r) {
|
|
899
|
+
return new S(function(t) {
|
|
900
|
+
var e, n;
|
|
901
|
+
try {
|
|
902
|
+
for (var i = L(r), o = i.next(); !o.done; o = i.next()) {
|
|
903
|
+
var s = o.value;
|
|
904
|
+
if (t.next(s), t.closed)
|
|
905
|
+
return;
|
|
906
|
+
}
|
|
907
|
+
} catch (a) {
|
|
908
|
+
e = { error: a };
|
|
909
|
+
} finally {
|
|
910
|
+
try {
|
|
911
|
+
o && !o.done && (n = i.return) && n.call(i);
|
|
912
|
+
} finally {
|
|
913
|
+
if (e) throw e.error;
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
t.complete();
|
|
917
|
+
});
|
|
918
|
+
}
|
|
919
|
+
function Pe(r) {
|
|
920
|
+
return new S(function(t) {
|
|
921
|
+
yt(r, t).catch(function(e) {
|
|
922
|
+
return t.error(e);
|
|
923
|
+
});
|
|
924
|
+
});
|
|
925
|
+
}
|
|
926
|
+
function vt(r) {
|
|
927
|
+
return Pe(Te(r));
|
|
928
|
+
}
|
|
929
|
+
function yt(r, t) {
|
|
930
|
+
var e, n, i, o;
|
|
931
|
+
return Ve(this, void 0, void 0, function() {
|
|
932
|
+
var s, a;
|
|
933
|
+
return de(this, function(c) {
|
|
934
|
+
switch (c.label) {
|
|
935
|
+
case 0:
|
|
936
|
+
c.trys.push([0, 5, 6, 11]), e = He(r), c.label = 1;
|
|
937
|
+
case 1:
|
|
938
|
+
return [4, e.next()];
|
|
939
|
+
case 2:
|
|
940
|
+
if (n = c.sent(), !!n.done) return [3, 4];
|
|
941
|
+
if (s = n.value, t.next(s), t.closed)
|
|
942
|
+
return [2];
|
|
943
|
+
c.label = 3;
|
|
944
|
+
case 3:
|
|
945
|
+
return [3, 1];
|
|
946
|
+
case 4:
|
|
947
|
+
return [3, 11];
|
|
948
|
+
case 5:
|
|
949
|
+
return a = c.sent(), i = { error: a }, [3, 11];
|
|
950
|
+
case 6:
|
|
951
|
+
return c.trys.push([6, , 9, 10]), n && !n.done && (o = e.return) ? [4, o.call(e)] : [3, 8];
|
|
952
|
+
case 7:
|
|
953
|
+
c.sent(), c.label = 8;
|
|
954
|
+
case 8:
|
|
955
|
+
return [3, 10];
|
|
956
|
+
case 9:
|
|
957
|
+
if (i) throw i.error;
|
|
958
|
+
return [7];
|
|
959
|
+
case 10:
|
|
960
|
+
return [7];
|
|
961
|
+
case 11:
|
|
962
|
+
return t.complete(), [2];
|
|
963
|
+
}
|
|
964
|
+
});
|
|
965
|
+
});
|
|
966
|
+
}
|
|
967
|
+
function _(r, t, e, n, i) {
|
|
968
|
+
n === void 0 && (n = 0), i === void 0 && (i = !1);
|
|
969
|
+
var o = t.schedule(function() {
|
|
970
|
+
e(), i ? r.add(this.schedule(null, n)) : this.unsubscribe();
|
|
971
|
+
}, n);
|
|
972
|
+
if (r.add(o), !i)
|
|
973
|
+
return o;
|
|
974
|
+
}
|
|
975
|
+
function Me(r, t) {
|
|
976
|
+
return t === void 0 && (t = 0), P(function(e, n) {
|
|
977
|
+
e.subscribe(O(n, function(i) {
|
|
978
|
+
return _(n, r, function() {
|
|
979
|
+
return n.next(i);
|
|
980
|
+
}, t);
|
|
981
|
+
}, function() {
|
|
982
|
+
return _(n, r, function() {
|
|
983
|
+
return n.complete();
|
|
984
|
+
}, t);
|
|
985
|
+
}, function(i) {
|
|
986
|
+
return _(n, r, function() {
|
|
987
|
+
return n.error(i);
|
|
988
|
+
}, t);
|
|
989
|
+
}));
|
|
990
|
+
});
|
|
991
|
+
}
|
|
992
|
+
function Le(r, t) {
|
|
993
|
+
return t === void 0 && (t = 0), P(function(e, n) {
|
|
994
|
+
n.add(r.schedule(function() {
|
|
995
|
+
return e.subscribe(n);
|
|
996
|
+
}, t));
|
|
997
|
+
});
|
|
998
|
+
}
|
|
999
|
+
function pt(r, t) {
|
|
1000
|
+
return T(r).pipe(Le(t), Me(t));
|
|
1001
|
+
}
|
|
1002
|
+
function mt(r, t) {
|
|
1003
|
+
return T(r).pipe(Le(t), Me(t));
|
|
1004
|
+
}
|
|
1005
|
+
function bt(r, t) {
|
|
1006
|
+
return new S(function(e) {
|
|
1007
|
+
var n = 0;
|
|
1008
|
+
return t.schedule(function() {
|
|
1009
|
+
n === r.length ? e.complete() : (e.next(r[n++]), e.closed || this.schedule());
|
|
1010
|
+
});
|
|
1011
|
+
});
|
|
1012
|
+
}
|
|
1013
|
+
function gt(r, t) {
|
|
1014
|
+
return new S(function(e) {
|
|
1015
|
+
var n;
|
|
1016
|
+
return _(e, t, function() {
|
|
1017
|
+
n = r[Ce](), _(e, t, function() {
|
|
1018
|
+
var i, o, s;
|
|
1019
|
+
try {
|
|
1020
|
+
i = n.next(), o = i.value, s = i.done;
|
|
1021
|
+
} catch (a) {
|
|
1022
|
+
e.error(a);
|
|
1023
|
+
return;
|
|
1024
|
+
}
|
|
1025
|
+
s ? e.complete() : e.next(o);
|
|
1026
|
+
}, 0, !0);
|
|
1027
|
+
}), function() {
|
|
1028
|
+
return m(n == null ? void 0 : n.return) && n.return();
|
|
1029
|
+
};
|
|
1030
|
+
});
|
|
1031
|
+
}
|
|
1032
|
+
function Re(r, t) {
|
|
1033
|
+
if (!r)
|
|
1034
|
+
throw new Error("Iterable cannot be null");
|
|
1035
|
+
return new S(function(e) {
|
|
1036
|
+
_(e, t, function() {
|
|
1037
|
+
var n = r[Symbol.asyncIterator]();
|
|
1038
|
+
_(e, t, function() {
|
|
1039
|
+
n.next().then(function(i) {
|
|
1040
|
+
i.done ? e.complete() : e.next(i.value);
|
|
1041
|
+
});
|
|
1042
|
+
}, 0, !0);
|
|
1043
|
+
});
|
|
1044
|
+
});
|
|
1045
|
+
}
|
|
1046
|
+
function St(r, t) {
|
|
1047
|
+
return Re(Te(r), t);
|
|
1048
|
+
}
|
|
1049
|
+
function wt(r, t) {
|
|
1050
|
+
if (r != null) {
|
|
1051
|
+
if (Ie(r))
|
|
1052
|
+
return pt(r, t);
|
|
1053
|
+
if (we(r))
|
|
1054
|
+
return bt(r, t);
|
|
1055
|
+
if (Ee(r))
|
|
1056
|
+
return mt(r, t);
|
|
1057
|
+
if (Oe(r))
|
|
1058
|
+
return Re(r, t);
|
|
1059
|
+
if (_e(r))
|
|
1060
|
+
return gt(r, t);
|
|
1061
|
+
if (xe(r))
|
|
1062
|
+
return St(r, t);
|
|
1063
|
+
}
|
|
1064
|
+
throw Ae(r);
|
|
1065
|
+
}
|
|
1066
|
+
function te(r, t) {
|
|
1067
|
+
return t ? wt(r, t) : T(r);
|
|
1068
|
+
}
|
|
1069
|
+
function Et() {
|
|
1070
|
+
for (var r = [], t = 0; t < arguments.length; t++)
|
|
1071
|
+
r[t] = arguments[t];
|
|
1072
|
+
var e = Se(r);
|
|
1073
|
+
return te(r, e);
|
|
1074
|
+
}
|
|
1075
|
+
function It(r) {
|
|
1076
|
+
return r instanceof Date && !isNaN(r);
|
|
1077
|
+
}
|
|
1078
|
+
function V(r, t) {
|
|
1079
|
+
return P(function(e, n) {
|
|
1080
|
+
var i = 0;
|
|
1081
|
+
e.subscribe(O(n, function(o) {
|
|
1082
|
+
n.next(r.call(t, o, i++));
|
|
1083
|
+
}));
|
|
1084
|
+
});
|
|
1085
|
+
}
|
|
1086
|
+
var Ot = Array.isArray;
|
|
1087
|
+
function At(r, t) {
|
|
1088
|
+
return Ot(t) ? r.apply(void 0, U([], R(t))) : r(t);
|
|
1089
|
+
}
|
|
1090
|
+
function Ct(r) {
|
|
1091
|
+
return V(function(t) {
|
|
1092
|
+
return At(r, t);
|
|
1093
|
+
});
|
|
1094
|
+
}
|
|
1095
|
+
var _t = Array.isArray, Tt = Object.getPrototypeOf, xt = Object.prototype, Pt = Object.keys;
|
|
1096
|
+
function Mt(r) {
|
|
1097
|
+
if (r.length === 1) {
|
|
1098
|
+
var t = r[0];
|
|
1099
|
+
if (_t(t))
|
|
1100
|
+
return { args: t, keys: null };
|
|
1101
|
+
if (Lt(t)) {
|
|
1102
|
+
var e = Pt(t);
|
|
1103
|
+
return {
|
|
1104
|
+
args: e.map(function(n) {
|
|
1105
|
+
return t[n];
|
|
1106
|
+
}),
|
|
1107
|
+
keys: e
|
|
1108
|
+
};
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
return { args: r, keys: null };
|
|
1112
|
+
}
|
|
1113
|
+
function Lt(r) {
|
|
1114
|
+
return r && typeof r == "object" && Tt(r) === xt;
|
|
1115
|
+
}
|
|
1116
|
+
function Rt(r, t) {
|
|
1117
|
+
return r.reduce(function(e, n, i) {
|
|
1118
|
+
return e[n] = t[i], e;
|
|
1119
|
+
}, {});
|
|
1120
|
+
}
|
|
1121
|
+
function Ut() {
|
|
1122
|
+
for (var r = [], t = 0; t < arguments.length; t++)
|
|
1123
|
+
r[t] = arguments[t];
|
|
1124
|
+
var e = Se(r), n = ct(r), i = Mt(r), o = i.args, s = i.keys;
|
|
1125
|
+
if (o.length === 0)
|
|
1126
|
+
return te([], e);
|
|
1127
|
+
var a = new S(kt(o, e, s ? function(c) {
|
|
1128
|
+
return Rt(s, c);
|
|
1129
|
+
} : F));
|
|
1130
|
+
return n ? a.pipe(Ct(n)) : a;
|
|
1131
|
+
}
|
|
1132
|
+
function kt(r, t, e) {
|
|
1133
|
+
return e === void 0 && (e = F), function(n) {
|
|
1134
|
+
ce(t, function() {
|
|
1135
|
+
for (var i = r.length, o = new Array(i), s = i, a = i, c = function(l) {
|
|
1136
|
+
ce(t, function() {
|
|
1137
|
+
var d = te(r[l], t), y = !1;
|
|
1138
|
+
d.subscribe(O(n, function(f) {
|
|
1139
|
+
o[l] = f, y || (y = !0, a--), a || n.next(e(o.slice()));
|
|
1140
|
+
}, function() {
|
|
1141
|
+
--s || n.complete();
|
|
1142
|
+
}));
|
|
1143
|
+
}, n);
|
|
1144
|
+
}, u = 0; u < i; u++)
|
|
1145
|
+
c(u);
|
|
1146
|
+
}, n);
|
|
1147
|
+
};
|
|
1148
|
+
}
|
|
1149
|
+
function ce(r, t, e) {
|
|
1150
|
+
r ? _(e, r, t) : t();
|
|
1151
|
+
}
|
|
1152
|
+
function $t(r, t, e, n, i, o, s, a) {
|
|
1153
|
+
var c = [], u = 0, l = 0, d = !1, y = function() {
|
|
1154
|
+
d && !c.length && !u && t.complete();
|
|
1155
|
+
}, f = function(v) {
|
|
1156
|
+
return u < n ? p(v) : c.push(v);
|
|
1157
|
+
}, p = function(v) {
|
|
1158
|
+
u++;
|
|
1159
|
+
var w = !1;
|
|
1160
|
+
T(e(v, l++)).subscribe(O(t, function(E) {
|
|
1161
|
+
t.next(E);
|
|
1162
|
+
}, function() {
|
|
1163
|
+
w = !0;
|
|
1164
|
+
}, void 0, function() {
|
|
1165
|
+
if (w)
|
|
1166
|
+
try {
|
|
1167
|
+
u--;
|
|
1168
|
+
for (var E = function() {
|
|
1169
|
+
var x = c.shift();
|
|
1170
|
+
s || p(x);
|
|
1171
|
+
}; c.length && u < n; )
|
|
1172
|
+
E();
|
|
1173
|
+
y();
|
|
1174
|
+
} catch (x) {
|
|
1175
|
+
t.error(x);
|
|
1176
|
+
}
|
|
1177
|
+
}));
|
|
1178
|
+
};
|
|
1179
|
+
return r.subscribe(O(t, f, function() {
|
|
1180
|
+
d = !0, y();
|
|
1181
|
+
})), function() {
|
|
1182
|
+
};
|
|
1183
|
+
}
|
|
1184
|
+
function G(r, t, e) {
|
|
1185
|
+
return e === void 0 && (e = 1 / 0), m(t) ? G(function(n, i) {
|
|
1186
|
+
return V(function(o, s) {
|
|
1187
|
+
return t(n, o, i, s);
|
|
1188
|
+
})(T(r(n, i)));
|
|
1189
|
+
}, e) : (typeof t == "number" && (e = t), P(function(n, i) {
|
|
1190
|
+
return $t(n, i, r, e);
|
|
1191
|
+
}));
|
|
1192
|
+
}
|
|
1193
|
+
function Ue(r, t, e) {
|
|
1194
|
+
r === void 0 && (r = 0), e === void 0 && (e = st);
|
|
1195
|
+
var n = -1;
|
|
1196
|
+
return t != null && (be(t) ? e = t : n = t), new S(function(i) {
|
|
1197
|
+
var o = It(r) ? +r - e.now() : r;
|
|
1198
|
+
o < 0 && (o = 0);
|
|
1199
|
+
var s = 0;
|
|
1200
|
+
return e.schedule(function() {
|
|
1201
|
+
i.closed || (i.next(s++), 0 <= n ? this.schedule(void 0, n) : i.complete());
|
|
1202
|
+
}, o);
|
|
1203
|
+
});
|
|
1204
|
+
}
|
|
1205
|
+
function jt(r, t) {
|
|
1206
|
+
return m(t) ? G(r, t, 1) : G(r, 1);
|
|
1207
|
+
}
|
|
1208
|
+
function Dt(r) {
|
|
1209
|
+
return r <= 0 ? function() {
|
|
1210
|
+
return at;
|
|
1211
|
+
} : P(function(t, e) {
|
|
1212
|
+
var n = 0;
|
|
1213
|
+
t.subscribe(O(e, function(i) {
|
|
1214
|
+
++n <= r && (e.next(i), r <= n && e.complete());
|
|
1215
|
+
}));
|
|
1216
|
+
});
|
|
1217
|
+
}
|
|
1218
|
+
function Nt(r) {
|
|
1219
|
+
return V(function() {
|
|
1220
|
+
return r;
|
|
1221
|
+
});
|
|
1222
|
+
}
|
|
1223
|
+
function Gt(r, t) {
|
|
1224
|
+
return G(function(e, n) {
|
|
1225
|
+
return T(r(e, n)).pipe(Dt(1), Nt(e));
|
|
1226
|
+
});
|
|
1227
|
+
}
|
|
1228
|
+
function Ft(r, t) {
|
|
1229
|
+
t === void 0 && (t = me);
|
|
1230
|
+
var e = Ue(r, t);
|
|
1231
|
+
return Gt(function() {
|
|
1232
|
+
return e;
|
|
1233
|
+
});
|
|
1234
|
+
}
|
|
1235
|
+
function Vt(r) {
|
|
1236
|
+
var t;
|
|
1237
|
+
t = {
|
|
1238
|
+
count: r
|
|
1239
|
+
};
|
|
1240
|
+
var e = t.count, n = e === void 0 ? 1 / 0 : e, i = t.delay, o = t.resetOnSuccess, s = o === void 0 ? !1 : o;
|
|
1241
|
+
return n <= 0 ? F : P(function(a, c) {
|
|
1242
|
+
var u = 0, l, d = function() {
|
|
1243
|
+
var y = !1;
|
|
1244
|
+
l = a.subscribe(O(c, function(f) {
|
|
1245
|
+
s && (u = 0), c.next(f);
|
|
1246
|
+
}, void 0, function(f) {
|
|
1247
|
+
if (u++ < n) {
|
|
1248
|
+
var p = function() {
|
|
1249
|
+
l ? (l.unsubscribe(), l = null, d()) : y = !0;
|
|
1250
|
+
};
|
|
1251
|
+
if (i != null) {
|
|
1252
|
+
var v = typeof i == "number" ? Ue(i) : T(i(f, u)), w = O(c, function() {
|
|
1253
|
+
w.unsubscribe(), p();
|
|
1254
|
+
}, function() {
|
|
1255
|
+
c.complete();
|
|
1256
|
+
});
|
|
1257
|
+
v.subscribe(w);
|
|
1258
|
+
} else
|
|
1259
|
+
p();
|
|
1260
|
+
} else
|
|
1261
|
+
c.error(f);
|
|
1262
|
+
})), y && (l.unsubscribe(), l = null, d());
|
|
1263
|
+
};
|
|
1264
|
+
d();
|
|
1265
|
+
});
|
|
1266
|
+
}
|
|
1267
|
+
function qt(r) {
|
|
1268
|
+
return P(function(t, e) {
|
|
1269
|
+
T(r).subscribe(O(e, function() {
|
|
1270
|
+
return e.complete();
|
|
1271
|
+
}, X)), !e.closed && t.subscribe(e);
|
|
1272
|
+
});
|
|
1273
|
+
}
|
|
1274
|
+
async function Ht(r, t) {
|
|
1275
|
+
const e = r.getReader();
|
|
1276
|
+
let n;
|
|
1277
|
+
for (; !(n = await e.read()).done; )
|
|
1278
|
+
t(n.value);
|
|
1279
|
+
}
|
|
1280
|
+
function Kt(r) {
|
|
1281
|
+
let t, e, n, i = !1;
|
|
1282
|
+
return function(s) {
|
|
1283
|
+
t === void 0 ? (t = s, e = 0, n = -1) : t = Yt(t, s);
|
|
1284
|
+
const a = t.length;
|
|
1285
|
+
let c = 0;
|
|
1286
|
+
for (; e < a; ) {
|
|
1287
|
+
i && (t[e] === 10 && (c = ++e), i = !1);
|
|
1288
|
+
let u = -1;
|
|
1289
|
+
for (; e < a && u === -1; ++e)
|
|
1290
|
+
switch (t[e]) {
|
|
1291
|
+
case 58:
|
|
1292
|
+
n === -1 && (n = e - c);
|
|
1293
|
+
break;
|
|
1294
|
+
case 13:
|
|
1295
|
+
i = !0;
|
|
1296
|
+
case 10:
|
|
1297
|
+
u = e;
|
|
1298
|
+
break;
|
|
1299
|
+
}
|
|
1300
|
+
if (u === -1)
|
|
1301
|
+
break;
|
|
1302
|
+
r(t.subarray(c, u), n), c = e, n = -1;
|
|
1303
|
+
}
|
|
1304
|
+
c === a ? t = void 0 : c !== 0 && (t = t.subarray(c), e -= c);
|
|
1305
|
+
};
|
|
1306
|
+
}
|
|
1307
|
+
function Bt(r, t, e) {
|
|
1308
|
+
let n = ue();
|
|
1309
|
+
const i = new TextDecoder();
|
|
1310
|
+
return function(s, a) {
|
|
1311
|
+
if (s.length === 0)
|
|
1312
|
+
e == null || e(n), n = ue();
|
|
1313
|
+
else if (a > 0) {
|
|
1314
|
+
const c = i.decode(s.subarray(0, a)), u = a + (s[a + 1] === 32 ? 2 : 1), l = i.decode(s.subarray(u));
|
|
1315
|
+
switch (c) {
|
|
1316
|
+
case "data":
|
|
1317
|
+
n.data = n.data ? n.data + `
|
|
1318
|
+
` + l : l;
|
|
1319
|
+
break;
|
|
1320
|
+
case "event":
|
|
1321
|
+
n.event = l;
|
|
1322
|
+
break;
|
|
1323
|
+
case "id":
|
|
1324
|
+
r(n.id = l);
|
|
1325
|
+
break;
|
|
1326
|
+
case "retry":
|
|
1327
|
+
const d = parseInt(l, 10);
|
|
1328
|
+
isNaN(d) || t(n.retry = d);
|
|
1329
|
+
break;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
};
|
|
1333
|
+
}
|
|
1334
|
+
function Yt(r, t) {
|
|
1335
|
+
const e = new Uint8Array(r.length + t.length);
|
|
1336
|
+
return e.set(r), e.set(t, r.length), e;
|
|
1337
|
+
}
|
|
1338
|
+
function ue() {
|
|
1339
|
+
return {
|
|
1340
|
+
data: "",
|
|
1341
|
+
event: "",
|
|
1342
|
+
id: "",
|
|
1343
|
+
retry: void 0
|
|
1344
|
+
};
|
|
1345
|
+
}
|
|
1346
|
+
var Wt = function(r, t) {
|
|
1347
|
+
var e = {};
|
|
1348
|
+
for (var n in r) Object.prototype.hasOwnProperty.call(r, n) && t.indexOf(n) < 0 && (e[n] = r[n]);
|
|
1349
|
+
if (r != null && typeof Object.getOwnPropertySymbols == "function")
|
|
1350
|
+
for (var i = 0, n = Object.getOwnPropertySymbols(r); i < n.length; i++)
|
|
1351
|
+
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(r, n[i]) && (e[n[i]] = r[n[i]]);
|
|
1352
|
+
return e;
|
|
1353
|
+
};
|
|
1354
|
+
const z = "text/event-stream", Xt = 1e3, le = "last-event-id";
|
|
1355
|
+
function Jt(r, t) {
|
|
1356
|
+
var { signal: e, headers: n, onopen: i, onmessage: o, onclose: s, onerror: a, openWhenHidden: c, fetch: u } = t, l = Wt(t, ["signal", "headers", "onopen", "onmessage", "onclose", "onerror", "openWhenHidden", "fetch"]);
|
|
1357
|
+
return new Promise((d, y) => {
|
|
1358
|
+
const f = Object.assign({}, n);
|
|
1359
|
+
f.accept || (f.accept = z);
|
|
1360
|
+
let p;
|
|
1361
|
+
function v() {
|
|
1362
|
+
p.abort(), document.hidden || q();
|
|
1363
|
+
}
|
|
1364
|
+
c || document.addEventListener("visibilitychange", v);
|
|
1365
|
+
let w = Xt, E = 0;
|
|
1366
|
+
function x() {
|
|
1367
|
+
document.removeEventListener("visibilitychange", v), window.clearTimeout(E), p.abort();
|
|
1368
|
+
}
|
|
1369
|
+
e == null || e.addEventListener("abort", () => {
|
|
1370
|
+
x(), d();
|
|
1371
|
+
});
|
|
1372
|
+
const je = u ?? window.fetch, De = i ?? zt;
|
|
1373
|
+
async function q() {
|
|
1374
|
+
var H;
|
|
1375
|
+
p = new AbortController();
|
|
1376
|
+
try {
|
|
1377
|
+
const $ = await je(r, Object.assign(Object.assign({}, l), { headers: f, signal: p.signal }));
|
|
1378
|
+
await De($), await Ht($.body, Kt(Bt((C) => {
|
|
1379
|
+
C ? f[le] = C : delete f[le];
|
|
1380
|
+
}, (C) => {
|
|
1381
|
+
w = C;
|
|
1382
|
+
}, o))), s == null || s(), x(), d();
|
|
1383
|
+
} catch ($) {
|
|
1384
|
+
if (!p.signal.aborted)
|
|
1385
|
+
try {
|
|
1386
|
+
const C = (H = a == null ? void 0 : a($)) !== null && H !== void 0 ? H : w;
|
|
1387
|
+
window.clearTimeout(E), E = window.setTimeout(q, C);
|
|
1388
|
+
} catch (C) {
|
|
1389
|
+
x(), y(C);
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
q();
|
|
1394
|
+
});
|
|
1395
|
+
}
|
|
1396
|
+
function zt(r) {
|
|
1397
|
+
const t = r.headers.get("content-type");
|
|
1398
|
+
if (!(t != null && t.startsWith(z)))
|
|
1399
|
+
throw new Error(`Expected content-type to be ${z}, Actual: ${t}`);
|
|
1400
|
+
}
|
|
1401
|
+
function Qt(r) {
|
|
1402
|
+
const { endpoint: t, apiKey: e, payload: n, debugMode: i } = r;
|
|
1403
|
+
return new S((o) => {
|
|
1404
|
+
const s = new AbortController();
|
|
1405
|
+
let a;
|
|
1406
|
+
const c = {
|
|
1407
|
+
"Content-Type": "application/json"
|
|
1408
|
+
};
|
|
1409
|
+
e && (c["X-API-KEY"] = e);
|
|
1410
|
+
const u = new URLSearchParams();
|
|
1411
|
+
i && u.set("is_debug", "true");
|
|
1412
|
+
const l = new URL(t);
|
|
1413
|
+
return u.toString() && (l.search = u.toString()), Jt(l.toString(), {
|
|
1414
|
+
method: "POST",
|
|
1415
|
+
headers: c,
|
|
1416
|
+
body: n ? JSON.stringify(n) : void 0,
|
|
1417
|
+
signal: s.signal,
|
|
1418
|
+
/**
|
|
1419
|
+
* Allow SSE to work when the page is hidden.
|
|
1420
|
+
* https://github.com/Azure/fetch-event-source/issues/17#issuecomment-1525904929
|
|
1421
|
+
*/
|
|
1422
|
+
openWhenHidden: !0,
|
|
1423
|
+
onopen: async (d) => {
|
|
1424
|
+
d.ok ? a = d.headers.get("X-Trace-Id") ?? void 0 : (o.error(d), s.abort());
|
|
1425
|
+
},
|
|
1426
|
+
onmessage: (d) => {
|
|
1427
|
+
const y = JSON.parse(d.data);
|
|
1428
|
+
a ? y.traceId = a : y.requestId && (y.traceId = y.requestId, a || (a = y.requestId)), o.next(y);
|
|
1429
|
+
},
|
|
1430
|
+
onclose: () => {
|
|
1431
|
+
o.complete();
|
|
1432
|
+
},
|
|
1433
|
+
onerror: (d) => {
|
|
1434
|
+
throw o.error(d), s.abort(), d;
|
|
1435
|
+
}
|
|
1436
|
+
}), () => {
|
|
1437
|
+
s.abort();
|
|
1438
|
+
};
|
|
1439
|
+
});
|
|
1440
|
+
}
|
|
1441
|
+
class Zt {
|
|
1442
|
+
constructor() {
|
|
1443
|
+
b(this, "listeners", {});
|
|
1444
|
+
}
|
|
1445
|
+
on(t, e) {
|
|
1446
|
+
this.listeners = Object.assign({}, this.listeners, {
|
|
1447
|
+
[t]: (this.listeners[t] ?? []).concat(e)
|
|
1448
|
+
});
|
|
1449
|
+
}
|
|
1450
|
+
off(t, e) {
|
|
1451
|
+
this.listeners[t] && (this.listeners = Object.assign({}, this.listeners, {
|
|
1452
|
+
[t]: (this.listeners[t] ?? []).filter((n) => n !== e)
|
|
1453
|
+
}));
|
|
1454
|
+
}
|
|
1455
|
+
remove(t) {
|
|
1456
|
+
delete this.listeners[t];
|
|
1457
|
+
}
|
|
1458
|
+
emit(t, ...e) {
|
|
1459
|
+
this.listeners[t] && this.listeners[t].forEach((n) => n(...e));
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
class sr {
|
|
1463
|
+
constructor(t) {
|
|
1464
|
+
b(this, "apiKey");
|
|
1465
|
+
b(this, "endpoint");
|
|
1466
|
+
b(this, "botProviderEndpoint");
|
|
1467
|
+
b(this, "debugMode");
|
|
1468
|
+
b(this, "destroy$", new ee());
|
|
1469
|
+
b(this, "sseEmitter", new Zt());
|
|
1470
|
+
b(this, "transformSsePayload");
|
|
1471
|
+
if (!t.endpoint && !t.botProviderEndpoint)
|
|
1472
|
+
throw new Error("Either endpoint or botProviderEndpoint must be provided");
|
|
1473
|
+
if (this.apiKey = t.apiKey, this.debugMode = t.debugMode, this.transformSsePayload = t.transformSsePayload, this.botProviderEndpoint = t.botProviderEndpoint, !t.endpoint && t.botProviderEndpoint) {
|
|
1474
|
+
const e = t.botProviderEndpoint.replace(/\/+$/, "");
|
|
1475
|
+
this.endpoint = `${e}/message/sse`;
|
|
1476
|
+
} else t.endpoint && (this.endpoint = t.endpoint, this.debugMode && console.warn(
|
|
1477
|
+
'[AsgardServiceClient] The "endpoint" option is deprecated and will be removed in the next major version. Please use "botProviderEndpoint" instead. The SSE endpoint will be automatically derived as "${botProviderEndpoint}/message/sse".'
|
|
1478
|
+
));
|
|
1479
|
+
}
|
|
1480
|
+
on(t, e) {
|
|
1481
|
+
this.sseEmitter.remove(t), this.sseEmitter.on(t, e);
|
|
1482
|
+
}
|
|
1483
|
+
handleEvent(t) {
|
|
1484
|
+
switch (t.eventType) {
|
|
1485
|
+
case h.INIT:
|
|
1486
|
+
this.sseEmitter.emit(h.INIT, t);
|
|
1487
|
+
break;
|
|
1488
|
+
case h.PROCESS_START:
|
|
1489
|
+
case h.PROCESS_COMPLETE:
|
|
1490
|
+
this.sseEmitter.emit(h.PROCESS, t);
|
|
1491
|
+
break;
|
|
1492
|
+
case h.MESSAGE_START:
|
|
1493
|
+
case h.MESSAGE_DELTA:
|
|
1494
|
+
case h.MESSAGE_COMPLETE:
|
|
1495
|
+
this.sseEmitter.emit(h.MESSAGE, t);
|
|
1496
|
+
break;
|
|
1497
|
+
case h.TOOL_CALL_START:
|
|
1498
|
+
case h.TOOL_CALL_COMPLETE:
|
|
1499
|
+
this.sseEmitter.emit(h.TOOL_CALL, t);
|
|
1500
|
+
break;
|
|
1501
|
+
case h.DONE:
|
|
1502
|
+
this.sseEmitter.emit(h.DONE, t);
|
|
1503
|
+
break;
|
|
1504
|
+
case h.ERROR:
|
|
1505
|
+
this.sseEmitter.emit(h.ERROR, t);
|
|
1506
|
+
break;
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
fetchSse(t, e) {
|
|
1510
|
+
var n, i;
|
|
1511
|
+
(n = e == null ? void 0 : e.onSseStart) == null || n.call(e), Qt({
|
|
1512
|
+
apiKey: this.apiKey,
|
|
1513
|
+
endpoint: this.endpoint,
|
|
1514
|
+
debugMode: this.debugMode,
|
|
1515
|
+
payload: ((i = this.transformSsePayload) == null ? void 0 : i.call(this, t)) ?? t
|
|
1516
|
+
}).pipe(
|
|
1517
|
+
jt((o) => Et(o).pipe(Ft((e == null ? void 0 : e.delayTime) ?? 50))),
|
|
1518
|
+
qt(this.destroy$),
|
|
1519
|
+
Vt(3)
|
|
1520
|
+
).subscribe({
|
|
1521
|
+
next: (o) => {
|
|
1522
|
+
var s;
|
|
1523
|
+
(s = e == null ? void 0 : e.onSseMessage) == null || s.call(e, o), this.handleEvent(o);
|
|
1524
|
+
},
|
|
1525
|
+
error: (o) => {
|
|
1526
|
+
var s;
|
|
1527
|
+
(s = e == null ? void 0 : e.onSseError) == null || s.call(e, o);
|
|
1528
|
+
},
|
|
1529
|
+
complete: () => {
|
|
1530
|
+
var o;
|
|
1531
|
+
(o = e == null ? void 0 : e.onSseCompleted) == null || o.call(e);
|
|
1532
|
+
}
|
|
1533
|
+
});
|
|
1534
|
+
}
|
|
1535
|
+
close() {
|
|
1536
|
+
this.destroy$.next(), this.destroy$.complete();
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* 上傳檔案到 Blob API
|
|
1540
|
+
* 根據 API 文件:/generic/ns/{namespace}/bot-provider/{bot_provider_name}/blob
|
|
1541
|
+
*/
|
|
1542
|
+
async uploadFile(t, e) {
|
|
1543
|
+
const n = this.deriveBlobEndpoint();
|
|
1544
|
+
if (!n)
|
|
1545
|
+
throw new Error("Unable to derive blob endpoint. Please provide botProviderEndpoint in config.");
|
|
1546
|
+
const i = new FormData();
|
|
1547
|
+
i.append("file", t), i.append("customChannelId", e);
|
|
1548
|
+
const o = {};
|
|
1549
|
+
this.apiKey && (o["X-API-KEY"] = this.apiKey);
|
|
1550
|
+
try {
|
|
1551
|
+
const s = await fetch(n, {
|
|
1552
|
+
method: "POST",
|
|
1553
|
+
headers: o,
|
|
1554
|
+
body: i
|
|
1555
|
+
});
|
|
1556
|
+
if (!s.ok)
|
|
1557
|
+
throw new Error(`Upload failed: ${s.status} ${s.statusText}`);
|
|
1558
|
+
const a = await s.json();
|
|
1559
|
+
return this.debugMode && console.log("[AsgardServiceClient] File upload response:", a), a;
|
|
1560
|
+
} catch (s) {
|
|
1561
|
+
throw console.error("[AsgardServiceClient] File upload error:", s), s;
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* 從 botProviderEndpoint 衍生 Blob API endpoint
|
|
1566
|
+
*/
|
|
1567
|
+
deriveBlobEndpoint() {
|
|
1568
|
+
if (!this.botProviderEndpoint && !this.endpoint)
|
|
1569
|
+
return null;
|
|
1570
|
+
let t = this.botProviderEndpoint;
|
|
1571
|
+
if (!t && this.endpoint && (t = this.endpoint.replace("/message/sse", "")), !t)
|
|
1572
|
+
return null;
|
|
1573
|
+
if (t = t.replace(/\/+$/, ""), !t.includes("/generic/")) {
|
|
1574
|
+
const e = t.match(/^(https?:\/\/[^/]+)(\/.*)/);
|
|
1575
|
+
if (e) {
|
|
1576
|
+
const [, n, i] = e;
|
|
1577
|
+
t = `${n}/generic${i}`;
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
return `${t}/blob`;
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
const g = [];
|
|
1584
|
+
for (let r = 0; r < 256; ++r)
|
|
1585
|
+
g.push((r + 256).toString(16).slice(1));
|
|
1586
|
+
function er(r, t = 0) {
|
|
1587
|
+
return (g[r[t + 0]] + g[r[t + 1]] + g[r[t + 2]] + g[r[t + 3]] + "-" + g[r[t + 4]] + g[r[t + 5]] + "-" + g[r[t + 6]] + g[r[t + 7]] + "-" + g[r[t + 8]] + g[r[t + 9]] + "-" + g[r[t + 10]] + g[r[t + 11]] + g[r[t + 12]] + g[r[t + 13]] + g[r[t + 14]] + g[r[t + 15]]).toLowerCase();
|
|
1588
|
+
}
|
|
1589
|
+
let B;
|
|
1590
|
+
const tr = new Uint8Array(16);
|
|
1591
|
+
function rr() {
|
|
1592
|
+
if (!B) {
|
|
1593
|
+
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
1594
|
+
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
1595
|
+
B = crypto.getRandomValues.bind(crypto);
|
|
1596
|
+
}
|
|
1597
|
+
return B(tr);
|
|
1598
|
+
}
|
|
1599
|
+
const nr = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), fe = { randomUUID: nr };
|
|
1600
|
+
function ir(r, t, e) {
|
|
1601
|
+
var i;
|
|
1602
|
+
r = r || {};
|
|
1603
|
+
const n = r.random ?? ((i = r.rng) == null ? void 0 : i.call(r)) ?? rr();
|
|
1604
|
+
if (n.length < 16)
|
|
1605
|
+
throw new Error("Random bytes length must be >= 16");
|
|
1606
|
+
return n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, er(n);
|
|
1607
|
+
}
|
|
1608
|
+
function ke(r, t, e) {
|
|
1609
|
+
return fe.randomUUID && !r ? fe.randomUUID() : ir(r);
|
|
1610
|
+
}
|
|
1611
|
+
class I {
|
|
1612
|
+
constructor({ messages: t }) {
|
|
1613
|
+
b(this, "messages", null);
|
|
1614
|
+
this.messages = t;
|
|
1615
|
+
}
|
|
1616
|
+
pushMessage(t) {
|
|
1617
|
+
const e = new Map(this.messages);
|
|
1618
|
+
return e.set(t.messageId, t), new I({ messages: e });
|
|
1619
|
+
}
|
|
1620
|
+
onMessage(t) {
|
|
1621
|
+
switch (t.eventType) {
|
|
1622
|
+
case h.MESSAGE_START:
|
|
1623
|
+
return this.onMessageStart(t);
|
|
1624
|
+
case h.MESSAGE_DELTA:
|
|
1625
|
+
return this.onMessageDelta(t);
|
|
1626
|
+
case h.MESSAGE_COMPLETE:
|
|
1627
|
+
return this.onMessageComplete(t);
|
|
1628
|
+
case h.TOOL_CALL_START:
|
|
1629
|
+
return this.onToolCallStart(t);
|
|
1630
|
+
case h.TOOL_CALL_COMPLETE:
|
|
1631
|
+
return this.onToolCallComplete(t);
|
|
1632
|
+
case h.ERROR:
|
|
1633
|
+
return this.onMessageError(t);
|
|
1634
|
+
default:
|
|
1635
|
+
return this;
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
onMessageStart(t) {
|
|
1639
|
+
const e = t.fact.messageStart.message, n = new Map(this.messages);
|
|
1640
|
+
return n.set(e.messageId, {
|
|
1641
|
+
type: "bot",
|
|
1642
|
+
eventType: h.MESSAGE_START,
|
|
1643
|
+
isTyping: !0,
|
|
1644
|
+
typingText: "",
|
|
1645
|
+
messageId: e.messageId,
|
|
1646
|
+
message: e,
|
|
1647
|
+
time: /* @__PURE__ */ new Date(),
|
|
1648
|
+
traceId: t.traceId
|
|
1649
|
+
}), new I({ messages: n });
|
|
1650
|
+
}
|
|
1651
|
+
onMessageDelta(t) {
|
|
1652
|
+
const e = t.fact.messageDelta.message, n = new Map(this.messages), i = n.get(e.messageId);
|
|
1653
|
+
if ((i == null ? void 0 : i.type) !== "bot") return this;
|
|
1654
|
+
const o = `${(i == null ? void 0 : i.typingText) ?? ""}${e.text}`;
|
|
1655
|
+
return n.set(e.messageId, {
|
|
1656
|
+
type: "bot",
|
|
1657
|
+
eventType: h.MESSAGE_DELTA,
|
|
1658
|
+
isTyping: !0,
|
|
1659
|
+
typingText: o,
|
|
1660
|
+
messageId: e.messageId,
|
|
1661
|
+
message: e,
|
|
1662
|
+
time: /* @__PURE__ */ new Date(),
|
|
1663
|
+
traceId: t.traceId ?? i.traceId
|
|
1664
|
+
}), new I({ messages: n });
|
|
1665
|
+
}
|
|
1666
|
+
onMessageComplete(t) {
|
|
1667
|
+
const e = t.fact.messageComplete.message, n = new Map(this.messages), i = n.get(e.messageId);
|
|
1668
|
+
return n.set(e.messageId, {
|
|
1669
|
+
type: "bot",
|
|
1670
|
+
eventType: h.MESSAGE_COMPLETE,
|
|
1671
|
+
isTyping: !1,
|
|
1672
|
+
typingText: null,
|
|
1673
|
+
messageId: e.messageId,
|
|
1674
|
+
message: e,
|
|
1675
|
+
time: /* @__PURE__ */ new Date(),
|
|
1676
|
+
traceId: t.traceId ?? ((i == null ? void 0 : i.type) === "bot" ? i.traceId : void 0)
|
|
1677
|
+
}), new I({ messages: n });
|
|
1678
|
+
}
|
|
1679
|
+
onMessageError(t) {
|
|
1680
|
+
const e = ke(), n = t.fact.runError.error, i = new Map(this.messages);
|
|
1681
|
+
return i.set(e, {
|
|
1682
|
+
type: "error",
|
|
1683
|
+
eventType: h.ERROR,
|
|
1684
|
+
messageId: e,
|
|
1685
|
+
error: n,
|
|
1686
|
+
time: /* @__PURE__ */ new Date(),
|
|
1687
|
+
traceId: t.traceId
|
|
1688
|
+
}), new I({ messages: i });
|
|
1689
|
+
}
|
|
1690
|
+
onToolCallStart(t) {
|
|
1691
|
+
const e = t.fact.toolCallStart, n = new Map(this.messages), i = `${e.processId}-${e.callSeq}`, o = {
|
|
1692
|
+
type: "tool-call",
|
|
1693
|
+
eventType: h.TOOL_CALL_START,
|
|
1694
|
+
messageId: i,
|
|
1695
|
+
processId: e.processId,
|
|
1696
|
+
callSeq: e.callSeq,
|
|
1697
|
+
toolName: e.toolCall.toolName,
|
|
1698
|
+
toolsetName: e.toolCall.toolsetName,
|
|
1699
|
+
parameter: e.toolCall.parameter,
|
|
1700
|
+
isComplete: !1,
|
|
1701
|
+
time: /* @__PURE__ */ new Date(),
|
|
1702
|
+
traceId: t.traceId
|
|
1703
|
+
};
|
|
1704
|
+
return n.set(i, o), new I({ messages: n });
|
|
1705
|
+
}
|
|
1706
|
+
onToolCallComplete(t) {
|
|
1707
|
+
const e = t.fact.toolCallComplete, n = new Map(this.messages), i = `${e.processId}-${e.callSeq}`, o = n.get(i);
|
|
1708
|
+
if ((o == null ? void 0 : o.type) === "tool-call") {
|
|
1709
|
+
const s = {
|
|
1710
|
+
...o,
|
|
1711
|
+
eventType: h.TOOL_CALL_COMPLETE,
|
|
1712
|
+
result: e.toolCallResult,
|
|
1713
|
+
isComplete: !0,
|
|
1714
|
+
traceId: t.traceId ?? o.traceId
|
|
1715
|
+
};
|
|
1716
|
+
n.set(i, s);
|
|
1717
|
+
}
|
|
1718
|
+
return new I({ messages: n });
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
class $e {
|
|
1722
|
+
constructor(t) {
|
|
1723
|
+
b(this, "client");
|
|
1724
|
+
b(this, "customChannelId");
|
|
1725
|
+
b(this, "customMessageId");
|
|
1726
|
+
b(this, "isConnecting$");
|
|
1727
|
+
b(this, "conversation$");
|
|
1728
|
+
b(this, "statesObserver");
|
|
1729
|
+
b(this, "statesSubscription");
|
|
1730
|
+
b(this, "currentUserMessageId");
|
|
1731
|
+
if (!t.client)
|
|
1732
|
+
throw new Error("client must be required");
|
|
1733
|
+
if (!t.customChannelId)
|
|
1734
|
+
throw new Error("customChannelId must be required");
|
|
1735
|
+
this.client = t.client, this.customChannelId = t.customChannelId, this.customMessageId = t.customMessageId, this.isConnecting$ = new oe(!1), this.conversation$ = new oe(t.conversation), this.statesObserver = t.statesObserver;
|
|
1736
|
+
}
|
|
1737
|
+
static async reset(t, e, n) {
|
|
1738
|
+
const i = new $e(t);
|
|
1739
|
+
try {
|
|
1740
|
+
return i.subscribe(), await i.resetChannel(e, n), i;
|
|
1741
|
+
} catch (o) {
|
|
1742
|
+
throw i.close(), o;
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
subscribe() {
|
|
1746
|
+
this.statesSubscription = Ut([this.isConnecting$, this.conversation$]).pipe(
|
|
1747
|
+
V(([t, e]) => ({
|
|
1748
|
+
isConnecting: t,
|
|
1749
|
+
conversation: e
|
|
1750
|
+
}))
|
|
1751
|
+
).subscribe(this.statesObserver);
|
|
1752
|
+
}
|
|
1753
|
+
fetchSse(t, e) {
|
|
1754
|
+
return new Promise((n, i) => {
|
|
1755
|
+
this.isConnecting$.next(!0), this.client.fetchSse(t, {
|
|
1756
|
+
onSseStart: e == null ? void 0 : e.onSseStart,
|
|
1757
|
+
onSseMessage: (o) => {
|
|
1758
|
+
var s;
|
|
1759
|
+
if ((s = e == null ? void 0 : e.onSseMessage) == null || s.call(e, o), this.currentUserMessageId && o.traceId) {
|
|
1760
|
+
const a = new Map(this.conversation$.value.messages), c = a.get(this.currentUserMessageId);
|
|
1761
|
+
c && c.type === "user" && (a.set(this.currentUserMessageId, {
|
|
1762
|
+
...c,
|
|
1763
|
+
traceId: o.traceId
|
|
1764
|
+
}), this.conversation$.next(new I({ messages: a }))), this.currentUserMessageId = void 0;
|
|
1765
|
+
}
|
|
1766
|
+
this.conversation$.next(this.conversation$.value.onMessage(o));
|
|
1767
|
+
},
|
|
1768
|
+
onSseError: (o) => {
|
|
1769
|
+
var s;
|
|
1770
|
+
(s = e == null ? void 0 : e.onSseError) == null || s.call(e, o), this.isConnecting$.next(!1), this.currentUserMessageId = void 0, i(o);
|
|
1771
|
+
},
|
|
1772
|
+
onSseCompleted: () => {
|
|
1773
|
+
var o;
|
|
1774
|
+
(o = e == null ? void 0 : e.onSseCompleted) == null || o.call(e), this.isConnecting$.next(!1), this.currentUserMessageId = void 0, n();
|
|
1775
|
+
}
|
|
1776
|
+
});
|
|
1777
|
+
});
|
|
1778
|
+
}
|
|
1779
|
+
resetChannel(t, e) {
|
|
1780
|
+
return this.fetchSse(
|
|
1781
|
+
{
|
|
1782
|
+
action: Y.RESET_CHANNEL,
|
|
1783
|
+
customChannelId: this.customChannelId,
|
|
1784
|
+
customMessageId: this.customMessageId,
|
|
1785
|
+
text: (t == null ? void 0 : t.text) || "",
|
|
1786
|
+
payload: t == null ? void 0 : t.payload
|
|
1787
|
+
},
|
|
1788
|
+
e
|
|
1789
|
+
);
|
|
1790
|
+
}
|
|
1791
|
+
sendMessage(t, e) {
|
|
1792
|
+
const n = t.text.trim(), i = t.customMessageId ?? ke();
|
|
1793
|
+
return this.currentUserMessageId = i, this.conversation$.next(
|
|
1794
|
+
this.conversation$.value.pushMessage({
|
|
1795
|
+
type: "user",
|
|
1796
|
+
messageId: i,
|
|
1797
|
+
text: n,
|
|
1798
|
+
blobIds: t.blobIds,
|
|
1799
|
+
filePreviewUrls: t.filePreviewUrls,
|
|
1800
|
+
documentNames: t.documentNames,
|
|
1801
|
+
time: /* @__PURE__ */ new Date()
|
|
1802
|
+
})
|
|
1803
|
+
), this.fetchSse(
|
|
1804
|
+
{
|
|
1805
|
+
action: Y.NONE,
|
|
1806
|
+
customChannelId: this.customChannelId,
|
|
1807
|
+
customMessageId: i,
|
|
1808
|
+
payload: t == null ? void 0 : t.payload,
|
|
1809
|
+
text: n,
|
|
1810
|
+
blobIds: t == null ? void 0 : t.blobIds
|
|
1811
|
+
},
|
|
1812
|
+
e
|
|
1813
|
+
);
|
|
1814
|
+
}
|
|
1815
|
+
close() {
|
|
1816
|
+
var t;
|
|
1817
|
+
this.isConnecting$.complete(), this.conversation$.complete(), (t = this.statesSubscription) == null || t.unsubscribe();
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
export {
|
|
1821
|
+
sr as AsgardServiceClient,
|
|
1822
|
+
$e as Channel,
|
|
1823
|
+
I as Conversation,
|
|
1824
|
+
h as EventType,
|
|
1825
|
+
Y as FetchSseAction,
|
|
1826
|
+
Fe as MessageTemplateType
|
|
1827
|
+
};
|
|
1828
|
+
//# sourceMappingURL=index.mjs.map
|