signalpilot-ai-internal 0.10.22__py3-none-any.whl → 0.11.24__py3-none-any.whl

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.
Files changed (83) hide show
  1. signalpilot_ai_internal/_version.py +1 -1
  2. signalpilot_ai_internal/cache_service.py +22 -21
  3. signalpilot_ai_internal/composio_handlers.py +224 -0
  4. signalpilot_ai_internal/composio_service.py +511 -0
  5. signalpilot_ai_internal/database_config_handlers.py +182 -0
  6. signalpilot_ai_internal/database_config_service.py +166 -0
  7. signalpilot_ai_internal/databricks_schema_service.py +19 -14
  8. signalpilot_ai_internal/file_scanner_service.py +5 -146
  9. signalpilot_ai_internal/handlers.py +317 -8
  10. signalpilot_ai_internal/integrations_config.py +256 -0
  11. signalpilot_ai_internal/log_utils.py +31 -0
  12. signalpilot_ai_internal/mcp_handlers.py +33 -9
  13. signalpilot_ai_internal/mcp_service.py +94 -142
  14. signalpilot_ai_internal/oauth_token_store.py +141 -0
  15. signalpilot_ai_internal/schema_search_config.yml +17 -11
  16. signalpilot_ai_internal/schema_search_service.py +30 -10
  17. signalpilot_ai_internal/signalpilot_home.py +961 -0
  18. signalpilot_ai_internal/snowflake_schema_service.py +2 -0
  19. signalpilot_ai_internal/unified_database_schema_service.py +2 -0
  20. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/schemas/signalpilot-ai-internal/package.json.orig → signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/package.json +15 -48
  21. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/package.json → signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/schemas/signalpilot-ai-internal/package.json.orig +9 -52
  22. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/122.bab318d6caadb055e29c.js +1 -0
  23. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/129.868ca665e6fc225c20a0.js +1 -0
  24. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/179.fd45a2e75d471d0aa3b9.js +7 -0
  25. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/220.81105a94aa873fc51a94.js +1 -0
  26. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/262.a002dd4630d3b6404a90.js +1 -0
  27. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/353.cc6f6ecacd703bcdb468.js +1 -0
  28. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/364.817a883549d55a0e0576.js +1 -0
  29. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/384.a4daecd44f1e9364e44a.js +1 -0
  30. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/439.667225aab294fb5ed161.js +1 -0
  31. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/447.8138af2522716e5a926f.js +1 -0
  32. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/476.925c73e32f3c07448da0.js +1 -0
  33. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/477.aaa4cc9e87801fb45f5b.js +1 -0
  34. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/481.370056149a59022b700c.js +1 -0
  35. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/510.868ca665e6fc225c20a0.js +1 -0
  36. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/512.835f97f7ccfc70ff5c93.js +1 -0
  37. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/57.6c13335f73de089d6b1e.js +1 -0
  38. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/574.ad2709e91ebcac5bbe68.js +1 -0
  39. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/635.bddbab8e464fe31f0393.js +1 -0
  40. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/713.fda1bcdb10497b0a6ade.js +1 -0
  41. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/741.d046701f475fcbf6697d.js +1 -0
  42. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/785.c306dffd4cfe8a613d13.js +1 -0
  43. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/801.e39898b6f336539f228c.js +1 -0
  44. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/880.77cc0ca10a1860df1b52.js +1 -0
  45. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/936.4e2850b2af985ed0d378.js +1 -0
  46. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/956.eeffe67d7781fd63ef4b.js +2 -0
  47. signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/remoteEntry.055f50d20a31f3068c72.js +1 -0
  48. {signalpilot_ai_internal-0.10.22.data → signalpilot_ai_internal-0.11.24.data}/data/share/jupyter/labextensions/signalpilot-ai-internal/static/third-party-licenses.json +29 -29
  49. {signalpilot_ai_internal-0.10.22.dist-info → signalpilot_ai_internal-0.11.24.dist-info}/METADATA +13 -31
  50. signalpilot_ai_internal-0.11.24.dist-info/RECORD +66 -0
  51. signalpilot_ai_internal-0.11.24.dist-info/licenses/LICENSE +7 -0
  52. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/110.224e83db03814fd03955.js +0 -7
  53. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/122.e2dadf63dc64d7b5f1ee.js +0 -1
  54. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/220.328403b5545f268b95c6.js +0 -1
  55. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/262.726e1da31a50868cb297.js +0 -1
  56. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/353.972abe1d2d66f083f9cc.js +0 -1
  57. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/364.dbec4c2dc12e7b050dcc.js +0 -1
  58. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/384.fa432bdb7fb6b1c95ad6.js +0 -1
  59. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/439.37e271d7a80336daabe2.js +0 -1
  60. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/476.ad22ccddd74ee306fb56.js +0 -1
  61. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/481.73c7a9290b7d35a8b9c1.js +0 -1
  62. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/512.b58fc0093d080b8ee61c.js +0 -1
  63. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/553.b4042a795c91d9ff71ef.js +0 -2
  64. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/57.c4232851631fb2e7e59a.js +0 -1
  65. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/635.9720593ee20b768da3ca.js +0 -1
  66. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/713.8e6edc9a965bdd578ca7.js +0 -1
  67. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/726.318e4e791edb63cc788f.js +0 -1
  68. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/741.dc49867fafb03ea2ba4d.js +0 -1
  69. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/742.91e7b516c8699eea3373.js +0 -1
  70. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/785.2d75de1a8d2c3131a8db.js +0 -1
  71. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/801.ca9e114a30896b669a3c.js +0 -1
  72. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/880.d9914229e4f120e7e9e4.js +0 -1
  73. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/888.34054db17bcf6e87ec95.js +0 -1
  74. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/936.d80de1e4da5b520d2f3b.js +0 -1
  75. signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/remoteEntry.b63c429ca81e743b403c.js +0 -1
  76. signalpilot_ai_internal-0.10.22.dist-info/RECORD +0 -56
  77. signalpilot_ai_internal-0.10.22.dist-info/licenses/LICENSE +0 -29
  78. {signalpilot_ai_internal-0.10.22.data → signalpilot_ai_internal-0.11.24.data}/data/etc/jupyter/jupyter_server_config.d/signalpilot_ai.json +0 -0
  79. {signalpilot_ai_internal-0.10.22.data → signalpilot_ai_internal-0.11.24.data}/data/share/jupyter/labextensions/signalpilot-ai-internal/install.json +0 -0
  80. {signalpilot_ai_internal-0.10.22.data → signalpilot_ai_internal-0.11.24.data}/data/share/jupyter/labextensions/signalpilot-ai-internal/schemas/signalpilot-ai-internal/plugin.json +0 -0
  81. /signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/553.b4042a795c91d9ff71ef.js.LICENSE.txt → /signalpilot_ai_internal-0.11.24.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/956.eeffe67d7781fd63ef4b.js.LICENSE.txt +0 -0
  82. {signalpilot_ai_internal-0.10.22.data → signalpilot_ai_internal-0.11.24.data}/data/share/jupyter/labextensions/signalpilot-ai-internal/static/style.js +0 -0
  83. {signalpilot_ai_internal-0.10.22.dist-info → signalpilot_ai_internal-0.11.24.dist-info}/WHEEL +0 -0
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksignalpilot_ai_internal=self.webpackChunksignalpilot_ai_internal||[]).push([[888],{82888:(n,t,r)=>{r.r(t),r.d(t,{ArgumentOutOfRangeError:()=>ft,AsyncSubject:()=>on,BehaviorSubject:()=>tn,ConnectableObservable:()=>B,EMPTY:()=>jn,EmptyError:()=>ct,NEVER:()=>Qt,NotFoundError:()=>at,Notification:()=>it,NotificationKind:()=>Vn,ObjectUnsubscribedError:()=>Q,Observable:()=>L,ReplaySubject:()=>en,Scheduler:()=>bn,SequenceError:()=>vt,Subject:()=>$,Subscriber:()=>O,Subscription:()=>d,TimeoutError:()=>dt,UnsubscriptionError:()=>v,VirtualAction:()=>kn,VirtualTimeScheduler:()=>Tn,animationFrame:()=>In,animationFrameScheduler:()=>On,animationFrames:()=>Z,asap:()=>wn,asapScheduler:()=>mn,async:()=>gn,asyncScheduler:()=>xn,audit:()=>vr,auditTime:()=>hr,bindCallback:()=>gt,bindNodeCallback:()=>_t,buffer:()=>dr,bufferCount:()=>pr,bufferTime:()=>br,bufferToggle:()=>yr,bufferWhen:()=>mr,catchError:()=>wr,combineAll:()=>Or,combineLatest:()=>kt,combineLatestAll:()=>Ar,combineLatestWith:()=>Tr,concat:()=>zt,concatAll:()=>qt,concatMap:()=>kr,concatMapTo:()=>jr,concatWith:()=>Pr,config:()=>m,connect:()=>Nr,connectable:()=>Mt,count:()=>qr,debounce:()=>zr,debounceTime:()=>Wr,defaultIfEmpty:()=>Lr,defer:()=>Wt,delay:()=>Dr,delayWhen:()=>Vr,dematerialize:()=>Yr,distinct:()=>Br,distinctUntilChanged:()=>Hr,distinctUntilKeyChanged:()=>Zr,elementAt:()=>Xr,empty:()=>Cn,endWith:()=>Qr,every:()=>$r,exhaust:()=>re,exhaustAll:()=>te,exhaustMap:()=>ne,expand:()=>ee,filter:()=>or,finalize:()=>ie,find:()=>oe,findIndex:()=>ce,first:()=>se,firstValueFrom:()=>lt,flatMap:()=>pe,forkJoin:()=>Rt,from:()=>tt,fromEvent:()=>Yt,fromEventPattern:()=>Ht,generate:()=>Kt,groupBy:()=>le,identity:()=>q,ignoreElements:()=>Rr,iif:()=>Zt,interval:()=>Jt,isEmpty:()=>fe,isObservable:()=>ut,last:()=>ve,lastValueFrom:()=>st,map:()=>yt,mapTo:()=>Ur,materialize:()=>he,max:()=>de,merge:()=>Xt,mergeAll:()=>Nt,mergeMap:()=>Ft,mergeMapTo:()=>be,mergeScan:()=>ye,mergeWith:()=>we,min:()=>xe,multicast:()=>ge,never:()=>$t,noop:()=>g,observable:()=>N,observeOn:()=>Jn,of:()=>rt,onErrorResumeNext:()=>rr,onErrorResumeNextWith:()=>_e,pairs:()=>er,pairwise:()=>Ee,partition:()=>ur,pipe:()=>z,pluck:()=>Se,publish:()=>Ae,publishBehavior:()=>Oe,publishLast:()=>Ie,publishReplay:()=>Te,queue:()=>Sn,queueScheduler:()=>En,race:()=>cr,raceWith:()=>ke,range:()=>lr,reduce:()=>gr,refCount:()=>Y,repeat:()=>je,repeatWhen:()=>Ce,retry:()=>Pe,retryWhen:()=>Fe,sample:()=>Ne,sampleTime:()=>qe,scan:()=>ze,scheduled:()=>nt,sequenceEqual:()=>We,share:()=>Le,shareReplay:()=>Re,single:()=>Ue,skip:()=>Ve,skipLast:()=>De,skipUntil:()=>Ye,skipWhile:()=>Be,startWith:()=>He,subscribeOn:()=>Xn,switchAll:()=>Ze,switchMap:()=>Ke,switchMapTo:()=>Ge,switchScan:()=>Je,take:()=>Mr,takeLast:()=>ae,takeUntil:()=>Xe,takeWhile:()=>Qe,tap:()=>$e,throttle:()=>ni,throttleTime:()=>ti,throwError:()=>et,throwIfEmpty:()=>Gr,timeInterval:()=>ri,timeout:()=>pt,timeoutWith:()=>ii,timer:()=>Gt,timestamp:()=>oi,toArray:()=>Er,using:()=>fr,window:()=>ui,windowCount:()=>ci,windowTime:()=>si,windowToggle:()=>li,windowWhen:()=>fi,withLatestFrom:()=>ai,zip:()=>ar,zipAll:()=>vi,zipWith:()=>di});var e=function(n,t){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r])},e(n,t)};function i(n,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=n}e(n,t),n.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function o(n,t){var r,e,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=c(0),u.throw=c(1),u.return=c(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function c(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;u&&(u=0,c[0]&&(o=0)),o;)try{if(r=1,e&&(i=2&c[0]?e.return:c[0]?e.throw||((i=e.return)&&i.call(e),0):e.next)&&!(i=i.call(e,c[1])).done)return i;switch(e=0,i&&(c=[2&c[0],i.value]),c[0]){case 0:case 1:i=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,e=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((i=(i=o.trys).length>0&&i[i.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!i||c[1]>i[0]&&c[1]<i[3])){o.label=c[1];break}if(6===c[0]&&o.label<i[1]){o.label=i[1],i=c;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(c);break}i[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(n,o)}catch(n){c=[6,n],e=0}finally{r=i=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}function u(n){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&n[t],e=0;if(r)return r.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&e>=n.length&&(n=void 0),{value:n&&n[e++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(n,t){var r="function"==typeof Symbol&&n[Symbol.iterator];if(!r)return n;var e,i,o=r.call(n),u=[];try{for(;(void 0===t||t-- >0)&&!(e=o.next()).done;)u.push(e.value)}catch(n){i={error:n}}finally{try{e&&!e.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return u}function s(n,t,r){if(r||2===arguments.length)for(var e,i=0,o=t.length;i<o;i++)!e&&i in t||(e||(e=Array.prototype.slice.call(t,0,i)),e[i]=t[i]);return n.concat(e||Array.prototype.slice.call(t))}function l(n){return this instanceof l?(this.v=n,this):new l(n)}function f(n){return"function"==typeof n}function a(n){var t=n(function(n){Error.call(n),n.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var v=a(function(n){return function(t){n(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(n,t){return t+1+") "+n.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}});function h(n,t){if(n){var r=n.indexOf(t);0<=r&&n.splice(r,1)}}var d=function(){function n(n){this.initialTeardown=n,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var n,t,r,e,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var l=u(o),a=l.next();!a.done;a=l.next())a.value.remove(this)}catch(t){n={error:t}}finally{try{a&&!a.done&&(t=l.return)&&t.call(l)}finally{if(n)throw n.error}}else o.remove(this);var h=this.initialTeardown;if(f(h))try{h()}catch(n){i=n instanceof v?n.errors:[n]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var p=u(d),b=p.next();!b.done;b=p.next()){var m=b.value;try{y(m)}catch(n){i=null!=i?i:[],n instanceof v?i=s(s([],c(i)),c(n.errors)):i.push(n)}}}catch(n){r={error:n}}finally{try{b&&!b.done&&(e=p.return)&&e.call(p)}finally{if(r)throw r.error}}}if(i)throw new v(i)}},n.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)y(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},n.prototype._hasParent=function(n){var t=this._parentage;return t===n||Array.isArray(t)&&t.includes(n)},n.prototype._addParent=function(n){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(n),t):t?[t,n]:n},n.prototype._removeParent=function(n){var t=this._parentage;t===n?this._parentage=null:Array.isArray(t)&&h(t,n)},n.prototype.remove=function(t){var r=this._finalizers;r&&h(r,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}(),p=d.EMPTY;function b(n){return n instanceof d||n&&"closed"in n&&f(n.remove)&&f(n.add)&&f(n.unsubscribe)}function y(n){f(n)?n():n.unsubscribe()}var m={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},w={setTimeout:function(n,t){for(var r=[],e=2;e<arguments.length;e++)r[e-2]=arguments[e];var i=w.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,s([n,t],c(r))):setTimeout.apply(void 0,s([n,t],c(r)))},clearTimeout:function(n){var t=w.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(n)},delegate:void 0};function x(n){w.setTimeout(function(){var t=m.onUnhandledError;if(!t)throw n;t(n)})}function g(){}var _=E("C",void 0,void 0);function E(n,t,r){return{kind:n,value:t,error:r}}var S=null;function A(n){if(m.useDeprecatedSynchronousErrorHandling){var t=!S;if(t&&(S={errorThrown:!1,error:null}),n(),t){var r=S,e=r.errorThrown,i=r.error;if(S=null,e)throw i}}else n()}var O=function(n){function t(t){var r=n.call(this)||this;return r.isStopped=!1,t?(r.destination=t,b(t)&&t.add(r)):r.destination=F,r}return i(t,n),t.create=function(n,t,r){return new j(n,t,r)},t.prototype.next=function(n){this.isStopped?P(function(n){return E("N",n,void 0)}(n),this):this._next(n)},t.prototype.error=function(n){this.isStopped?P(E("E",void 0,n),this):(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped?P(_,this):(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(n){this.destination.next(n)},t.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(d),I=Function.prototype.bind;function T(n,t){return I.call(n,t)}var k=function(){function n(n){this.partialObserver=n}return n.prototype.next=function(n){var t=this.partialObserver;if(t.next)try{t.next(n)}catch(n){C(n)}},n.prototype.error=function(n){var t=this.partialObserver;if(t.error)try{t.error(n)}catch(n){C(n)}else C(n)},n.prototype.complete=function(){var n=this.partialObserver;if(n.complete)try{n.complete()}catch(n){C(n)}},n}(),j=function(n){function t(t,r,e){var i,o,u=n.call(this)||this;return f(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=e?e:void 0}:u&&m.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return u.unsubscribe()},i={next:t.next&&T(t.next,o),error:t.error&&T(t.error,o),complete:t.complete&&T(t.complete,o)}):i=t,u.destination=new k(i),u}return i(t,n),t}(O);function C(n){var t;m.useDeprecatedSynchronousErrorHandling?(t=n,m.useDeprecatedSynchronousErrorHandling&&S&&(S.errorThrown=!0,S.error=t)):x(n)}function P(n,t){var r=m.onStoppedNotification;r&&w.setTimeout(function(){return r(n,t)})}var F={closed:!0,next:g,error:function(n){throw n},complete:g},N="function"==typeof Symbol&&Symbol.observable||"@@observable";function q(n){return n}function z(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return W(n)}function W(n){return 0===n.length?q:1===n.length?n[0]:function(t){return n.reduce(function(n,t){return t(n)},t)}}var L=function(){function n(n){n&&(this._subscribe=n)}return n.prototype.lift=function(t){var r=new n;return r.source=this,r.operator=t,r},n.prototype.subscribe=function(n,t,r){var e,i=this,o=(e=n)&&e instanceof O||function(n){return n&&f(n.next)&&f(n.error)&&f(n.complete)}(e)&&b(e)?n:new j(n,t,r);return A(function(){var n=i,t=n.operator,r=n.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))}),o},n.prototype._trySubscribe=function(n){try{return this._subscribe(n)}catch(t){n.error(t)}},n.prototype.forEach=function(n,t){var r=this;return new(t=M(t))(function(t,e){var i=new j({next:function(t){try{n(t)}catch(n){e(n),i.unsubscribe()}},error:e,complete:t});r.subscribe(i)})},n.prototype._subscribe=function(n){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(n)},n.prototype[N]=function(){return this},n.prototype.pipe=function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return W(n)(this)},n.prototype.toPromise=function(n){var t=this;return new(n=M(n))(function(n,r){var e;t.subscribe(function(n){return e=n},function(n){return r(n)},function(){return n(e)})})},n.create=function(t){return new n(t)},n}();function M(n){var t;return null!==(t=null!=n?n:m.Promise)&&void 0!==t?t:Promise}function R(n){return f(null==n?void 0:n.lift)}function U(n){return function(t){if(R(t))return t.lift(function(t){try{return n(t,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function V(n,t,r,e,i){return new D(n,t,r,e,i)}var D=function(n){function t(t,r,e,i,o,u){var c=n.call(this,t)||this;return c.onFinalize=o,c.shouldUnsubscribe=u,c._next=r?function(n){try{r(n)}catch(n){t.error(n)}}:n.prototype._next,c._error=i?function(n){try{i(n)}catch(n){t.error(n)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=e?function(){try{e()}catch(n){t.error(n)}finally{this.unsubscribe()}}:n.prototype._complete,c}return i(t,n),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},t}(O);function Y(){return U(function(n,t){var r=null;n._refCount++;var e=V(t,void 0,void 0,void 0,function(){if(!n||n._refCount<=0||0<--n._refCount)r=null;else{var e=n._connection,i=r;r=null,!e||i&&e!==i||e.unsubscribe(),t.unsubscribe()}});n.subscribe(e),e.closed||(r=n.connect())})}var B=function(n){function t(t,r){var e=n.call(this)||this;return e.source=t,e.subjectFactory=r,e._subject=null,e._refCount=0,e._connection=null,R(t)&&(e.lift=t.lift),e}return i(t,n),t.prototype._subscribe=function(n){return this.getSubject().subscribe(n)},t.prototype.getSubject=function(){var n=this._subject;return n&&!n.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype._teardown=function(){this._refCount=0;var n=this._connection;this._subject=this._connection=null,null==n||n.unsubscribe()},t.prototype.connect=function(){var n=this,t=this._connection;if(!t){t=this._connection=new d;var r=this.getSubject();t.add(this.source.subscribe(V(r,void 0,function(){n._teardown(),r.complete()},function(t){n._teardown(),r.error(t)},function(){return n._teardown()}))),t.closed&&(this._connection=null,t=d.EMPTY)}return t},t.prototype.refCount=function(){return Y()(this)},t}(L),H={now:function(){return(H.delegate||performance).now()},delegate:void 0},K={schedule:function(n){var t=requestAnimationFrame,r=cancelAnimationFrame,e=K.delegate;e&&(t=e.requestAnimationFrame,r=e.cancelAnimationFrame);var i=t(function(t){r=void 0,n(t)});return new d(function(){return null==r?void 0:r(i)})},requestAnimationFrame:function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=K.delegate;return((null==r?void 0:r.requestAnimationFrame)||requestAnimationFrame).apply(void 0,s([],c(n)))},cancelAnimationFrame:function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=K.delegate;return((null==r?void 0:r.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,s([],c(n)))},delegate:void 0};function Z(n){return n?G(n):X}function G(n){return new L(function(t){var r=n||H,e=r.now(),i=0,o=function(){t.closed||(i=K.requestAnimationFrame(function(u){i=0;var c=r.now();t.next({timestamp:n?c:u,elapsed:c-e}),o()}))};return o(),function(){i&&K.cancelAnimationFrame(i)}})}var J,X=G(),Q=a(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),$=function(n){function t(){var t=n.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return i(t,n),t.prototype.lift=function(n){var t=new nn(this,this);return t.operator=n,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Q},t.prototype.next=function(n){var t=this;A(function(){var r,e;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=u(t.currentObservers),o=i.next();!o.done;o=i.next())o.value.next(n)}catch(n){r={error:n}}finally{try{o&&!o.done&&(e=i.return)&&e.call(i)}finally{if(r)throw r.error}}}})},t.prototype.error=function(n){var t=this;A(function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=n;for(var r=t.observers;r.length;)r.shift().error(n)}})},t.prototype.complete=function(){var n=this;A(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var t=n.observers;t.length;)t.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var n;return(null===(n=this.observers)||void 0===n?void 0:n.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},t.prototype._innerSubscribe=function(n){var t=this,r=this,e=r.hasError,i=r.isStopped,o=r.observers;return e||i?p:(this.currentObservers=null,o.push(n),new d(function(){t.currentObservers=null,h(o,n)}))},t.prototype._checkFinalizedStatuses=function(n){var t=this,r=t.hasError,e=t.thrownError,i=t.isStopped;r?n.error(e):i&&n.complete()},t.prototype.asObservable=function(){var n=new L;return n.source=this,n},t.create=function(n,t){return new nn(n,t)},t}(L),nn=function(n){function t(t,r){var e=n.call(this)||this;return e.destination=t,e.source=r,e}return i(t,n),t.prototype.next=function(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,n)},t.prototype.error=function(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,n)},t.prototype.complete=function(){var n,t;null===(t=null===(n=this.destination)||void 0===n?void 0:n.complete)||void 0===t||t.call(n)},t.prototype._subscribe=function(n){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(n))&&void 0!==r?r:p},t}($),tn=function(n){function t(t){var r=n.call(this)||this;return r._value=t,r}return i(t,n),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(t){var r=n.prototype._subscribe.call(this,t);return!r.closed&&t.next(this._value),r},t.prototype.getValue=function(){var n=this,t=n.hasError,r=n.thrownError,e=n._value;if(t)throw r;return this._throwIfClosed(),e},t.prototype.next=function(t){n.prototype.next.call(this,this._value=t)},t}($),rn={now:function(){return(rn.delegate||Date).now()},delegate:void 0},en=function(n){function t(t,r,e){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===e&&(e=rn);var i=n.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=e,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return i(t,n),t.prototype.next=function(t){var r=this,e=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,u=r._timestampProvider,c=r._windowTime;e||(i.push(t),!o&&i.push(u.now()+c)),this._trimBuffer(),n.prototype.next.call(this,t)},t.prototype._subscribe=function(n){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(n),r=this._infiniteTimeWindow,e=this._buffer.slice(),i=0;i<e.length&&!n.closed;i+=r?1:2)n.next(e[i]);return this._checkFinalizedStatuses(n),t},t.prototype._trimBuffer=function(){var n=this,t=n._bufferSize,r=n._timestampProvider,e=n._buffer,i=n._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<e.length&&e.splice(0,e.length-o),!i){for(var u=r.now(),c=0,s=1;s<e.length&&e[s]<=u;s+=2)c=s;c&&e.splice(0,c+1)}},t}($),on=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t._value=null,t._hasValue=!1,t._isComplete=!1,t}return i(t,n),t.prototype._checkFinalizedStatuses=function(n){var t=this,r=t.hasError,e=t._hasValue,i=t._value,o=t.thrownError,u=t.isStopped,c=t._isComplete;r?n.error(o):(u||c)&&(e&&n.next(i),n.complete())},t.prototype.next=function(n){this.isStopped||(this._value=n,this._hasValue=!0)},t.prototype.complete=function(){var t=this,r=t._hasValue,e=t._value;t._isComplete||(this._isComplete=!0,r&&n.prototype.next.call(this,e),n.prototype.complete.call(this))},t}($),un=function(n){function t(t,r){return n.call(this)||this}return i(t,n),t.prototype.schedule=function(n,t){return void 0===t&&(t=0),this},t}(d),cn={setInterval:function(n,t){for(var r=[],e=2;e<arguments.length;e++)r[e-2]=arguments[e];var i=cn.delegate;return(null==i?void 0:i.setInterval)?i.setInterval.apply(i,s([n,t],c(r))):setInterval.apply(void 0,s([n,t],c(r)))},clearInterval:function(n){var t=cn.delegate;return((null==t?void 0:t.clearInterval)||clearInterval)(n)},delegate:void 0},sn=function(n){function t(t,r){var e=n.call(this,t,r)||this;return e.scheduler=t,e.work=r,e.pending=!1,e}return i(t,n),t.prototype.schedule=function(n,t){var r;if(void 0===t&&(t=0),this.closed)return this;this.state=n;var e=this.id,i=this.scheduler;return null!=e&&(this.id=this.recycleAsyncId(i,e,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(i,this.id,t),this},t.prototype.requestAsyncId=function(n,t,r){return void 0===r&&(r=0),cn.setInterval(n.flush.bind(n,this),r)},t.prototype.recycleAsyncId=function(n,t,r){if(void 0===r&&(r=0),null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&cn.clearInterval(t)},t.prototype.execute=function(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(n,t){var r,e=!1;try{this.work(n)}catch(n){e=!0,r=n||new Error("Scheduled action threw falsy error")}if(e)return this.unsubscribe(),r},t.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,r=this.scheduler,e=r.actions;this.work=this.state=this.scheduler=null,this.pending=!1,h(e,this),null!=t&&(this.id=this.recycleAsyncId(r,t,null)),this.delay=null,n.prototype.unsubscribe.call(this)}},t}(un),ln=1,fn={};function an(n){return n in fn&&(delete fn[n],!0)}var vn=function(n){var t=ln++;return fn[t]=!0,J||(J=Promise.resolve()),J.then(function(){return an(t)&&n()}),t},hn=function(n){an(n)},dn={setImmediate:function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=dn.delegate;return((null==r?void 0:r.setImmediate)||vn).apply(void 0,s([],c(n)))},clearImmediate:function(n){var t=dn.delegate;return((null==t?void 0:t.clearImmediate)||hn)(n)},delegate:void 0},pn=function(n){function t(t,r){var e=n.call(this,t,r)||this;return e.scheduler=t,e.work=r,e}return i(t,n),t.prototype.requestAsyncId=function(t,r,e){return void 0===e&&(e=0),null!==e&&e>0?n.prototype.requestAsyncId.call(this,t,r,e):(t.actions.push(this),t._scheduled||(t._scheduled=dn.setImmediate(t.flush.bind(t,void 0))))},t.prototype.recycleAsyncId=function(t,r,e){var i;if(void 0===e&&(e=0),null!=e?e>0:this.delay>0)return n.prototype.recycleAsyncId.call(this,t,r,e);var o=t.actions;null!=r&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==r&&(dn.clearImmediate(r),t._scheduled===r&&(t._scheduled=void 0))},t}(sn),bn=function(){function n(t,r){void 0===r&&(r=n.now),this.schedulerActionCtor=t,this.now=r}return n.prototype.schedule=function(n,t,r){return void 0===t&&(t=0),new this.schedulerActionCtor(this,n).schedule(r,t)},n.now=rn.now,n}(),yn=function(n){function t(t,r){void 0===r&&(r=bn.now);var e=n.call(this,t,r)||this;return e.actions=[],e._active=!1,e}return i(t,n),t.prototype.flush=function(n){var t=this.actions;if(this._active)t.push(n);else{var r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}},t}(bn),mn=new(function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return i(t,n),t.prototype.flush=function(n){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var r,e=this.actions;n=n||e.shift();do{if(r=n.execute(n.state,n.delay))break}while((n=e[0])&&n.id===t&&e.shift());if(this._active=!1,r){for(;(n=e[0])&&n.id===t&&e.shift();)n.unsubscribe();throw r}},t}(yn))(pn),wn=mn,xn=new yn(sn),gn=xn,_n=function(n){function t(t,r){var e=n.call(this,t,r)||this;return e.scheduler=t,e.work=r,e}return i(t,n),t.prototype.schedule=function(t,r){return void 0===r&&(r=0),r>0?n.prototype.schedule.call(this,t,r):(this.delay=r,this.state=t,this.scheduler.flush(this),this)},t.prototype.execute=function(t,r){return r>0||this.closed?n.prototype.execute.call(this,t,r):this._execute(t,r)},t.prototype.requestAsyncId=function(t,r,e){return void 0===e&&(e=0),null!=e&&e>0||null==e&&this.delay>0?n.prototype.requestAsyncId.call(this,t,r,e):(t.flush(this),0)},t}(sn),En=new(function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return i(t,n),t}(yn))(_n),Sn=En,An=function(n){function t(t,r){var e=n.call(this,t,r)||this;return e.scheduler=t,e.work=r,e}return i(t,n),t.prototype.requestAsyncId=function(t,r,e){return void 0===e&&(e=0),null!==e&&e>0?n.prototype.requestAsyncId.call(this,t,r,e):(t.actions.push(this),t._scheduled||(t._scheduled=K.requestAnimationFrame(function(){return t.flush(void 0)})))},t.prototype.recycleAsyncId=function(t,r,e){var i;if(void 0===e&&(e=0),null!=e?e>0:this.delay>0)return n.prototype.recycleAsyncId.call(this,t,r,e);var o=t.actions;null!=r&&r===t._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==r&&(K.cancelAnimationFrame(r),t._scheduled=void 0)},t}(sn),On=new(function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return i(t,n),t.prototype.flush=function(n){var t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);var r,e=this.actions;n=n||e.shift();do{if(r=n.execute(n.state,n.delay))break}while((n=e[0])&&n.id===t&&e.shift());if(this._active=!1,r){for(;(n=e[0])&&n.id===t&&e.shift();)n.unsubscribe();throw r}},t}(yn))(An),In=On,Tn=function(n){function t(t,r){void 0===t&&(t=kn),void 0===r&&(r=1/0);var e=n.call(this,t,function(){return e.frame})||this;return e.maxFrames=r,e.frame=0,e.index=-1,e}return i(t,n),t.prototype.flush=function(){for(var n,t,r=this.actions,e=this.maxFrames;(t=r[0])&&t.delay<=e&&(r.shift(),this.frame=t.delay,!(n=t.execute(t.state,t.delay))););if(n){for(;t=r.shift();)t.unsubscribe();throw n}},t.frameTimeFactor=10,t}(yn),kn=function(n){function t(t,r,e){void 0===e&&(e=t.index+=1);var i=n.call(this,t,r)||this;return i.scheduler=t,i.work=r,i.index=e,i.active=!0,i.index=t.index=e,i}return i(t,n),t.prototype.schedule=function(r,e){if(void 0===e&&(e=0),Number.isFinite(e)){if(!this.id)return n.prototype.schedule.call(this,r,e);this.active=!1;var i=new t(this.scheduler,this.work);return this.add(i),i.schedule(r,e)}return d.EMPTY},t.prototype.requestAsyncId=function(n,r,e){void 0===e&&(e=0),this.delay=n.frame+e;var i=n.actions;return i.push(this),i.sort(t.sortActions),1},t.prototype.recycleAsyncId=function(n,t,r){void 0===r&&(r=0)},t.prototype._execute=function(t,r){if(!0===this.active)return n.prototype._execute.call(this,t,r)},t.sortActions=function(n,t){return n.delay===t.delay?n.index===t.index?0:n.index>t.index?1:-1:n.delay>t.delay?1:-1},t}(sn),jn=new L(function(n){return n.complete()});function Cn(n){return n?function(n){return new L(function(t){return n.schedule(function(){return t.complete()})})}(n):jn}function Pn(n){return n&&f(n.schedule)}function Fn(n){return n[n.length-1]}function Nn(n){return f(Fn(n))?n.pop():void 0}function qn(n){return Pn(Fn(n))?n.pop():void 0}function zn(n,t){return"number"==typeof Fn(n)?n.pop():t}var Wn=function(n){return n&&"number"==typeof n.length&&"function"!=typeof n};function Ln(n){return f(null==n?void 0:n.then)}function Mn(n){return f(n[N])}function Rn(n){return Symbol.asyncIterator&&f(null==n?void 0:n[Symbol.asyncIterator])}function Un(n){return new TypeError("You provided "+(null!==n&&"object"==typeof n?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}var Vn,Dn="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator";function Yn(n){return f(null==n?void 0:n[Dn])}function Bn(n){return function(n,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,i=r.apply(n,t||[]),o=[];return e=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",function(n){return function(t){return Promise.resolve(t).then(n,f)}}),e[Symbol.asyncIterator]=function(){return this},e;function u(n,t){i[n]&&(e[n]=function(t){return new Promise(function(r,e){o.push([n,t,r,e])>1||c(n,t)})},t&&(e[n]=t(e[n])))}function c(n,t){try{(r=i[n](t)).value instanceof l?Promise.resolve(r.value.v).then(s,f):a(o[0][2],r)}catch(n){a(o[0][3],n)}var r}function s(n){c("next",n)}function f(n){c("throw",n)}function a(n,t){n(t),o.shift(),o.length&&c(o[0][0],o[0][1])}}(this,arguments,function(){var t,r,e;return o(this,function(i){switch(i.label){case 0:t=n.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,l(t.read())];case 3:return r=i.sent(),e=r.value,r.done?[4,l(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,l(e)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function Hn(n){return f(null==n?void 0:n.getReader)}function Kn(n){if(n instanceof L)return n;if(null!=n){if(Mn(n))return i=n,new L(function(n){var t=i[N]();if(f(t.subscribe))return t.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")});if(Wn(n))return e=n,new L(function(n){for(var t=0;t<e.length&&!n.closed;t++)n.next(e[t]);n.complete()});if(Ln(n))return r=n,new L(function(n){r.then(function(t){n.closed||(n.next(t),n.complete())},function(t){return n.error(t)}).then(null,x)});if(Rn(n))return Zn(n);if(Yn(n))return t=n,new L(function(n){var r,e;try{for(var i=u(t),o=i.next();!o.done;o=i.next()){var c=o.value;if(n.next(c),n.closed)return}}catch(n){r={error:n}}finally{try{o&&!o.done&&(e=i.return)&&e.call(i)}finally{if(r)throw r.error}}n.complete()});if(Hn(n))return Zn(Bn(n))}var t,r,e,i;throw Un(n)}function Zn(n){return new L(function(t){(function(n,t){var r,e,i,c,s,l,f,a;return s=this,l=void 0,a=function(){var s,l;return o(this,function(o){switch(o.label){case 0:o.trys.push([0,5,6,11]),r=function(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=n[Symbol.asyncIterator];return r?r.call(n):(n=u(n),t={},e("next"),e("throw"),e("return"),t[Symbol.asyncIterator]=function(){return this},t);function e(r){t[r]=n[r]&&function(t){return new Promise(function(e,i){!function(n,t,r,e){Promise.resolve(e).then(function(t){n({value:t,done:r})},t)}(e,i,(t=n[r](t)).done,t.value)})}}}(n),o.label=1;case 1:return[4,r.next()];case 2:if((e=o.sent()).done)return[3,4];if(s=e.value,t.next(s),t.closed)return[2];o.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return l=o.sent(),i={error:l},[3,11];case 6:return o.trys.push([6,,9,10]),e&&!e.done&&(c=r.return)?[4,c.call(r)]:[3,8];case 7:o.sent(),o.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]}})},new((f=void 0)||(f=Promise))(function(n,t){function r(n){try{i(a.next(n))}catch(n){t(n)}}function e(n){try{i(a.throw(n))}catch(n){t(n)}}function i(t){var i;t.done?n(t.value):(i=t.value,i instanceof f?i:new f(function(n){n(i)})).then(r,e)}i((a=a.apply(s,l||[])).next())})})(n,t).catch(function(n){return t.error(n)})})}function Gn(n,t,r,e,i){void 0===e&&(e=0),void 0===i&&(i=!1);var o=t.schedule(function(){r(),i?n.add(this.schedule(null,e)):this.unsubscribe()},e);if(n.add(o),!i)return o}function Jn(n,t){return void 0===t&&(t=0),U(function(r,e){r.subscribe(V(e,function(r){return Gn(e,n,function(){return e.next(r)},t)},function(){return Gn(e,n,function(){return e.complete()},t)},function(r){return Gn(e,n,function(){return e.error(r)},t)}))})}function Xn(n,t){return void 0===t&&(t=0),U(function(r,e){e.add(n.schedule(function(){return r.subscribe(e)},t))})}function Qn(n,t){return new L(function(r){var e;return Gn(r,t,function(){e=n[Dn](),Gn(r,t,function(){var n,t,i;try{t=(n=e.next()).value,i=n.done}catch(n){return void r.error(n)}i?r.complete():r.next(t)},0,!0)}),function(){return f(null==e?void 0:e.return)&&e.return()}})}function $n(n,t){if(!n)throw new Error("Iterable cannot be null");return new L(function(r){Gn(r,t,function(){var e=n[Symbol.asyncIterator]();Gn(r,t,function(){e.next().then(function(n){n.done?r.complete():r.next(n.value)})},0,!0)})})}function nt(n,t){if(null!=n){if(Mn(n))return function(n,t){return Kn(n).pipe(Xn(t),Jn(t))}(n,t);if(Wn(n))return function(n,t){return new L(function(r){var e=0;return t.schedule(function(){e===n.length?r.complete():(r.next(n[e++]),r.closed||this.schedule())})})}(n,t);if(Ln(n))return function(n,t){return Kn(n).pipe(Xn(t),Jn(t))}(n,t);if(Rn(n))return $n(n,t);if(Yn(n))return Qn(n,t);if(Hn(n))return function(n,t){return $n(Bn(n),t)}(n,t)}throw Un(n)}function tt(n,t){return t?nt(n,t):Kn(n)}function rt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return tt(n,qn(n))}function et(n,t){var r=f(n)?n:function(){return n},e=function(n){return n.error(r())};return new L(t?function(n){return t.schedule(e,0,n)}:e)}!function(n){n.NEXT="N",n.ERROR="E",n.COMPLETE="C"}(Vn||(Vn={}));var it=function(){function n(n,t,r){this.kind=n,this.value=t,this.error=r,this.hasValue="N"===n}return n.prototype.observe=function(n){return ot(this,n)},n.prototype.do=function(n,t,r){var e=this,i=e.kind,o=e.value,u=e.error;return"N"===i?null==n?void 0:n(o):"E"===i?null==t?void 0:t(u):null==r?void 0:r()},n.prototype.accept=function(n,t,r){var e;return f(null===(e=n)||void 0===e?void 0:e.next)?this.observe(n):this.do(n,t,r)},n.prototype.toObservable=function(){var n=this,t=n.kind,r=n.value,e=n.error,i="N"===t?rt(r):"E"===t?et(function(){return e}):"C"===t?jn:0;if(!i)throw new TypeError("Unexpected notification kind "+t);return i},n.createNext=function(t){return new n("N",t)},n.createError=function(t){return new n("E",void 0,t)},n.createComplete=function(){return n.completeNotification},n.completeNotification=new n("C"),n}();function ot(n,t){var r,e,i,o=n,u=o.kind,c=o.value,s=o.error;if("string"!=typeof u)throw new TypeError('Invalid notification, missing "kind"');"N"===u?null===(r=t.next)||void 0===r||r.call(t,c):"E"===u?null===(e=t.error)||void 0===e||e.call(t,s):null===(i=t.complete)||void 0===i||i.call(t)}function ut(n){return!!n&&(n instanceof L||f(n.lift)&&f(n.subscribe))}var ct=a(function(n){return function(){n(this),this.name="EmptyError",this.message="no elements in sequence"}});function st(n,t){var r="object"==typeof t;return new Promise(function(e,i){var o,u=!1;n.subscribe({next:function(n){o=n,u=!0},error:i,complete:function(){u?e(o):r?e(t.defaultValue):i(new ct)}})})}function lt(n,t){var r="object"==typeof t;return new Promise(function(e,i){var o=new j({next:function(n){e(n),o.unsubscribe()},error:i,complete:function(){r?e(t.defaultValue):i(new ct)}});n.subscribe(o)})}var ft=a(function(n){return function(){n(this),this.name="ArgumentOutOfRangeError",this.message="argument out of range"}}),at=a(function(n){return function(t){n(this),this.name="NotFoundError",this.message=t}}),vt=a(function(n){return function(t){n(this),this.name="SequenceError",this.message=t}});function ht(n){return n instanceof Date&&!isNaN(n)}var dt=a(function(n){return function(t){void 0===t&&(t=null),n(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=t}});function pt(n,t){var r=ht(n)?{first:n}:"number"==typeof n?{each:n}:n,e=r.first,i=r.each,o=r.with,u=void 0===o?bt:o,c=r.scheduler,s=void 0===c?null!=t?t:xn:c,l=r.meta,f=void 0===l?null:l;if(null==e&&null==i)throw new TypeError("No timeout provided.");return U(function(n,t){var r,o,c=null,l=0,a=function(n){o=Gn(t,s,function(){try{r.unsubscribe(),Kn(u({meta:f,lastValue:c,seen:l})).subscribe(t)}catch(n){t.error(n)}},n)};r=n.subscribe(V(t,function(n){null==o||o.unsubscribe(),l++,t.next(c=n),i>0&&a(i)},void 0,void 0,function(){(null==o?void 0:o.closed)||null==o||o.unsubscribe(),c=null})),!l&&a(null!=e?"number"==typeof e?e:+e-s.now():i)})}function bt(n){throw new dt(n)}function yt(n,t){return U(function(r,e){var i=0;r.subscribe(V(e,function(r){e.next(n.call(t,r,i++))}))})}var mt=Array.isArray;function wt(n){return yt(function(t){return function(n,t){return mt(t)?n.apply(void 0,s([],c(t))):n(t)}(n,t)})}function xt(n,t,r,e){if(r){if(!Pn(r))return function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return xt(n,t,e).apply(this,i).pipe(wt(r))};e=r}return e?function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return xt(n,t).apply(this,r).pipe(Xn(e),Jn(e))}:function(){for(var r=this,e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];var o=new on,u=!0;return new L(function(i){var l=o.subscribe(i);if(u){u=!1;var f=!1,a=!1;t.apply(r,s(s([],c(e)),[function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];if(n){var e=t.shift();if(null!=e)return void o.error(e)}o.next(1<t.length?t:t[0]),a=!0,f&&o.complete()}])),a&&o.complete(),f=!0}return l})}}function gt(n,t,r){return xt(!1,n,t,r)}function _t(n,t,r){return xt(!0,n,t,r)}var Et=Array.isArray,St=Object.getPrototypeOf,At=Object.prototype,Ot=Object.keys;function It(n){if(1===n.length){var t=n[0];if(Et(t))return{args:t,keys:null};if((e=t)&&"object"==typeof e&&St(e)===At){var r=Ot(t);return{args:r.map(function(n){return t[n]}),keys:r}}}var e;return{args:n,keys:null}}function Tt(n,t){return n.reduce(function(n,r,e){return n[r]=t[e],n},{})}function kt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=qn(n),e=Nn(n),i=It(n),o=i.args,u=i.keys;if(0===o.length)return tt([],r);var c=new L(jt(o,r,u?function(n){return Tt(u,n)}:q));return e?c.pipe(wt(e)):c}function jt(n,t,r){return void 0===r&&(r=q),function(e){Ct(t,function(){for(var i=n.length,o=new Array(i),u=i,c=i,s=function(i){Ct(t,function(){var s=tt(n[i],t),l=!1;s.subscribe(V(e,function(n){o[i]=n,l||(l=!0,c--),c||e.next(r(o.slice()))},function(){--u||e.complete()}))},e)},l=0;l<i;l++)s(l)},e)}}function Ct(n,t,r){n?Gn(r,n,t):t()}function Pt(n,t,r,e,i,o,u,c){var s=[],l=0,f=0,a=!1,v=function(){!a||s.length||l||t.complete()},h=function(n){return l<e?d(n):s.push(n)},d=function(n){o&&t.next(n),l++;var c=!1;Kn(r(n,f++)).subscribe(V(t,function(n){null==i||i(n),o?h(n):t.next(n)},function(){c=!0},void 0,function(){if(c)try{l--;for(var n=function(){var n=s.shift();u?Gn(t,u,function(){return d(n)}):d(n)};s.length&&l<e;)n();v()}catch(n){t.error(n)}}))};return n.subscribe(V(t,h,function(){a=!0,v()})),function(){null==c||c()}}function Ft(n,t,r){return void 0===r&&(r=1/0),f(t)?Ft(function(r,e){return yt(function(n,i){return t(r,n,e,i)})(Kn(n(r,e)))},r):("number"==typeof t&&(r=t),U(function(t,e){return Pt(t,e,n,r)}))}function Nt(n){return void 0===n&&(n=1/0),Ft(q,n)}function qt(){return Nt(1)}function zt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return qt()(tt(n,qn(n)))}function Wt(n){return new L(function(t){Kn(n()).subscribe(t)})}var Lt={connector:function(){return new $},resetOnDisconnect:!0};function Mt(n,t){void 0===t&&(t=Lt);var r=null,e=t.connector,i=t.resetOnDisconnect,o=void 0===i||i,u=e(),c=new L(function(n){return u.subscribe(n)});return c.connect=function(){return r&&!r.closed||(r=Wt(function(){return n}).subscribe(u),o&&r.add(function(){return u=e()})),r},c}function Rt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=Nn(n),e=It(n),i=e.args,o=e.keys,u=new L(function(n){var t=i.length;if(t)for(var r=new Array(t),e=t,u=t,c=function(t){var c=!1;Kn(i[t]).subscribe(V(n,function(n){c||(c=!0,u--),r[t]=n},function(){return e--},void 0,function(){e&&c||(u||n.next(o?Tt(o,r):r),n.complete())}))},s=0;s<t;s++)c(s);else n.complete()});return r?u.pipe(wt(r)):u}var Ut=["addListener","removeListener"],Vt=["addEventListener","removeEventListener"],Dt=["on","off"];function Yt(n,t,r,e){if(f(r)&&(e=r,r=void 0),e)return Yt(n,t,r).pipe(wt(e));var i=c(function(n){return f(n.addEventListener)&&f(n.removeEventListener)}(n)?Vt.map(function(e){return function(i){return n[e](t,i,r)}}):function(n){return f(n.addListener)&&f(n.removeListener)}(n)?Ut.map(Bt(n,t)):function(n){return f(n.on)&&f(n.off)}(n)?Dt.map(Bt(n,t)):[],2),o=i[0],u=i[1];if(!o&&Wn(n))return Ft(function(n){return Yt(n,t,r)})(Kn(n));if(!o)throw new TypeError("Invalid event target");return new L(function(n){var t=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return n.next(1<t.length?t:t[0])};return o(t),function(){return u(t)}})}function Bt(n,t){return function(r){return function(e){return n[r](t,e)}}}function Ht(n,t,r){return r?Ht(n,t).pipe(wt(r)):new L(function(r){var e=function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return r.next(1===n.length?n[0]:n)},i=n(e);return f(t)?function(){return t(e,i)}:void 0})}function Kt(n,t,r,e,i){var u,c,s,l;function f(){var n;return o(this,function(e){switch(e.label){case 0:n=l,e.label=1;case 1:return t&&!t(n)?[3,4]:[4,s(n)];case 2:e.sent(),e.label=3;case 3:return n=r(n),[3,1];case 4:return[2]}})}return 1===arguments.length?(l=(u=n).initialState,t=u.condition,r=u.iterate,c=u.resultSelector,s=void 0===c?q:c,i=u.scheduler):(l=n,!e||Pn(e)?(s=q,i=e):s=e),Wt(i?function(){return Qn(f(),i)}:f)}function Zt(n,t,r){return Wt(function(){return n()?t:r})}function Gt(n,t,r){void 0===n&&(n=0),void 0===r&&(r=gn);var e=-1;return null!=t&&(Pn(t)?r=t:e=t),new L(function(t){var i=ht(n)?+n-r.now():n;i<0&&(i=0);var o=0;return r.schedule(function(){t.closed||(t.next(o++),0<=e?this.schedule(void 0,e):t.complete())},i)})}function Jt(n,t){return void 0===n&&(n=0),void 0===t&&(t=xn),n<0&&(n=0),Gt(n,n,t)}function Xt(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=qn(n),e=zn(n,1/0),i=n;return i.length?1===i.length?Kn(i[0]):Nt(e)(tt(i,r)):jn}var Qt=new L(g);function $t(){return Qt}var nr=Array.isArray;function tr(n){return 1===n.length&&nr(n[0])?n[0]:n}function rr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=tr(n);return new L(function(n){var t=0,e=function(){if(t<r.length){var i=void 0;try{i=Kn(r[t++])}catch(n){return void e()}var o=new D(n,void 0,g,g);i.subscribe(o),o.add(e)}else n.complete()};e()})}function er(n,t){return tt(Object.entries(n),t)}function ir(n,t){return function(r,e){return!n.call(t,r,e)}}function or(n,t){return U(function(r,e){var i=0;r.subscribe(V(e,function(r){return n.call(t,r,i++)&&e.next(r)}))})}function ur(n,t,r){return[or(t,r)(Kn(n)),or(ir(t,r))(Kn(n))]}function cr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return 1===(n=tr(n)).length?Kn(n[0]):new L(sr(n))}function sr(n){return function(t){for(var r=[],e=function(e){r.push(Kn(n[e]).subscribe(V(t,function(n){if(r){for(var i=0;i<r.length;i++)i!==e&&r[i].unsubscribe();r=null}t.next(n)})))},i=0;r&&!t.closed&&i<n.length;i++)e(i)}}function lr(n,t,r){if(null==t&&(t=n,n=0),t<=0)return jn;var e=t+n;return new L(r?function(t){var i=n;return r.schedule(function(){i<e?(t.next(i++),this.schedule()):t.complete()})}:function(t){for(var r=n;r<e&&!t.closed;)t.next(r++);t.complete()})}function fr(n,t){return new L(function(r){var e=n(),i=t(e);return(i?Kn(i):jn).subscribe(r),function(){e&&e.unsubscribe()}})}function ar(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=Nn(n),e=tr(n);return e.length?new L(function(n){var t=e.map(function(){return[]}),i=e.map(function(){return!1});n.add(function(){t=i=null});for(var o=function(o){Kn(e[o]).subscribe(V(n,function(e){if(t[o].push(e),t.every(function(n){return n.length})){var u=t.map(function(n){return n.shift()});n.next(r?r.apply(void 0,s([],c(u))):u),t.some(function(n,t){return!n.length&&i[t]})&&n.complete()}},function(){i[o]=!0,!t[o].length&&n.complete()}))},u=0;!n.closed&&u<e.length;u++)o(u);return function(){t=i=null}}):jn}function vr(n){return U(function(t,r){var e=!1,i=null,o=null,u=!1,c=function(){if(null==o||o.unsubscribe(),o=null,e){e=!1;var n=i;i=null,r.next(n)}u&&r.complete()},s=function(){o=null,u&&r.complete()};t.subscribe(V(r,function(t){e=!0,i=t,o||Kn(n(t)).subscribe(o=V(r,c,s))},function(){u=!0,(!e||!o||o.closed)&&r.complete()}))})}function hr(n,t){return void 0===t&&(t=xn),vr(function(){return Gt(n,t)})}function dr(n){return U(function(t,r){var e=[];return t.subscribe(V(r,function(n){return e.push(n)},function(){r.next(e),r.complete()})),Kn(n).subscribe(V(r,function(){var n=e;e=[],r.next(n)},g)),function(){e=null}})}function pr(n,t){return void 0===t&&(t=null),t=null!=t?t:n,U(function(r,e){var i=[],o=0;r.subscribe(V(e,function(r){var c,s,l,f,a=null;o++%t===0&&i.push([]);try{for(var v=u(i),d=v.next();!d.done;d=v.next())(y=d.value).push(r),n<=y.length&&(a=null!=a?a:[]).push(y)}catch(n){c={error:n}}finally{try{d&&!d.done&&(s=v.return)&&s.call(v)}finally{if(c)throw c.error}}if(a)try{for(var p=u(a),b=p.next();!b.done;b=p.next()){var y=b.value;h(i,y),e.next(y)}}catch(n){l={error:n}}finally{try{b&&!b.done&&(f=p.return)&&f.call(p)}finally{if(l)throw l.error}}},function(){var n,t;try{for(var r=u(i),o=r.next();!o.done;o=r.next()){var c=o.value;e.next(c)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(t=r.return)&&t.call(r)}finally{if(n)throw n.error}}e.complete()},void 0,function(){i=null}))})}function br(n){for(var t,r,e=[],i=1;i<arguments.length;i++)e[i-1]=arguments[i];var o=null!==(t=qn(e))&&void 0!==t?t:xn,c=null!==(r=e[0])&&void 0!==r?r:null,s=e[1]||1/0;return U(function(t,r){var e=[],i=!1,l=function(n){var t=n.buffer;n.subs.unsubscribe(),h(e,n),r.next(t),i&&f()},f=function(){if(e){var t=new d;r.add(t);var i={buffer:[],subs:t};e.push(i),Gn(t,o,function(){return l(i)},n)}};null!==c&&c>=0?Gn(r,o,f,c,!0):i=!0,f();var a=V(r,function(n){var t,r,i=e.slice();try{for(var o=u(i),c=o.next();!c.done;c=o.next()){var f=c.value,a=f.buffer;a.push(n),s<=a.length&&l(f)}}catch(n){t={error:n}}finally{try{c&&!c.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}},function(){for(;null==e?void 0:e.length;)r.next(e.shift().buffer);null==a||a.unsubscribe(),r.complete(),r.unsubscribe()},void 0,function(){return e=null});t.subscribe(a)})}function yr(n,t){return U(function(r,e){var i=[];Kn(n).subscribe(V(e,function(n){var r=[];i.push(r);var o=new d;o.add(Kn(t(n)).subscribe(V(e,function(){h(i,r),e.next(r),o.unsubscribe()},g)))},g)),r.subscribe(V(e,function(n){var t,r;try{for(var e=u(i),o=e.next();!o.done;o=e.next())o.value.push(n)}catch(n){t={error:n}}finally{try{o&&!o.done&&(r=e.return)&&r.call(e)}finally{if(t)throw t.error}}},function(){for(;i.length>0;)e.next(i.shift());e.complete()}))})}function mr(n){return U(function(t,r){var e=null,i=null,o=function(){null==i||i.unsubscribe();var t=e;e=[],t&&r.next(t),Kn(n()).subscribe(i=V(r,o,g))};o(),t.subscribe(V(r,function(n){return null==e?void 0:e.push(n)},function(){e&&r.next(e),r.complete()},void 0,function(){return e=i=null}))})}function wr(n){return U(function(t,r){var e,i=null,o=!1;i=t.subscribe(V(r,void 0,void 0,function(u){e=Kn(n(u,wr(n)(t))),i?(i.unsubscribe(),i=null,e.subscribe(r)):o=!0})),o&&(i.unsubscribe(),i=null,e.subscribe(r))})}function xr(n,t,r,e,i){return function(o,u){var c=r,s=t,l=0;o.subscribe(V(u,function(t){var r=l++;s=c?n(s,t,r):(c=!0,t),e&&u.next(s)},i&&function(){c&&u.next(s),u.complete()}))}}function gr(n,t){return U(xr(n,t,arguments.length>=2,!1,!0))}var _r=function(n,t){return n.push(t),n};function Er(){return U(function(n,t){gr(_r,[])(n).subscribe(t)})}function Sr(n,t){return z(Er(),Ft(function(t){return n(t)}),t?wt(t):q)}function Ar(n){return Sr(kt,n)}var Or=Ar;function Ir(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=Nn(n);return r?z(Ir.apply(void 0,s([],c(n))),wt(r)):U(function(t,r){jt(s([t],c(tr(n))))(r)})}function Tr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return Ir.apply(void 0,s([],c(n)))}function kr(n,t){return f(t)?Ft(n,t,1):Ft(n,1)}function jr(n,t){return f(t)?kr(function(){return n},t):kr(function(){return n})}function Cr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=qn(n);return U(function(t,e){qt()(tt(s([t],c(n)),r)).subscribe(e)})}function Pr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return Cr.apply(void 0,s([],c(n)))}var Fr={connector:function(){return new $}};function Nr(n,t){void 0===t&&(t=Fr);var r=t.connector;return U(function(t,e){var i,o=r();Kn(n((i=o,new L(function(n){return i.subscribe(n)})))).subscribe(e),e.add(t.subscribe(o))})}function qr(n){return gr(function(t,r,e){return!n||n(r,e)?t+1:t},0)}function zr(n){return U(function(t,r){var e=!1,i=null,o=null,u=function(){if(null==o||o.unsubscribe(),o=null,e){e=!1;var n=i;i=null,r.next(n)}};t.subscribe(V(r,function(t){null==o||o.unsubscribe(),e=!0,i=t,o=V(r,u,g),Kn(n(t)).subscribe(o)},function(){u(),r.complete()},void 0,function(){i=o=null}))})}function Wr(n,t){return void 0===t&&(t=xn),U(function(r,e){var i=null,o=null,u=null,c=function(){if(i){i.unsubscribe(),i=null;var n=o;o=null,e.next(n)}};function s(){var r=u+n,o=t.now();if(o<r)return i=this.schedule(void 0,r-o),void e.add(i);c()}r.subscribe(V(e,function(r){o=r,u=t.now(),i||(i=t.schedule(s,n),e.add(i))},function(){c(),e.complete()},void 0,function(){o=i=null}))})}function Lr(n){return U(function(t,r){var e=!1;t.subscribe(V(r,function(n){e=!0,r.next(n)},function(){e||r.next(n),r.complete()}))})}function Mr(n){return n<=0?function(){return jn}:U(function(t,r){var e=0;t.subscribe(V(r,function(t){++e<=n&&(r.next(t),n<=e&&r.complete())}))})}function Rr(){return U(function(n,t){n.subscribe(V(t,g))})}function Ur(n){return yt(function(){return n})}function Vr(n,t){return t?function(r){return zt(t.pipe(Mr(1),Rr()),r.pipe(Vr(n)))}:Ft(function(t,r){return Kn(n(t,r)).pipe(Mr(1),Ur(t))})}function Dr(n,t){void 0===t&&(t=xn);var r=Gt(n,t);return Vr(function(){return r})}function Yr(){return U(function(n,t){n.subscribe(V(t,function(n){return ot(n,t)}))})}function Br(n,t){return U(function(r,e){var i=new Set;r.subscribe(V(e,function(t){var r=n?n(t):t;i.has(r)||(i.add(r),e.next(t))})),t&&Kn(t).subscribe(V(e,function(){return i.clear()},g))})}function Hr(n,t){return void 0===t&&(t=q),n=null!=n?n:Kr,U(function(r,e){var i,o=!0;r.subscribe(V(e,function(r){var u=t(r);!o&&n(i,u)||(o=!1,i=u,e.next(r))}))})}function Kr(n,t){return n===t}function Zr(n,t){return Hr(function(r,e){return t?t(r[n],e[n]):r[n]===e[n]})}function Gr(n){return void 0===n&&(n=Jr),U(function(t,r){var e=!1;t.subscribe(V(r,function(n){e=!0,r.next(n)},function(){return e?r.complete():r.error(n())}))})}function Jr(){return new ct}function Xr(n,t){if(n<0)throw new ft;var r=arguments.length>=2;return function(e){return e.pipe(or(function(t,r){return r===n}),Mr(1),r?Lr(t):Gr(function(){return new ft}))}}function Qr(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return function(t){return zt(t,rt.apply(void 0,s([],c(n))))}}function $r(n,t){return U(function(r,e){var i=0;r.subscribe(V(e,function(o){n.call(t,o,i++,r)||(e.next(!1),e.complete())},function(){e.next(!0),e.complete()}))})}function ne(n,t){return t?function(r){return r.pipe(ne(function(r,e){return Kn(n(r,e)).pipe(yt(function(n,i){return t(r,n,e,i)}))}))}:U(function(t,r){var e=0,i=null,o=!1;t.subscribe(V(r,function(t){i||(i=V(r,void 0,function(){i=null,o&&r.complete()}),Kn(n(t,e++)).subscribe(i))},function(){o=!0,!i&&r.complete()}))})}function te(){return ne(q)}var re=te;function ee(n,t,r){return void 0===t&&(t=1/0),t=(t||0)<1?1/0:t,U(function(e,i){return Pt(e,i,n,t,void 0,!0,r)})}function ie(n){return U(function(t,r){try{t.subscribe(r)}finally{r.add(n)}})}function oe(n,t){return U(ue(n,t,"value"))}function ue(n,t,r){var e="index"===r;return function(r,i){var o=0;r.subscribe(V(i,function(u){var c=o++;n.call(t,u,c,r)&&(i.next(e?c:u),i.complete())},function(){i.next(e?-1:void 0),i.complete()}))}}function ce(n,t){return U(ue(n,t,"index"))}function se(n,t){var r=arguments.length>=2;return function(e){return e.pipe(n?or(function(t,r){return n(t,r,e)}):q,Mr(1),r?Lr(t):Gr(function(){return new ct}))}}function le(n,t,r,e){return U(function(i,o){var u;t&&"function"!=typeof t?(r=t.duration,u=t.element,e=t.connector):u=t;var c=new Map,s=function(n){c.forEach(n),n(o)},l=function(n){return s(function(t){return t.error(n)})},f=0,a=!1,v=new D(o,function(t){try{var i=n(t),s=c.get(i);if(!s){c.set(i,s=e?e():new $);var h=(p=i,b=s,(y=new L(function(n){f++;var t=b.subscribe(n);return function(){t.unsubscribe(),0===--f&&a&&v.unsubscribe()}})).key=p,y);if(o.next(h),r){var d=V(s,function(){s.complete(),null==d||d.unsubscribe()},void 0,void 0,function(){return c.delete(i)});v.add(Kn(r(h)).subscribe(d))}}s.next(u?u(t):t)}catch(n){l(n)}var p,b,y},function(){return s(function(n){return n.complete()})},l,function(){return c.clear()},function(){return a=!0,0===f});i.subscribe(v)})}function fe(){return U(function(n,t){n.subscribe(V(t,function(){t.next(!1),t.complete()},function(){t.next(!0),t.complete()}))})}function ae(n){return n<=0?function(){return jn}:U(function(t,r){var e=[];t.subscribe(V(r,function(t){e.push(t),n<e.length&&e.shift()},function(){var n,t;try{for(var i=u(e),o=i.next();!o.done;o=i.next()){var c=o.value;r.next(c)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(t=i.return)&&t.call(i)}finally{if(n)throw n.error}}r.complete()},void 0,function(){e=null}))})}function ve(n,t){var r=arguments.length>=2;return function(e){return e.pipe(n?or(function(t,r){return n(t,r,e)}):q,ae(1),r?Lr(t):Gr(function(){return new ct}))}}function he(){return U(function(n,t){n.subscribe(V(t,function(n){t.next(it.createNext(n))},function(){t.next(it.createComplete()),t.complete()},function(n){t.next(it.createError(n)),t.complete()}))})}function de(n){return gr(f(n)?function(t,r){return n(t,r)>0?t:r}:function(n,t){return n>t?n:t})}var pe=Ft;function be(n,t,r){return void 0===r&&(r=1/0),f(t)?Ft(function(){return n},t,r):("number"==typeof t&&(r=t),Ft(function(){return n},r))}function ye(n,t,r){return void 0===r&&(r=1/0),U(function(e,i){var o=t;return Pt(e,i,function(t,r){return n(o,t,r)},r,function(n){o=n},!1,void 0,function(){return o=null})})}function me(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=qn(n),e=zn(n,1/0);return U(function(t,i){Nt(e)(tt(s([t],c(n)),r)).subscribe(i)})}function we(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return me.apply(void 0,s([],c(n)))}function xe(n){return gr(f(n)?function(t,r){return n(t,r)<0?t:r}:function(n,t){return n<t?n:t})}function ge(n,t){var r=f(n)?n:function(){return n};return f(t)?Nr(t,{connector:r}):function(n){return new B(n,r)}}function _e(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=tr(n);return function(n){return rr.apply(void 0,s([n],c(r)))}}function Ee(){return U(function(n,t){var r,e=!1;n.subscribe(V(t,function(n){var i=r;r=n,e&&t.next([i,n]),e=!0}))})}function Se(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=n.length;if(0===r)throw new Error("list of properties cannot be empty.");return yt(function(t){for(var e=t,i=0;i<r;i++){var o=null==e?void 0:e[n[i]];if(void 0===o)return;e=o}return e})}function Ae(n){return n?function(t){return Nr(n)(t)}:function(n){return ge(new $)(n)}}function Oe(n){return function(t){var r=new tn(n);return new B(t,function(){return r})}}function Ie(){return function(n){var t=new on;return new B(n,function(){return t})}}function Te(n,t,r,e){r&&!f(r)&&(e=r);var i=f(r)?r:void 0;return function(r){return ge(new en(n,t,e),i)(r)}}function ke(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n.length?U(function(t,r){sr(s([t],c(n)))(r)}):q}function je(n){var t,r,e=1/0;return null!=n&&("object"==typeof n?(t=n.count,e=void 0===t?1/0:t,r=n.delay):e=n),e<=0?function(){return jn}:U(function(n,t){var i,o=0,u=function(){if(null==i||i.unsubscribe(),i=null,null!=r){var n="number"==typeof r?Gt(r):Kn(r(o)),e=V(t,function(){e.unsubscribe(),c()});n.subscribe(e)}else c()},c=function(){var r=!1;i=n.subscribe(V(t,void 0,function(){++o<e?i?u():r=!0:t.complete()})),r&&u()};c()})}function Ce(n){return U(function(t,r){var e,i,o=!1,u=!1,c=!1,s=function(){return c&&u&&(r.complete(),!0)},l=function(){c=!1,e=t.subscribe(V(r,void 0,function(){c=!0,!s()&&(i||(i=new $,Kn(n(i)).subscribe(V(r,function(){e?l():o=!0},function(){u=!0,s()}))),i).next()})),o&&(e.unsubscribe(),e=null,o=!1,l())};l()})}function Pe(n){var t;void 0===n&&(n=1/0);var r=(t=n&&"object"==typeof n?n:{count:n}).count,e=void 0===r?1/0:r,i=t.delay,o=t.resetOnSuccess,u=void 0!==o&&o;return e<=0?q:U(function(n,t){var r,o=0,c=function(){var s=!1;r=n.subscribe(V(t,function(n){u&&(o=0),t.next(n)},void 0,function(n){if(o++<e){var u=function(){r?(r.unsubscribe(),r=null,c()):s=!0};if(null!=i){var l="number"==typeof i?Gt(i):Kn(i(n,o)),f=V(t,function(){f.unsubscribe(),u()},function(){t.complete()});l.subscribe(f)}else u()}else t.error(n)})),s&&(r.unsubscribe(),r=null,c())};c()})}function Fe(n){return U(function(t,r){var e,i,o=!1,u=function(){e=t.subscribe(V(r,void 0,void 0,function(t){i||(i=new $,Kn(n(i)).subscribe(V(r,function(){return e?u():o=!0}))),i&&i.next(t)})),o&&(e.unsubscribe(),e=null,o=!1,u())};u()})}function Ne(n){return U(function(t,r){var e=!1,i=null;t.subscribe(V(r,function(n){e=!0,i=n})),Kn(n).subscribe(V(r,function(){if(e){e=!1;var n=i;i=null,r.next(n)}},g))})}function qe(n,t){return void 0===t&&(t=xn),Ne(Jt(n,t))}function ze(n,t){return U(xr(n,t,arguments.length>=2,!0))}function We(n,t){return void 0===t&&(t=function(n,t){return n===t}),U(function(r,e){var i={buffer:[],complete:!1},o={buffer:[],complete:!1},u=function(n){e.next(n),e.complete()},c=function(n,r){var i=V(e,function(e){var i=r.buffer,o=r.complete;0===i.length?o?u(!1):n.buffer.push(e):!t(e,i.shift())&&u(!1)},function(){n.complete=!0;var t=r.complete,e=r.buffer;t&&u(0===e.length),null==i||i.unsubscribe()});return i};r.subscribe(c(i,o)),Kn(n).subscribe(c(o,i))})}function Le(n){void 0===n&&(n={});var t=n.connector,r=void 0===t?function(){return new $}:t,e=n.resetOnError,i=void 0===e||e,o=n.resetOnComplete,u=void 0===o||o,c=n.resetOnRefCountZero,s=void 0===c||c;return function(n){var t,e,o,c=0,l=!1,f=!1,a=function(){null==e||e.unsubscribe(),e=void 0},v=function(){a(),t=o=void 0,l=f=!1},h=function(){var n=t;v(),null==n||n.unsubscribe()};return U(function(n,d){c++,f||l||a();var p=o=null!=o?o:r();d.add(function(){0!==--c||f||l||(e=Me(h,s))}),p.subscribe(d),!t&&c>0&&(t=new j({next:function(n){return p.next(n)},error:function(n){f=!0,a(),e=Me(v,i,n),p.error(n)},complete:function(){l=!0,a(),e=Me(v,u),p.complete()}}),Kn(n).subscribe(t))})(n)}}function Me(n,t){for(var r=[],e=2;e<arguments.length;e++)r[e-2]=arguments[e];if(!0!==t){if(!1!==t){var i=new j({next:function(){i.unsubscribe(),n()}});return Kn(t.apply(void 0,s([],c(r)))).subscribe(i)}}else n()}function Re(n,t,r){var e,i,o,u,c=!1;return n&&"object"==typeof n?(e=n.bufferSize,u=void 0===e?1/0:e,i=n.windowTime,t=void 0===i?1/0:i,c=void 0!==(o=n.refCount)&&o,r=n.scheduler):u=null!=n?n:1/0,Le({connector:function(){return new en(u,t,r)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}function Ue(n){return U(function(t,r){var e,i=!1,o=!1,u=0;t.subscribe(V(r,function(c){o=!0,n&&!n(c,u++,t)||(i&&r.error(new vt("Too many matching values")),i=!0,e=c)},function(){i?(r.next(e),r.complete()):r.error(o?new at("No matching values"):new ct)}))})}function Ve(n){return or(function(t,r){return n<=r})}function De(n){return n<=0?q:U(function(t,r){var e=new Array(n),i=0;return t.subscribe(V(r,function(t){var o=i++;if(o<n)e[o]=t;else{var u=o%n,c=e[u];e[u]=t,r.next(c)}})),function(){e=null}})}function Ye(n){return U(function(t,r){var e=!1,i=V(r,function(){null==i||i.unsubscribe(),e=!0},g);Kn(n).subscribe(i),t.subscribe(V(r,function(n){return e&&r.next(n)}))})}function Be(n){return U(function(t,r){var e=!1,i=0;t.subscribe(V(r,function(t){return(e||(e=!n(t,i++)))&&r.next(t)}))})}function He(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=qn(n);return U(function(t,e){(r?zt(n,t,r):zt(n,t)).subscribe(e)})}function Ke(n,t){return U(function(r,e){var i=null,o=0,u=!1,c=function(){return u&&!i&&e.complete()};r.subscribe(V(e,function(r){null==i||i.unsubscribe();var u=0,s=o++;Kn(n(r,s)).subscribe(i=V(e,function(n){return e.next(t?t(r,n,s,u++):n)},function(){i=null,c()}))},function(){u=!0,c()}))})}function Ze(){return Ke(q)}function Ge(n,t){return f(t)?Ke(function(){return n},t):Ke(function(){return n})}function Je(n,t){return U(function(r,e){var i=t;return Ke(function(t,r){return n(i,t,r)},function(n,t){return i=t,t})(r).subscribe(e),function(){i=null}})}function Xe(n){return U(function(t,r){Kn(n).subscribe(V(r,function(){return r.complete()},g)),!r.closed&&t.subscribe(r)})}function Qe(n,t){return void 0===t&&(t=!1),U(function(r,e){var i=0;r.subscribe(V(e,function(r){var o=n(r,i++);(o||t)&&e.next(r),!o&&e.complete()}))})}function $e(n,t,r){var e=f(n)||t||r?{next:n,error:t,complete:r}:n;return e?U(function(n,t){var r;null===(r=e.subscribe)||void 0===r||r.call(e);var i=!0;n.subscribe(V(t,function(n){var r;null===(r=e.next)||void 0===r||r.call(e,n),t.next(n)},function(){var n;i=!1,null===(n=e.complete)||void 0===n||n.call(e),t.complete()},function(n){var r;i=!1,null===(r=e.error)||void 0===r||r.call(e,n),t.error(n)},function(){var n,t;i&&(null===(n=e.unsubscribe)||void 0===n||n.call(e)),null===(t=e.finalize)||void 0===t||t.call(e)}))}):q}function ni(n,t){return U(function(r,e){var i=null!=t?t:{},o=i.leading,u=void 0===o||o,c=i.trailing,s=void 0!==c&&c,l=!1,f=null,a=null,v=!1,h=function(){null==a||a.unsubscribe(),a=null,s&&(b(),v&&e.complete())},d=function(){a=null,v&&e.complete()},p=function(t){return a=Kn(n(t)).subscribe(V(e,h,d))},b=function(){if(l){l=!1;var n=f;f=null,e.next(n),!v&&p(n)}};r.subscribe(V(e,function(n){l=!0,f=n,(!a||a.closed)&&(u?b():p(n))},function(){v=!0,(!(s&&l&&a)||a.closed)&&e.complete()}))})}function ti(n,t,r){void 0===t&&(t=xn);var e=Gt(n,t);return ni(function(){return e},r)}function ri(n){return void 0===n&&(n=xn),U(function(t,r){var e=n.now();t.subscribe(V(r,function(t){var i=n.now(),o=i-e;e=i,r.next(new ei(t,o))}))})}var ei=function(n,t){this.value=n,this.interval=t};function ii(n,t,r){var e,i,o;if(r=null!=r?r:gn,ht(n)?e=n:"number"==typeof n&&(i=n),!t)throw new TypeError("No observable provided to switch to");if(o=function(){return t},null==e&&null==i)throw new TypeError("No timeout provided.");return pt({first:e,each:i,scheduler:r,with:o})}function oi(n){return void 0===n&&(n=rn),yt(function(t){return{value:t,timestamp:n.now()}})}function ui(n){return U(function(t,r){var e=new $;r.next(e.asObservable());var i=function(n){e.error(n),r.error(n)};return t.subscribe(V(r,function(n){return null==e?void 0:e.next(n)},function(){e.complete(),r.complete()},i)),Kn(n).subscribe(V(r,function(){e.complete(),r.next(e=new $)},g,i)),function(){null==e||e.unsubscribe(),e=null}})}function ci(n,t){void 0===t&&(t=0);var r=t>0?t:n;return U(function(t,e){var i=[new $],o=0;e.next(i[0].asObservable()),t.subscribe(V(e,function(t){var c,s;try{for(var l=u(i),f=l.next();!f.done;f=l.next())f.value.next(t)}catch(n){c={error:n}}finally{try{f&&!f.done&&(s=l.return)&&s.call(l)}finally{if(c)throw c.error}}var a=o-n+1;if(a>=0&&a%r===0&&i.shift().complete(),++o%r===0){var v=new $;i.push(v),e.next(v.asObservable())}},function(){for(;i.length>0;)i.shift().complete();e.complete()},function(n){for(;i.length>0;)i.shift().error(n);e.error(n)},function(){i=null}))})}function si(n){for(var t,r,e=[],i=1;i<arguments.length;i++)e[i-1]=arguments[i];var o=null!==(t=qn(e))&&void 0!==t?t:xn,u=null!==(r=e[0])&&void 0!==r?r:null,c=e[1]||1/0;return U(function(t,r){var e=[],i=!1,s=function(n){var t=n.window,r=n.subs;t.complete(),r.unsubscribe(),h(e,n),i&&l()},l=function(){if(e){var t=new d;r.add(t);var i=new $,u={window:i,subs:t,seen:0};e.push(u),r.next(i.asObservable()),Gn(t,o,function(){return s(u)},n)}};null!==u&&u>=0?Gn(r,o,l,u,!0):i=!0,l();var f=function(n){return e.slice().forEach(n)},a=function(n){f(function(t){var r=t.window;return n(r)}),n(r),r.unsubscribe()};return t.subscribe(V(r,function(n){f(function(t){t.window.next(n),c<=++t.seen&&s(t)})},function(){return a(function(n){return n.complete()})},function(n){return a(function(t){return t.error(n)})})),function(){e=null}})}function li(n,t){return U(function(r,e){var i=[],o=function(n){for(;0<i.length;)i.shift().error(n);e.error(n)};Kn(n).subscribe(V(e,function(n){var r=new $;i.push(r);var u,c=new d;try{u=Kn(t(n))}catch(n){return void o(n)}e.next(r.asObservable()),c.add(u.subscribe(V(e,function(){h(i,r),r.complete(),c.unsubscribe()},g,o)))},g)),r.subscribe(V(e,function(n){var t,r,e=i.slice();try{for(var o=u(e),c=o.next();!c.done;c=o.next())c.value.next(n)}catch(n){t={error:n}}finally{try{c&&!c.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}},function(){for(;0<i.length;)i.shift().complete();e.complete()},o,function(){for(;0<i.length;)i.shift().unsubscribe()}))})}function fi(n){return U(function(t,r){var e,i,o=function(n){e.error(n),r.error(n)},u=function(){var t;null==i||i.unsubscribe(),null==e||e.complete(),e=new $,r.next(e.asObservable());try{t=Kn(n())}catch(n){return void o(n)}t.subscribe(i=V(r,u,u,o))};u(),t.subscribe(V(r,function(n){return e.next(n)},function(){e.complete(),r.complete()},o,function(){null==i||i.unsubscribe(),e=null}))})}function ai(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var r=Nn(n);return U(function(t,e){for(var i=n.length,o=new Array(i),u=n.map(function(){return!1}),l=!1,f=function(t){Kn(n[t]).subscribe(V(e,function(n){o[t]=n,l||u[t]||(u[t]=!0,(l=u.every(q))&&(u=null))},g))},a=0;a<i;a++)f(a);t.subscribe(V(e,function(n){if(l){var t=s([n],c(o));e.next(r?r.apply(void 0,s([],c(t))):t)}}))})}function vi(n){return Sr(ar,n)}function hi(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return U(function(t,r){ar.apply(void 0,s([t],c(n))).subscribe(r)})}function di(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return hi.apply(void 0,s([],c(n)))}}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunksignalpilot_ai_internal=self.webpackChunksignalpilot_ai_internal||[]).push([[936],{45981:e=>{function n(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{const i=e[t],o=typeof i;"object"!==o&&"function"!==o||Object.isFrozen(i)||n(i)}),e}class t{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function i(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function o(e,...n){const t=Object.create(null);for(const n in e)t[n]=e[n];return n.forEach(function(e){for(const n in e)t[n]=e[n]}),t}const r=e=>!!e.scope;class s{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=i(e)}openNode(e){if(!r(e))return;const n=((e,{prefix:n})=>{if(e.startsWith("language:"))return e.replace("language:","language-");if(e.includes(".")){const t=e.split(".");return[`${n}${t.shift()}`,...t.map((e,n)=>`${e}${"_".repeat(n+1)}`)].join(" ")}return`${n}${e}`})(e.scope,{prefix:this.classPrefix});this.span(n)}closeNode(e){r(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){this.buffer+=`<span class="${e}">`}}const a=(e={})=>{const n={children:[]};return Object.assign(n,e),n};class c{constructor(){this.rootNode=a(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n=a({scope:e});this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{c._collapse(e)}))}}class l extends c{constructor(e){super(),this.options=e}addText(e){""!==e&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,n){const t=e.root;n&&(t.scope=`language:${n}`),this.add(t)}toHTML(){return new s(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function u(e){return e?"string"==typeof e?e:e.source:null}function g(e){return f("(?=",e,")")}function d(e){return f("(?:",e,")*")}function h(e){return f("(?:",e,")?")}function f(...e){return e.map(e=>u(e)).join("")}function p(...e){const n=function(e){const n=e[e.length-1];return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{}}(e);return"("+(n.capture?"":"?:")+e.map(e=>u(e)).join("|")+")"}function b(e){return new RegExp(e.toString()+"|").exec("").length-1}const m=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function E(e,{joinWith:n}){let t=0;return e.map(e=>{t+=1;const n=t;let i=u(e),o="";for(;i.length>0;){const e=m.exec(i);if(!e){o+=i;break}o+=i.substring(0,e.index),i=i.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?o+="\\"+String(Number(e[1])+n):(o+=e[0],"("===e[0]&&t++)}return o}).map(e=>`(${e})`).join(n)}const w="[a-zA-Z]\\w*",_="[a-zA-Z_]\\w*",x="\\b\\d+(\\.\\d+)?",y="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",O="\\b(0b[01]+)",N={begin:"\\\\[\\s\\S]",relevance:0},M={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[N]},k={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[N]},S=function(e,n,t={}){const i=o({scope:"comment",begin:e,end:n,contains:[]},t);i.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const r=p("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return i.contains.push({begin:f(/[ ]+/,"(",r,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i},v=S("//","$"),R=S("/\\*","\\*/"),j=S("#","$"),A={scope:"number",begin:x,relevance:0},T={scope:"number",begin:y,relevance:0},I={scope:"number",begin:O,relevance:0},L={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[N,{begin:/\[/,end:/\]/,relevance:0,contains:[N]}]},B={scope:"title",begin:w,relevance:0},C={scope:"title",begin:_,relevance:0},D={begin:"\\.\\s*"+_,relevance:0};var H=Object.freeze({__proto__:null,APOS_STRING_MODE:M,BACKSLASH_ESCAPE:N,BINARY_NUMBER_MODE:I,BINARY_NUMBER_RE:O,COMMENT:S,C_BLOCK_COMMENT_MODE:R,C_LINE_COMMENT_MODE:v,C_NUMBER_MODE:T,C_NUMBER_RE:y,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})},HASH_COMMENT_MODE:j,IDENT_RE:w,MATCH_NOTHING_RE:/\b\B/,METHOD_GUARD:D,NUMBER_MODE:A,NUMBER_RE:x,PHRASAL_WORDS_MODE:{begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},QUOTE_STRING_MODE:k,REGEXP_MODE:L,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=f(n,/.*\b/,e.binary,/\b.*/)),o({scope:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},TITLE_MODE:B,UNDERSCORE_IDENT_RE:_,UNDERSCORE_TITLE_MODE:C});function P(e,n){"."===e.input[e.index-1]&&n.ignoreMatch()}function $(e,n){void 0!==e.className&&(e.scope=e.className,delete e.className)}function U(e,n){n&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=P,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,void 0===e.relevance&&(e.relevance=0))}function z(e,n){Array.isArray(e.illegal)&&(e.illegal=p(...e.illegal))}function W(e,n){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function G(e,n){void 0===e.relevance&&(e.relevance=1)}const K=(e,n)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error("beforeMatch cannot be used with starts");const t=Object.assign({},e);Object.keys(e).forEach(n=>{delete e[n]}),e.keywords=t.keywords,e.begin=f(t.beforeMatch,g(t.begin)),e.starts={relevance:0,contains:[Object.assign(t,{endsParent:!0})]},e.relevance=0,delete t.beforeMatch},X=["of","and","for","in","not","or","if","then","parent","list","value"];function F(e,n,t="keyword"){const i=Object.create(null);return"string"==typeof e?o(t,e.split(" ")):Array.isArray(e)?o(t,e):Object.keys(e).forEach(function(t){Object.assign(i,F(e[t],n,t))}),i;function o(e,t){n&&(t=t.map(e=>e.toLowerCase())),t.forEach(function(n){const t=n.split("|");i[t[0]]=[e,Z(t[0],t[1])]})}}function Z(e,n){return n?Number(n):function(e){return X.includes(e.toLowerCase())}(e)?0:1}const J={},V=e=>{console.error(e)},q=(e,...n)=>{console.log(`WARN: ${e}`,...n)},Q=(e,n)=>{J[`${e}/${n}`]||(console.log(`Deprecated as of ${e}. ${n}`),J[`${e}/${n}`]=!0)},Y=new Error;function ee(e,n,{key:t}){let i=0;const o=e[t],r={},s={};for(let e=1;e<=n.length;e++)s[e+i]=o[e],r[e+i]=!0,i+=b(n[e-1]);e[t]=s,e[t]._emit=r,e[t]._multi=!0}function ne(e){!function(e){e.scope&&"object"==typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope,delete e.scope)}(e),"string"==typeof e.beginScope&&(e.beginScope={_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope}),function(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw V("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),Y;if("object"!=typeof e.beginScope||null===e.beginScope)throw V("beginScope must be object"),Y;ee(e,e.begin,{key:"beginScope"}),e.begin=E(e.begin,{joinWith:""})}}(e),function(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw V("skip, excludeEnd, returnEnd not compatible with endScope: {}"),Y;if("object"!=typeof e.endScope||null===e.endScope)throw V("endScope must be object"),Y;ee(e,e.end,{key:"endScope"}),e.end=E(e.end,{joinWith:""})}}(e)}function te(e){function n(n,t){return new RegExp(u(n),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=b(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=n(E(e,{joinWith:"|"}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex((e,n)=>n>0&&void 0!==e),i=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,i)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach(([e,t])=>n.addRule(e,t)),n.compile(),this.multiRegexes[e]=n,n}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;let t=n.exec(e);if(this.resumingScanAtSamePosition())if(t&&t.index===this.lastIndex);else{const n=this.getMatcher(0);n.lastIndex=this.lastIndex+1,t=n.exec(e)}return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&this.considerAll()),t}}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=o(e.classNameAliases||{}),function t(r,s){const a=r;if(r.isCompiled)return a;[$,W,ne,K].forEach(e=>e(r,s)),e.compilerExtensions.forEach(e=>e(r,s)),r.__beforeBegin=null,[U,z,G].forEach(e=>e(r,s)),r.isCompiled=!0;let c=null;return"object"==typeof r.keywords&&r.keywords.$pattern&&(r.keywords=Object.assign({},r.keywords),c=r.keywords.$pattern,delete r.keywords.$pattern),c=c||/\w+/,r.keywords&&(r.keywords=F(r.keywords,e.case_insensitive)),a.keywordPatternRe=n(c,!0),s&&(r.begin||(r.begin=/\B|\b/),a.beginRe=n(a.begin),r.end||r.endsWithParent||(r.end=/\B|\b/),r.end&&(a.endRe=n(a.end)),a.terminatorEnd=u(a.end)||"",r.endsWithParent&&s.terminatorEnd&&(a.terminatorEnd+=(r.end?"|":"")+s.terminatorEnd)),r.illegal&&(a.illegalRe=n(r.illegal)),r.contains||(r.contains=[]),r.contains=[].concat(...r.contains.map(function(e){return function(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(n){return o(e,{variants:null},n)})),e.cachedVariants?e.cachedVariants:ie(e)?o(e,{starts:e.starts?o(e.starts):null}):Object.isFrozen(e)?o(e):e}("self"===e?r:e)})),r.contains.forEach(function(e){t(e,a)}),r.starts&&t(r.starts,s),a.matcher=function(e){const n=new i;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminatorEnd&&n.addRule(e.terminatorEnd,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(a),a}(e)}function ie(e){return!!e&&(e.endsWithParent||ie(e.starts))}class oe extends Error{constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}}const re=i,se=o,ae=Symbol("nomatch"),ce=function(e){const i=Object.create(null),o=Object.create(null),r=[];let s=!0;const a="Could not find the language '{}', did you forget to load/include a language module?",c={disableAutodetect:!0,name:"Plain text",contains:[]};let u={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:l};function b(e){return u.noHighlightRe.test(e)}function m(e,n,t){let i="",o="";"object"==typeof n?(i=e,t=n.ignoreIllegals,o=n.language):(Q("10.7.0","highlight(lang, code, ...args) has been deprecated."),Q("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),o=e,i=n),void 0===t&&(t=!0);const r={code:i,language:o};k("before:highlight",r);const s=r.result?r.result:E(r.language,r.code,t);return s.code=r.code,k("after:highlight",s),s}function E(e,n,o,r){const c=Object.create(null);function l(e,n){return e.keywords[n]}function g(){if(!S.keywords)return void R.addText(j);let e=0;S.keywordPatternRe.lastIndex=0;let n=S.keywordPatternRe.exec(j),t="";for(;n;){t+=j.substring(e,n.index);const i=N.case_insensitive?n[0].toLowerCase():n[0],o=l(S,i);if(o){const[e,r]=o;if(R.addText(t),t="",c[i]=(c[i]||0)+1,c[i]<=7&&(A+=r),e.startsWith("_"))t+=n[0];else{const t=N.classNameAliases[e]||e;h(n[0],t)}}else t+=n[0];e=S.keywordPatternRe.lastIndex,n=S.keywordPatternRe.exec(j)}t+=j.substring(e),R.addText(t)}function d(){null!=S.subLanguage?function(){if(""===j)return;let e=null;if("string"==typeof S.subLanguage){if(!i[S.subLanguage])return void R.addText(j);e=E(S.subLanguage,j,!0,v[S.subLanguage]),v[S.subLanguage]=e._top}else e=w(j,S.subLanguage.length?S.subLanguage:null);S.relevance>0&&(A+=e.relevance),R.__addSublanguage(e._emitter,e.language)}():g(),j=""}function h(e,n){""!==e&&(R.startScope(n),R.addText(e),R.endScope())}function f(e,n){let t=1;const i=n.length-1;for(;t<=i;){if(!e._emit[t]){t++;continue}const i=N.classNameAliases[e[t]]||e[t],o=n[t];i?h(o,i):(j=o,g(),j=""),t++}}function p(e,n){return e.scope&&"string"==typeof e.scope&&R.openNode(N.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(h(j,N.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),j=""):e.beginScope._multi&&(f(e.beginScope,n),j="")),S=Object.create(e,{parent:{value:S}}),S}function b(e,n,i){let o=function(e,n){const t=e&&e.exec(n);return t&&0===t.index}(e.endRe,i);if(o){if(e["on:end"]){const i=new t(e);e["on:end"](n,i),i.isMatchIgnored&&(o=!1)}if(o){for(;e.endsParent&&e.parent;)e=e.parent;return e}}if(e.endsWithParent)return b(e.parent,n,i)}function m(e){return 0===S.matcher.regexIndex?(j+=e[0],1):(L=!0,0)}function _(e){const t=e[0],i=n.substring(e.index),o=b(S,e,i);if(!o)return ae;const r=S;S.endScope&&S.endScope._wrap?(d(),h(t,S.endScope._wrap)):S.endScope&&S.endScope._multi?(d(),f(S.endScope,e)):r.skip?j+=t:(r.returnEnd||r.excludeEnd||(j+=t),d(),r.excludeEnd&&(j=t));do{S.scope&&R.closeNode(),S.skip||S.subLanguage||(A+=S.relevance),S=S.parent}while(S!==o.parent);return o.starts&&p(o.starts,e),r.returnEnd?0:t.length}let x={};function y(i,r){const a=r&&r[0];if(j+=i,null==a)return d(),0;if("begin"===x.type&&"end"===r.type&&x.index===r.index&&""===a){if(j+=n.slice(r.index,r.index+1),!s){const n=new Error(`0 width match regex (${e})`);throw n.languageName=e,n.badRule=x.rule,n}return 1}if(x=r,"begin"===r.type)return function(e){const n=e[0],i=e.rule,o=new t(i),r=[i.__beforeBegin,i["on:begin"]];for(const t of r)if(t&&(t(e,o),o.isMatchIgnored))return m(n);return i.skip?j+=n:(i.excludeBegin&&(j+=n),d(),i.returnBegin||i.excludeBegin||(j=n)),p(i,e),i.returnBegin?0:n.length}(r);if("illegal"===r.type&&!o){const e=new Error('Illegal lexeme "'+a+'" for mode "'+(S.scope||"<unnamed>")+'"');throw e.mode=S,e}if("end"===r.type){const e=_(r);if(e!==ae)return e}if("illegal"===r.type&&""===a)return j+="\n",1;if(I>1e5&&I>3*r.index)throw new Error("potential infinite loop, way more iterations than matches");return j+=a,a.length}const N=O(e);if(!N)throw V(a.replace("{}",e)),new Error('Unknown language: "'+e+'"');const M=te(N);let k="",S=r||M;const v={},R=new u.__emitter(u);!function(){const e=[];for(let n=S;n!==N;n=n.parent)n.scope&&e.unshift(n.scope);e.forEach(e=>R.openNode(e))}();let j="",A=0,T=0,I=0,L=!1;try{if(N.__emitTokens)N.__emitTokens(n,R);else{for(S.matcher.considerAll();;){I++,L?L=!1:S.matcher.considerAll(),S.matcher.lastIndex=T;const e=S.matcher.exec(n);if(!e)break;const t=y(n.substring(T,e.index),e);T=e.index+t}y(n.substring(T))}return R.finalize(),k=R.toHTML(),{language:e,value:k,relevance:A,illegal:!1,_emitter:R,_top:S}}catch(t){if(t.message&&t.message.includes("Illegal"))return{language:e,value:re(n),illegal:!0,relevance:0,_illegalBy:{message:t.message,index:T,context:n.slice(T-100,T+100),mode:t.mode,resultSoFar:k},_emitter:R};if(s)return{language:e,value:re(n),illegal:!1,relevance:0,errorRaised:t,_emitter:R,_top:S};throw t}}function w(e,n){n=n||u.languages||Object.keys(i);const t=function(e){const n={value:re(e),illegal:!1,relevance:0,_top:c,_emitter:new u.__emitter(u)};return n._emitter.addText(e),n}(e),o=n.filter(O).filter(M).map(n=>E(n,e,!1));o.unshift(t);const r=o.sort((e,n)=>{if(e.relevance!==n.relevance)return n.relevance-e.relevance;if(e.language&&n.language){if(O(e.language).supersetOf===n.language)return 1;if(O(n.language).supersetOf===e.language)return-1}return 0}),[s,a]=r,l=s;return l.secondBest=a,l}function _(e){let n=null;const t=function(e){let n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=u.languageDetectRe.exec(n);if(t){const n=O(t[1]);return n||(q(a.replace("{}",t[1])),q("Falling back to no-highlight mode for this block.",e)),n?t[1]:"no-highlight"}return n.split(/\s+/).find(e=>b(e)||O(e))}(e);if(b(t))return;if(k("before:highlightElement",{el:e,language:t}),e.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e);if(e.children.length>0&&(u.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(e)),u.throwUnescapedHTML))throw new oe("One of your code blocks includes unescaped HTML.",e.innerHTML);n=e;const i=n.textContent,r=t?m(i,{language:t,ignoreIllegals:!0}):w(i);e.innerHTML=r.value,e.dataset.highlighted="yes",function(e,n,t){const i=n&&o[n]||t;e.classList.add("hljs"),e.classList.add(`language-${i}`)}(e,t,r.language),e.result={language:r.language,re:r.relevance,relevance:r.relevance},r.secondBest&&(e.secondBest={language:r.secondBest.language,relevance:r.secondBest.relevance}),k("after:highlightElement",{el:e,result:r,text:i})}let x=!1;function y(){if("loading"===document.readyState)return x||window.addEventListener("DOMContentLoaded",function(){y()},!1),void(x=!0);document.querySelectorAll(u.cssSelector).forEach(_)}function O(e){return e=(e||"").toLowerCase(),i[e]||i[o[e]]}function N(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{o[e.toLowerCase()]=n})}function M(e){const n=O(e);return n&&!n.disableAutodetect}function k(e,n){const t=e;r.forEach(function(e){e[t]&&e[t](n)})}Object.assign(e,{highlight:m,highlightAuto:w,highlightAll:y,highlightElement:_,highlightBlock:function(e){return Q("10.7.0","highlightBlock will be removed entirely in v12.0"),Q("10.7.0","Please use highlightElement now."),_(e)},configure:function(e){u=se(u,e)},initHighlighting:()=>{y(),Q("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")},initHighlightingOnLoad:function(){y(),Q("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")},registerLanguage:function(n,t){let o=null;try{o=t(e)}catch(e){if(V("Language definition for '{}' could not be registered.".replace("{}",n)),!s)throw e;V(e),o=c}o.name||(o.name=n),i[n]=o,o.rawDefinition=t.bind(null,e),o.aliases&&N(o.aliases,{languageName:n})},unregisterLanguage:function(e){delete i[e];for(const n of Object.keys(o))o[n]===e&&delete o[n]},listLanguages:function(){return Object.keys(i)},getLanguage:O,registerAliases:N,autoDetection:M,inherit:se,addPlugin:function(e){!function(e){e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=n=>{e["before:highlightBlock"](Object.assign({block:n.el},n))}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=n=>{e["after:highlightBlock"](Object.assign({block:n.el},n))})}(e),r.push(e)},removePlugin:function(e){const n=r.indexOf(e);-1!==n&&r.splice(n,1)}}),e.debugMode=function(){s=!1},e.safeMode=function(){s=!0},e.versionString="11.11.1",e.regex={concat:f,lookahead:g,either:p,optional:h,anyNumberOfTimes:d};for(const e in H)"object"==typeof H[e]&&n(H[e]);return Object.assign(e,H),e},le=ce({});le.newInstance=()=>ce({}),e.exports=le,le.HighlightJS=le,le.default=le},65772:e=>{e.exports=function(e){const n=["true","false","null"],t={scope:"literal",beginKeywords:n.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:n},contains:[{className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{match:/[{}[\],:]/,className:"punctuation",relevance:0},e.QUOTE_STRING_MODE,t,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}}}]);
@@ -1 +0,0 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,t,r,a,n,o,i,l,d,f,c,u,s,h,b,p,m,g,v,y,j,w,P,k={70484:(e,t,r)=>{var a={"./index":()=>Promise.all([r.e(122),r.e(936),r.e(110),r.e(760),r.e(638),r.e(379),r.e(839),r.e(880)]).then(()=>()=>r(8509)),"./extension":()=>Promise.all([r.e(122),r.e(936),r.e(110),r.e(760),r.e(638),r.e(379),r.e(839),r.e(880)]).then(()=>()=>r(8509)),"./style":()=>r.e(726).then(()=>()=>r(80726))},n=(e,t)=>(r.R=t,t=r.o(a,e)?a[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),r.R=void 0,t),o=(e,t)=>{if(r.S){var a="default",n=r.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return r.S[a]=e,r.I(a,t)}};r.d(t,{get:()=>n,init:()=>o})}},S={};function x(e){var t=S[e];if(void 0!==t)return t.exports;var r=S[e]={id:e,exports:{}};return k[e].call(r.exports,r,r.exports,x),r.exports}x.m=k,x.c=S,x.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return x.d(t,{a:t}),t},x.d=(e,t)=>{for(var r in t)x.o(t,r)&&!x.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},x.f={},x.e=e=>Promise.all(Object.keys(x.f).reduce((t,r)=>(x.f[r](e,t),t),[])),x.u=e=>e+"."+{57:"c4232851631fb2e7e59a",110:"224e83db03814fd03955",122:"e2dadf63dc64d7b5f1ee",220:"328403b5545f268b95c6",262:"726e1da31a50868cb297",353:"972abe1d2d66f083f9cc",364:"dbec4c2dc12e7b050dcc",384:"fa432bdb7fb6b1c95ad6",439:"37e271d7a80336daabe2",476:"ad22ccddd74ee306fb56",481:"73c7a9290b7d35a8b9c1",512:"b58fc0093d080b8ee61c",553:"b4042a795c91d9ff71ef",635:"9720593ee20b768da3ca",713:"8e6edc9a965bdd578ca7",726:"318e4e791edb63cc788f",741:"dc49867fafb03ea2ba4d",742:"91e7b516c8699eea3373",785:"2d75de1a8d2c3131a8db",801:"ca9e114a30896b669a3c",880:"d9914229e4f120e7e9e4",888:"34054db17bcf6e87ec95",936:"d80de1e4da5b520d2f3b"}[e]+".js?v="+{57:"c4232851631fb2e7e59a",110:"224e83db03814fd03955",122:"e2dadf63dc64d7b5f1ee",220:"328403b5545f268b95c6",262:"726e1da31a50868cb297",353:"972abe1d2d66f083f9cc",364:"dbec4c2dc12e7b050dcc",384:"fa432bdb7fb6b1c95ad6",439:"37e271d7a80336daabe2",476:"ad22ccddd74ee306fb56",481:"73c7a9290b7d35a8b9c1",512:"b58fc0093d080b8ee61c",553:"b4042a795c91d9ff71ef",635:"9720593ee20b768da3ca",713:"8e6edc9a965bdd578ca7",726:"318e4e791edb63cc788f",741:"dc49867fafb03ea2ba4d",742:"91e7b516c8699eea3373",785:"2d75de1a8d2c3131a8db",801:"ca9e114a30896b669a3c",880:"d9914229e4f120e7e9e4",888:"34054db17bcf6e87ec95",936:"d80de1e4da5b520d2f3b"}[e],x.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),x.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="signalpilot-ai-internal:",x.l=(r,a,n,o)=>{if(e[r])e[r].push(a);else{var i,l;if(void 0!==n)for(var d=document.getElementsByTagName("script"),f=0;f<d.length;f++){var c=d[f];if(c.getAttribute("src")==r||c.getAttribute("data-webpack")==t+n){i=c;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",x.nc&&i.setAttribute("nonce",x.nc),i.setAttribute("data-webpack",t+n),i.src=r),e[r]=[a];var u=(t,a)=>{i.onerror=i.onload=null,clearTimeout(s);var n=e[r];if(delete e[r],i.parentNode&&i.parentNode.removeChild(i),n&&n.forEach(e=>e(a)),t)return t(a)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=u.bind(null,i.onerror),i.onload=u.bind(null,i.onload),l&&document.head.appendChild(i)}},x.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{x.S={};var e={},t={};x.I=(r,a)=>{a||(a=[]);var n=t[r];if(n||(n=t[r]={}),!(a.indexOf(n)>=0)){if(a.push(n),e[r])return e[r];x.o(x.S,r)||(x.S[r]={});var o=x.S[r],i="signalpilot-ai-internal",l=(e,t,r,a)=>{var n=o[e]=o[e]||{},l=n[t];(!l||!l.loaded&&(!a!=!l.eager?a:i>l.from))&&(n[t]={get:r,from:i,eager:!!a})},d=[];return"default"===r&&(l("@anthropic-ai/sdk","0.54.0",()=>x.e(742).then(()=>()=>x(32742))),l("best-effort-json-parser","1.2.1",()=>x.e(439).then(()=>()=>x(45439))),l("codemirror-merge-alpinex","6.10.5",()=>Promise.all([x.e(353),x.e(635),x.e(760),x.e(839)]).then(()=>()=>x(67635))),l("codemirror","6.0.2",()=>Promise.all([x.e(353),x.e(785),x.e(760)]).then(()=>()=>x(45785))),l("diff2html","3.4.52",()=>Promise.all([x.e(122),x.e(379)]).then(()=>()=>x(2122))),l("diff","7.0.0",()=>x.e(713).then(()=>()=>x(85713))),l("diff","0",()=>x.e(481).then(()=>()=>x(47481))),l("driver.js","1.3.6",()=>x.e(741).then(()=>()=>x(69741))),l("fuse.js","7.1.0",()=>x.e(384).then(()=>()=>x(72384))),l("highlight.js","0",()=>x.e(801).then(()=>()=>x(27801))),l("highlight.js","0",()=>Promise.all([x.e(57),x.e(936)]).then(()=>()=>x(17057))),l("jwt-decode","4.0.0",()=>x.e(512).then(()=>()=>x(68512))),l("marked","15.0.12",()=>x.e(364).then(()=>()=>x(54364))),l("partial-json","0.1.7",()=>x.e(220).then(()=>()=>x(69220))),l("posthog-js","1.291.0",()=>x.e(476).then(()=>()=>x(55476))),l("react-bootstrap","2.10.10",()=>Promise.all([x.e(553),x.e(638)]).then(()=>()=>x(34553))),l("rxjs","7.8.2",()=>x.e(888).then(()=>()=>x(82888))),l("signalpilot-ai-internal","0.10.22",()=>Promise.all([x.e(122),x.e(936),x.e(110),x.e(760),x.e(638),x.e(379),x.e(839),x.e(880)]).then(()=>()=>x(8509))),l("uuid","11.1.0",()=>x.e(262).then(()=>()=>x(78262)))),e[r]=d.length?Promise.all(d).then(()=>e[r]=1):1}}})(),(()=>{var e;x.g.importScripts&&(e=x.g.location+"");var t=x.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var a=r.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=r[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),x.p=e})(),r=e=>{var t=e=>e.split(".").map(e=>+e==e?+e:e),r=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=r[1]?t(r[1]):[];return r[2]&&(a.length++,a.push.apply(a,t(r[2]))),r[3]&&(a.push([]),a.push.apply(a,t(r[3]))),a},a=(e,t)=>{e=r(e),t=r(t);for(var a=0;;){if(a>=e.length)return a<t.length&&"u"!=(typeof t[a])[0];var n=e[a],o=(typeof n)[0];if(a>=t.length)return"u"==o;var i=t[a],l=(typeof i)[0];if(o!=l)return"o"==o&&"n"==l||"s"==l||"u"==o;if("o"!=o&&"u"!=o&&n!=i)return n<i;a++}},n=e=>{var t=e[0],r="";if(1===e.length)return"*";if(t+.5){r+=0==t?">=":-1==t?"<":1==t?"^":2==t?"~":t>0?"=":"!=";for(var a=1,o=1;o<e.length;o++)a--,r+="u"==(typeof(l=e[o]))[0]?"-":(a>0?".":"")+(a=2,l);return r}var i=[];for(o=1;o<e.length;o++){var l=e[o];i.push(0===l?"not("+d()+")":1===l?"("+d()+" || "+d()+")":2===l?i.pop()+" "+i.pop():n(l))}return d();function d(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,t)=>{if(0 in e){t=r(t);var a=e[0],n=a<0;n&&(a=-a-1);for(var i=0,l=1,d=!0;;l++,i++){var f,c,u=l<e.length?(typeof e[l])[0]:"";if(i>=t.length||"o"==(c=(typeof(f=t[i]))[0]))return!d||("u"==u?l>a&&!n:""==u!=n);if("u"==c){if(!d||"u"!=u)return!1}else if(d)if(u==c)if(l<=a){if(f!=e[l])return!1}else{if(n?f>e[l]:f<e[l])return!1;f!=e[l]&&(d=!1)}else if("s"!=u&&"n"!=u){if(n||l<=a)return!1;d=!1,l--}else{if(l<=a||c<u!=n)return!1;d=!1}else"s"!=u&&"n"!=u&&(d=!1,l--)}}var s=[],h=s.pop.bind(s);for(i=1;i<e.length;i++){var b=e[i];s.push(1==b?h()|h():2==b?h()&h():b?o(b,t):!h())}return!!h()},i=(e,t)=>e&&x.o(e,t),l=e=>(e.loaded=1,e.get()),d=e=>Object.keys(e).reduce((t,r)=>(e[r].eager&&(t[r]=e[r]),t),{}),f=(e,t,r,n)=>{var i=n?d(e[t]):e[t];return(t=Object.keys(i).reduce((e,t)=>!o(r,t)||e&&!a(e,t)?e:t,0))&&i[t]},c=(e,t,r)=>{var n=r?d(e[t]):e[t];return Object.keys(n).reduce((e,t)=>!e||!n[e].loaded&&a(e,t)?t:e,0)},u=(e,t,r,a)=>"Unsatisfied version "+r+" from "+(r&&e[t][r].from)+" of shared singleton module "+t+" (required "+n(a)+")",s=(e,t,r,a,o)=>{var i=e[r];return"No satisfying version ("+n(a)+")"+(o?" for eager consumption":"")+" of shared module "+r+" found in shared scope "+t+".\nAvailable versions: "+Object.keys(i).map(e=>e+" from "+i[e].from).join(", ")},h=e=>{throw new Error(e)},b=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},m=(e,t,r)=>r?r():((e,t)=>h("Shared module "+t+" doesn't exist in shared scope "+e))(e,t),g=(p=e=>function(t,r,a,n,o){var i=x.I(t);return i&&i.then&&!a?i.then(e.bind(e,t,x.S[t],r,!1,n,o)):e(t,x.S[t],r,a,n,o)})((e,t,r,a,n,o)=>{if(!i(t,r))return m(e,r,o);var d=f(t,r,n,a);return d?l(d):o?o():void h(s(t,e,r,n,a))}),v=p((e,t,r,a,n,d)=>{if(!i(t,r))return m(e,r,d);var f=c(t,r,a);return o(n,f)||b(u(t,r,f,n)),l(t[r][f])}),y={},j={3708:()=>v("default","@lezer/common",!1,[1,1,0,0]),45024:()=>v("default","@codemirror/view",!1,[1,6,9,6]),60195:()=>v("default","@codemirror/state",!1,[1,6,2,0]),72084:()=>v("default","@codemirror/language",!1,[1,6,0,0]),7628:()=>v("default","react-dom",!1,[1,18,2,0]),93345:()=>v("default","react",!1,[1,18,2,0]),73379:()=>g("default","diff",!1,[1,7,0,0],()=>x.e(713).then(()=>()=>x(85713))),51839:()=>v("default","@lezer/highlight",!1,[1,1,0,0]),2526:()=>g("default","highlight.js",!1,[4,11,9,0],()=>x.e(801).then(()=>()=>x(27801))),6750:()=>g("default","rxjs",!1,[1,7,8,2],()=>x.e(888).then(()=>()=>x(82888))),7332:()=>g("default","codemirror",!1,[1,6,0,2],()=>Promise.all([x.e(353),x.e(785)]).then(()=>()=>x(45785))),8056:()=>g("default","jwt-decode",!1,[1,4,0,0],()=>x.e(512).then(()=>()=>x(68512))),11907:()=>v("default","@jupyterlab/services",!1,[1,7,5,1]),14744:()=>g("default","uuid",!1,[1,11,1,0],()=>x.e(262).then(()=>()=>x(78262))),23842:()=>v("default","@jupyterlab/extensionmanager",!1,[1,4,5,1]),31952:()=>g("default","fuse.js",!1,[1,7,1,0],()=>x.e(384).then(()=>()=>x(72384))),40223:()=>v("default","@jupyterlab/settingregistry",!1,[1,4,5,1]),43966:()=>g("default","posthog-js",!1,[1,1,268,5],()=>x.e(476).then(()=>()=>x(55476))),50113:()=>g("default","diff",!1,[1,8,0,1],()=>x.e(481).then(()=>()=>x(47481))),50460:()=>v("default","@jupyterlab/codemirror",!1,[1,4,5,1]),51247:()=>v("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",1]),51409:()=>v("default","@jupyterlab/ui-components",!1,[1,4,5,1]),53550:()=>g("default","marked",!1,[1,15,0,11],()=>x.e(364).then(()=>()=>x(54364))),56707:()=>v("default","@jupyterlab/statedb",!1,[1,4,5,1]),60135:()=>g("default","@anthropic-ai/sdk",!1,[2,0,54,0],()=>x.e(742).then(()=>()=>x(32742))),67292:()=>v("default","@jupyterlab/coreutils",!1,[1,6,5,1]),71336:()=>g("default","diff2html",!1,[1,3,4,51],()=>()=>x(2122)),74602:()=>v("default","@lumino/signaling",!1,[1,2,0,0]),75271:()=>g("default","highlight.js",!1,[1,11,11,1],()=>x.e(57).then(()=>()=>x(17057))),79827:()=>v("default","@jupyterlab/apputils",!1,[1,4,6,1]),84920:()=>g("default","codemirror-merge-alpinex",!1,[1,6,10,5],()=>Promise.all([x.e(353),x.e(635)]).then(()=>()=>x(67635))),87125:()=>v("default","@jupyterlab/docmanager",!1,[1,4,5,1]),87284:()=>g("default","driver.js",!1,[1,1,3,6],()=>x.e(741).then(()=>()=>x(69741))),88276:()=>g("default","best-effort-json-parser",!1,[1,1,1,3],()=>x.e(439).then(()=>()=>x(45439))),88389:()=>v("default","@jupyterlab/notebook",!1,[1,4,5,1]),92311:()=>g("default","react-bootstrap",!1,[1,2,10,10],()=>x.e(553).then(()=>()=>x(34553))),97570:()=>g("default","partial-json",!1,[2,0,1,7],()=>x.e(220).then(()=>()=>x(69220)))},w={379:[73379],638:[7628,93345],760:[3708,45024,60195,72084],839:[51839],880:[2526,6750,7332,8056,11907,14744,23842,31952,40223,43966,50113,50460,51247,51409,53550,56707,60135,67292,71336,74602,75271,79827,84920,87125,87284,88276,88389,92311,97570]},P={},x.f.consumes=(e,t)=>{x.o(w,e)&&w[e].forEach(e=>{if(x.o(y,e))return t.push(y[e]);if(!P[e]){var r=t=>{y[e]=0,x.m[e]=r=>{delete x.c[e],r.exports=t()}};P[e]=!0;var a=t=>{delete y[e],x.m[e]=r=>{throw delete x.c[e],t}};try{var n=j[e]();n.then?t.push(y[e]=n.then(r).catch(a)):r(n)}catch(e){a(e)}}})},(()=>{x.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={428:0};x.f.j=(t,r)=>{var a=x.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(379|638|760|839)$/.test(t))e[t]=0;else{var n=new Promise((r,n)=>a=e[t]=[r,n]);r.push(a[2]=n);var o=x.p+x.u(t),i=new Error;x.l(o,r=>{if(x.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var n=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;i.message="Loading chunk "+t+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,a[1](i)}},"chunk-"+t,t)}};var t=(t,r)=>{var a,n,[o,i,l]=r,d=0;if(o.some(t=>0!==e[t])){for(a in i)x.o(i,a)&&(x.m[a]=i[a]);l&&l(x)}for(t&&t(r);d<o.length;d++)n=o[d],x.o(e,n)&&e[n]&&e[n][0](),e[n]=0},r=self.webpackChunksignalpilot_ai_internal=self.webpackChunksignalpilot_ai_internal||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),x.nc=void 0;var E=x(70484);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["signalpilot-ai-internal"]=E})();
@@ -1,56 +0,0 @@
1
- signalpilot_ai_internal/__init__.py,sha256=UF8SnBqxdh5UKKvH79JDlSTF5Eb5IcsjhsjcX7qBLq0,1198
2
- signalpilot_ai_internal/_version.py,sha256=Uig1W4Db8az2ZP8KBuQvT1d2R9pS2rms5pD59MaMwVU,173
3
- signalpilot_ai_internal/cache_handlers.py,sha256=49DkEixzZdyMP4J-zI9P1WdKMu54SMxu5R8pyAlTFF8,13845
4
- signalpilot_ai_internal/cache_service.py,sha256=SiP9aU-HzrOXs6QnCNcrII1BA6k4-PyQsCM0F8uCEq4,29279
5
- signalpilot_ai_internal/databricks_schema_service.py,sha256=5AhLz2ey8khOJjehmS-bNW3JxP_lm70T4q8xpwoIcAw,34431
6
- signalpilot_ai_internal/file_scanner_service.py,sha256=0Iym9_BpWds9iKw1jnAfQi2cTWdDM6iTDmnCavgKnII,61482
7
- signalpilot_ai_internal/handlers.py,sha256=2ZiR9VFMhfNpuQa2D1tqg8InucjML4QcAEMKkcuyu0s,36873
8
- signalpilot_ai_internal/mcp_handlers.py,sha256=QUzzsv32mgT4Zs6TxbMTISBBO1ZLFgZAgKDE4o3dsr4,17877
9
- signalpilot_ai_internal/mcp_server_manager.py,sha256=sYMRaGyY_H32Z7CxvN0JUHBr2C47pdx9XW57WprT4Uo,9717
10
- signalpilot_ai_internal/mcp_service.py,sha256=N8c_uB9PfzL7f5ASLG8IjUZ6tYzbMuWb2gSPPGlK0YY,56769
11
- signalpilot_ai_internal/schema_search_config.yml,sha256=WPv7c5tz9jBAjWGAxPDpgQOUqqPFEhMuIkfYsL88zG0,528
12
- signalpilot_ai_internal/schema_search_service.py,sha256=F-5RgqtmwRS72fz8eaiNpj2oRuENb5EBtxtjYRkRsIc,6140
13
- signalpilot_ai_internal/snowflake_schema_service.py,sha256=LNIvy4YBx7n9Bq0vHFhGOFqkKtOKPNcMK8uXT9S1V3c,28261
14
- signalpilot_ai_internal/test_dbt_mcp_server.py,sha256=5JhS5WZqmwZ169X8p3eFPnky9aiMNvfo9ddRPS6kBEs,6653
15
- signalpilot_ai_internal/unified_database_schema_service.py,sha256=Cp1ZOAOXxkp5-bHHLqZbp8E0fl0x86uYmDZJ7l4bNzs,31370
16
- signalpilot_ai_internal/html_export_template/README.md,sha256=5GiMlfypGCdIjv8UGWHsIacttLzZJGbT4dvRYKqs4-g,753
17
- signalpilot_ai_internal/html_export_template/conf.json,sha256=rkw8xg-vhVeuz2IwopAhouBOSaIb1kA3ro4YLaAC8h0,216
18
- signalpilot_ai_internal/html_export_template/index.html.j2,sha256=yvJOr3VXUdsAUoppmSJ0t6DNeSu1SN2FIfrM7BCZkUk,4455
19
- signalpilot_ai_internal/tests/__init__.py,sha256=-y-vPH0YtxvBmhgamma6fkx1ap1ekAX9QBm22kUzrsc,45
20
- signalpilot_ai_internal/tests/test_handlers.py,sha256=TXQWKKz8mM70IU6l2SFfz16v8VIt_GpasaQMSWd2BOw,460
21
- signalpilot_ai_internal-0.10.22.data/data/etc/jupyter/jupyter_server_config.d/signalpilot_ai.json,sha256=QhCIxTHxVUeAlPolJWL4kAdEktdJEEKL3CS4cA_8SUo,97
22
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/package.json,sha256=jB588OdBDWd1KDAGmncwrexmG0j-cJnyTKry_ZmhQUM,7626
23
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/schemas/signalpilot-ai-internal/package.json.orig,sha256=QUqGMjCDFVav5kXrv3J-ct-zzZhPR897xbBfCGbvqYI,7484
24
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/schemas/signalpilot-ai-internal/plugin.json,sha256=rQ5sLJsEuwUVMwtlJFpbLkH5OiFey7X7Y33D4aXctMs,2955
25
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/110.224e83db03814fd03955.js,sha256=Ik6D2wOBT9A5VZ_a784oqRs5puXU7aMt3JNlCxZNo4M,642399
26
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/122.e2dadf63dc64d7b5f1ee.js,sha256=4trfY9xk17Xx7vY7kcUhqIE1Jyfwb7Wkh-D7VdfdszY,38183
27
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/220.328403b5545f268b95c6.js,sha256=MoQDtVRfJouVxhbhe-MVXy6x9Ca7MUozgykHrxdc63M,3909
28
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/262.726e1da31a50868cb297.js,sha256=cm4doxpQhoyyl_WYttZFKjY2gZhqEn1Cc3iNa-DmvxI,10179
29
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/353.972abe1d2d66f083f9cc.js,sha256=lyq-HS1m8IP5zCzX6w9ybpIXszf6yCupCzJWGIcA5FM,23625
30
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/364.dbec4c2dc12e7b050dcc.js,sha256=2-xMLcEuewUNzGkb3Z7L_767weUX0wBjIT_E-NeDfso,39409
31
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/384.fa432bdb7fb6b1c95ad6.js,sha256=-kMr23-2scla1iPaPMEWiQVLv0N3PUCG3J6FHz-tJzU,18045
32
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/439.37e271d7a80336daabe2.js,sha256=N-Jx16gDNtqr4tZhRf9ERehqZXJy5ByJ9if-a4h77iQ,3009
33
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/476.ad22ccddd74ee306fb56.js,sha256=rSLM3ddO4wb7VgqHp2iNbydrUexQCSieNn7iXX3Rb5g,160792
34
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/481.73c7a9290b7d35a8b9c1.js,sha256=c8epKQt9Nai5wWLTiZzCKtCiYRxZq10Pp7lZet3JIOY,17259
35
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/512.b58fc0093d080b8ee61c.js,sha256=tY_ACT0IC47mHIZasPoCChT7L-x13PczTD5Rk1MUyfw,1109
36
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/553.b4042a795c91d9ff71ef.js,sha256=-4MCZD5tVxI-h4O1MT_UMB8rkOlbiXE76_yGyjW9MnU,119516
37
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/553.b4042a795c91d9ff71ef.js.LICENSE.txt,sha256=LGdwyBXWbtsopwVyjsXCIwoc-zj70yxAOCOR7b1bAc4,371
38
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/57.c4232851631fb2e7e59a.js,sha256=xCMoUWMfsuflml4pLjKwbiEX70JsATVAtggYV3AF5Rw,938120
39
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/635.9720593ee20b768da3ca.js,sha256=lyBZPuILdo2jyiRtkWzVc18DkPyUQwZx1SWZBtUOW6o,34163
40
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/713.8e6edc9a965bdd578ca7.js,sha256=jm7cmpZb3VeMp5BUNH_gI6NCpBdXPYP2plDNcE2NxuY,23332
41
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/726.318e4e791edb63cc788f.js,sha256=MY5OeR7bY8x4j1VvdXR_Y09F40Zv9c3u18ZOZrbQgCQ,355097
42
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/741.dc49867fafb03ea2ba4d.js,sha256=3EmGf6-wPqK6TXTzh3QmfxgLlHoLc0Z5Xhz5dZwVBOs,20854
43
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/742.91e7b516c8699eea3373.js,sha256=kee1FshpnuozcwobQ383GN5zbxjSwC-4mjzSvAli690,57587
44
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/785.2d75de1a8d2c3131a8db.js,sha256=LXXeGo0sMTGo2wjo7JmCZvdgwNDVjRbEa-TFLeJPnWw,65326
45
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/801.ca9e114a30896b669a3c.js,sha256=yp4RSjCJa2aaPCD4KymkbubbRtGuvk2Ny8eqXZxrMeg,931969
46
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/880.d9914229e4f120e7e9e4.js,sha256=2ZFCKeTxIOfp5DIkeyptl6TlNzf--ObJ8MmYwmPIKNE,2220371
47
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/888.34054db17bcf6e87ec95.js,sha256=NAVNsXvPbofslRAMG2lG_9xG3d8Qqmiee6rdW2yveEE,65946
48
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/936.d80de1e4da5b520d2f3b.js,sha256=2A3h5NpbUg0vOyDkLY-NG8QWmvTamwpxEgIm4He-7hw,20915
49
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/remoteEntry.b63c429ca81e743b403c.js,sha256=tjxCnKgedDtAPHNrUrElIpf2lr5EjMOLGieamLqXle0,12691
50
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/style.js,sha256=191eIwSL3zAMov8DA9E3slEt0v7ZxNxx_2_SeguRXts,166
51
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/static/third-party-licenses.json,sha256=vKt1d4O_Rzl9SpXEJLHNl2j2SFTNmXYYLAXxQnhDvzA,112833
52
- signalpilot_ai_internal-0.10.22.data/data/share/jupyter/labextensions/signalpilot-ai-internal/install.json,sha256=1DKTkJKm4YOQuWf1XSacVBARn6I7_GyI8HE7ITXCM2s,207
53
- signalpilot_ai_internal-0.10.22.dist-info/METADATA,sha256=-Bo0K7wwKnRCi6-GaTTC2MgPmVwibsy-4ZDEdirX3cM,7128
54
- signalpilot_ai_internal-0.10.22.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
55
- signalpilot_ai_internal-0.10.22.dist-info/licenses/LICENSE,sha256=zsSUFnbKwCesfRSafkOcXkQGrMFo6zQ8LHlOt-MYHDY,1525
56
- signalpilot_ai_internal-0.10.22.dist-info/RECORD,,
@@ -1,29 +0,0 @@
1
- BSD 3-Clause License
2
-
3
- Copyright (c) 2025, Daniel Schaffield
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are met:
8
-
9
- 1. Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
11
-
12
- 2. Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
15
-
16
- 3. Neither the name of the copyright holder nor the names of its
17
- contributors may be used to endorse or promote products derived from
18
- this software without specific prior written permission.
19
-
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.