@asgard-js/core 0.0.43-canary.9 → 0.0.44-canary.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/README.md CHANGED
@@ -82,7 +82,7 @@ const client = new AsgardServiceClient({
82
82
 
83
83
  ## API Reference
84
84
 
85
- The core package exports three main classes for different levels of abstraction:
85
+ The core package exports three main classes for different levels of abstraction and includes authentication types for dynamic API key management:
86
86
 
87
87
  ### AsgardServiceClient
88
88
 
@@ -90,7 +90,7 @@ The main client class for interacting with the Asgard AI platform.
90
90
 
91
91
  #### Constructor Options (ClientConfig)
92
92
 
93
- - **apiKey**: `string` (required) - API key for authentication
93
+ - **apiKey**: `string` (optional) - API key for authentication. Can be provided later via dynamic authentication
94
94
  - **botProviderEndpoint**: `string` (required) - Bot provider endpoint URL (SSE endpoint will be auto-derived)
95
95
  - **endpoint?**: `string` (deprecated) - Legacy API endpoint URL. Use `botProviderEndpoint` instead.
96
96
  - **debugMode?**: `boolean` - Enable debug mode for deprecation warnings, defaults to `false`
@@ -212,6 +212,42 @@ const updatedConversation = conversation.pushMessage(userMessage);
212
212
  console.log('Messages:', Array.from(updatedConversation.messages.values()));
213
213
  ```
214
214
 
215
+ ### Authentication Types
216
+
217
+ The core package includes authentication-related types for dynamic API key management:
218
+
219
+ #### AuthState
220
+
221
+ Authentication state management for applications requiring dynamic API key input:
222
+
223
+ ```typescript
224
+ type AuthState = 'loading' | 'needApiKey' | 'authenticated' | 'error' | 'invalidApiKey';
225
+ ```
226
+
227
+ **States:**
228
+ - **`loading`**: Authentication in progress
229
+ - **`needApiKey`**: User needs to provide API key
230
+ - **`authenticated`**: Successfully authenticated
231
+ - **`error`**: General authentication error
232
+ - **`invalidApiKey`**: API key is invalid
233
+
234
+ **Usage:**
235
+ ```typescript
236
+ import { AuthState } from '@asgard-js/core';
237
+
238
+ function handleAuthState(state: AuthState) {
239
+ switch (state) {
240
+ case 'needApiKey':
241
+ // Show API key input interface
242
+ break;
243
+ case 'authenticated':
244
+ // Initialize chatbot normally
245
+ break;
246
+ // Handle other states...
247
+ }
248
+ }
249
+ ```
250
+
215
251
  ## Testing
216
252
 
217
253
  The core package includes comprehensive tests using Vitest.
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
- "use strict";var Ne=Object.defineProperty;var Ue=(n,t,e)=>t in n?Ne(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var m=(n,t,e)=>Ue(n,typeof t!="symbol"?t+"":t,e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var U=(n=>(n.RESET_CHANNEL="RESET_CHANNEL",n.NONE="NONE",n))(U||{}),y=(n=>(n.INIT="asgard.run.init",n.PROCESS="asgard.process",n.PROCESS_START="asgard.process.start",n.PROCESS_COMPLETE="asgard.process.complete",n.MESSAGE="asgard.message",n.MESSAGE_START="asgard.message.start",n.MESSAGE_DELTA="asgard.message.delta",n.MESSAGE_COMPLETE="asgard.message.complete",n.TOOL_CALL="asgard.tool_call",n.TOOL_CALL_START="asgard.tool_call.start",n.TOOL_CALL_COMPLETE="asgard.tool_call.complete",n.DONE="asgard.run.done",n.ERROR="asgard.run.error",n))(y||{}),fe=(n=>(n.TEXT="TEXT",n.HINT="HINT",n.BUTTON="BUTTON",n.IMAGE="IMAGE",n.VIDEO="VIDEO",n.AUDIO="AUDIO",n.LOCATION="LOCATION",n.CAROUSEL="CAROUSEL",n.CHART="CHART",n))(fe||{}),Y=function(n,t){return Y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])},Y(n,t)};function O(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Y(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function $e(n,t,e,r){function i(o){return o instanceof e?o:new e(function(s){s(o)})}return new(e||(e=Promise))(function(o,s){function c(f){try{u(r.next(f))}catch(d){s(d)}}function a(f){try{u(r.throw(f))}catch(d){s(d)}}function u(f){f.done?o(f.value):i(f.value).then(c,a)}u((r=r.apply(n,t||[])).next())})}function le(n,t){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,s=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return s.next=c(0),s.throw=c(1),s.return=c(2),typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(u){return function(f){return a([u,f])}}function a(u){if(r)throw new TypeError("Generator is already executing.");for(;s&&(s=0,u[0]&&(e=0)),e;)try{if(r=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;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return e.label++,{value:u[1],done:!1};case 5:e.label++,i=u[1],u=[0];continue;case 7:u=e.ops.pop(),e.trys.pop();continue;default:if(o=e.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){e=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){e.label=u[1];break}if(u[0]===6&&e.label<o[1]){e.label=o[1],o=u;break}if(o&&e.label<o[2]){e.label=o[2],e.ops.push(u);break}o[2]&&e.ops.pop(),e.trys.pop();continue}u=t.call(n,e)}catch(f){u=[6,f],i=0}finally{r=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function M(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],r=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var r=e.call(n),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)o.push(i.value)}catch(c){s={error:c}}finally{try{i&&!i.done&&(e=r.return)&&e.call(r)}finally{if(s)throw s.error}}return o}function L(n,t,e){if(e||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++)(o||!(r in t))&&(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return n.concat(o||Array.prototype.slice.call(t))}function C(n){return this instanceof C?(this.v=n,this):new C(n)}function Ge(n,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=e.apply(n,t||[]),i,o=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),c("next"),c("throw"),c("return",s),i[Symbol.asyncIterator]=function(){return this},i;function s(l){return function(v){return Promise.resolve(v).then(l,d)}}function c(l,v){r[l]&&(i[l]=function(h){return new Promise(function(g,w){o.push([l,h,g,w])>1||a(l,h)})},v&&(i[l]=v(i[l])))}function a(l,v){try{u(r[l](v))}catch(h){b(o[0][3],h)}}function u(l){l.value instanceof C?Promise.resolve(l.value.v).then(f,d):b(o[0][2],l)}function f(l){a("next",l)}function d(l){a("throw",l)}function b(l,v){l(v),o.shift(),o.length&&a(o[0][0],o[0][1])}}function Fe(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=n[Symbol.asyncIterator],e;return t?t.call(n):(n=typeof M=="function"?M(n):n[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(o){e[o]=n[o]&&function(s){return new Promise(function(c,a){s=n[o](s),i(c,a,s.done,s.value)})}}function i(o,s,c,a){Promise.resolve(a).then(function(u){o({value:u,done:c})},s)}}function p(n){return typeof n=="function"}function de(n){var t=function(r){Error.call(r),r.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var K=de(function(n){return function(e){n(this),this.message=e?e.length+` errors occurred during unsubscription:
2
- `+e.map(function(r,i){return i+1+") "+r.toString()}).join(`
3
- `):"",this.name="UnsubscriptionError",this.errors=e}});function $(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var k=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,r,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=M(s),a=c.next();!a.done;a=c.next()){var u=a.value;u.remove(this)}}catch(h){t={error:h}}finally{try{a&&!a.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var f=this.initialTeardown;if(p(f))try{f()}catch(h){o=h instanceof K?h.errors:[h]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var b=M(d),l=b.next();!l.done;l=b.next()){var v=l.value;try{te(v)}catch(h){o=o??[],h instanceof K?o=L(L([],R(o)),R(h.errors)):o.push(h)}}}catch(h){r={error:h}}finally{try{l&&!l.done&&(i=b.return)&&i.call(b)}finally{if(r)throw r.error}}}if(o)throw new K(o)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)te(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&$(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&$(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}(),he=k.EMPTY;function ye(n){return n instanceof k||n&&"closed"in n&&p(n.remove)&&p(n.add)&&p(n.unsubscribe)}function te(n){p(n)?n():n.unsubscribe()}var He={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ve={setTimeout:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];return setTimeout.apply(void 0,L([n,t],R(e)))},clearTimeout:function(n){var t=ve.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(n)},delegate:void 0};function pe(n){ve.setTimeout(function(){throw n})}function q(){}function N(n){n()}var X=function(n){O(t,n);function t(e){var r=n.call(this)||this;return r.isStopped=!1,e?(r.destination=e,ye(e)&&e.add(r)):r.destination=Ke,r}return t.create=function(e,r,i){return new W(e,r,i)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(k),Ve=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(r){D(r)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(r){D(r)}else D(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){D(e)}},n}(),W=function(n){O(t,n);function t(e,r,i){var o=n.call(this)||this,s;return p(e)||!e?s={next:e??void 0,error:r??void 0,complete:i??void 0}:s=e,o.destination=new Ve(s),o}return t}(X);function D(n){pe(n)}function Be(n){throw n}var Ke={closed:!0,next:q,error:Be,complete:q},z=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function F(n){return n}function Ye(n){return n.length===0?F:n.length===1?n[0]:function(e){return n.reduce(function(r,i){return i(r)},e)}}var S=function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,r){var i=this,o=We(t)?t:new W(t,e,r);return N(function(){var s=i,c=s.operator,a=s.source;o.add(c?c.call(o,a):a?i._subscribe(o):i._trySubscribe(o))}),o},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var r=this;return e=ne(e),new e(function(i,o){var s=new W({next:function(c){try{t(c)}catch(a){o(a),s.unsubscribe()}},error:o,complete:i});r.subscribe(s)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[z]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Ye(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=ne(t),new t(function(r,i){var o;e.subscribe(function(s){return o=s},function(s){return i(s)},function(){return r(o)})})},n.create=function(t){return new n(t)},n}();function ne(n){var t;return(t=n??He.Promise)!==null&&t!==void 0?t:Promise}function qe(n){return n&&p(n.next)&&p(n.error)&&p(n.complete)}function We(n){return n&&n instanceof X||qe(n)&&ye(n)}function Je(n){return p(n==null?void 0:n.lift)}function P(n){return function(t){if(Je(t))return t.lift(function(e){try{return n(e,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function E(n,t,e,r,i){return new Xe(n,t,e,r,i)}var Xe=function(n){O(t,n);function t(e,r,i,o,s,c){var a=n.call(this,e)||this;return a.onFinalize=s,a.shouldUnsubscribe=c,a._next=r?function(u){try{r(u)}catch(f){e.error(f)}}:n.prototype._next,a._error=o?function(u){try{o(u)}catch(f){e.error(f)}finally{this.unsubscribe()}}:n.prototype._error,a._complete=i?function(){try{i()}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._complete,a}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t}(X),ze=de(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Q=function(n){O(t,n);function t(){var e=n.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var r=new re(this,this);return r.operator=e,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new ze},t.prototype.next=function(e){var r=this;N(function(){var i,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var s=M(r.currentObservers),c=s.next();!c.done;c=s.next()){var a=c.value;a.next(e)}}catch(u){i={error:u}}finally{try{c&&!c.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(e){var r=this;N(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=e;for(var i=r.observers;i.length;)i.shift().error(e)}})},t.prototype.complete=function(){var e=this;N(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var r=e.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var r=this,i=this,o=i.hasError,s=i.isStopped,c=i.observers;return o||s?he:(this.currentObservers=null,c.push(e),new k(function(){r.currentObservers=null,$(c,e)}))},t.prototype._checkFinalizedStatuses=function(e){var r=this,i=r.hasError,o=r.thrownError,s=r.isStopped;i?e.error(o):s&&e.complete()},t.prototype.asObservable=function(){var e=new S;return e.source=this,e},t.create=function(e,r){return new re(e,r)},t}(S),re=function(n){O(t,n);function t(e,r){var i=n.call(this)||this;return i.destination=e,i.source=r,i}return t.prototype.next=function(e){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,e)},t.prototype.error=function(e){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,e)},t.prototype.complete=function(){var e,r;(r=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||r===void 0||r.call(e)},t.prototype._subscribe=function(e){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(e))!==null&&i!==void 0?i:he},t}(Q),ie=function(n){O(t,n);function t(e){var r=n.call(this)||this;return r._value=e,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var r=n.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},t.prototype.getValue=function(){var e=this,r=e.hasError,i=e.thrownError,o=e._value;if(r)throw i;return this._throwIfClosed(),o},t.prototype.next=function(e){n.prototype.next.call(this,this._value=e)},t}(Q),Qe={now:function(){return Date.now()},delegate:void 0},Ze=function(n){O(t,n);function t(e,r){return n.call(this)||this}return t.prototype.schedule=function(e,r){return this},t}(k),oe={setInterval:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];return setInterval.apply(void 0,L([n,t],R(e)))},clearInterval:function(n){return clearInterval(n)},delegate:void 0},et=function(n){O(t,n);function t(e,r){var i=n.call(this,e,r)||this;return i.scheduler=e,i.work=r,i.pending=!1,i}return t.prototype.schedule=function(e,r){var i;if(r===void 0&&(r=0),this.closed)return this;this.state=e;var o=this.id,s=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(s,o,r)),this.pending=!0,this.delay=r,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(s,this.id,r),this},t.prototype.requestAsyncId=function(e,r,i){return i===void 0&&(i=0),oe.setInterval(e.flush.bind(e,this),i)},t.prototype.recycleAsyncId=function(e,r,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return r;r!=null&&oe.clearInterval(r)},t.prototype.execute=function(e,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,r);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,r){var i=!1,o;try{this.work(e)}catch(s){i=!0,o=s||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,r=e.id,i=e.scheduler,o=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,$(o,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,n.prototype.unsubscribe.call(this)}},t}(Ze),se=function(){function n(t,e){e===void 0&&(e=n.now),this.schedulerActionCtor=t,this.now=e}return n.prototype.schedule=function(t,e,r){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},n.now=Qe.now,n}(),tt=function(n){O(t,n);function t(e,r){r===void 0&&(r=se.now);var i=n.call(this,e,r)||this;return i.actions=[],i._active=!1,i}return t.prototype.flush=function(e){var r=this.actions;if(this._active){r.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=r.shift());if(this._active=!1,i){for(;e=r.shift();)e.unsubscribe();throw i}},t}(se),be=new tt(et),nt=be,rt=new S(function(n){return n.complete()});function me(n){return n&&p(n.schedule)}function Se(n){return n[n.length-1]}function it(n){return p(Se(n))?n.pop():void 0}function ge(n){return me(Se(n))?n.pop():void 0}var we=function(n){return n&&typeof n.length=="number"&&typeof n!="function"};function Ee(n){return p(n==null?void 0:n.then)}function Oe(n){return p(n[z])}function Ie(n){return Symbol.asyncIterator&&p(n==null?void 0:n[Symbol.asyncIterator])}function Ae(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function ot(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var _e=ot();function xe(n){return p(n==null?void 0:n[_e])}function Te(n){return Ge(this,arguments,function(){var e,r,i,o;return le(this,function(s){switch(s.label){case 0:e=n.getReader(),s.label=1;case 1:s.trys.push([1,,9,10]),s.label=2;case 2:return[4,C(e.read())];case 3:return r=s.sent(),i=r.value,o=r.done,o?[4,C(void 0)]:[3,5];case 4:return[2,s.sent()];case 5:return[4,C(i)];case 6:return[4,s.sent()];case 7:return s.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function Pe(n){return p(n==null?void 0:n.getReader)}function _(n){if(n instanceof S)return n;if(n!=null){if(Oe(n))return st(n);if(we(n))return ut(n);if(Ee(n))return at(n);if(Ie(n))return Ce(n);if(xe(n))return ct(n);if(Pe(n))return ft(n)}throw Ae(n)}function st(n){return new S(function(t){var e=n[z]();if(p(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function ut(n){return new S(function(t){for(var e=0;e<n.length&&!t.closed;e++)t.next(n[e]);t.complete()})}function at(n){return new S(function(t){n.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,pe)})}function ct(n){return new S(function(t){var e,r;try{for(var i=M(n),o=i.next();!o.done;o=i.next()){var s=o.value;if(t.next(s),t.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}t.complete()})}function Ce(n){return new S(function(t){lt(n,t).catch(function(e){return t.error(e)})})}function ft(n){return Ce(Te(n))}function lt(n,t){var e,r,i,o;return $e(this,void 0,void 0,function(){var s,c;return le(this,function(a){switch(a.label){case 0:a.trys.push([0,5,6,11]),e=Fe(n),a.label=1;case 1:return[4,e.next()];case 2:if(r=a.sent(),!!r.done)return[3,4];if(s=r.value,t.next(s),t.closed)return[2];a.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=a.sent(),i={error:c},[3,11];case 6:return a.trys.push([6,,9,10]),r&&!r.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:a.sent(),a.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function A(n,t,e,r,i){r===void 0&&(r=0),i===void 0&&(i=!1);var o=t.schedule(function(){e(),i?n.add(this.schedule(null,r)):this.unsubscribe()},r);if(n.add(o),!i)return o}function Me(n,t){return t===void 0&&(t=0),P(function(e,r){e.subscribe(E(r,function(i){return A(r,n,function(){return r.next(i)},t)},function(){return A(r,n,function(){return r.complete()},t)},function(i){return A(r,n,function(){return r.error(i)},t)}))})}function Re(n,t){return t===void 0&&(t=0),P(function(e,r){r.add(n.schedule(function(){return e.subscribe(r)},t))})}function dt(n,t){return _(n).pipe(Re(t),Me(t))}function ht(n,t){return _(n).pipe(Re(t),Me(t))}function yt(n,t){return new S(function(e){var r=0;return t.schedule(function(){r===n.length?e.complete():(e.next(n[r++]),e.closed||this.schedule())})})}function vt(n,t){return new S(function(e){var r;return A(e,t,function(){r=n[_e](),A(e,t,function(){var i,o,s;try{i=r.next(),o=i.value,s=i.done}catch(c){e.error(c);return}s?e.complete():e.next(o)},0,!0)}),function(){return p(r==null?void 0:r.return)&&r.return()}})}function Le(n,t){if(!n)throw new Error("Iterable cannot be null");return new S(function(e){A(e,t,function(){var r=n[Symbol.asyncIterator]();A(e,t,function(){r.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function pt(n,t){return Le(Te(n),t)}function bt(n,t){if(n!=null){if(Oe(n))return dt(n,t);if(we(n))return yt(n,t);if(Ee(n))return ht(n,t);if(Ie(n))return Le(n,t);if(xe(n))return vt(n,t);if(Pe(n))return pt(n,t)}throw Ae(n)}function Z(n,t){return t?bt(n,t):_(n)}function mt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=ge(n);return Z(n,e)}function St(n){return n instanceof Date&&!isNaN(n)}function H(n,t){return P(function(e,r){var i=0;e.subscribe(E(r,function(o){r.next(n.call(t,o,i++))}))})}var gt=Array.isArray;function wt(n,t){return gt(t)?n.apply(void 0,L([],R(t))):n(t)}function Et(n){return H(function(t){return wt(n,t)})}var Ot=Array.isArray,It=Object.getPrototypeOf,At=Object.prototype,_t=Object.keys;function xt(n){if(n.length===1){var t=n[0];if(Ot(t))return{args:t,keys:null};if(Tt(t)){var e=_t(t);return{args:e.map(function(r){return t[r]}),keys:e}}}return{args:n,keys:null}}function Tt(n){return n&&typeof n=="object"&&It(n)===At}function Pt(n,t){return n.reduce(function(e,r,i){return e[r]=t[i],e},{})}function Ct(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=ge(n),r=it(n),i=xt(n),o=i.args,s=i.keys;if(o.length===0)return Z([],e);var c=new S(Mt(o,e,s?function(a){return Pt(s,a)}:F));return r?c.pipe(Et(r)):c}function Mt(n,t,e){return e===void 0&&(e=F),function(r){ue(t,function(){for(var i=n.length,o=new Array(i),s=i,c=i,a=function(f){ue(t,function(){var d=Z(n[f],t),b=!1;d.subscribe(E(r,function(l){o[f]=l,b||(b=!0,c--),c||r.next(e(o.slice()))},function(){--s||r.complete()}))},r)},u=0;u<i;u++)a(u)},r)}}function ue(n,t,e){n?A(e,n,t):t()}function Rt(n,t,e,r,i,o,s,c){var a=[],u=0,f=0,d=!1,b=function(){d&&!a.length&&!u&&t.complete()},l=function(h){return u<r?v(h):a.push(h)},v=function(h){u++;var g=!1;_(e(h,f++)).subscribe(E(t,function(w){t.next(w)},function(){g=!0},void 0,function(){if(g)try{u--;for(var w=function(){var x=a.shift();s||v(x)};a.length&&u<r;)w();b()}catch(x){t.error(x)}}))};return n.subscribe(E(t,l,function(){d=!0,b()})),function(){}}function G(n,t,e){return e===void 0&&(e=1/0),p(t)?G(function(r,i){return H(function(o,s){return t(r,o,i,s)})(_(n(r,i)))},e):(typeof t=="number"&&(e=t),P(function(r,i){return Rt(r,i,n,e)}))}function ke(n,t,e){n===void 0&&(n=0),e===void 0&&(e=nt);var r=-1;return t!=null&&(me(t)?e=t:r=t),new S(function(i){var o=St(n)?+n-e.now():n;o<0&&(o=0);var s=0;return e.schedule(function(){i.closed||(i.next(s++),0<=r?this.schedule(void 0,r):i.complete())},o)})}function Lt(n,t){return p(t)?G(n,t,1):G(n,1)}function kt(n){return n<=0?function(){return rt}:P(function(t,e){var r=0;t.subscribe(E(e,function(i){++r<=n&&(e.next(i),n<=r&&e.complete())}))})}function jt(n){return H(function(){return n})}function Dt(n,t){return G(function(e,r){return _(n(e,r)).pipe(kt(1),jt(e))})}function Nt(n,t){t===void 0&&(t=be);var e=ke(n,t);return Dt(function(){return e})}function Ut(n){var t;t={count:n};var e=t.count,r=e===void 0?1/0:e,i=t.delay,o=t.resetOnSuccess,s=o===void 0?!1:o;return r<=0?F:P(function(c,a){var u=0,f,d=function(){var b=!1;f=c.subscribe(E(a,function(l){s&&(u=0),a.next(l)},void 0,function(l){if(u++<r){var v=function(){f?(f.unsubscribe(),f=null,d()):b=!0};if(i!=null){var h=typeof i=="number"?ke(i):_(i(l,u)),g=E(a,function(){g.unsubscribe(),v()},function(){a.complete()});h.subscribe(g)}else v()}else a.error(l)})),b&&(f.unsubscribe(),f=null,d())};d()})}function $t(n){return P(function(t,e){_(n).subscribe(E(e,function(){return e.complete()},q)),!e.closed&&t.subscribe(e)})}async function Gt(n,t){const e=n.getReader();let r;for(;!(r=await e.read()).done;)t(r.value)}function Ft(n){let t,e,r,i=!1;return function(s){t===void 0?(t=s,e=0,r=-1):t=Vt(t,s);const c=t.length;let a=0;for(;e<c;){i&&(t[e]===10&&(a=++e),i=!1);let u=-1;for(;e<c&&u===-1;++e)switch(t[e]){case 58:r===-1&&(r=e-a);break;case 13:i=!0;case 10:u=e;break}if(u===-1)break;n(t.subarray(a,u),r),a=e,r=-1}a===c?t=void 0:a!==0&&(t=t.subarray(a),e-=a)}}function Ht(n,t,e){let r=ae();const i=new TextDecoder;return function(s,c){if(s.length===0)e==null||e(r),r=ae();else if(c>0){const a=i.decode(s.subarray(0,c)),u=c+(s[c+1]===32?2:1),f=i.decode(s.subarray(u));switch(a){case"data":r.data=r.data?r.data+`
4
- `+f:f;break;case"event":r.event=f;break;case"id":n(r.id=f);break;case"retry":const d=parseInt(f,10);isNaN(d)||t(r.retry=d);break}}}}function Vt(n,t){const e=new Uint8Array(n.length+t.length);return e.set(n),e.set(t,n.length),e}function ae(){return{data:"",event:"",id:"",retry:void 0}}var Bt=function(n,t){var e={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&t.indexOf(r)<0&&(e[r]=n[r]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(n);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(n,r[i])&&(e[r[i]]=n[r[i]]);return e};const J="text/event-stream",Kt=1e3,ce="last-event-id";function Yt(n,t){var{signal:e,headers:r,onopen:i,onmessage:o,onclose:s,onerror:c,openWhenHidden:a,fetch:u}=t,f=Bt(t,["signal","headers","onopen","onmessage","onclose","onerror","openWhenHidden","fetch"]);return new Promise((d,b)=>{const l=Object.assign({},r);l.accept||(l.accept=J);let v;function h(){v.abort(),document.hidden||V()}a||document.addEventListener("visibilitychange",h);let g=Kt,w=0;function x(){document.removeEventListener("visibilitychange",h),window.clearTimeout(w),v.abort()}e==null||e.addEventListener("abort",()=>{x(),d()});const je=u??window.fetch,De=i??qt;async function V(){var B;v=new AbortController;try{const j=await je(n,Object.assign(Object.assign({},f),{headers:l,signal:v.signal}));await De(j),await Gt(j.body,Ft(Ht(I=>{I?l[ce]=I:delete l[ce]},I=>{g=I},o))),s==null||s(),x(),d()}catch(j){if(!v.signal.aborted)try{const I=(B=c==null?void 0:c(j))!==null&&B!==void 0?B:g;window.clearTimeout(w),w=window.setTimeout(V,I)}catch(I){x(),b(I)}}}V()})}function qt(n){const t=n.headers.get("content-type");if(!(t!=null&&t.startsWith(J)))throw new Error(`Expected content-type to be ${J}, Actual: ${t}`)}function Wt(n){const{endpoint:t,apiKey:e,payload:r,debugMode:i}=n;return new S(o=>{const s=new AbortController,c={"Content-Type":"application/json"};e&&(c["X-API-KEY"]=e);const a=new URLSearchParams;i&&a.set("is_debug","true");const u=new URL(t);return a.toString()&&(u.search=a.toString()),Yt(u.toString(),{method:"POST",headers:c,body:r?JSON.stringify(r):void 0,signal:s.signal,openWhenHidden:!0,onopen:async f=>{if(!f.ok){let d;try{const l=await f.text();d=JSON.parse(l)}catch{d={message:`HTTP ${f.status}: ${f.statusText}`}}const b={response:f,status:f.status,statusText:f.statusText,errorDetail:d,isAuthError:f.status===401,isBotProviderError:f.status===400&&((d==null?void 0:d.code)==="BOT_PROVIDER_DISABLED"||(d==null?void 0:d.code)==="BOT_PROVIDER_NOT_FOUND")};o.error(b),s.abort()}},onmessage:f=>{o.next(JSON.parse(f.data))},onclose:()=>{o.complete()},onerror:f=>{throw o.error(f),s.abort(),f}}),()=>{s.abort()}})}class Jt{constructor(){m(this,"listeners",{})}on(t,e){this.listeners=Object.assign({},this.listeners,{[t]:(this.listeners[t]??[]).concat(e)})}off(t,e){this.listeners[t]&&(this.listeners=Object.assign({},this.listeners,{[t]:(this.listeners[t]??[]).filter(r=>r!==e)}))}remove(t){delete this.listeners[t]}emit(t,...e){this.listeners[t]&&this.listeners[t].forEach(r=>r(...e))}}class Xt{constructor(t){m(this,"apiKey");m(this,"endpoint");m(this,"debugMode");m(this,"destroy$",new Q);m(this,"sseEmitter",new Jt);m(this,"transformSsePayload");if(!t.endpoint&&!t.botProviderEndpoint)throw new Error("Either endpoint or botProviderEndpoint must be provided");if(this.apiKey=t.apiKey,this.debugMode=t.debugMode,this.transformSsePayload=t.transformSsePayload,!t.endpoint&&t.botProviderEndpoint){const e=t.botProviderEndpoint.replace(/\/+$/,"");this.endpoint=`${e}/message/sse`}else t.endpoint&&(this.endpoint=t.endpoint,this.debugMode&&console.warn('[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".'))}on(t,e){this.sseEmitter.remove(t),this.sseEmitter.on(t,e)}handleEvent(t){switch(t.eventType){case y.INIT:this.sseEmitter.emit(y.INIT,t);break;case y.PROCESS_START:case y.PROCESS_COMPLETE:this.sseEmitter.emit(y.PROCESS,t);break;case y.MESSAGE_START:case y.MESSAGE_DELTA:case y.MESSAGE_COMPLETE:this.sseEmitter.emit(y.MESSAGE,t);break;case y.TOOL_CALL_START:case y.TOOL_CALL_COMPLETE:this.sseEmitter.emit(y.TOOL_CALL,t);break;case y.DONE:this.sseEmitter.emit(y.DONE,t);break;case y.ERROR:this.sseEmitter.emit(y.ERROR,t);break}}fetchSse(t,e){var r,i;(r=e==null?void 0:e.onSseStart)==null||r.call(e),Wt({apiKey:this.apiKey,endpoint:this.endpoint,debugMode:this.debugMode,payload:((i=this.transformSsePayload)==null?void 0:i.call(this,t))??t}).pipe(Lt(o=>mt(o).pipe(Nt((e==null?void 0:e.delayTime)??50))),$t(this.destroy$),Ut(3)).subscribe({next:o=>{var s;(s=e==null?void 0:e.onSseMessage)==null||s.call(e,o),this.handleEvent(o)},error:o=>{var s;(s=e==null?void 0:e.onSseError)==null||s.call(e,o)},complete:()=>{var o;(o=e==null?void 0:e.onSseCompleted)==null||o.call(e)}})}close(){this.destroy$.next(),this.destroy$.complete()}}class ee{constructor(t){m(this,"client");m(this,"customChannelId");m(this,"customMessageId");m(this,"isConnecting$");m(this,"conversation$");m(this,"statesObserver");m(this,"statesSubscription");if(!t.client)throw new Error("client must be required");if(!t.customChannelId)throw new Error("customChannelId must be required");this.client=t.client,this.customChannelId=t.customChannelId,this.customMessageId=t.customMessageId,this.isConnecting$=new ie(!1),this.conversation$=new ie(t.conversation),this.statesObserver=t.statesObserver}static async reset(t,e,r){const i=new ee(t);try{return i.subscribe(),await i.resetChannel(e,r),i}catch(o){throw i.close(),o}}subscribe(){this.statesSubscription=Ct([this.isConnecting$,this.conversation$]).pipe(H(([t,e])=>({isConnecting:t,conversation:e}))).subscribe(this.statesObserver)}fetchSse(t,e){return new Promise((r,i)=>{this.isConnecting$.next(!0),this.client.fetchSse(t,{onSseStart:e==null?void 0:e.onSseStart,onSseMessage:o=>{var s;(s=e==null?void 0:e.onSseMessage)==null||s.call(e,o),this.conversation$.next(this.conversation$.value.onMessage(o))},onSseError:o=>{var s;(s=e==null?void 0:e.onSseError)==null||s.call(e,o),this.isConnecting$.next(!1),i(o)},onSseCompleted:()=>{var o;(o=e==null?void 0:e.onSseCompleted)==null||o.call(e),this.isConnecting$.next(!1),r()}})})}resetChannel(t,e){return this.fetchSse({action:U.RESET_CHANNEL,customChannelId:this.customChannelId,customMessageId:this.customMessageId,text:(t==null?void 0:t.text)||"",payload:t==null?void 0:t.payload},e)}sendMessage(t,e){const r=t.text.trim(),i=t.customMessageId??crypto.randomUUID();return this.conversation$.next(this.conversation$.value.pushMessage({type:"user",messageId:i,text:r,time:new Date})),this.fetchSse({action:U.NONE,customChannelId:this.customChannelId,customMessageId:i,payload:t==null?void 0:t.payload,text:r},e)}close(){var t;this.isConnecting$.complete(),this.conversation$.complete(),(t=this.statesSubscription)==null||t.unsubscribe()}}class T{constructor({messages:t}){m(this,"messages",null);this.messages=t}pushMessage(t){const e=new Map(this.messages);return e.set(t.messageId,t),new T({messages:e})}onMessage(t){switch(t.eventType){case y.MESSAGE_START:return this.onMessageStart(t);case y.MESSAGE_DELTA:return this.onMessageDelta(t);case y.MESSAGE_COMPLETE:return this.onMessageComplete(t);case y.ERROR:return this.onMessageError(t);default:return this}}onMessageStart(t){const e=t.fact.messageStart.message,r=new Map(this.messages);return r.set(e.messageId,{type:"bot",eventType:y.MESSAGE_START,isTyping:!0,typingText:"",messageId:e.messageId,message:e,time:new Date}),new T({messages:r})}onMessageDelta(t){const e=t.fact.messageDelta.message,r=new Map(this.messages),i=r.get(e.messageId);if((i==null?void 0:i.type)!=="bot")return this;const o=`${(i==null?void 0:i.typingText)??""}${e.text}`;return r.set(e.messageId,{type:"bot",eventType:y.MESSAGE_DELTA,isTyping:!0,typingText:o,messageId:e.messageId,message:e,time:new Date}),new T({messages:r})}onMessageComplete(t){const e=t.fact.messageComplete.message,r=new Map(this.messages);return r.set(e.messageId,{type:"bot",eventType:y.MESSAGE_COMPLETE,isTyping:!1,typingText:null,messageId:e.messageId,message:e,time:new Date}),new T({messages:r})}onMessageError(t){const e=crypto.randomUUID(),r=t.fact.runError.error,i=new Map(this.messages);return i.set(e,{type:"error",eventType:y.ERROR,messageId:e,error:r,time:new Date}),new T({messages:i})}}exports.AsgardServiceClient=Xt;exports.Channel=ee;exports.Conversation=T;exports.EventType=y;exports.FetchSseAction=U;exports.MessageTemplateType=fe;
1
+ "use strict";var De=Object.defineProperty;var Ue=(r,t,e)=>t in r?De(r,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[t]=e;var m=(r,t,e)=>Ue(r,typeof t!="symbol"?t+"":t,e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var $=(r=>(r.RESET_CHANNEL="RESET_CHANNEL",r.NONE="NONE",r))($||{}),d=(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))(d||{}),le=(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))(le||{}),Y=function(r,t){return Y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},Y(r,t)};function O(r,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Y(r,t);function e(){this.constructor=r}r.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function $e(r,t,e,n){function i(o){return o instanceof e?o:new e(function(s){s(o)})}return new(e||(e=Promise))(function(o,s){function c(l){try{a(n.next(l))}catch(v){s(v)}}function u(l){try{a(n.throw(l))}catch(v){s(v)}}function a(l){l.done?o(l.value):i(l.value).then(c,u)}a((n=n.apply(r,t||[])).next())})}function fe(r,t){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return s.next=c(0),s.throw=c(1),s.return=c(2),typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(a){return function(l){return u([a,l])}}function u(a){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(e=0)),e;)try{if(n=1,i&&(o=a[0]&2?i.return:a[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;switch(i=0,o&&(a=[a[0]&2,o.value]),a[0]){case 0:case 1:o=a;break;case 4:return e.label++,{value:a[1],done:!1};case 5:e.label++,i=a[1],a=[0];continue;case 7:a=e.ops.pop(),e.trys.pop();continue;default:if(o=e.trys,!(o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){e=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){e.label=a[1];break}if(a[0]===6&&e.label<o[1]){e.label=o[1],o=a;break}if(o&&e.label<o[2]){e.label=o[2],e.ops.push(a);break}o[2]&&e.ops.pop(),e.trys.pop();continue}a=t.call(r,e)}catch(l){a=[6,l],i=0}finally{n=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function M(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],n=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function L(r,t){var e=typeof Symbol=="function"&&r[Symbol.iterator];if(!e)return r;var n=e.call(r),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(c){s={error:c}}finally{try{i&&!i.done&&(e=n.return)&&e.call(n)}finally{if(s)throw s.error}}return o}function R(r,t,e){if(e||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return r.concat(o||Array.prototype.slice.call(t))}function P(r){return this instanceof P?(this.v=r,this):new P(r)}function Ne(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(r,t||[]),i,o=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),c("next"),c("throw"),c("return",s),i[Symbol.asyncIterator]=function(){return this},i;function s(f){return function(y){return Promise.resolve(y).then(f,v)}}function c(f,y){n[f]&&(i[f]=function(h){return new Promise(function(g,w){o.push([f,h,g,w])>1||u(f,h)})},y&&(i[f]=y(i[f])))}function u(f,y){try{a(n[f](y))}catch(h){b(o[0][3],h)}}function a(f){f.value instanceof P?Promise.resolve(f.value.v).then(l,v):b(o[0][2],f)}function l(f){u("next",f)}function v(f){u("throw",f)}function b(f,y){f(y),o.shift(),o.length&&u(o[0][0],o[0][1])}}function Ge(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=r[Symbol.asyncIterator],e;return t?t.call(r):(r=typeof M=="function"?M(r):r[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(o){e[o]=r[o]&&function(s){return new Promise(function(c,u){s=r[o](s),i(c,u,s.done,s.value)})}}function i(o,s,c,u){Promise.resolve(u).then(function(a){o({value:a,done:c})},s)}}function p(r){return typeof r=="function"}function he(r){var t=function(n){Error.call(n),n.stack=new Error().stack},e=r(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var K=he(function(r){return function(e){r(this),this.message=e?e.length+` errors occurred during unsubscription:
2
+ `+e.map(function(n,i){return i+1+") "+n.toString()}).join(`
3
+ `):"",this.name="UnsubscriptionError",this.errors=e}});function N(r,t){if(r){var e=r.indexOf(t);0<=e&&r.splice(e,1)}}var k=(function(){function r(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return r.prototype.unsubscribe=function(){var t,e,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=M(s),u=c.next();!u.done;u=c.next()){var a=u.value;a.remove(this)}}catch(h){t={error:h}}finally{try{u&&!u.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(p(l))try{l()}catch(h){o=h instanceof K?h.errors:[h]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var b=M(v),f=b.next();!f.done;f=b.next()){var y=f.value;try{te(y)}catch(h){o=o??[],h instanceof K?o=R(R([],L(o)),L(h.errors)):o.push(h)}}}catch(h){n={error:h}}finally{try{f&&!f.done&&(i=b.return)&&i.call(b)}finally{if(n)throw n.error}}}if(o)throw new K(o)}},r.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)te(t);else{if(t instanceof r){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},r.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},r.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},r.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&N(e,t)},r.prototype.remove=function(t){var e=this._finalizers;e&&N(e,t),t instanceof r&&t._removeParent(this)},r.EMPTY=(function(){var t=new r;return t.closed=!0,t})(),r})(),de=k.EMPTY;function ve(r){return r instanceof k||r&&"closed"in r&&p(r.remove)&&p(r.add)&&p(r.unsubscribe)}function te(r){p(r)?r():r.unsubscribe()}var Fe={Promise:void 0},He={setTimeout:function(r,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,R([r,t],L(e)))},clearTimeout:function(r){return clearTimeout(r)},delegate:void 0};function ye(r){He.setTimeout(function(){throw r})}function q(){}function U(r){r()}var X=(function(r){O(t,r);function t(e){var n=r.call(this)||this;return n.isStopped=!1,e?(n.destination=e,ve(e)&&e.add(n)):n.destination=Ke,n}return t.create=function(e,n,i){return new W(e,n,i)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,r.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t})(k),Ve=(function(){function r(t){this.partialObserver=t}return r.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(n){D(n)}},r.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(n){D(n)}else D(t)},r.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){D(e)}},r})(),W=(function(r){O(t,r);function t(e,n,i){var o=r.call(this)||this,s;return p(e)||!e?s={next:e??void 0,error:n??void 0,complete:i??void 0}:s=e,o.destination=new Ve(s),o}return t})(X);function D(r){ye(r)}function Be(r){throw r}var Ke={closed:!0,next:q,error:Be,complete:q},z=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function F(r){return r}function Ye(r){return r.length===0?F:r.length===1?r[0]:function(e){return r.reduce(function(n,i){return i(n)},e)}}var S=(function(){function r(t){t&&(this._subscribe=t)}return r.prototype.lift=function(t){var e=new r;return e.source=this,e.operator=t,e},r.prototype.subscribe=function(t,e,n){var i=this,o=We(t)?t:new W(t,e,n);return U(function(){var s=i,c=s.operator,u=s.source;o.add(c?c.call(o,u):u?i._subscribe(o):i._trySubscribe(o))}),o},r.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},r.prototype.forEach=function(t,e){var n=this;return e=re(e),new e(function(i,o){var s=new W({next:function(c){try{t(c)}catch(u){o(u),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},r.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},r.prototype[z]=function(){return this},r.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Ye(t)(this)},r.prototype.toPromise=function(t){var e=this;return t=re(t),new t(function(n,i){var o;e.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},r.create=function(t){return new r(t)},r})();function re(r){var t;return(t=r??Fe.Promise)!==null&&t!==void 0?t:Promise}function qe(r){return r&&p(r.next)&&p(r.error)&&p(r.complete)}function We(r){return r&&r instanceof X||qe(r)&&ve(r)}function Je(r){return p(r==null?void 0:r.lift)}function C(r){return function(t){if(Je(t))return t.lift(function(e){try{return r(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function E(r,t,e,n,i){return new Xe(r,t,e,n,i)}var Xe=(function(r){O(t,r);function t(e,n,i,o,s,c){var u=r.call(this,e)||this;return u.onFinalize=s,u.shouldUnsubscribe=c,u._next=n?function(a){try{n(a)}catch(l){e.error(l)}}:r.prototype._next,u._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:r.prototype._error,u._complete=i?function(){try{i()}catch(a){e.error(a)}finally{this.unsubscribe()}}:r.prototype._complete,u}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;r.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t})(X),ze=he(function(r){return function(){r(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Q=(function(r){O(t,r);function t(){var e=r.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var n=new ne(this,this);return n.operator=e,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new ze},t.prototype.next=function(e){var n=this;U(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=M(n.currentObservers),c=s.next();!c.done;c=s.next()){var u=c.value;u.next(e)}}catch(a){i={error:a}}finally{try{c&&!c.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(e){var n=this;U(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var i=n.observers;i.length;)i.shift().error(e)}})},t.prototype.complete=function(){var e=this;U(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),r.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var n=this,i=this,o=i.hasError,s=i.isStopped,c=i.observers;return o||s?de:(this.currentObservers=null,c.push(e),new k(function(){n.currentObservers=null,N(c,e)}))},t.prototype._checkFinalizedStatuses=function(e){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?e.error(o):s&&e.complete()},t.prototype.asObservable=function(){var e=new S;return e.source=this,e},t.create=function(e,n){return new ne(e,n)},t})(S),ne=(function(r){O(t,r);function t(e,n){var i=r.call(this)||this;return i.destination=e,i.source=n,i}return t.prototype.next=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,e)},t.prototype.error=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,e)},t.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},t.prototype._subscribe=function(e){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&i!==void 0?i:de},t})(Q),ie=(function(r){O(t,r);function t(e){var n=r.call(this)||this;return n._value=e,n}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var n=r.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},t.prototype.getValue=function(){var e=this,n=e.hasError,i=e.thrownError,o=e._value;if(n)throw i;return this._throwIfClosed(),o},t.prototype.next=function(e){r.prototype.next.call(this,this._value=e)},t})(Q),Qe={now:function(){return Date.now()}},Ze=(function(r){O(t,r);function t(e,n){return r.call(this)||this}return t.prototype.schedule=function(e,n){return this},t})(k),oe={setInterval:function(r,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setInterval.apply(void 0,R([r,t],L(e)))},clearInterval:function(r){return clearInterval(r)},delegate:void 0},et=(function(r){O(t,r);function t(e,n){var i=r.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.pending=!1,i}return t.prototype.schedule=function(e,n){var i;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var o=this.id,s=this.scheduler;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},t.prototype.requestAsyncId=function(e,n,i){return i===void 0&&(i=0),oe.setInterval(e.flush.bind(e,this),i)},t.prototype.recycleAsyncId=function(e,n,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return n;n!=null&&oe.clearInterval(n)},t.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,n);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,n){var i=!1,o;try{this.work(e)}catch(s){i=!0,o=s||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,i=e.scheduler,o=i.actions;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)}},t})(Ze),se=(function(){function r(t,e){e===void 0&&(e=r.now),this.schedulerActionCtor=t,this.now=e}return r.prototype.schedule=function(t,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(n,e)},r.now=Qe.now,r})(),tt=(function(r){O(t,r);function t(e,n){n===void 0&&(n=se.now);var i=r.call(this,e,n)||this;return i.actions=[],i._active=!1,i}return t.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,i){for(;e=n.shift();)e.unsubscribe();throw i}},t})(se),pe=new tt(et),rt=pe,nt=new S(function(r){return r.complete()});function be(r){return r&&p(r.schedule)}function me(r){return r[r.length-1]}function it(r){return p(me(r))?r.pop():void 0}function Se(r){return be(me(r))?r.pop():void 0}var ge=(function(r){return r&&typeof r.length=="number"&&typeof r!="function"});function we(r){return p(r==null?void 0:r.then)}function Ee(r){return p(r[z])}function Oe(r){return Symbol.asyncIterator&&p(r==null?void 0:r[Symbol.asyncIterator])}function Ie(r){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.")}function ot(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Ae=ot();function _e(r){return p(r==null?void 0:r[Ae])}function xe(r){return Ne(this,arguments,function(){var e,n,i,o;return fe(this,function(s){switch(s.label){case 0:e=r.getReader(),s.label=1;case 1:s.trys.push([1,,9,10]),s.label=2;case 2:return[4,P(e.read())];case 3:return n=s.sent(),i=n.value,o=n.done,o?[4,P(void 0)]:[3,5];case 4:return[2,s.sent()];case 5:return[4,P(i)];case 6:return[4,s.sent()];case 7:return s.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function Te(r){return p(r==null?void 0:r.getReader)}function _(r){if(r instanceof S)return r;if(r!=null){if(Ee(r))return st(r);if(ge(r))return at(r);if(we(r))return ut(r);if(Oe(r))return Ce(r);if(_e(r))return ct(r);if(Te(r))return lt(r)}throw Ie(r)}function st(r){return new S(function(t){var e=r[z]();if(p(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function at(r){return new S(function(t){for(var e=0;e<r.length&&!t.closed;e++)t.next(r[e]);t.complete()})}function ut(r){return new S(function(t){r.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,ye)})}function ct(r){return new S(function(t){var e,n;try{for(var i=M(r),o=i.next();!o.done;o=i.next()){var s=o.value;if(t.next(s),t.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}t.complete()})}function Ce(r){return new S(function(t){ft(r,t).catch(function(e){return t.error(e)})})}function lt(r){return Ce(xe(r))}function ft(r,t){var e,n,i,o;return $e(this,void 0,void 0,function(){var s,c;return fe(this,function(u){switch(u.label){case 0:u.trys.push([0,5,6,11]),e=Ge(r),u.label=1;case 1:return[4,e.next()];case 2:if(n=u.sent(),!!n.done)return[3,4];if(s=n.value,t.next(s),t.closed)return[2];u.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=u.sent(),i={error:c},[3,11];case 6:return u.trys.push([6,,9,10]),n&&!n.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:u.sent(),u.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function A(r,t,e,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var o=t.schedule(function(){e(),i?r.add(this.schedule(null,n)):this.unsubscribe()},n);if(r.add(o),!i)return o}function Pe(r,t){return t===void 0&&(t=0),C(function(e,n){e.subscribe(E(n,function(i){return A(n,r,function(){return n.next(i)},t)},function(){return A(n,r,function(){return n.complete()},t)},function(i){return A(n,r,function(){return n.error(i)},t)}))})}function Me(r,t){return t===void 0&&(t=0),C(function(e,n){n.add(r.schedule(function(){return e.subscribe(n)},t))})}function ht(r,t){return _(r).pipe(Me(t),Pe(t))}function dt(r,t){return _(r).pipe(Me(t),Pe(t))}function vt(r,t){return new S(function(e){var n=0;return t.schedule(function(){n===r.length?e.complete():(e.next(r[n++]),e.closed||this.schedule())})})}function yt(r,t){return new S(function(e){var n;return A(e,t,function(){n=r[Ae](),A(e,t,function(){var i,o,s;try{i=n.next(),o=i.value,s=i.done}catch(c){e.error(c);return}s?e.complete():e.next(o)},0,!0)}),function(){return p(n==null?void 0:n.return)&&n.return()}})}function Le(r,t){if(!r)throw new Error("Iterable cannot be null");return new S(function(e){A(e,t,function(){var n=r[Symbol.asyncIterator]();A(e,t,function(){n.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function pt(r,t){return Le(xe(r),t)}function bt(r,t){if(r!=null){if(Ee(r))return ht(r,t);if(ge(r))return vt(r,t);if(we(r))return dt(r,t);if(Oe(r))return Le(r,t);if(_e(r))return yt(r,t);if(Te(r))return pt(r,t)}throw Ie(r)}function Z(r,t){return t?bt(r,t):_(r)}function mt(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];var e=Se(r);return Z(r,e)}function St(r){return r instanceof Date&&!isNaN(r)}function H(r,t){return C(function(e,n){var i=0;e.subscribe(E(n,function(o){n.next(r.call(t,o,i++))}))})}var gt=Array.isArray;function wt(r,t){return gt(t)?r.apply(void 0,R([],L(t))):r(t)}function Et(r){return H(function(t){return wt(r,t)})}var Ot=Array.isArray,It=Object.getPrototypeOf,At=Object.prototype,_t=Object.keys;function xt(r){if(r.length===1){var t=r[0];if(Ot(t))return{args:t,keys:null};if(Tt(t)){var e=_t(t);return{args:e.map(function(n){return t[n]}),keys:e}}}return{args:r,keys:null}}function Tt(r){return r&&typeof r=="object"&&It(r)===At}function Ct(r,t){return r.reduce(function(e,n,i){return e[n]=t[i],e},{})}function Pt(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];var e=Se(r),n=it(r),i=xt(r),o=i.args,s=i.keys;if(o.length===0)return Z([],e);var c=new S(Mt(o,e,s?function(u){return Ct(s,u)}:F));return n?c.pipe(Et(n)):c}function Mt(r,t,e){return e===void 0&&(e=F),function(n){ae(t,function(){for(var i=r.length,o=new Array(i),s=i,c=i,u=function(l){ae(t,function(){var v=Z(r[l],t),b=!1;v.subscribe(E(n,function(f){o[l]=f,b||(b=!0,c--),c||n.next(e(o.slice()))},function(){--s||n.complete()}))},n)},a=0;a<i;a++)u(a)},n)}}function ae(r,t,e){r?A(e,r,t):t()}function Lt(r,t,e,n,i,o,s,c){var u=[],a=0,l=0,v=!1,b=function(){v&&!u.length&&!a&&t.complete()},f=function(h){return a<n?y(h):u.push(h)},y=function(h){a++;var g=!1;_(e(h,l++)).subscribe(E(t,function(w){t.next(w)},function(){g=!0},void 0,function(){if(g)try{a--;for(var w=function(){var x=u.shift();s||y(x)};u.length&&a<n;)w();b()}catch(x){t.error(x)}}))};return r.subscribe(E(t,f,function(){v=!0,b()})),function(){}}function G(r,t,e){return e===void 0&&(e=1/0),p(t)?G(function(n,i){return H(function(o,s){return t(n,o,i,s)})(_(r(n,i)))},e):(typeof t=="number"&&(e=t),C(function(n,i){return Lt(n,i,r,e)}))}function Re(r,t,e){r===void 0&&(r=0),e===void 0&&(e=rt);var n=-1;return t!=null&&(be(t)?e=t:n=t),new S(function(i){var o=St(r)?+r-e.now():r;o<0&&(o=0);var s=0;return e.schedule(function(){i.closed||(i.next(s++),0<=n?this.schedule(void 0,n):i.complete())},o)})}function Rt(r,t){return p(t)?G(r,t,1):G(r,1)}function kt(r){return r<=0?function(){return nt}:C(function(t,e){var n=0;t.subscribe(E(e,function(i){++n<=r&&(e.next(i),r<=n&&e.complete())}))})}function jt(r){return H(function(){return r})}function Dt(r,t){return G(function(e,n){return _(r(e,n)).pipe(kt(1),jt(e))})}function Ut(r,t){t===void 0&&(t=pe);var e=Re(r,t);return Dt(function(){return e})}function $t(r){var t;t={count:r};var e=t.count,n=e===void 0?1/0:e,i=t.delay,o=t.resetOnSuccess,s=o===void 0?!1:o;return n<=0?F:C(function(c,u){var a=0,l,v=function(){var b=!1;l=c.subscribe(E(u,function(f){s&&(a=0),u.next(f)},void 0,function(f){if(a++<n){var y=function(){l?(l.unsubscribe(),l=null,v()):b=!0};if(i!=null){var h=typeof i=="number"?Re(i):_(i(f,a)),g=E(u,function(){g.unsubscribe(),y()},function(){u.complete()});h.subscribe(g)}else y()}else u.error(f)})),b&&(l.unsubscribe(),l=null,v())};v()})}function Nt(r){return C(function(t,e){_(r).subscribe(E(e,function(){return e.complete()},q)),!e.closed&&t.subscribe(e)})}async function Gt(r,t){const e=r.getReader();let n;for(;!(n=await e.read()).done;)t(n.value)}function Ft(r){let t,e,n,i=!1;return function(s){t===void 0?(t=s,e=0,n=-1):t=Vt(t,s);const c=t.length;let u=0;for(;e<c;){i&&(t[e]===10&&(u=++e),i=!1);let a=-1;for(;e<c&&a===-1;++e)switch(t[e]){case 58:n===-1&&(n=e-u);break;case 13:i=!0;case 10:a=e;break}if(a===-1)break;r(t.subarray(u,a),n),u=e,n=-1}u===c?t=void 0:u!==0&&(t=t.subarray(u),e-=u)}}function Ht(r,t,e){let n=ue();const i=new TextDecoder;return function(s,c){if(s.length===0)e==null||e(n),n=ue();else if(c>0){const u=i.decode(s.subarray(0,c)),a=c+(s[c+1]===32?2:1),l=i.decode(s.subarray(a));switch(u){case"data":n.data=n.data?n.data+`
4
+ `+l:l;break;case"event":n.event=l;break;case"id":r(n.id=l);break;case"retry":const v=parseInt(l,10);isNaN(v)||t(n.retry=v);break}}}}function Vt(r,t){const e=new Uint8Array(r.length+t.length);return e.set(r),e.set(t,r.length),e}function ue(){return{data:"",event:"",id:"",retry:void 0}}var Bt=function(r,t){var e={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&t.indexOf(n)<0&&(e[n]=r[n]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(r);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(r,n[i])&&(e[n[i]]=r[n[i]]);return e};const J="text/event-stream",Kt=1e3,ce="last-event-id";function Yt(r,t){var{signal:e,headers:n,onopen:i,onmessage:o,onclose:s,onerror:c,openWhenHidden:u,fetch:a}=t,l=Bt(t,["signal","headers","onopen","onmessage","onclose","onerror","openWhenHidden","fetch"]);return new Promise((v,b)=>{const f=Object.assign({},n);f.accept||(f.accept=J);let y;function h(){y.abort(),document.hidden||V()}u||document.addEventListener("visibilitychange",h);let g=Kt,w=0;function x(){document.removeEventListener("visibilitychange",h),window.clearTimeout(w),y.abort()}e==null||e.addEventListener("abort",()=>{x(),v()});const ke=a??window.fetch,je=i??qt;async function V(){var B;y=new AbortController;try{const j=await ke(r,Object.assign(Object.assign({},l),{headers:f,signal:y.signal}));await je(j),await Gt(j.body,Ft(Ht(I=>{I?f[ce]=I:delete f[ce]},I=>{g=I},o))),s==null||s(),x(),v()}catch(j){if(!y.signal.aborted)try{const I=(B=c==null?void 0:c(j))!==null&&B!==void 0?B:g;window.clearTimeout(w),w=window.setTimeout(V,I)}catch(I){x(),b(I)}}}V()})}function qt(r){const t=r.headers.get("content-type");if(!(t!=null&&t.startsWith(J)))throw new Error(`Expected content-type to be ${J}, Actual: ${t}`)}function Wt(r){const{endpoint:t,apiKey:e,payload:n,debugMode:i}=r;return new S(o=>{const s=new AbortController,c={"Content-Type":"application/json"};e&&(c["X-API-KEY"]=e);const u=new URLSearchParams;i&&u.set("is_debug","true");const a=new URL(t);return u.toString()&&(a.search=u.toString()),Yt(a.toString(),{method:"POST",headers:c,body:n?JSON.stringify(n):void 0,signal:s.signal,openWhenHidden:!0,onopen:async l=>{l.ok||(o.error(l),s.abort())},onmessage:l=>{o.next(JSON.parse(l.data))},onclose:()=>{o.complete()},onerror:l=>{throw o.error(l),s.abort(),l}}),()=>{s.abort()}})}class Jt{constructor(){m(this,"listeners",{})}on(t,e){this.listeners=Object.assign({},this.listeners,{[t]:(this.listeners[t]??[]).concat(e)})}off(t,e){this.listeners[t]&&(this.listeners=Object.assign({},this.listeners,{[t]:(this.listeners[t]??[]).filter(n=>n!==e)}))}remove(t){delete this.listeners[t]}emit(t,...e){this.listeners[t]&&this.listeners[t].forEach(n=>n(...e))}}class Xt{constructor(t){m(this,"apiKey");m(this,"endpoint");m(this,"debugMode");m(this,"destroy$",new Q);m(this,"sseEmitter",new Jt);m(this,"transformSsePayload");if(!t.endpoint&&!t.botProviderEndpoint)throw new Error("Either endpoint or botProviderEndpoint must be provided");if(this.apiKey=t.apiKey,this.debugMode=t.debugMode,this.transformSsePayload=t.transformSsePayload,!t.endpoint&&t.botProviderEndpoint){const e=t.botProviderEndpoint.replace(/\/+$/,"");this.endpoint=`${e}/message/sse`}else t.endpoint&&(this.endpoint=t.endpoint,this.debugMode&&console.warn('[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".'))}on(t,e){this.sseEmitter.remove(t),this.sseEmitter.on(t,e)}handleEvent(t){switch(t.eventType){case d.INIT:this.sseEmitter.emit(d.INIT,t);break;case d.PROCESS_START:case d.PROCESS_COMPLETE:this.sseEmitter.emit(d.PROCESS,t);break;case d.MESSAGE_START:case d.MESSAGE_DELTA:case d.MESSAGE_COMPLETE:this.sseEmitter.emit(d.MESSAGE,t);break;case d.TOOL_CALL_START:case d.TOOL_CALL_COMPLETE:this.sseEmitter.emit(d.TOOL_CALL,t);break;case d.DONE:this.sseEmitter.emit(d.DONE,t);break;case d.ERROR:this.sseEmitter.emit(d.ERROR,t);break}}fetchSse(t,e){var n,i;(n=e==null?void 0:e.onSseStart)==null||n.call(e),Wt({apiKey:this.apiKey,endpoint:this.endpoint,debugMode:this.debugMode,payload:((i=this.transformSsePayload)==null?void 0:i.call(this,t))??t}).pipe(Rt(o=>mt(o).pipe(Ut((e==null?void 0:e.delayTime)??50))),Nt(this.destroy$),$t(3)).subscribe({next:o=>{var s;(s=e==null?void 0:e.onSseMessage)==null||s.call(e,o),this.handleEvent(o)},error:o=>{var s;(s=e==null?void 0:e.onSseError)==null||s.call(e,o)},complete:()=>{var o;(o=e==null?void 0:e.onSseCompleted)==null||o.call(e)}})}close(){this.destroy$.next(),this.destroy$.complete()}}class ee{constructor(t){m(this,"client");m(this,"customChannelId");m(this,"customMessageId");m(this,"isConnecting$");m(this,"conversation$");m(this,"statesObserver");m(this,"statesSubscription");if(!t.client)throw new Error("client must be required");if(!t.customChannelId)throw new Error("customChannelId must be required");this.client=t.client,this.customChannelId=t.customChannelId,this.customMessageId=t.customMessageId,this.isConnecting$=new ie(!1),this.conversation$=new ie(t.conversation),this.statesObserver=t.statesObserver}static async reset(t,e,n){const i=new ee(t);try{return i.subscribe(),await i.resetChannel(e,n),i}catch(o){throw i.close(),o}}subscribe(){this.statesSubscription=Pt([this.isConnecting$,this.conversation$]).pipe(H(([t,e])=>({isConnecting:t,conversation:e}))).subscribe(this.statesObserver)}fetchSse(t,e){return new Promise((n,i)=>{this.isConnecting$.next(!0),this.client.fetchSse(t,{onSseStart:e==null?void 0:e.onSseStart,onSseMessage:o=>{var s;(s=e==null?void 0:e.onSseMessage)==null||s.call(e,o),this.conversation$.next(this.conversation$.value.onMessage(o))},onSseError:o=>{var s;(s=e==null?void 0:e.onSseError)==null||s.call(e,o),this.isConnecting$.next(!1),i(o)},onSseCompleted:()=>{var o;(o=e==null?void 0:e.onSseCompleted)==null||o.call(e),this.isConnecting$.next(!1),n()}})})}resetChannel(t,e){return this.fetchSse({action:$.RESET_CHANNEL,customChannelId:this.customChannelId,customMessageId:this.customMessageId,text:(t==null?void 0:t.text)||"",payload:t==null?void 0:t.payload},e)}sendMessage(t,e){const n=t.text.trim(),i=t.customMessageId??crypto.randomUUID();return this.conversation$.next(this.conversation$.value.pushMessage({type:"user",messageId:i,text:n,time:new Date})),this.fetchSse({action:$.NONE,customChannelId:this.customChannelId,customMessageId:i,payload:t==null?void 0:t.payload,text:n},e)}close(){var t;this.isConnecting$.complete(),this.conversation$.complete(),(t=this.statesSubscription)==null||t.unsubscribe()}}class T{constructor({messages:t}){m(this,"messages",null);this.messages=t}pushMessage(t){const e=new Map(this.messages);return e.set(t.messageId,t),new T({messages:e})}onMessage(t){switch(t.eventType){case d.MESSAGE_START:return this.onMessageStart(t);case d.MESSAGE_DELTA:return this.onMessageDelta(t);case d.MESSAGE_COMPLETE:return this.onMessageComplete(t);case d.ERROR:return this.onMessageError(t);default:return this}}onMessageStart(t){const e=t.fact.messageStart.message,n=new Map(this.messages);return n.set(e.messageId,{type:"bot",eventType:d.MESSAGE_START,isTyping:!0,typingText:"",messageId:e.messageId,message:e,time:new Date}),new T({messages:n})}onMessageDelta(t){const e=t.fact.messageDelta.message,n=new Map(this.messages),i=n.get(e.messageId);if((i==null?void 0:i.type)!=="bot")return this;const o=`${(i==null?void 0:i.typingText)??""}${e.text}`;return n.set(e.messageId,{type:"bot",eventType:d.MESSAGE_DELTA,isTyping:!0,typingText:o,messageId:e.messageId,message:e,time:new Date}),new T({messages:n})}onMessageComplete(t){const e=t.fact.messageComplete.message,n=new Map(this.messages);return n.set(e.messageId,{type:"bot",eventType:d.MESSAGE_COMPLETE,isTyping:!1,typingText:null,messageId:e.messageId,message:e,time:new Date}),new T({messages:n})}onMessageError(t){const e=crypto.randomUUID(),n=t.fact.runError.error,i=new Map(this.messages);return i.set(e,{type:"error",eventType:d.ERROR,messageId:e,error:n,time:new Date}),new T({messages:i})}}exports.AsgardServiceClient=Xt;exports.Channel=ee;exports.Conversation=T;exports.EventType=d;exports.FetchSseAction=$;exports.MessageTemplateType=le;
5
5
  //# sourceMappingURL=index.cjs.map