@placeos/ts-client 4.6.0 → 4.7.0

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 (93) hide show
  1. package/dist/alerts/functions.d.ts +7 -10
  2. package/dist/alerts/interfaces.d.ts +22 -0
  3. package/dist/api.d.ts +30 -19
  4. package/dist/applications/functions.d.ts +2 -5
  5. package/dist/applications/interfaces.d.ts +5 -11
  6. package/dist/assets/functions.d.ts +5 -5
  7. package/dist/assets/interfaces.d.ts +38 -0
  8. package/dist/clusters/functions.d.ts +16 -7
  9. package/dist/clusters/interfaces.d.ts +18 -3
  10. package/dist/domains/functions.d.ts +10 -6
  11. package/dist/drivers/functions.d.ts +3 -5
  12. package/dist/drivers/interfaces.d.ts +9 -7
  13. package/dist/edge/functions.d.ts +8 -7
  14. package/dist/index.cjs.js +2 -2
  15. package/dist/index.cjs.js.map +1 -1
  16. package/dist/index.es.js +2232 -1895
  17. package/dist/index.es.js.map +1 -1
  18. package/dist/index.umd.js +3 -3
  19. package/dist/index.umd.js.map +1 -1
  20. package/dist/ldap-sources/functions.d.ts +2 -5
  21. package/dist/metadata/functions.d.ts +8 -9
  22. package/dist/metadata/interfaces.d.ts +18 -4
  23. package/dist/modules/functions.d.ts +10 -4
  24. package/dist/modules/interfaces.d.ts +14 -12
  25. package/dist/oauth-sources/functions.d.ts +2 -5
  26. package/dist/repositories/functions.d.ts +17 -29
  27. package/dist/repositories/interfaces.d.ts +31 -3
  28. package/dist/resources/interface.d.ts +9 -4
  29. package/dist/saml-sources/functions.d.ts +4 -7
  30. package/dist/settings/functions.d.ts +6 -8
  31. package/dist/settings/interfaces.d.ts +7 -0
  32. package/dist/short-url/functions.d.ts +60 -0
  33. package/dist/short-url/interfaces.d.ts +22 -0
  34. package/dist/short-url/short-url.class.d.ts +17 -0
  35. package/dist/signage/interfaces.d.ts +9 -1
  36. package/dist/storages/functions.d.ts +31 -0
  37. package/dist/storages/interfaces.d.ts +6 -0
  38. package/dist/storages/storage.class.d.ts +18 -0
  39. package/dist/systems/functions.d.ts +38 -10
  40. package/dist/systems/interfaces.d.ts +58 -5
  41. package/dist/triggers/functions.d.ts +5 -7
  42. package/dist/triggers/interfaces.d.ts +9 -0
  43. package/dist/users/functions.d.ts +50 -10
  44. package/dist/users/interfaces.d.ts +35 -2
  45. package/dist/webrtc/functions.d.ts +52 -0
  46. package/dist/webrtc/interfaces.d.ts +73 -0
  47. package/dist/zones/functions.d.ts +12 -6
  48. package/dist/zones/interfaces.d.ts +9 -4
  49. package/package.json +1 -1
  50. package/src/alerts/functions.ts +14 -22
  51. package/src/alerts/interfaces.ts +25 -0
  52. package/src/api.ts +116 -3
  53. package/src/applications/functions.ts +4 -7
  54. package/src/applications/interfaces.ts +6 -12
  55. package/src/assets/functions.ts +10 -5
  56. package/src/assets/interfaces.ts +41 -0
  57. package/src/clusters/functions.ts +39 -8
  58. package/src/clusters/interfaces.ts +21 -3
  59. package/src/domains/functions.ts +17 -6
  60. package/src/drivers/functions.ts +4 -6
  61. package/src/drivers/interfaces.ts +11 -7
  62. package/src/edge/functions.ts +18 -10
  63. package/src/ldap-sources/functions.ts +4 -7
  64. package/src/metadata/functions.ts +16 -10
  65. package/src/metadata/interfaces.ts +20 -4
  66. package/src/modules/functions.ts +29 -7
  67. package/src/modules/interfaces.ts +15 -12
  68. package/src/oauth-sources/functions.ts +4 -7
  69. package/src/repositories/functions.ts +35 -35
  70. package/src/repositories/interfaces.ts +35 -3
  71. package/src/resources/interface.ts +9 -4
  72. package/src/saml-sources/functions.ts +6 -9
  73. package/src/settings/functions.ts +14 -10
  74. package/src/settings/interfaces.ts +8 -0
  75. package/src/short-url/functions.ts +155 -0
  76. package/src/short-url/interfaces.ts +25 -0
  77. package/src/short-url/short-url.class.ts +33 -0
  78. package/src/signage/interfaces.ts +10 -1
  79. package/src/storages/functions.ts +88 -0
  80. package/src/storages/interfaces.ts +7 -0
  81. package/src/storages/storage.class.ts +34 -0
  82. package/src/systems/functions.ts +113 -13
  83. package/src/systems/interfaces.ts +65 -5
  84. package/src/triggers/functions.ts +9 -8
  85. package/src/triggers/interfaces.ts +10 -0
  86. package/src/users/functions.ts +104 -9
  87. package/src/users/interfaces.ts +40 -2
  88. package/src/webrtc/functions.ts +120 -0
  89. package/src/webrtc/interfaces.ts +77 -0
  90. package/src/zones/functions.ts +28 -7
  91. package/src/zones/interfaces.ts +10 -4
  92. package/dist/assets/types.d.ts +0 -1
  93. package/src/assets/types.ts +0 -0
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var bn=function(t,e){return bn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},bn(t,e)};function G(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");bn(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var Ze=function(){return Ze=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},Ze.apply(this,arguments)};function Vi(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function Yi(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(_){try{l(r.next(_))}catch(m){o(m)}}function c(_){try{l(r.throw(_))}catch(m){o(m)}}function l(_){_.done?s(_.value):i(_.value).then(u,c)}l((r=r.apply(t,e||[])).next())})}function dr(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=u(0),o.throw=u(1),o.return=u(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function u(l){return function(_){return c([l,_])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(n=0)),n;)try{if(r=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,i=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=e.call(t,n)}catch(_){l=[6,_],i=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function qe(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Et(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(u){o={error:u}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function It(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return t.concat(s||Array.prototype.slice.call(e))}function Me(t){return this instanceof Me?(this.v=t,this):new Me(t)}function Ji(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(a){return function(f){return Promise.resolve(f).then(a,m)}}function u(a,f){r[a]&&(i[a]=function(h){return new Promise(function(S,g){s.push([a,h,S,g])>1||c(a,h)})},f&&(i[a]=f(i[a])))}function c(a,f){try{l(r[a](f))}catch(h){p(s[0][3],h)}}function l(a){a.value instanceof Me?Promise.resolve(a.value.v).then(_,m):p(s[0][2],a)}function _(a){c("next",a)}function m(a){c("throw",a)}function p(a,f){a(f),s.shift(),s.length&&c(s[0][0],s[0][1])}}function Ki(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof qe=="function"?qe(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(u,c){o=t[s](o),i(u,c,o.done,o.value)})}}function i(s,o,u,c){Promise.resolve(c).then(function(l){s({value:l,done:u})},o)}}function R(t){return typeof t=="function"}function pr(t){var e=function(r){Error.call(r),r.stack=new Error().stack},n=t(e);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var mn=pr(function(t){return function(n){t(this),this.message=n?n.length+` errors occurred during unsubscription:
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var xn=function(t,e){return xn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},xn(t,e)};function ne(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");xn(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var Je=function(){return Je=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},Je.apply(this,arguments)};function ts(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function ns(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(_){try{l(r.next(_))}catch(y){o(y)}}function c(_){try{l(r.throw(_))}catch(y){o(y)}}function l(_){_.done?s(_.value):i(_.value).then(u,c)}l((r=r.apply(t,e||[])).next())})}function gr(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=u(0),o.throw=u(1),o.return=u(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function u(l){return function(_){return c([l,_])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(n=0)),n;)try{if(r=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,i=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=e.call(t,n)}catch(_){l=[6,_],i=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function Fe(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ut(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(u){o={error:u}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function Dt(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return t.concat(s||Array.prototype.slice.call(e))}function De(t){return this instanceof De?(this.v=t,this):new De(t)}function rs(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(a){return function(f){return Promise.resolve(f).then(a,y)}}function u(a,f){r[a]&&(i[a]=function(h){return new Promise(function($,v){s.push([a,h,$,v])>1||c(a,h)})},f&&(i[a]=f(i[a])))}function c(a,f){try{l(r[a](f))}catch(h){p(s[0][3],h)}}function l(a){a.value instanceof De?Promise.resolve(a.value.v).then(_,y):p(s[0][2],a)}function _(a){c("next",a)}function y(a){c("throw",a)}function p(a,f){a(f),s.shift(),s.length&&c(s[0][0],s[0][1])}}function is(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof Fe=="function"?Fe(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(u,c){o=t[s](o),i(u,c,o.done,o.value)})}}function i(s,o,u,c){Promise.resolve(c).then(function(l){s({value:l,done:u})},o)}}function D(t){return typeof t=="function"}function vr(t){var e=function(r){Error.call(r),r.stack=new Error().stack},n=t(e);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Sn=vr(function(t){return function(n){t(this),this.message=n?n.length+` errors occurred during unsubscription:
2
2
  `+n.map(function(r,i){return i+1+") "+r.toString()}).join(`
3
- `):"",this.name="UnsubscriptionError",this.errors=n}});function Mt(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var ke=function(){function t(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var e,n,r,i,s;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var u=qe(o),c=u.next();!c.done;c=u.next()){var l=c.value;l.remove(this)}}catch(h){e={error:h}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}else o.remove(this);var _=this.initialTeardown;if(R(_))try{_()}catch(h){s=h instanceof mn?h.errors:[h]}var m=this._finalizers;if(m){this._finalizers=null;try{for(var p=qe(m),a=p.next();!a.done;a=p.next()){var f=a.value;try{Kn(f)}catch(h){s=s??[],h instanceof mn?s=It(It([],Et(s)),Et(h.errors)):s.push(h)}}}catch(h){r={error:h}}finally{try{a&&!a.done&&(i=p.return)&&i.call(p)}finally{if(r)throw r.error}}}if(s)throw new mn(s)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)Kn(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(e)}},t.prototype._hasParent=function(e){var n=this._parentage;return n===e||Array.isArray(n)&&n.includes(e)},t.prototype._addParent=function(e){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(e),n):n?[n,e]:e},t.prototype._removeParent=function(e){var n=this._parentage;n===e?this._parentage=null:Array.isArray(n)&&Mt(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Mt(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),_r=ke.EMPTY;function mr(t){return t instanceof ke||t&&"closed"in t&&R(t.remove)&&R(t.add)&&R(t.unsubscribe)}function Kn(t){R(t)?t():t.unsubscribe()}var Gi={Promise:void 0},Xi={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,It([t,e],Et(n)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function yr(t){Xi.setTimeout(function(){throw t})}function Gn(){}function wt(t){t()}var Lt=function(t){G(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,mr(n)&&n.add(r)):r.destination=ns,r}return e.create=function(n,r,i){return new Sn(n,r,i)},e.prototype.next=function(n){this.isStopped||this._next(n)},e.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(n){this.destination.next(n)},e.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(ke),es=function(){function t(e){this.partialObserver=e}return t.prototype.next=function(e){var n=this.partialObserver;if(n.next)try{n.next(e)}catch(r){xt(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){xt(r)}else xt(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){xt(n)}},t}(),Sn=function(t){G(e,t);function e(n,r,i){var s=t.call(this)||this,o;return R(n)||!n?o={next:n??void 0,error:r??void 0,complete:i??void 0}:o=n,s.destination=new es(o),s}return e}(Lt);function xt(t){yr(t)}function ts(t){throw t}var ns={closed:!0,next:Gn,error:ts,complete:Gn},wn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Pn(t){return t}function rs(t){return t.length===0?Pn:t.length===1?t[0]:function(n){return t.reduce(function(r,i){return i(r)},n)}}var D=function(){function t(e){e&&(this._subscribe=e)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(e,n,r){var i=this,s=ss(e)?e:new Sn(e,n,r);return wt(function(){var o=i,u=o.operator,c=o.source;s.add(u?u.call(s,c):c?i._subscribe(s):i._trySubscribe(s))}),s},t.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(n){e.error(n)}},t.prototype.forEach=function(e,n){var r=this;return n=Xn(n),new n(function(i,s){var o=new Sn({next:function(u){try{e(u)}catch(c){s(c),o.unsubscribe()}},error:s,complete:i});r.subscribe(o)})},t.prototype._subscribe=function(e){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(e)},t.prototype[wn]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return rs(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=Xn(e),new e(function(r,i){var s;n.subscribe(function(o){return s=o},function(o){return i(o)},function(){return r(s)})})},t.create=function(e){return new t(e)},t}();function Xn(t){var e;return(e=t??Gi.Promise)!==null&&e!==void 0?e:Promise}function is(t){return t&&R(t.next)&&R(t.error)&&R(t.complete)}function ss(t){return t&&t instanceof Lt||is(t)&&mr(t)}function os(t){return R(t?.lift)}function ie(t){return function(e){if(os(e))return e.lift(function(n){try{return t(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Y(t,e,n,r,i){return new us(t,e,n,r,i)}var us=function(t){G(e,t);function e(n,r,i,s,o,u){var c=t.call(this,n)||this;return c.onFinalize=o,c.shouldUnsubscribe=u,c._next=r?function(l){try{r(l)}catch(_){n.error(_)}}:t.prototype._next,c._error=s?function(l){try{s(l)}catch(_){n.error(_)}finally{this.unsubscribe()}}:t.prototype._error,c._complete=i?function(){try{i()}catch(l){n.error(l)}finally{this.unsubscribe()}}:t.prototype._complete,c}return e.prototype.unsubscribe=function(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&((n=this.onFinalize)===null||n===void 0||n.call(this))}},e}(Lt),cs=pr(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),be=function(t){G(e,t);function e(){var n=t.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return e.prototype.lift=function(n){var r=new kn(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new cs},e.prototype.next=function(n){var r=this;wt(function(){var i,s;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=qe(r.currentObservers),u=o.next();!u.done;u=o.next()){var c=u.value;c.next(n)}}catch(l){i={error:l}}finally{try{u&&!u.done&&(s=o.return)&&s.call(o)}finally{if(i)throw i.error}}}})},e.prototype.error=function(n){var r=this;wt(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},e.prototype.complete=function(){var n=this;wt(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},e.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},e.prototype._innerSubscribe=function(n){var r=this,i=this,s=i.hasError,o=i.isStopped,u=i.observers;return s||o?_r:(this.currentObservers=null,u.push(n),new ke(function(){r.currentObservers=null,Mt(u,n)}))},e.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,s=r.thrownError,o=r.isStopped;i?n.error(s):o&&n.complete()},e.prototype.asObservable=function(){var n=new D;return n.source=this,n},e.create=function(n,r){return new kn(n,r)},e}(D),kn=function(t){G(e,t);function e(n,r){var i=t.call(this)||this;return i.destination=n,i.source=r,i}return e.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},e.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},e.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},e.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:_r},e}(be),fe=function(t){G(e,t);function e(n){var r=t.call(this)||this;return r._value=n,r}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(n){var r=t.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},e.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,s=n._value;if(r)throw i;return this._throwIfClosed(),s},e.prototype.next=function(n){t.prototype.next.call(this,this._value=n)},e}(be),Tn={now:function(){return(Tn.delegate||Date).now()},delegate:void 0},yn=function(t){G(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=Tn);var s=t.call(this)||this;return s._bufferSize=n,s._windowTime=r,s._timestampProvider=i,s._buffer=[],s._infiniteTimeWindow=!0,s._infiniteTimeWindow=r===1/0,s._bufferSize=Math.max(1,n),s._windowTime=Math.max(1,r),s}return e.prototype.next=function(n){var r=this,i=r.isStopped,s=r._buffer,o=r._infiniteTimeWindow,u=r._timestampProvider,c=r._windowTime;i||(s.push(n),!o&&s.push(u.now()+c)),this._trimBuffer(),t.prototype.next.call(this,n)},e.prototype._subscribe=function(n){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(n),i=this,s=i._infiniteTimeWindow,o=i._buffer,u=o.slice(),c=0;c<u.length&&!n.closed;c+=s?1:2)n.next(u[c]);return this._checkFinalizedStatuses(n),r},e.prototype._trimBuffer=function(){var n=this,r=n._bufferSize,i=n._timestampProvider,s=n._buffer,o=n._infiniteTimeWindow,u=(o?1:2)*r;if(r<1/0&&u<s.length&&s.splice(0,s.length-u),!o){for(var c=i.now(),l=0,_=1;_<s.length&&s[_]<=c;_+=2)l=_;l&&s.splice(0,l+1)}},e}(be),as=function(t){G(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(ke),er={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,It([t,e],Et(n)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},ls=function(t){G(e,t);function e(n,r){var i=t.call(this,n,r)||this;return i.scheduler=n,i.work=r,i.pending=!1,i}return e.prototype.schedule=function(n,r){var i;if(r===void 0&&(r=0),this.closed)return this;this.state=n;var s=this.id,o=this.scheduler;return s!=null&&(this.id=this.recycleAsyncId(o,s,r)),this.pending=!0,this.delay=r,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(o,this.id,r),this},e.prototype.requestAsyncId=function(n,r,i){return i===void 0&&(i=0),er.setInterval(n.flush.bind(n,this),i)},e.prototype.recycleAsyncId=function(n,r,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return r;r!=null&&er.clearInterval(r)},e.prototype.execute=function(n,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,r);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(n,r){var i=!1,s;try{this.work(n)}catch(o){i=!0,s=o||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),s},e.prototype.unsubscribe=function(){if(!this.closed){var n=this,r=n.id,i=n.scheduler,s=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Mt(s,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(as),tr=function(){function t(e,n){n===void 0&&(n=t.now),this.schedulerActionCtor=e,this.now=n}return t.prototype.schedule=function(e,n,r){return n===void 0&&(n=0),new this.schedulerActionCtor(this,e).schedule(r,n)},t.now=Tn.now,t}(),hs=function(t){G(e,t);function e(n,r){r===void 0&&(r=tr.now);var i=t.call(this,n,r)||this;return i.actions=[],i._active=!1,i}return e.prototype.flush=function(n){var r=this.actions;if(this._active){r.push(n);return}var i;this._active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=r.shift());if(this._active=!1,i){for(;n=r.shift();)n.unsubscribe();throw i}},e}(tr),gr=new hs(ls),fs=gr,ds=new D(function(t){return t.complete()});function ps(t){return t&&R(t.schedule)}var vr=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function br(t){return R(t?.then)}function Sr(t){return R(t[wn])}function kr(t){return Symbol.asyncIterator&&R(t?.[Symbol.asyncIterator])}function Ar(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function _s(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var xr=_s();function $r(t){return R(t?.[xr])}function wr(t){return Ji(this,arguments,function(){var n,r,i,s;return dr(this,function(o){switch(o.label){case 0:n=t.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,Me(n.read())];case 3:return r=o.sent(),i=r.value,s=r.done,s?[4,Me(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Me(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return n.releaseLock(),[7];case 10:return[2]}})})}function Pr(t){return R(t?.getReader)}function se(t){if(t instanceof D)return t;if(t!=null){if(Sr(t))return ms(t);if(vr(t))return ys(t);if(br(t))return gs(t);if(kr(t))return Tr(t);if($r(t))return vs(t);if(Pr(t))return bs(t)}throw Ar(t)}function ms(t){return new D(function(e){var n=t[wn]();if(R(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function ys(t){return new D(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function gs(t){return new D(function(e){t.then(function(n){e.closed||(e.next(n),e.complete())},function(n){return e.error(n)}).then(null,yr)})}function vs(t){return new D(function(e){var n,r;try{for(var i=qe(t),s=i.next();!s.done;s=i.next()){var o=s.value;if(e.next(o),e.closed)return}}catch(u){n={error:u}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}e.complete()})}function Tr(t){return new D(function(e){Ss(t,e).catch(function(n){return e.error(n)})})}function bs(t){return Tr(wr(t))}function Ss(t,e){var n,r,i,s;return Yi(this,void 0,void 0,function(){var o,u;return dr(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),n=Ki(t),c.label=1;case 1:return[4,n.next()];case 2:if(r=c.sent(),!!r.done)return[3,4];if(o=r.value,e.next(o),e.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return u=c.sent(),i={error:u},[3,11];case 6:return c.trys.push([6,,9,10]),r&&!r.done&&(s=n.return)?[4,s.call(n)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function ge(t,e,n,r,i){r===void 0&&(r=0),i===void 0&&(i=!1);var s=e.schedule(function(){n(),i?t.add(this.schedule(null,r)):this.unsubscribe()},r);if(t.add(s),!i)return s}function Or(t,e){return e===void 0&&(e=0),ie(function(n,r){n.subscribe(Y(r,function(i){return ge(r,t,function(){return r.next(i)},e)},function(){return ge(r,t,function(){return r.complete()},e)},function(i){return ge(r,t,function(){return r.error(i)},e)}))})}function Er(t,e){return e===void 0&&(e=0),ie(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function ks(t,e){return se(t).pipe(Er(e),Or(e))}function As(t,e){return se(t).pipe(Er(e),Or(e))}function xs(t,e){return new D(function(n){var r=0;return e.schedule(function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())})})}function $s(t,e){return new D(function(n){var r;return ge(n,e,function(){r=t[xr](),ge(n,e,function(){var i,s,o;try{i=r.next(),s=i.value,o=i.done}catch(u){n.error(u);return}o?n.complete():n.next(s)},0,!0)}),function(){return R(r?.return)&&r.return()}})}function Ir(t,e){if(!t)throw new Error("Iterable cannot be null");return new D(function(n){ge(n,e,function(){var r=t[Symbol.asyncIterator]();ge(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function ws(t,e){return Ir(wr(t),e)}function Ps(t,e){if(t!=null){if(Sr(t))return ks(t,e);if(vr(t))return xs(t,e);if(br(t))return As(t,e);if(kr(t))return Ir(t,e);if($r(t))return $s(t,e);if(Pr(t))return ws(t,e)}throw Ar(t)}function Ts(t,e){return e?Ps(t,e):se(t)}function Mr(t,e){var n=R(t)?t:function(){return t},r=function(i){return i.error(n())};return new D(r)}function Os(t){return t instanceof Date&&!isNaN(t)}function O(t,e){return ie(function(n,r){var i=0;n.subscribe(Y(r,function(s){r.next(t.call(e,s,i++))}))})}function Es(t,e,n,r,i,s,o,u){var c=[],l=0,_=0,m=!1,p=function(){m&&!c.length&&!l&&e.complete()},a=function(h){return l<r?f(h):c.push(h)},f=function(h){l++;var S=!1;se(n(h,_++)).subscribe(Y(e,function(g){e.next(g)},function(){S=!0},void 0,function(){if(S)try{l--;for(var g=function(){var A=c.shift();o||f(A)};c.length&&l<r;)g();p()}catch(A){e.error(A)}}))};return t.subscribe(Y(e,a,function(){m=!0,p()})),function(){}}function Rr(t,e,n){return n===void 0&&(n=1/0),R(e)?Rr(function(r,i){return O(function(s,o){return e(r,s,i,o)})(se(t(r,i)))},n):(typeof e=="number"&&(n=e),ie(function(r,i){return Es(r,i,t,n)}))}function Dr(t,e,n){t===void 0&&(t=0),n===void 0&&(n=fs);var r=-1;return e!=null&&(ps(e)?n=e:r=e),new D(function(i){var s=Os(t)?+t-n.now():t;s<0&&(s=0);var o=0;return n.schedule(function(){i.closed||(i.next(o++),0<=r?this.schedule(void 0,r):i.complete())},s)})}function Is(t,e){return ie(function(n,r){var i=0;n.subscribe(Y(r,function(s){return t.call(e,s,i++)&&r.next(s)}))})}function qr(t){return t<=0?function(){return ds}:ie(function(e,n){var r=0;e.subscribe(Y(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function Ms(t){return O(function(){return t})}function Rs(t,e){return Rr(function(n,r){return se(t(n,r)).pipe(qr(1),Ms(n))})}function Ds(t,e){e===void 0&&(e=gr);var n=Dr(t,e);return Rs(function(){return n})}function qs(t,e){return e===void 0&&(e=Pn),t=t??Us,ie(function(n,r){var i,s=!0;n.subscribe(Y(r,function(o){var u=e(o);(s||!t(i,u))&&(s=!1,i=u,r.next(o))}))})}function Us(t,e){return t===e}function Cs(t){t===void 0&&(t=1/0);var e;t&&typeof t=="object"?e=t:e={count:t};var n=e.count,r=n===void 0?1/0:n,i=e.delay,s=e.resetOnSuccess,o=s===void 0?!1:s;return r<=0?Pn:ie(function(u,c){var l=0,_,m=function(){var p=!1;_=u.subscribe(Y(c,function(a){o&&(l=0),c.next(a)},void 0,function(a){if(l++<r){var f=function(){_?(_.unsubscribe(),_=null,m()):p=!0};if(i!=null){var h=typeof i=="number"?Dr(i):se(i(a,l)),S=Y(c,function(){S.unsubscribe(),f()},function(){c.complete()});h.subscribe(S)}else f()}else c.error(a)})),p&&(_.unsubscribe(),_=null,m())};m()})}function nr(t,e){return ie(function(n,r){var i=null,s=0,o=!1,u=function(){return o&&!i&&r.complete()};n.subscribe(Y(r,function(c){i?.unsubscribe();var l=0,_=s++;se(t(c,_)).subscribe(i=Y(r,function(m){return r.next(e?e(c,m,_,l++):m)},function(){i=null,u()}))},function(){o=!0,u()}))})}function On(t,e){e===void 0&&(e={});var n=e.selector,r=Vi(e,["selector"]);return new D(function(i){var s=new AbortController,o=s.signal,u=!0,c=r.signal;if(c)if(c.aborted)s.abort();else{var l=function(){o.aborted||s.abort()};c.addEventListener("abort",l),i.add(function(){return c.removeEventListener("abort",l)})}var _=Ze(Ze({},r),{signal:o}),m=function(p){u=!1,i.error(p)};return fetch(t,_).then(function(p){n?se(n(p)).subscribe(Y(i,void 0,function(){u=!1,i.complete()},m)):(u=!1,i.next(p),i.complete())}).catch(m),function(){u&&s.abort()}})}const ne=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],rr=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,62,255,255,255,63,52,53,54,55,56,57,58,59,60,61,255,255,255,0,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];function $t(t){if(t>=rr.length)throw new Error("Unable to parse base64 string.");const e=rr[t];if(e===255)throw new Error("Unable to parse base64 string.");return e}function Ur(t){let e="",n,r=t.length;for(n=2;n<r;n+=3)e+=ne[t[n-2]>>2],e+=ne[(t[n-2]&3)<<4|t[n-1]>>4],e+=ne[(t[n-1]&15)<<2|t[n]>>6],e+=ne[t[n]&63];return n===r+1&&(e+=ne[t[n-2]>>2],e+=ne[(t[n-2]&3)<<4],e+="=="),n===r&&(e+=ne[t[n-2]>>2],e+=ne[(t[n-2]&3)<<4|t[n-1]>>4],e+=ne[(t[n-1]&15)<<2],e+="="),e}function Ns(t){if(t.length%4!==0)throw new Error("Unable to parse base64 string.");const e=t.indexOf("=");if(e!==-1&&e<t.length-2)throw new Error("Unable to parse base64 string.");let n=t.endsWith("==")?2:t.endsWith("=")?1:0,r=t.length,i=new Uint8Array(3*(r/4)),s;for(let o=0,u=0;o<r;o+=4,u+=3)s=$t(t.charCodeAt(o))<<18|$t(t.charCodeAt(o+1))<<12|$t(t.charCodeAt(o+2))<<6|$t(t.charCodeAt(o+3)),i[u]=s>>16,i[u+1]=s>>8&255,i[u+2]=s&255;return i.subarray(0,i.length-n)}function Fs(t,e=new TextEncoder){return Ur(e.encode(t))}var Pt={exports:{}},js=Pt.exports,ir;function Ls(){return ir||(ir=1,function(t){(function(e,n){var r={};n(r);var i=r.default;for(var s in r)i[s]=r[s];t.exports=i})(js,function(e){e.__esModule=!0,e.digestLength=32,e.blockSize=64;var n=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function r(p,a,f,h,S){for(var g,A,x,B,U,M,te,C,L,N,Be,We,At;S>=64;){for(g=a[0],A=a[1],x=a[2],B=a[3],U=a[4],M=a[5],te=a[6],C=a[7],N=0;N<16;N++)Be=h+N*4,p[N]=(f[Be]&255)<<24|(f[Be+1]&255)<<16|(f[Be+2]&255)<<8|f[Be+3]&255;for(N=16;N<64;N++)L=p[N-2],We=(L>>>17|L<<15)^(L>>>19|L<<13)^L>>>10,L=p[N-15],At=(L>>>7|L<<25)^(L>>>18|L<<14)^L>>>3,p[N]=(We+p[N-7]|0)+(At+p[N-16]|0);for(N=0;N<64;N++)We=(((U>>>6|U<<26)^(U>>>11|U<<21)^(U>>>25|U<<7))+(U&M^~U&te)|0)+(C+(n[N]+p[N]|0)|0)|0,At=((g>>>2|g<<30)^(g>>>13|g<<19)^(g>>>22|g<<10))+(g&A^g&x^A&x)|0,C=te,te=M,M=U,U=B+We|0,B=x,x=A,A=g,g=We+At|0;a[0]+=g,a[1]+=A,a[2]+=x,a[3]+=B,a[4]+=U,a[5]+=M,a[6]+=te,a[7]+=C,h+=64,S-=64}return h}var i=function(){function p(){this.digestLength=e.digestLength,this.blockSize=e.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return p.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},p.prototype.clean=function(){for(var a=0;a<this.buffer.length;a++)this.buffer[a]=0;for(var a=0;a<this.temp.length;a++)this.temp[a]=0;this.reset()},p.prototype.update=function(a,f){if(f===void 0&&(f=a.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var h=0;if(this.bytesHashed+=f,this.bufferLength>0){for(;this.bufferLength<64&&f>0;)this.buffer[this.bufferLength++]=a[h++],f--;this.bufferLength===64&&(r(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(f>=64&&(h=r(this.temp,this.state,a,h,f),f%=64);f>0;)this.buffer[this.bufferLength++]=a[h++],f--;return this},p.prototype.finish=function(a){if(!this.finished){var f=this.bytesHashed,h=this.bufferLength,S=f/536870912|0,g=f<<3,A=f%64<56?64:128;this.buffer[h]=128;for(var x=h+1;x<A-8;x++)this.buffer[x]=0;this.buffer[A-8]=S>>>24&255,this.buffer[A-7]=S>>>16&255,this.buffer[A-6]=S>>>8&255,this.buffer[A-5]=S>>>0&255,this.buffer[A-4]=g>>>24&255,this.buffer[A-3]=g>>>16&255,this.buffer[A-2]=g>>>8&255,this.buffer[A-1]=g>>>0&255,r(this.temp,this.state,this.buffer,0,A),this.finished=!0}for(var x=0;x<8;x++)a[x*4+0]=this.state[x]>>>24&255,a[x*4+1]=this.state[x]>>>16&255,a[x*4+2]=this.state[x]>>>8&255,a[x*4+3]=this.state[x]>>>0&255;return this},p.prototype.digest=function(){var a=new Uint8Array(this.digestLength);return this.finish(a),a},p.prototype._saveState=function(a){for(var f=0;f<this.state.length;f++)a[f]=this.state[f]},p.prototype._restoreState=function(a,f){for(var h=0;h<this.state.length;h++)this.state[h]=a[h];this.bytesHashed=f,this.finished=!1,this.bufferLength=0},p}();e.Hash=i;var s=function(){function p(a){this.inner=new i,this.outer=new i,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var f=new Uint8Array(this.blockSize);if(a.length>this.blockSize)new i().update(a).finish(f).clean();else for(var h=0;h<a.length;h++)f[h]=a[h];for(var h=0;h<f.length;h++)f[h]^=54;this.inner.update(f);for(var h=0;h<f.length;h++)f[h]^=106;this.outer.update(f),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate);for(var h=0;h<f.length;h++)f[h]=0}return p.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},p.prototype.clean=function(){for(var a=0;a<this.istate.length;a++)this.ostate[a]=this.istate[a]=0;this.inner.clean(),this.outer.clean()},p.prototype.update=function(a){return this.inner.update(a),this},p.prototype.finish=function(a){return this.outer.finished?this.outer.finish(a):(this.inner.finish(a),this.outer.update(a,this.digestLength).finish(a)),this},p.prototype.digest=function(){var a=new Uint8Array(this.digestLength);return this.finish(a),a},p}();e.HMAC=s;function o(p){var a=new i().update(p),f=a.digest();return a.clean(),f}e.hash=o,e.default=o;function u(p,a){var f=new s(p).update(a),h=f.digest();return f.clean(),h}e.hmac=u;function c(p,a,f,h){var S=h[0];if(S===0)throw new Error("hkdf: cannot expand more");a.reset(),S>1&&a.update(p),f&&a.update(f),a.update(h),a.finish(p),h[0]++}var l=new Uint8Array(e.digestLength);function _(p,a,f,h){a===void 0&&(a=l),h===void 0&&(h=32);for(var S=new Uint8Array([1]),g=u(a,p),A=new s(g),x=new Uint8Array(A.digestLength),B=x.length,U=new Uint8Array(h),M=0;M<h;M++)B===x.length&&(c(x,A,f,S),B=0),U[M]=x[B++];return A.clean(),x.fill(0),S.fill(0),U}e.hkdf=_;function m(p,a,f,h){for(var S=new s(p),g=S.digestLength,A=new Uint8Array(4),x=new Uint8Array(g),B=new Uint8Array(g),U=new Uint8Array(h),M=0;M*g<h;M++){var te=M+1;A[0]=te>>>24&255,A[1]=te>>>16&255,A[2]=te>>>8&255,A[3]=te>>>0&255,S.reset(),S.update(a),S.update(A),S.finish(B);for(var C=0;C<g;C++)x[C]=B[C];for(var C=2;C<=f;C++){S.reset(),S.update(B).finish(B);for(var L=0;L<g;L++)x[L]^=B[L]}for(var C=0;C<g&&M*g+C<h;C++)U[M*g+C]=x[C]}for(var M=0;M<g;M++)x[M]=B[M]=0;for(var M=0;M<4;M++)A[M]=0;return S.clean(),U}e.pbkdf2=m})}(Pt)),Pt.exports}var Hs=Ls();const zs=new Int32Array(4);class W{static hashStr(e,n=!1){return this.onePassHasher.start().appendStr(e).end(n)}static hashAsciiStr(e,n=!1){return this.onePassHasher.start().appendAsciiStr(e).end(n)}static stateIdentity=new Int32Array([1732584193,-271733879,-1732584194,271733878]);static buffer32Identity=new Int32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);static hexChars="0123456789abcdef";static hexOut=[];static onePassHasher=new W;static _hex(e){const n=W.hexChars,r=W.hexOut;let i,s,o,u;for(u=0;u<4;u+=1)for(s=u*8,i=e[u],o=0;o<8;o+=2)r[s+1+o]=n.charAt(i&15),i>>>=4,r[s+0+o]=n.charAt(i&15),i>>>=4;return r.join("")}static _md5cycle(e,n){let r=e[0],i=e[1],s=e[2],o=e[3];r+=(i&s|~i&o)+n[0]-680876936|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[1]-389564586|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[2]+606105819|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[3]-1044525330|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[4]-176418897|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[5]+1200080426|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[6]-1473231341|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[7]-45705983|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[8]+1770035416|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[9]-1958414417|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[10]-42063|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[11]-1990404162|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[12]+1804603682|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[13]-40341101|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[14]-1502002290|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[15]+1236535329|0,i=(i<<22|i>>>10)+s|0,r+=(i&o|s&~o)+n[1]-165796510|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[6]-1069501632|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[11]+643717713|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[0]-373897302|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[5]-701558691|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[10]+38016083|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[15]-660478335|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[4]-405537848|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[9]+568446438|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[14]-1019803690|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[3]-187363961|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[8]+1163531501|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[13]-1444681467|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[2]-51403784|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[7]+1735328473|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[12]-1926607734|0,i=(i<<20|i>>>12)+s|0,r+=(i^s^o)+n[5]-378558|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[8]-2022574463|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[11]+1839030562|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[14]-35309556|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[1]-1530992060|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[4]+1272893353|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[7]-155497632|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[10]-1094730640|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[13]+681279174|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[0]-358537222|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[3]-722521979|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[6]+76029189|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[9]-640364487|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[12]-421815835|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[15]+530742520|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[2]-995338651|0,i=(i<<23|i>>>9)+s|0,r+=(s^(i|~o))+n[0]-198630844|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[7]+1126891415|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[14]-1416354905|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[5]-57434055|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[12]+1700485571|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[3]-1894986606|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[10]-1051523|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[1]-2054922799|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[8]+1873313359|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[15]-30611744|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[6]-1560198380|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[13]+1309151649|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[4]-145523070|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[11]-1120210379|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[2]+718787259|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[9]-343485551|0,i=(i<<21|i>>>11)+s|0,e[0]=r+e[0]|0,e[1]=i+e[1]|0,e[2]=s+e[2]|0,e[3]=o+e[3]|0}_dataLength=0;_bufferLength=0;_state=new Int32Array(4);_buffer=new ArrayBuffer(68);_buffer8;_buffer32;constructor(){this._buffer8=new Uint8Array(this._buffer,0,68),this._buffer32=new Uint32Array(this._buffer,0,17),this.start()}start(){return this._dataLength=0,this._bufferLength=0,this._state.set(W.stateIdentity),this}appendStr(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o;for(o=0;o<e.length;o+=1){if(s=e.charCodeAt(o),s<128)n[i++]=s;else if(s<2048)n[i++]=(s>>>6)+192,n[i++]=s&63|128;else if(s<55296||s>56319)n[i++]=(s>>>12)+224,n[i++]=s>>>6&63|128,n[i++]=s&63|128;else{if(s=(s-55296)*1024+(e.charCodeAt(++o)-56320)+65536,s>1114111)throw new Error("Unicode standard supports code points up to U+10FFFF");n[i++]=(s>>>18)+240,n[i++]=s>>>12&63|128,n[i++]=s>>>6&63|128,n[i++]=s&63|128}i>=64&&(this._dataLength+=64,W._md5cycle(this._state,r),i-=64,r[0]=r[16])}return this._bufferLength=i,this}appendAsciiStr(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o=0;for(;;){for(s=Math.min(e.length-o,64-i);s--;)n[i++]=e.charCodeAt(o++);if(i<64)break;this._dataLength+=64,W._md5cycle(this._state,r),i=0}return this._bufferLength=i,this}appendByteArray(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o=0;for(;;){for(s=Math.min(e.length-o,64-i);s--;)n[i++]=e[o++];if(i<64)break;this._dataLength+=64,W._md5cycle(this._state,r),i=0}return this._bufferLength=i,this}getState(){const e=this._state;return{buffer:String.fromCharCode.apply(null,Array.from(this._buffer8)),buflen:this._bufferLength,length:this._dataLength,state:[e[0],e[1],e[2],e[3]]}}setState(e){const n=e.buffer,r=e.state,i=this._state;let s;for(this._dataLength=e.length,this._bufferLength=e.buflen,i[0]=r[0],i[1]=r[1],i[2]=r[2],i[3]=r[3],s=0;s<n.length;s+=1)this._buffer8[s]=n.charCodeAt(s)}end(e=!1){const n=this._bufferLength,r=this._buffer8,i=this._buffer32,s=(n>>2)+1;this._dataLength+=n;const o=this._dataLength*8;if(r[n]=128,r[n+1]=r[n+2]=r[n+3]=0,i.set(W.buffer32Identity.subarray(s),s),n>55&&(W._md5cycle(this._state,i),i.set(W.buffer32Identity)),o<=4294967295)i[14]=o;else{const u=o.toString(16).match(/(.*?)(.{0,8})$/);if(u===null)return e?zs:"";const c=parseInt(u[2],16),l=parseInt(u[1],16)||0;i[14]=c,i[15]=l}return W._md5cycle(this._state,i),e?this._state:W._hex(this._state)}}if(W.hashStr("hello")!=="5d41402abc4b2a76b9719d911017c592")throw new Error("Md5 self test failed.");const Bs=36e5,sr=Symbol.for("constructDateFrom");function Rt(t,e){return typeof t=="function"?t(e):t&&typeof t=="object"&&sr in t?t[sr](e):t instanceof Date?new t.constructor(e):new Date(e)}function Ve(t,e){return Rt(t,t)}function Ws(t,e,n){const r=Ve(t);if(isNaN(e))return Rt(t,NaN);const i=r.getDate(),s=Rt(t,r.getTime());s.setMonth(r.getMonth()+e+1,0);const o=s.getDate();return i>=o?s:(r.setFullYear(s.getFullYear(),s.getMonth(),i),r)}function Cr(t,e,n){return Rt(t,+Ve(t)+e)}function Qs(t,e,n){return Cr(t,e*Bs)}function Zs(t,e,n){return Cr(t,e*1e3)}function Vs(t,e,n){return Ws(t,e*12)}function or(t){return Math.trunc(+Ve(t)/1e3)}function Ys(t,e){return+Ve(t)<+Ve(e)}function d(t,e,n,r="debug",i){if(window.debug){const o=["color: #0288D1",`color:${i||"#009688"}`,"color: default"];n?An()?console[r](`%c[PlaceOS]%c[${t}] %c${e}`,...o,n):console[r](`[PlaceOS][${t}] ${e}`,n):An()?console[r](`%c[PlaceOS]%c[${t}] %c${e}`,...o):console[r](`[PlaceOS][${t}] ${e}`)}}function An(){return!(document.documentMode||/Edge/.test(navigator.userAgent))}function En(){const t=window.location?.hash?window.location?.hash.slice(1):window.location?.href.split("#")[1]||"";let e=window.location?.search?window.location?.search.slice(1):window.location?.href.split("?")[1]||"",n={};if(t)if(t.indexOf("?")>=0){const i=t.split("?");n=Re(i[0]),e||(e=i[1])}else n=Re(t);let r={};return e&&(r=Re(e)),{...n,...r}}function Re(t){const e={},n=t.split("&");for(const r of n){const i=r.split("=");i[1]&&(e[decodeURIComponent(i[0])]=decodeURIComponent(i[1]))}return e}const ur="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";function Nr(t=40){let e="";for(let n=0;n<t;n++)e+=ur.charAt(Math.floor(Math.random()*ur.length));return e}function le(t){const e=(window.location?.hash||"").replace(new RegExp(`${t}[a-zA-Z0-9_+-.%=]*&?`,"g"),"").replace(/&&/g,"&").replace(/#&/g,"#").replace(/&$/g,"#"),n=(window.location?.search||"").replace(new RegExp(`${t}[a-zA-Z0-9_+-.%=]*&?`,"g"),"").replace(/&&/g,"&").replace(/\?&/g,"#").replace(/&$/g,"#");window.history?.replaceState&&window.history?.replaceState(null,"",`${window.location?.pathname}${e}${n}`)}function Ye(t,e=!1){const n=e?1e3:1024;if(t<n)return t+(e?" iB":" B");const r=Math.floor(Math.log(t)/Math.log(n)),i=(e?"kMGTPE":"KMGTPE").charAt(r-1)+(e?"iB":"B");return(t/Math.pow(n,r)).toFixed(2)+" "+i}function Fr(t){if(t.length===0)throw new Error("Input must not be of zero length");const e=t.split(","),n={};for(const r of e){const i=r.split(";");if(i.length!==2)throw new Error("Section could not be split on ';'");const s=i[0].replace(/<(.*)>/,"$1").trim(),o=i[1].replace(/rel="(.*)"/,"$1").trim();n[o]=s}return n}function jr(t,e){for(const n in t)t.hasOwnProperty(n)&&e.indexOf(t[n])>=0&&delete t[n];return t}function Lr(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}function Hr(){return window.location!==window.parent.location}function zr(t=Date.now(),e=60*1e3){return Math.floor(t/e)}class Js{abort(){d("Stub","Aborted")}}function F(t){let e="";if(t)for(const n in t)t.hasOwnProperty(n)&&t[n]!==void 0&&t[n]!==null&&(e+=`${e?"&":""}${n}=${encodeURIComponent(t[n])}`);return e}const ve={},Qe={},ae={};function Ks(){for(const t in ve)ve.hasOwnProperty(t)&&Ae(t);for(const t in Qe)Qe.hasOwnProperty(t)&&Gs(t);for(const t in ae)ae.hasOwnProperty(t)&&Xs(t)}function re(t,e,n=300){if(t&&e&&e instanceof Function)Ae(t),ve[t]=setTimeout(()=>{e(),delete ve[t]},n);else throw new Error(t?"Cannot create named timeout without a name":"Cannot create a timeout without a callback")}function Ae(t){ve[t]&&(clearTimeout(ve[t]),delete ve[t])}function Gs(t){Qe[t]&&(clearInterval(Qe[t]),delete Qe[t])}function Xs(t){ae&&ae[t]&&(ae[t]instanceof ke?ae[t].unsubscribe():ae[t](),delete ae[t])}const eo={id:"mock-authority",name:"localhost:4200",description:"",domain:"localhost:4200",login_url:"/login?continue={{url}}",logout_url:"/logout",session:!0,production:!1,config:{},version:"2.0.0"};let v={},P,H;const b={};let T="",Se="";const Ue=new fe(""),Ht=new fe("");let In="/api/engine/v2";const he=new fe(!1),to=he.asObservable();let Dt=0;function X(){return`${`${v.secure||window.location?.protocol.indexOf("https")>=0?"https:":"http:"}//${v.host||window.location?.host}`}${Mn()}`}function Mn(){return v.version==="ACA Engine"?"/control/api":In}function no(){return!!v.token_header}function Br(){return T}function ro(){return v.redirect_uri}function io(t,e=!0){P.setItem(`${T}_x-api-key`,`${t}`),P.setItem("trusted",`${e}`),Wr("x-api-key",Vs(new Date,5).valueOf())}function Ge(){return Ct("x-api-key",!1)||""}function Wr(t,e=Qs(new Date,2).valueOf()){v.ignore_api_key&&t==="x-api-key"||(P.setItem(`${T}_expires_at`,`${e}`),P.setItem(`${T}_access_token`,t))}function Z(t=!0){if(v.mock)return"mock-token";if(!P)return"";if(Ge()&&!v.ignore_api_key)return"x-api-key";const e=P.getItem(`${T}_expires_at`)||"",n=Ue.getValue();return Ys(+e,new Date)&&(d("Auth","Token expired. Requesting new token..."),Wt(),b.load_authority||(Dt+=1,re("re-authorise",()=>qn().catch(r=>d("Auth",`Failed to get token: ${r}`)),200*Math.min(20,Dt))),!t)?"":n||P.getItem(`${T}_access_token`)||""}function qt(){return Ht.getValue()||P.getItem(`${T}_refresh_token`)||""}function Ut(){return v.host||window.location?.host}function Qr(){return!!Z()}function Zr(){return Ue.pipe(O(t=>!!Qr()))}function Je(){return H}function so(){return he.getValue()}function zt(){return!!v.mock}function Vr(){return!!v.secure}function oo(){return to}function Bt(){return Ct("trust")==="true"||Ct("trusted")==="true"}function Rn(){return!!Ge()&&!v.ignore_api_key||Ct("fixed_device")==="true"}function Ct(t,e=!0){let r=En()[t];if(P){const i=`${Br()}_${t}`;r=r||P.getItem(i)||P.getItem(t)||"",e&&P.setItem(i,`${r}`)}return r}function uo(t){return v=t||v,v.token_header=v.token_header??Hr(),window.AbortController||(window.AbortController=Js),P=v.storage==="session"?sessionStorage:localStorage,T=W.hashStr(v.redirect_uri,!1),Un()}function co(){v={},H=void 0,Ue.next(""),Ht.next(""),he.next(!1),T="",Se="",In="/api/engine/v2";for(const t in b)t in b&&delete b[t];Ks()}function Dn(){return d("Auth","Refreshing authorty."),H=void 0,Un()}function Wt(){d("Auth","Invalidating tokens."),P.removeItem(`${T}_access_token`),P.removeItem(`${T}_expires_at`),Ue.getValue()&&Ue.next("")}function qn(t,e=H){return b.authorise||(b.authorise=new Promise((n,r)=>{if(!e)return delete b.authorise,r("Authority is not loaded");d("Auth","Authorising user...");const i=()=>{if(Z(!1))d("Auth","Valid token found."),delete b.authorise,n(Z());else{const s=[()=>{d("Auth","Successfully generated token."),n(Z()),delete b.authorise},()=>{d("Auth","Failed to generate token."),r("Failed to generate token"),setTimeout(()=>delete b.authorise,200)}];v&&v.auth_type==="password"?(d("Auth","Logging in with credentials."),vo(v).then(...s),Dt=0):Se||qt()?(d("Auth",`Generating token with ${Se?"code":"refresh token"}`),Jr().then(...s),Dt=0):e.session?(d("Auth","Users has session. Authorising application..."),lo(t).then(...s)):(d("Auth","No user session"),Yr(e),r("No user session"),setTimeout(()=>delete b.authorise,200))}};fo().then(i,i)})),b.authorise}function ao(){const t=H?H.logout_url:"/logout";fetch(t,{method:"GET",redirect:"manual",headers:{Authorization:"Bearer "+Z()}}).then(e=>{const n=e.headers.get("Location")||t;for(let r=0;r<P.length;r++){const i=P.key(r);i&&i.indexOf(T)>=0&&P.removeItem(i)}window.location?.assign(n)})}function Un(t=0){return b.load_authority||(b.load_authority=new Promise(e=>{if(he.next(!1),v.mock){H=eo,d("Auth","System in mock mode"),he.next(!0),e();return}d("Auth",`Fixed: ${Rn()} | Trusted: ${Bt()}`),d("Auth","Loading authority...");const n=v.secure||window.location?.protocol.indexOf("https")>=0,r=i=>{d("Auth",`Failed to load authority(${i})`),he.next(!1),re("load_authority",()=>{delete b.load_authority,Un(t).then(s=>e())},300*Math.min(20,++t))};On(`${n?"https:":"http:"}//${Ut()}/auth/authority`,{credentials:"same-origin"}).subscribe(async i=>{if(!i.ok)return r(await i.text().catch(o=>o));H=await i.json(),In=/[2-9]\.[0-9]+\.[0-9]+/g.test(H.version||"")?"/api/engine/v2":"/control/api",d("Auth","Loaded authority.",[],"group"),H&&(d("Auth",`Name: ${H.name}`),d("Auth",`Version: ${H.version}`),d("Auth",`Domain: ${H.domain}`),d("Auth",`Session: ${H.session}`),d("Auth",`Production: ${H.production}`),d("Auth",`Config Keys: ${Object.keys(H.config||{}).length}`)),d("Auth","",[],"groupEnd");const s=()=>{he.next(!0),d("Auth","Application set online."),e()};delete b.load_authority,qn("").then(s,s)},r)})),b.load_authority}async function lo(t){const e=_o(t);if(v.use_iframe)return ho(e);window.location?.assign(e)}function ho(t){return b.iframe_auth||(b.iframe_auth=new Promise((e,n)=>{d("Auth","Authorizing in an iFrame...");const r=document.createElement("iframe");r.style.position="absolute",r.style.top="0",r.style.left="0",r.style.height="1px",r.style.width="1px",r.style.zIndex="-1",r.id="place-authorize",r.src=`${t}`;const i=s=>{if(s.origin===window.location?.origin&&s.data.type==="place-os"){const o=s.data;if(d("Auth","Received credentials from iFrame..."),document.body.removeChild(r),Ae("iframe_auth"),window.removeEventListener("message",i),delete b.iframe_auth,o.token)return e(),Cn({access_token:o.token,...o});Se=o.code||"",Jr().then(u=>e(u),u=>n(u))}};re("iframe_auth",()=>{d("Auth","Unable to resolve iFrame after 15 seconds..."),n()},15*1e3),window.addEventListener("message",i),r.onerror=s=>{d("Auth","iFrame error.",s),delete b.iframe_auth,n()},document.body.appendChild(r)})),b.iframe_auth}let cr=!1;function Yr(t){if(v.handle_login!==!1&&!cr){d("Auth","Redirecting to login page...");const e=t.login_url?.replace("{{url}}",encodeURIComponent(window.location?.href));throw setTimeout(()=>window.location?.assign(e),300),cr=!0,new Error("Redirecting to login page...")}else d("Auth","Login being handled locally.");delete b.authorise}function fo(){return b.check_token||(b.check_token=new Promise(async(t,e)=>{Z()?(d("Auth","Valid token found."),t(Z())):(d("Auth","No token. Checking URL for auth credentials..."),await po()?t(!0):e()),delete b.check_token})),b.check_token}function po(){return b.check_params||(b.check_params=new Promise(t=>{d("Auth","Checking for auth parameters...");let e=En();if((!e||Object.keys(e).length<=0)&&sessionStorage&&(e=JSON.parse(sessionStorage.getItem("ENGINE.auth.params")||"{}")),e&&(e.code||e.access_token||e.refresh_token)){e.code&&(Se=e.code,le("code")),e.refresh_token&&(P.setItem(`${T}_refresh_token`,e.refresh_token),le("refresh_token"));const n=P.getItem(`${T}_nonce`)||"",r=(e.state||"").split(";");le("state"),le("token_type");const i=r[0];n===i?(Cn(e),t(!!e.access_token)):t(!1)}else t(!1);re("check_params_promise",()=>delete b.check_params,50)})),b.check_params}function _o(t){const e=bo();t=t?`${e};${t}`:e;const n=v?(v.auth_uri||"").indexOf("?")>=0:!1,r=(v?v.auth_uri:null)||"/auth/oauth/authorize",i=Bt()||v.auth_type==="auth_code"?"code":"token";let s=`${r}${n?"&":"?"}response_type=${encodeURIComponent(i)}&client_id=${encodeURIComponent(T)}&state=${encodeURIComponent(t)}&redirect_uri=${encodeURIComponent(v.redirect_uri)}&scope=${encodeURIComponent(v.scope)}`;if(v.auth_type==="auth_code"){const{challenge:o,verify:u}=mo();sessionStorage.setItem(`${T}_challenge`,o),s+="&code_challenge_method=S256",s+=`&code_challenge=${u}`}return s}const ar="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".split("");function mo(t=43){const e=new Array(t).fill(0).map(()=>ar[Math.floor(Math.random()*ar.length)]).join(""),n=Ns(Fs(e)),r=Ur(Hs.hash(n)).split("=")[0].replace(/\//g,"_").replace(/\+/g,"-");return{challenge:e,verify:r}}function yo(){let e=(v.token_uri||"/auth/token")+`?client_id=${encodeURIComponent(T)}`,n="";if(e+=`&redirect_uri=${encodeURIComponent(v.redirect_uri)}`,qt()){e+=`&refresh_token=${encodeURIComponent(qt())}`,e+="&grant_type=refresh_token";const r=e.split("?");e=r[0],n=r[1]}else{e+=`&code=${encodeURIComponent(Se)}`,e+="&grant_type=authorization_code";const r=sessionStorage.getItem(`${T}_challenge`);r&&(e+=`&code_verifier=${r}`,sessionStorage.removeItem(`${T}_challenge`)),Se=""}return[e,n]}function go(t){const e=t.token_uri||"/auth/token",n=F({grant_type:"password",client_id:T,client_secret:t.client_secret,redirect_uri:t.redirect_uri,authority:H?.id,scope:t.scope,username:t.username,password:t.password});return`${e}?${n}`}function Jr(){return Kr(...yo())}function vo(t){return Kr(go(t))}function Kr(t,e=""){return b.generate_tokens||(b.generate_tokens=new Promise((n,r)=>{d("Auth","Generating new token...");const i=s=>{d("Auth","Error generating new tokens.",s),P.removeItem(`${T}_refresh_token`),Ht.next(""),r(),delete b.generate_tokens};On(t,{method:"POST",body:e,headers:{"Content-Type":"application/x-www-form-urlencoded"}}).subscribe(async s=>{if(!s.ok)return i(s);const o=await s.json();Cn(o),n(),delete b.generate_tokens},i)})),b.generate_tokens}function Cn(t){const e=Zs(new Date,Math.max(60,parseInt(t.expires_in,10)-300));d("Auth","Tokens generated storing..."),Bt()&&(t.access_token&&(P.setItem(`${T}_access_token`,t.access_token),le("access_token")),t.refresh_token&&(P.setItem(`${T}_refresh_token`,t.refresh_token),le("refresh_token"))),t.expires_in&&(P.setItem(`${T}_expires_at`,`${e.valueOf()}`),le("expires_in")),he.next(!0),Ue.next(t.access_token||""),Ht.next(t.refresh_token||"")}function bo(){const t=Nr();return P.setItem(`${T}_nonce`,t),t}const Qt={};let Gr=(t,e)=>{const n=new Error(`Mock endpoint not found: ${t} ${e}`);return n.status=404,d("HTTP(M)",`404 ${t}:`,e),Mr(n)};function So(t){Gr=t}function ko(t,e=Qt){Xr(t.method,t.path,e);const n=`${t.method}|${t.path}`,r=t.path.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").replace(/^\//,"").split("/"),i={...t,path_parts:r,path_structure:r.map(s=>s[0]===":"?s.replace(":",""):"")};e[n]=i,d("HTTP(M)",`+ ${t.method} ${t.path}`)}function Xr(t,e,n=Qt){const r=`${t}|${e}`;n[r]&&(delete n[r],d("HTTP(M)",`- ${t} ${e}`))}function Ao(t,e,n,r=Qt){const i=xo(t,e,r);if(i){const s=$o(e,i,n);return wo(i,s)}return Gr(t,e)}function xo(t,e,n=Qt){const i=e.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").replace(/^\//,"").split("?")[0].split("/"),s=Object.keys(n).reduce((o,u)=>(u.indexOf(`${t}|`)===0&&o.push(n[u]),o),[]);for(const o of s)if(o.path_structure.length===i.length){let u=!0;for(let c=0;c<o.path_structure.length;c++)if(!o.path_structure[c]&&o.path_parts[c]!==i[c]){u=!1;break}if(u)return o}return null}function $o(t,e,n){const r=t.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").split("?"),i=r[0].replace(/^\//,""),s=r[1]||"",o=Re(s),u=i.split("/"),c={};for(let _=0;_<e.path_structure.length;_++){const m=e.path_structure[_];m&&(c[m]=u[_])}const l={url:t,path:e.path,method:e.method,metadata:e.metadata,route_params:c,query_params:o,body:n};return d("HTTP(M)",`MATCHED ${l.method}:`,l),l}function wo(t,e){let n;try{n=t.callback?t.callback(e):t.metadata}catch(o){throw d("HTTP(M)",`ERROR ${e.method}:`,[e.url,o]),o}const r=t.delay_variance||100,i=t.delay||300,s=Math.floor(Math.random()*r-r/2)+i;return d("HTTP(M)",`RESP ${e.method}:`,[e.url,n]),Ts([n]).pipe(Ds(Math.max(200,s)))}const ei={};function ti(t,e=ei){return e[t]||{}}function ee(t,e,n=Xe){return e||(e={response_type:"json"}),n("GET",t,{response_type:"json",...e})}function de(t,e,n,r=Xe){return n||(n={response_type:"json"}),r("POST",t,{body:e,response_type:"json",...n})}function xe(t,e,n,r=Xe){return n||(n={response_type:"json"}),r("PUT",t,{body:e,response_type:"json",...n})}function Ce(t,e,n,r=Xe){return n||(n={response_type:"json"}),r("PATCH",t,{body:e,response_type:"json",...n})}function $e(t,e,n=Xe){return e||(e={response_type:"void"}),n("DELETE",t,{response_type:"void",...e})}async function Po(t,e,n=ei){if(t.headers){const r={};t.headers.forEach?t.headers.forEach((i,s)=>r[s.toLowerCase()]=i):Object.keys(t.headers).forEach(i=>r[i.toLowerCase()]=t.headers[i]),n[t.url||""]=r}switch(e){case"json":return await t.json().catch(()=>({}));case"text":return await t.text();case"void":return;default:return await t.json().catch(()=>({}))}}const ni=()=>(Wt(),Dn().then(()=>Promise.resolve(),()=>new Promise(t=>{setTimeout(()=>{ni().then(()=>t())},1e3)})));function Xe(t,e,n,r=zt,i=Ao,s=Po){if(r()){const o=i(t,e,n?.body);if(o)return o}return n.headers=n.headers||{},!n.headers["Content-Type"]&&!n.headers["content-type"]&&(n.headers["Content-Type"]="application/json"),Zr().pipe(Is(o=>o),qr(1),nr(o=>{Z()==="x-api-key"?n.headers["X-API-Key"]=Ge():n.headers.Authorization=`Bearer ${Z()}`;const u={...n,method:t,credentials:"same-origin"};return["POST","PUT","PATCH"].includes(t)&&n.body!==void 0&&(u.body=typeof n.body=="string"?n.body:JSON.stringify(n.body)),On(e,u)}),nr(o=>o.ok?s(o,n.response_type):Mr(o)),Cs({count:4,delay:(o,u)=>new D(c=>{if(o.status===511){Yr(Je()),c.error(o);return}if(o.status!==401){c.error(o||{});return}d("HTTP","Auth error",o);const l=Math.pow(2,u-1)*1e3;ni().then(()=>{c.next(l),c.complete()}).catch(()=>{c.error(o)})})}))}class j{id;name;created_at;updated_at;version;constructor(e={}){this.id=e.id||"",this.name=e.name||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.version=e.version||0}toJSON(){const e={...this};return e.version=this.version,delete e.created_at,jr(e,[void 0,null,""])}}class ri extends j{alert_dashboard_id;alert_dashboard_details;authority_id;description;enabled;conditions;severity;alert_type;debounce_period;constructor(e){super(e),this.authority_id=e.authority_id||"",this.description=e.description||"",this.enabled=e.enabled||!1,this.conditions=e.conditions||{time_dependents:[],comparisons:[]},this.severity=e.severity||"low",this.alert_type=e.alert_type||"threshold",this.debounce_period=e.debounce_period||0,this.alert_dashboard_id=e.alert_dashboard_id||"",this.alert_dashboard_details=e.alert_dashboard_details||void 0}}class ii extends j{authority_id;description;enabled;constructor(e){super(e),this.authority_id=e.authority_id||"",this.description=e.description||"",this.enabled=e.enabled||!1}}const Ne="alert_dashboards";function Zt(t){return new ii(t)}function To(t={}){return $({query_params:t,fn:Zt,path:Ne})}function Oo(t,e={}){return k({id:t,query_params:e,fn:Zt,path:Ne})}function Eo(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Zt,path:Ne})}function Io(t){return E({form_data:t,query_params:{},fn:Zt,path:Ne})}function Mo(t,e={}){return w({id:t,query_params:e,path:Ne})}function Ro(t){return $({query_params:{},fn:tt,path:`${Ne}/${t}/alerts`})}const et="alerts";function tt(t){return new ri(t)}function Do(t={}){return $({query_params:t,fn:tt,path:et})}function qo(t,e={}){return k({id:t,query_params:e,fn:tt,path:et})}function Uo(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:tt,path:et})}function Co(t){return E({form_data:t,query_params:{},fn:tt,path:et})}function No(t,e={}){return w({id:t,query_params:e,path:et})}class si extends j{uid;secret;owner_id;scopes;redirect_uri;skip_authorization;preserve_client_id;constructor(e={}){super(e),this.uid=e.uid||"",this.secret=e.secret||"",this.owner_id=e.owner_id||"",this.scopes=e.scopes||"",this.redirect_uri=e.redirect_uri||"",this.skip_authorization=e.skip_authorization||!1,this.preserve_client_id=e.preserve_client_id||!1}}function Fo(t){return oi[t]||0}function jo(t){return ui[t]||0}let oi={},ui={},lr="";const Vt=t=>t;function $(t){const{query_params:e,fn:n,path:r,endpoint:i}=t,s=F(e),o=`${i||X()}${r?"/"+r:""}${s?"?"+s:""}`;return ee(o).pipe(O(u=>{const c=Lo(o,s,r);return{total:c.total||0,next:c.next?()=>$({query_params:c.next,fn:n,endpoint:i,path:r}):null,data:u&&u instanceof Array?u.map(l=>(n||Vt)(l)):u&&!(u instanceof Array)&&u.results?u.results.map(l=>l):[]}}))}function k(t){const{query_params:e,id:n,path:r,fn:i,options:s}=t,o=F(e),u=`${X()}/${r}/${n}${o?"?"+o:""}`;return ee(u,s).pipe(O(c=>(i||Vt)(c)))}function E(t){const{query_params:e,form_data:n,path:r,fn:i}=t,s=F(e),o=`${X()}/${r}${s?"?"+s:""}`;return de(o,n).pipe(O(c=>(i||Vt)(c)))}function y(t){const{id:e,task_name:n,form_data:r,method:i,path:s,callback:o}=t,u=F(r),c=`${X()}/${s}/${e}/${n}`;return(i==="post"||i==="put"||!i?(i==="put"?xe:de)(c,r):(i==="del"?$e:ee)(`${c}${u?"?"+u:""}`,{response_type:"json"})).pipe(O(_=>(o||(m=>m))(_)))}function I(t){const{id:e,query_params:n,form_data:r,method:i,path:s,fn:o}=t,u=F({...n,version:r.version||0}),c=`${X()}/${s}/${e}${u?"?"+u:""}`;return(i==="put"?xe:Ce)(c,r).pipe(O(l=>(o||Vt)(l)))}function w(t){const{id:e,query_params:n,path:r}=t,i=F(n),s=`${X()}/${r}/${e}${i?"?"+i:""}`;return $e(s)}function Lo(t,e,n){const r=ti(t[0]==="/"?`${location.origin}${t}`:t),i={total:0,next:null};if(r&&r["x-total-count"]){const s=+(r["x-total-count"]||0);(e.length<2||e.length<12&&e.indexOf("offset=")>=0)&&(oi[n]=s),ui[n]=s,i.total=s}return r&&r.link&&(lr=Fr(r.link||"").next,i.next=Re(lr.split("?")[1])),i}const nt="oauth_apps";function Yt(t){return new si(t)}function Ho(t={}){return $({query_params:t,fn:Yt,path:nt})}function zo(t,e={}){return k({id:t,query_params:e,fn:Yt,path:nt})}function Bo(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Yt,path:nt})}function Wo(t){return E({form_data:t,query_params:{},fn:Yt,path:nt})}function Qo(t,e={}){return w({id:t,query_params:e,path:nt})}var ci=(t=>(t[t.Certificate=0]="Certificate",t[t.NoAuth=1]="NoAuth",t[t.UserPassword=2]="UserPassword",t))(ci||{});class ai extends j{id;name;auth_type;description;host;port;tls;username;password;certificate;secret;filters;constructor(e={}){super(),this.id=e.id||"",this.name=e.name||"",this.auth_type=e.auth_type||2,this.description=e.description||"",this.host=e.host||"",this.port=e.port||1883,this.tls=e.tls||!1,this.username=e.username||"",this.password=e.password||"",this.certificate=e.certificate||"",this.secret=e.secret||"",this.filters=e.filters||[]}}const rt="brokers";function Jt(t){return new ai(t)}function Zo(t={}){return $({query_params:t,fn:Jt,path:rt})}function Vo(t,e={}){return k({id:t,query_params:e,fn:Jt,path:rt})}function Yo(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Jt,path:rt})}function Jo(t){return E({form_data:t,query_params:{},fn:Jt,path:rt})}function Ko(t,e={}){return w({id:t,query_params:e,path:rt})}class li{id;compiled_drivers;available_repositories;running_drivers;module_instances;unavailable_repositories;unavailable_drivers;hostname;cpu_count;core_cpu;total_cpu;memory_total;memory_usage;core_memory;memory_percentage;used_memory;total_memory;edge_nodes;run_counts;constructor(e={}){this.id=e.id||e.core_id||"",this.compiled_drivers=e.compiled_drivers||[],this.available_repositories=e.available_repositories||e.status?.available_repositories||[],this.running_drivers=e.running_drivers||e.status?.running_drivers||0,this.module_instances=e.module_instances||e.status?.module_instances||0,this.unavailable_repositories=e.unavailable_repositories||e.status?.unavailable_repositories||[],this.unavailable_drivers=e.unavailable_drivers||e.status?.unavailable_drivers||[],this.hostname=e.hostname||e.load?.local.hostname||"",this.cpu_count=e.cpu_count||e.load?.local.cpu_count||0,this.core_cpu=e.core_cpu||e.load?.local.core_cpu||0,this.total_cpu=e.total_cpu||e.load?.local.total_cpu||0,this.memory_total=e.memory_total||e.load?.local.memory_total||0,this.memory_usage=e.memory_usage||e.load?.local.memory_usage||0,this.core_memory=e.core_memory||e.load?.local.core_memory||0,this.run_counts=e.run_counts||e.status?.run_counts?.local||{modules:0,drivers:0},this.memory_percentage=+(this.memory_usage/this.memory_total*100).toFixed(4),this.used_memory=Ye(this.memory_usage*1024),this.total_memory=Ye(this.memory_total*1024);const n=e.load?.edge||{};this.edge_nodes=e.edge_nodes||Object.keys(n).map(r=>({id:r,...n[r],run_count:e.status?.run_count?.edge[r]||{}}))||[]}}class hi{cluster_id;id;modules;running;module_instances;last_exit_code;launch_count;launch_time;cpu_usage;memory_total;memory_usage;used_memory;total_memory;constructor(e,n={}){this.cluster_id=e,this.id=n.id||n.driver||"",this.modules=n.modules||[],this.running=n.running||!1,this.module_instances=n.module_instances||n.edge?.status?.module_instances||n.local?.status?.module_instances||0,this.last_exit_code=n.last_exit_code||n.edge?.status?.last_exit_code||n.local?.status?.last_exit_code||0,this.launch_count=n.launch_count||n.edge?.status?.launch_count||n.local?.status?.launch_count||0,this.launch_time=n.launch_time||n.edge?.status?.launch_time||n.local?.status?.launch_time||0,this.cpu_usage=n.cpu_usage||n.percentage_cpu||n.edge?.status?.percentage_cpu||n.local?.status?.percentage_cpu||0,this.memory_total=n.memory_total||n.edge?.status?.memory_total||n.local?.status?.memory_total||0,this.memory_usage=n.memory_usage||n.edge?.status?.memory_usage||n.local?.status?.memory_usage||0,this.used_memory=Ye(this.memory_usage*1024),this.total_memory=Ye(this.memory_total*1024)}}const Kt="cluster";function fi(t){return new li(t)}function Go(t={}){return $({query_params:t,fn:fi,path:Kt})}function Xo(t,e={}){return k({id:t,query_params:e,fn:fi,path:Kt})}function eu(t,e={}){return k({id:t,query_params:e,fn:n=>n.map(r=>new hi(t,r)),path:Kt})}function tu(t,e){return w({id:t,query_params:{driver:e},path:Kt})}class di extends j{domain;login_url;logout_url;description;config;internals;email_domains;constructor(e={}){super(e),this.description=e.description||"",this.domain=e.domain||"",this.login_url=e.login_url||"",this.logout_url=e.logout_url||"",this.config=e.config||{},this.internals=e.internals||{},this.email_domains=e.email_domains||[]}}const it="domains";function Gt(t){return new di(t)}function nu(t={}){return $({query_params:t,fn:Gt,path:it})}function ru(t,e={}){return k({id:t,query_params:e,fn:Gt,path:it})}function iu(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Gt,path:it})}function su(t){return E({form_data:t,query_params:{},fn:Gt,path:it})}function ou(t,e={}){return w({id:t,query_params:e,path:it})}var we=(t=>(t[t.None=0]="None",t[t.Support=1]="Support",t[t.Admin=2]="Admin",t[t.NeverDisplay=3]="NeverDisplay",t))(we||{});class pe extends j{parent_id;updated_at;encryption_level;settings_string;keys;modified_by_id;get value(){return this.settings_string}constructor(e={}){super(e),this.parent_id=e.parent_id||"",this.updated_at=e.updated_at||Math.floor(new Date().getTime()/1e3),this.settings_string=e.settings_string||"",this.encryption_level=e.encryption_level||we.None,this.keys=e.keys||[],this.modified_by_id=e.modified_by_id||""}}var Ke=(t=>(t[t.SSH=0]="SSH",t[t.Device=1]="Device",t[t.Service=2]="Service",t[t.Websocket=3]="Websocket",t[t.Logic=99]="Logic",t))(Ke||{});class Nn extends j{class_name;description;module_name;role;default_uri;default_port;repository_id;file_name;commit;ignore_connected;update_available;update_info;settings;constructor(e={}){super(e),this.description=e.description||"",this.module_name=e.module_name||"",this.role=e.role??Ke.Logic,this.default_uri=e.default_uri||"",this.default_port=e.default_port||1,this.ignore_connected=e.ignore_connected||!1,this.class_name=e.class_name||"",this.repository_id=e.repository_id||"",this.file_name=e.file_name||"",this.commit=e.commit||"",this.update_available=e.update_available||!1,this.update_info=e.update_info,this.settings=e.settings||[null,null,null,null],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in we)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new pe({parent_id:this.id,encryption_level:+n}))}}const oe="drivers";function Xt(t){return new Nn(t)}function uu(t={}){return $({query_params:t,fn:Xt,path:oe})}function cu(t,e={}){return k({id:t,query_params:e,fn:Xt,path:oe})}function au(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Xt,path:oe})}function lu(t){return E({form_data:t,query_params:{},fn:Xt,path:oe})}function hu(t,e={}){return w({id:t,query_params:e,path:oe})}function fu(t){return y({id:t,task_name:"recompile",path:oe})}function du(t){return y({id:t,task_name:"reload",path:oe})}function pu(t){return y({id:t,task_name:"compiled",method:"get",path:oe})}function _u(t){return y({id:t,task_name:"readme",method:"get",path:oe})}class pi extends j{description;secret;x_api_key;online;last_seen;constructor(e={}){super(e),this.description=e.description||"",this.secret=e.secret||"",this.x_api_key=e.x_api_key||"",this.last_seen=(e.last_seen||0)*1e3||Date.now(),this.online=e.online||!1}toJSON(){const e=super.toJSON();return delete e.last_seen,e}}const Fe="edges";function en(t){return new pi(t)}function mu(t={}){return $({query_params:t,fn:en,path:Fe})}function yu(t,e={}){return k({id:t,query_params:e,fn:en,path:Fe})}function gu(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:en,path:Fe})}function vu(t){return E({form_data:t,query_params:{},fn:en,path:Fe})}function bu(t,e={}){return w({id:t,query_params:e,path:Fe})}function Su(t,e={}){return y({id:t,task_name:"token",form_data:e,method:"get",path:Fe})}class _i extends j{type="ldap";authority_id;host;port;auth_method;uid;base;bind_dn;password;filter;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.host=e.host||"",this.port=e.port||636,this.auth_method=e.auth_method||"ssl",this.uid=e.uid||"",this.base=e.base||"",this.bind_dn=e.bind_dn||"",this.password=e.password||"",this.filter=e.filter||""}}const st="ldap_auths";function tn(t){return new _i(t)}function ku(t={}){return $({query_params:t,fn:tn,path:st})}function Au(t,e={}){return k({id:t,query_params:e,fn:tn,path:st})}function xu(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:tn,path:st})}function $u(t){return E({form_data:t,query_params:{},fn:tn,path:st})}function wu(t,e={}){return w({id:t,query_params:e,path:st})}class Fn{id;name;description;details;editors;schema;updated_at;modified_by_id;version;constructor(e={}){this.id=e.id||e.parent_id||"",this.name=e.name||"",this.description=e.description||"";try{this.details=(typeof e.details=="string"?JSON.parse(e.details):e.details)||{}}catch{this.details=e.details||{}}this.editors=e.editors||[],this.schema=e.schema||"",this.updated_at=(e.updated_at||0)*1e3||Date.now(),this.modified_by_id=e.modified_by_id||"",this.version=e.version||0}}class Pe extends j{system_name;activated_count;description;debounce_period;important;enabled;enable_webhook;exec_enabled;webhook_secret;supported_methods;control_system_id;zone_id;trigger_id;playlists;get system_id(){return this.control_system_id}get actions(){const e=this._actions,n=(e.functions||[]).map(i=>({...i,args:{...i.args}})),r=(e.mailers||[]).map(i=>({...i,emails:[...i.emails]}));return{functions:n,mailers:r}}get conditions(){const e=this._conditions,n=(e.comparisons||[]).map(i=>({...i,left:typeof i.left=="object"?{...i.left}:i.left,right:typeof i.right=="object"?{...i.right}:i.right})),r=(e.time_dependents||[]).map(i=>({...i}));return{comparisons:n,time_dependents:r}}_actions;_conditions;constructor(e={}){super(e),this.description=e.description||"",this._actions=e.actions||{functions:[],mailers:[]},this._conditions=e.conditions||{comparisons:[],time_dependents:[]},this.debounce_period=e.debounce_period||0,this.important=e.important||!1,this.enabled=e.enabled||!1,this.webhook_secret=e.webhook_secret||"",this.control_system_id=e.system_id||e.control_system_id||"",this.zone_id=e.zone_id||"",this.system_name=e.system_name||(e.control_system?e.control_system.name:""),this.enable_webhook=e.enable_webhook||!1,this.exec_enabled=e.exec_enabled||!1,this.supported_methods=e.supported_methods||["POST"],this.activated_count=e.activated_count||e.trigger_count||0,this.playlists=e.playlists||[],this.trigger_id=e.trigger_id||""}}class nn extends j{settings=[null,null,null,null];description;parent_id;triggers;tags;location;display_name;code;type;count;capacity;map_id;images;timezone;playlists;trigger_list=[];constructor(e={}){super(e),this.description=e.description||"",this.tags=e.tags||[],this.triggers=e.triggers||[],this.settings=e.settings||[null,null,null,null],this.parent_id=e.parent_id||"",this.location=e.location||"",this.display_name=e.display_name||"",this.code=e.code||"",this.type=e.type||"",this.count=e.count||0,this.capacity=e.capacity||0,this.map_id=e.map_id||"",this.timezone=e.timezone||"",this.images=e.images||[],this.playlists=e.playlists||[],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in we)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new pe({parent_id:this.id,encryption_level:+n}));e.trigger_data&&e.trigger_data instanceof Array&&(this.trigger_list=e.trigger_data.map(n=>new Pe(n)))}}class mi{zone;metadata;keys;constructor(e={}){this.zone=new nn(e.zone),this.keys=e.keys||[],this.metadata={};const n=e.metadata||{};for(const r of this.keys)this.metadata[r]=new Fn(n[r])}}const Te="metadata";function ot(t){return new Fn(t)}function Pu(t,e={}){return k({id:t,query_params:e,fn:n=>Object.keys(n).map(r=>ot(n[r])),path:Te})}function Tu(t){const e=[...t],n=[];for(;e.length;){const r=e.pop();Array.isArray(r)?e.push(...r):n.push(r)}return n.reverse()}function Ou(t,e={}){return y({id:t,task_name:"history",form_data:e,method:"get",callback:n=>Tu(Object.keys(n).map(r=>n[r].map(i=>ot(i)))),path:Te})}function Eu(t,e,n={}){return k({id:t,query_params:{...n,name:e},fn:r=>ot(r[e]),path:Te})}function Iu(t,e,n="put"){return I({id:t,form_data:e,query_params:{},method:n,fn:ot,path:Te})}function Mu(t){return E({form_data:t,query_params:{},fn:ot,path:Te})}function Ru(t,e={}){return w({id:t,query_params:e,path:Te})}function Du(t,e){return y({id:t,task_name:"children",form_data:e,method:"get",callback:n=>n.map(r=>new mi({...r,keys:Object.keys(r.metadata)})),path:Te})}class jn extends j{settings=[null,null,null,null];display_name;description;email;code;capacity;features;bookable;public;installed_ui_devices;support_url;timetable_url;camera_snapshot_url;camera_url;room_booking_url;map_id;modules;images;zones;timezone;module_list=[];signage;playlists;approval;orientation;constructor(e={}){super(e),this.display_name=e.display_name||"",this.description=e.description||"",this.email=e.email||"",this.code=e.code||"",this.capacity=e.capacity||0,this.features=e.features||[],this.bookable=e.bookable||!1,this.public=e.public??!1,this.installed_ui_devices=e.installed_ui_devices||0,this.support_url=e.support_url||"",this.camera_snapshot_url=e.camera_snapshot_url||"",this.camera_url=e.camera_url||"",this.timetable_url=e.timetable_url||"",this.room_booking_url=e.room_booking_url||"",this.map_id=e.map_id||"",this.modules=e.modules||[],this.images=e.images||[],this.zones=e.zones||[],this.settings=e.settings||[null,null,null,null],this.timezone=e.timezone||"",this.signage=e.signage||!1,this.playlists=e.playlists||[],this.orientation=e.orientation||"unspecified",this.approval=e.approval||!1,typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in we)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new pe({parent_id:this.id,encryption_level:+n}));e.module_data&&e.module_data instanceof Array&&(this.module_list=e.module_data.map(n=>new Ln(n)))}}class Ln extends j{connected;running;updated_at;edge_id;driver_id;driver;control_system_id;system;ip;tls;udp;port;makebreak;uri;custom_name;role;notes;ignore_connected;settings=[null,null,null,null];has_runtime_error;error_timestamp;get system_id(){return this.control_system_id}constructor(e={}){super(e),this.driver_id=e.driver_id||e.dependency_id||"",this.control_system_id=e.control_system_id||"",this.edge_id=e.edge_id||"",this.ip=e.ip||"",this.tls=e.tls||!1,this.udp=e.udp||!1,this.port=e.port||1,this.makebreak=e.makebreak||!1,this.uri=e.uri||"",this.custom_name=e.custom_name||"",this.role=e.role??Ke.Logic,this.notes=e.notes||"",this.ignore_connected=e.ignore_connected||!1,this.connected=e.connected,this.running=e.running||!1,this.updated_at=e.updated_at||0,this.system=new jn(e.control_system||e.system),this.has_runtime_error=e.has_runtime_error||!1,this.error_timestamp=e.error_timestamp||0,this.driver=new Nn(e.dependency||e.driver),this.settings=e.settings||[null,null,null,null],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in we)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new pe({parent_id:this.id,encryption_level:+n}))}toJSON(e=!1){const n=super.toJSON();return(n.role!==Ke.Logic&&!e||!n.control_system_id)&&delete n.control_system_id,delete n.driver,delete n.system,delete n.error_timestamp,delete n.has_runtime_error,n}}const J="modules";function rn(t){return new Ln(t)}function qu(t={}){return $({query_params:t,fn:rn,path:J})}function Uu(t,e={}){return k({id:t,query_params:e,fn:rn,path:J})}function Cu(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:rn,path:J})}function Nu(t){return E({form_data:t,query_params:{},fn:rn,path:J})}function Fu(t,e={}){return w({id:t,query_params:e,path:J})}function ju(t){return y({id:t,task_name:"start",path:J})}function Lu(t){return y({id:t,task_name:"stop",path:J})}function Hu(t){return y({id:t,task_name:"state",method:"get",path:J})}function zu(t,e){return y({id:t,task_name:`state${e}`,method:"get",path:J})}function Bu(t){return y({id:t,task_name:"load",method:"post",path:J})}function Wu(t){return y({id:t,task_name:"settings",method:"get",callback:e=>e.map(n=>new pe(n)),path:J})}function Qu(t){return y({id:t,task_name:"error",method:"get",path:J})}class yi extends j{type="oauth";authority_id;client_id;client_secret;info_mappings;site;authorize_url;token_method;token_url;auth_scheme;scope;raw_info_url;authorize_params;ensure_matching;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.client_id=e.client_id||"",this.client_secret=e.client_secret||"",this.info_mappings=e.info_mappings||{},this.authorize_params=e.authorize_params||{},this.ensure_matching=e.ensure_matching||{},this.site=e.site||"",this.authorize_url=e.authorize_url||"oauth/authorize",this.token_method=e.token_method||"post",this.token_url=e.token_url||"oauth/token",this.auth_scheme=e.auth_scheme||"request_body",this.scope=e.scope||"",this.raw_info_url=e.raw_info_url||"",this.authorize_params=e.authorize_params||{},this.ensure_matching=e.ensure_matching||{}}}const ut="oauth_auths";function sn(t){return new yi(t)}function Zu(t={}){return $({query_params:t,fn:sn,path:ut})}function Vu(t,e={}){return k({id:t,query_params:e,fn:sn,path:ut})}function Yu(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:sn,path:ut})}function Ju(t){return E({form_data:t,query_params:{},fn:sn,path:ut})}function Ku(t,e={}){return w({id:t,query_params:e,path:ut})}var Hn=(t=>(t.Driver="driver",t.Interface="interface",t))(Hn||{});class gi extends j{folder_name;description;uri;branch;commit_hash;repo_type;username;password;root_path;get type(){return this.repo_type}constructor(e={}){super(e),this.folder_name=e.folder_name||"",this.description=e.description||"",this.uri=e.uri||"",this.branch=e.branch||"",this.commit_hash=e.commit_hash||"",this.repo_type=e.repo_type||Hn.Driver,this.username=e.username||"",this.password=e.password||"",this.root_path=e.root_path||""}}const Q="repositories";function on(t){return new gi(t)}function Gu(t={}){return $({query_params:t,fn:on,path:Q})}function Xu(t,e={}){return k({id:t,query_params:e,fn:on,path:Q})}function ec(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:on,path:Q})}function tc(t){return E({form_data:t,query_params:{},fn:on,path:Q})}function nc(t,e={}){return w({id:t,query_params:e,path:Q})}function rc(t={}){return k({id:"interfaces",query_params:t,path:Q})}function ic(t){return k({id:"remote_default_branch",query_params:t,path:Q})}function sc(t){return k({id:"remote_branches",query_params:t,path:Q})}function oc(t){return k({id:"remote_commits",query_params:t,path:Q})}function uc(t,e){return y({id:t,task_name:"drivers",form_data:e,method:"get",path:Q})}function cc(t,e){return y({id:t,task_name:"commits",form_data:e,method:"get",path:Q})}function ac(t){return y({id:t,task_name:"branches",method:"get",path:Q})}function lc(t){return y({id:t,task_name:"default_branch",method:"get",path:Q})}function hc(t,e){return y({id:t,task_name:"details",form_data:e,method:"get",path:Q})}function fc(t,e){return y({id:t,task_name:"pull",form_data:e,method:"post",path:Q})}class vi extends j{type="saml";authority_id;issuer;idp_sso_target_url_runtime_params;name_identifier_format;uid_attribute;assertion_consumer_service_url;idp_sso_target_url;idp_cert;idp_cert_fingerprint;attribute_service_name;attribute_statements;request_attributes;idp_slo_target_url;slo_default_relay_state;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.issuer=e.issuer||"",this.idp_sso_target_url_runtime_params=e.idp_sso_target_url_runtime_params||{},this.name_identifier_format=e.name_identifier_format||"",this.uid_attribute=e.uid_attribute||"",this.assertion_consumer_service_url=e.assertion_consumer_service_url||"",this.idp_sso_target_url=e.idp_sso_target_url||"",this.idp_cert=e.idp_cert||"",this.idp_cert_fingerprint=e.idp_cert_fingerprint||"",this.attribute_service_name=e.attribute_service_name||"",this.attribute_statements=e.attribute_statements||{},this.request_attributes=e.request_attributes||[],this.idp_slo_target_url=e.idp_slo_target_url||"",this.slo_default_relay_state=e.slo_default_relay_state||""}}const ct="saml_auths";function un(t){return new vi(t)}function dc(t={}){return $({query_params:t,fn:un,path:ct})}function pc(t,e={}){return k({id:t,query_params:e,fn:un,path:ct})}function _c(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:un,path:ct})}function mc(t){return E({form_data:t,query_params:{},fn:un,path:ct})}function yc(t,e={}){return w({id:t,query_params:e,path:ct})}const je="settings";function at(t){return new pe(t)}function gc(t={}){return $({query_params:t,fn:at,path:je})}function vc(t,e={}){return k({id:t,query_params:e,fn:at,path:je})}function bc(t,e,n={},r="patch"){return I({id:t,form_data:e,query_params:n,method:r,fn:at,path:je})}function Sc(t,e={}){return E({form_data:t,query_params:e,fn:at,path:je})}function kc(t,e={}){return w({id:t,query_params:e,path:je})}function Ac(t,e={}){return y({id:t,task_name:"history",form_data:e,method:"get",callback:n=>n.map(r=>at(r)),path:je})}const q="systems";function Oe(t){return new jn(t)}function xc(t={}){return $({query_params:t,fn:Oe,path:q})}function $c(t={}){return $({query_params:t,fn:Oe,path:`${q}/with_emails`})}function wc(t,e={}){return k({id:t,query_params:e,fn:Oe,path:q})}function Pc(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Oe,path:q})}function Tc(t){return E({form_data:t,query_params:{},fn:Oe,path:q})}function Oc(t,e={}){return w({id:t,query_params:e,path:q})}function Ec(t,e,n={}){return y({id:t,task_name:`module/${e}`,form_data:n,method:"put",callback:r=>Oe(r),path:q})}function Ic(t,e){return y({id:t,task_name:`module/${e}`,form_data:{},method:"del",callback:n=>Oe(n),path:q})}function Mc(t){return y({id:t,task_name:"start",form_data:{},path:q})}function Rc(t){return y({id:t,task_name:"stop",path:q})}function Dc(t,e,n,r=1,i=[]){return y({id:t,task_name:`${n}_${r}/${encodeURIComponent(e)}`,form_data:i,path:q})}function qc(t,e,n=1){return y({id:t,task_name:`${e}_${n}`,method:"get",path:q})}function Uc(t,e,n=1,r){return y({id:t,task_name:`${e}_${n}/${r}`,method:"get",path:q})}function Cc(t,e,n=1){return y({id:t,task_name:`functions/${e}_${n}`,method:"get",path:q})}function Nc(t){return $({query_params:{},fn:e=>new nn(e),path:`${q}/${t}/zones`})}function Fc(t){return $({query_params:{},fn:e=>new Pe(e),path:`${q}/${t}/triggers`})}function jc(t,e){return y({id:t,task_name:"triggers",form_data:e,method:"post",callback:n=>new Pe(n),path:q})}function Lc(t,e){return y({id:t,task_name:`triggers/${e}`,method:"del",path:q})}function Hc(t){return y({id:t,task_name:"settings",method:"get",callback:e=>e.map(n=>new pe(n)),path:q})}const Le="triggers";function cn(t){return new Pe(t)}function zc(t={}){return $({query_params:t,fn:cn,path:Le})}function Bc(t,e={}){return k({id:t,query_params:e,fn:cn,path:Le})}function Wc(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:cn,path:Le})}function Qc(t){return E({form_data:t,query_params:{},fn:cn,path:Le})}function Zc(t,e={}){return w({id:t,query_params:e,path:Le})}function Vc(t){return y({id:t,task_name:"instances",form_data:{},method:"get",callback:e=>e.map(n=>new Pe(n)),path:Le})}var bi=(t=>(t.EQ="equal",t.NEQ="not_equal",t.GT="greater_than",t.GTE="greater_than_or_equal",t.LT="less_than",t.LTE="less_than_or_equal",t.AND="and",t.OR="or",t.XOR="exclusive_or",t))(bi||{}),Si=(t=>(t.AT="at",t.CRON="cron",t))(Si||{}),ki=(t=>(t[t.ExecuteBefore=0]="ExecuteBefore",t[t.ExecuteAfter=1]="ExecuteAfter",t[t.PayloadOnly=2]="PayloadOnly",t[t.IgnorePayload=3]="IgnorePayload",t))(ki||{});class Ai extends j{email_digest;authority_id;email;phone;country;building;groups;image;metadata;login_name;staff_id;first_name;last_name;support;sys_admin;ui_theme;card_number;department;work_preferences;work_overrides;photo_upload_id;locatable;password="";confirm_password="";constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.email=e.email||"",this.email_digest=e.email_digest||"",this.phone=e.phone||"",this.country=e.country||"",this.building=e.building||"",this.image=e.image||"",this.metadata=e.metadata||"",this.login_name=e.login_name||"",this.staff_id=e.staff_id||"",this.first_name=e.first_name||"",this.last_name=e.last_name||"",this.support=!!e.support,this.sys_admin=!!e.sys_admin,this.ui_theme=e.ui_theme||"",this.card_number=e.card_number||"",this.groups=e.groups||[],this.department=e.department||"",this.photo_upload_id=e.photo_upload_id||"",this.work_preferences=e.work_preferences||[],this.work_overrides=e.work_overrides||{},this.locatable=e.locatable??!0}}const He="users";function lt(t){return new Ai(t)}function Yc(t={}){return $({query_params:t,fn:lt,path:He})}function Jc(t,e={}){return k({id:t,query_params:e,fn:lt,path:He})}function Kc(t={}){return k({id:"current",query_params:t,fn:lt,path:He})}function Gc(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:lt,path:He})}function Xc(t){return E({form_data:t,query_params:{},fn:lt,path:He})}function ea(t,e={}){return w({id:t,query_params:e,path:He})}const _e="zones";function an(t){return new nn(t)}function ta(t={}){return $({query_params:t,fn:an,path:_e})}function na(t={}){return k({id:"tags",query_params:t,fn:e=>e,path:_e})}function ra(t,e={}){return k({id:t,query_params:e,fn:an,path:_e})}function ia(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:an,path:_e})}function sa(t){return E({form_data:t,query_params:{},fn:an,path:_e})}function oa(t,e={}){return w({id:t,query_params:e,path:_e})}function ua(t,e={}){return $({query_params:e,fn:n=>new Pe(n),path:`${_e}/${t}/triggers`})}function ca(t,e,n,r=1,i=[]){return y({id:t,task_name:`exec/${encodeURIComponent(n+"_"+r)}/${encodeURIComponent(e)}`,form_data:i,path:_e})}var zn=(t=>(t[t.Default=0]="Default",t[t.Cut=1]="Cut",t[t.CrossFade=2]="CrossFade",t[t.SlideTop=3]="SlideTop",t[t.SlideLeft=4]="SlideLeft",t[t.SlideRight=5]="SlideRight",t[t.SlideBottom=6]="SlideBottom",t))(zn||{});class xi{id;created_at;updated_at;name;description;authority_id;start_time;play_time;video_length;animation;media_type;orientation;media_uri;media_id;thumbnail_id;play_count;valid_from;valid_until;get media_url(){return this.media_id?`/api/engine/v2/uploads/${this.media_id}/url`:this.media_uri}get thumbnail_url(){return`/api/engine/v2/uploads/${this.thumbnail_id}/url`}constructor(e){this.id=e.id||"",this.created_at=e.created_at||or(Date.now()),this.updated_at=e.updated_at||or(Date.now()),this.name=e.name||"",this.description=e.description||"",this.authority_id=e.authority_id||"",this.start_time=e.start_time||0,this.play_time=e.play_time||0,this.video_length=e.video_length||0,this.animation=e.animation,this.media_type=e.media_type||"unknown",this.orientation=e.orientation||"unspecified",this.media_uri=e.media_uri||"",this.media_id=e.media_id||"",this.thumbnail_id=e.thumbnail_id||"",this.play_count=e.play_count||0,this.valid_from=e.valid_from,this.valid_until=e.valid_until}}class ln{id;playlist_id;items;created_at;updated_at;user_id;user_name;user_email;approved;approved_by_id;approved_by_email;approved_by_name;constructor(e={}){this.id=e.id||"",this.playlist_id=e.playlist_id||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.items=e.items||[],this.approved=!!e.approved,this.approved_by_id=e.approved_by_id||"",this.approved_by_email=e.approved_by_email||"",this.approved_by_name=e.approved_by_name||"",this.user_id=e.user_id||"",this.user_name=e.user_name||"",this.user_email=e.user_email||""}}class $i{id;created_at;updated_at;name;description;authority_id;orientation;play_count;play_through_count;default_animation;random;enabled;default_duration;play_hours;play_at;play_cron;valid_from;valid_until;constructor(e){this.id=e.id||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.name=e.name||"",this.description=e.description||"",this.authority_id=e.authority_id||"",this.orientation=e.orientation||"",this.play_count=e.play_count||0,this.play_through_count=e.play_through_count||0,this.default_animation=e.default_animation||zn.Cut,this.random=e.random||!1,this.enabled=e.enabled??!0,this.default_duration=e.default_duration??15*1e3,this.valid_from=e.valid_from,this.valid_until=e.valid_until,this.play_hours=e.play_hours||"",this.play_at=e.play_at||"",this.play_cron=e.play_cron||""}}const wi="signage";function aa(t,e={},n){return k({id:t,query_params:e,fn:r=>r,path:`${wi}`,options:n})}function la(t){return y({id:t,task_name:"metrics",form_data:{},method:"post",callback:e=>e,path:wi})}const ht="signage/media";function hn(t){return new xi(t)}function ha(t={}){return $({query_params:t,fn:hn,path:ht})}function fa(t,e={}){return k({id:t,query_params:e,fn:hn,path:ht})}function da(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:hn,path:ht})}function pa(t){return E({form_data:t,query_params:{},fn:hn,path:ht})}function _a(t,e={}){return w({id:t,query_params:e,path:ht})}const ue="signage/playlists";function fn(t){return new $i(t)}function ma(t={}){return $({query_params:t,fn,path:ue})}function ya(t,e={}){return k({id:t,query_params:e,fn,path:ue})}function ga(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn,path:ue})}function va(t){return E({form_data:t,query_params:{},fn,path:ue})}function ba(t,e={}){return w({id:t,query_params:e,path:ue})}function Sa(t,e={}){return y({id:t,task_name:"media",form_data:e,method:"get",callback:n=>new ln(n),path:ue})}function ka(t,e={}){return y({id:t,task_name:"media/revisions",form_data:e,method:"get",callback:n=>n.map(r=>new ln(r)),path:ue})}function Aa(t){return y({id:t,task_name:"media/approve",method:"post",path:ue})}function xa(t,e){return y({id:t,task_name:"media",form_data:e,method:"post",path:ue,callback:n=>new ln(n)})}class Bn{id;question_id;survey_id;type;answer_json;constructor(e){this.id=e.id||0,this.question_id=e.question_id||0,this.survey_id=e.survey_id||0,this.type=e.type||"",this.answer_json=e.answer_json||{}}}const Pi="/api/staff/v1/surveys/answers";function $a(t={}){const e=F(t);return ee(`${Pi}${e?"?"+e:""}`).pipe(O(n=>n.map(r=>new Bn(r))))}function wa(t){return de(`${Pi}`,t).pipe(O(e=>e.map(n=>new Bn(n))))}class ft{id;survey_id;token;email;sent;constructor(e){this.id=e.id||0,this.survey_id=e.survey_id||0,this.token=e.token||"",this.email=e.email||"",this.sent=e.sent??!1}}const dt="/api/staff/v1/surveys/invitations";function Pa(t={}){const e=F(t);return ee(`${dt}${e?"?"+e:""}`).pipe(O(n=>n.map(r=>new ft(r))))}function Ta(t,e={}){const n=F(e);return ee(`${dt}/${t}${n?"?"+n:""}`).pipe(O(r=>new ft(r)))}function Oa(t,e,n="patch"){return(n==="put"?xe:Ce)(`${dt}/${t}`,e).pipe(O(r=>new ft(r)))}function Ea(t){return de(`${dt}`,t).pipe(O(e=>new ft(e)))}function Ia(t,e={}){const n=F(e);return $e(`${dt}/${t}${n?"?"+n:""}`)}class pt{id;title;description;type;options;required;max_rating;choices;tags;deleted;constructor(e){this.id=e.id||0,this.title=e.title||"",this.description=e.description||"",this.type=e.type||"",this.options=e.options||{},this.required=e.required||!1,this.max_rating=e.max_rating||0,this.choices=e.choices||[],this.tags=e.tags||[],this.deleted=e.deleted||!1}}const _t="/api/staff/v1/surveys/questions";function Ma(t={}){const e=F(t);return ee(`${_t}${e?"?"+e:""}`).pipe(O(n=>n.map(r=>new pt(r))))}function Ra(t,e={}){const n=F(e);return ee(`${_t}/${t}${n?"?"+n:""}`).pipe(O(r=>new pt(r)))}function Da(t){return de(`${_t}`,t).pipe(O(e=>new pt(e)))}function qa(t,e,n="patch"){return(n==="put"?xe:Ce)(`${_t}/${t}`,e).pipe(O(r=>new pt(r)))}function Ua(t,e={}){const n=F(e);return $e(`${_t}/${t}${n?"?"+n:""}`)}class mt{id;title;description;trigger;building_id;zone_id;pages;constructor(e){this.id=e.id||0,this.title=e.title||"",this.description=e.description||"",this.building_id=e.building_id||"",this.zone_id=e.zone_id||"",this.pages=e.pages||[],this.trigger=e.trigger||"NONE"}}const yt="/api/staff/v1/surveys";function Ca(t={}){const e=F(t);return ee(`${yt}${e?"?"+e:""}`).pipe(O(n=>n.map(r=>new mt(r))))}function Na(t,e={}){const n=F(e);return ee(`${yt}/${t}${n?"?"+n:""}`).pipe(O(r=>new mt(r)))}function Fa(t,e,n="patch"){return(n==="put"?xe:Ce)(`${yt}/${t}`,e).pipe(O(r=>new mt(r)))}function ja(t){return de(`${yt}`,t).pipe(O(e=>new mt(e)))}function La(t,e={}){const n=F(e);return $e(`${yt}/${t}${n?"?"+n:""}`)}class Ti{id;parent_category_id;name;description;hidden;created_at;updated_at;constructor(e){this.id=e.id||"",this.parent_category_id=e.parent_category_id||"",this.name=e.name||"",this.description=e.description||"",this.hidden=e.hidden||!1,this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Oi{id;purchase_order_number;invoice_number;supplier_details;purchase_date;unit_price;expected_service_start_date;expected_service_end_date;created_at;updated_at;constructor(e){this.id=e.id||"",this.purchase_order_number=e.purchase_order_number||"",this.invoice_number=e.invoice_number||"",this.supplier_details=e.supplier_details||{},this.purchase_date=e.purchase_date||0,this.unit_price=e.unit_price||0,this.expected_service_start_date=e.expected_service_start_date||0,this.expected_service_end_date=e.expected_service_end_date||0,this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Ei{id;category_id;name;brand;description;model_number;images;created_at;updated_at;constructor(e){this.id=e.id||"",this.category_id=e.category_id||"",this.name=e.name||"",this.brand=e.brand||"",this.description=e.description||"",this.model_number=e.model_number||"",this.images=e.images||[],this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Ii{id;parent_id;asset_type_id;purchase_order_id;zone_id;identifier;serial_number;other_data;barcode;name;client_ids;map_id;bookable;accessible;zones;place_groups;assigned_to;assigned_name;features;images;notes;security_system_groups;created_at;updated_at;constructor(e){this.id=e.id||"",this.parent_id=e.parent_id||"",this.asset_type_id=e.asset_type_id||"",this.purchase_order_id=e.purchase_order_id||"",this.zone_id=e.zone_id||"",this.identifier=e.identifier||"",this.serial_number=e.serial_number||"",this.other_data=e.other_data||{},this.barcode=e.barcode||"",this.name=e.name||"",this.client_ids=e.client_ids||{},this.map_id=e.map_id||"",this.bookable=e.bookable||!1,this.accessible=e.accessible||!1,this.zones=e.zones||[],this.place_groups=e.place_groups||[],this.assigned_to=e.assigned_to||"",this.assigned_name=e.assigned_name||"",this.features=e.features||[],this.images=e.images||[],this.notes=e.notes||"",this.security_system_groups=e.security_system_groups||[],this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}const me="assets";function Ee(t){return new Ii(t)}function Ha(t={}){return $({query_params:t,fn:Ee,path:me})}function za(t,e={}){return k({id:t,query_params:e,fn:Ee,path:me})}function Ba(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:Ee,path:me})}function Wa(t){return E({form_data:t,query_params:{},fn:Ee,path:me})}function Qa(t,e={}){return w({id:t,query_params:e,path:me})}function Za(t){return de(`${X()}${me}/bulk`,JSON.stringify(t),{}).pipe(O(e=>e.map(n=>Ee(n))))}function Va(t,e="patch"){return(e==="put"?xe:Ce)(`${X()}${me}/bulk`,JSON.stringify(t),{}).pipe(O(r=>r.map(i=>Ee(i))))}function Ya(t,e={}){const n=F(e);return $e(`${X()}${me}/bulk${n?"?"+n:""}`,{body:JSON.stringify(t)}).pipe(O(r=>r.map(i=>Ee(i))))}const gt="asset_types";function dn(t){return new Ei(t)}function Ja(t={}){return $({query_params:t,fn:dn,path:gt})}function Ka(t,e={}){return k({id:t,query_params:e,fn:dn,path:gt})}function Ga(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:dn,path:gt})}function Xa(t){return E({form_data:t,query_params:{},fn:dn,path:gt})}function el(t,e={}){return w({id:t,query_params:e,path:gt})}const vt="asset_categories";function pn(t){return new Ti(t)}function tl(t={}){return $({query_params:t,fn:pn,path:vt})}function nl(t,e={}){return k({id:t,query_params:e,fn:pn,path:vt})}function rl(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:pn,path:vt})}function il(t){return E({form_data:t,query_params:{},fn:pn,path:vt})}function sl(t,e={}){return w({id:t,query_params:e,path:vt})}const bt="asset_purchase_orders";function _n(t){return new Oi(t)}function ol(t={}){return $({query_params:t,fn:_n,path:bt})}function ul(t,e={}){return k({id:t,query_params:e,fn:_n,path:bt})}function cl(t,e,n="patch"){return I({id:t,form_data:e,query_params:{},method:n,fn:_n,path:bt})}function al(t){return E({form_data:t,query_params:{},fn:_n,path:bt})}function ll(t,e={}){return w({id:t,query_params:e,path:bt})}var hl={url:"",deserializer:function(t){return JSON.parse(t.data)},serializer:function(t){return JSON.stringify(t)}},fl="WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }",dl=function(t){G(e,t);function e(n,r){var i=t.call(this)||this;if(i._socket=null,n instanceof D)i.destination=r,i.source=n;else{var s=i._config=Ze({},hl);if(i._output=new be,typeof n=="string")s.url=n;else for(var o in n)n.hasOwnProperty(o)&&(s[o]=n[o]);if(!s.WebSocketCtor&&WebSocket)s.WebSocketCtor=WebSocket;else if(!s.WebSocketCtor)throw new Error("no WebSocket constructor can be found");i.destination=new yn}return i}return e.prototype.lift=function(n){var r=new e(this._config,this.destination);return r.operator=n,r.source=this,r},e.prototype._resetState=function(){this._socket=null,this.source||(this.destination=new yn),this._output=new be},e.prototype.multiplex=function(n,r,i){var s=this;return new D(function(o){try{s.next(n())}catch(c){o.error(c)}var u=s.subscribe({next:function(c){try{i(c)&&o.next(c)}catch(l){o.error(l)}},error:function(c){return o.error(c)},complete:function(){return o.complete()}});return function(){try{s.next(r())}catch(c){o.error(c)}u.unsubscribe()}})},e.prototype._connectSocket=function(){var n=this,r=this._config,i=r.WebSocketCtor,s=r.protocol,o=r.url,u=r.binaryType,c=this._output,l=null;try{l=s?new i(o,s):new i(o),this._socket=l,u&&(this._socket.binaryType=u)}catch(m){c.error(m);return}var _=new ke(function(){n._socket=null,l&&l.readyState===1&&l.close()});l.onopen=function(m){var p=n._socket;if(!p){l.close(),n._resetState();return}var a=n._config.openObserver;a&&a.next(m);var f=n.destination;n.destination=Lt.create(function(h){if(l.readyState===1)try{var S=n._config.serializer;l.send(S(h))}catch(g){n.destination.error(g)}},function(h){var S=n._config.closingObserver;S&&S.next(void 0),h&&h.code?l.close(h.code,h.reason):c.error(new TypeError(fl)),n._resetState()},function(){var h=n._config.closingObserver;h&&h.next(void 0),l.close(),n._resetState()}),f&&f instanceof yn&&_.add(f.subscribe(n.destination))},l.onerror=function(m){n._resetState(),c.error(m)},l.onclose=function(m){l===n._socket&&n._resetState();var p=n._config.closeObserver;p&&p.next(m),m.wasClean?c.complete():c.error(m)},l.onmessage=function(m){try{var p=n._config.deserializer;c.next(p(m))}catch(a){c.error(a)}}},e.prototype._subscribe=function(n){var r=this,i=this.source;return i?i.subscribe(n):(this._socket||this._connectSocket(),this._output.subscribe(n),n.add(function(){var s=r._socket;r._output.observers.length===0&&(s&&(s.readyState===1||s.readyState===0)&&s.close(),r._resetState())}),n)},e.prototype.unsubscribe=function(){var n=this._socket;n&&(n.readyState===1||n.readyState===0)&&n.close(),this._resetState(),t.prototype.unsubscribe.call(this)},e}(kn);function pl(t){return new dl(t)}var K=(t=>(t[t.PARSE_ERROR=0]="PARSE_ERROR",t[t.BAD_REQUEST=1]="BAD_REQUEST",t[t.ACCESS_DENIED=2]="ACCESS_DENIED",t[t.REQUEST_FAILED=3]="REQUEST_FAILED",t[t.UNKNOWN_CMD=4]="UNKNOWN_CMD",t[t.SYS_NOT_FOUND=5]="SYS_NOT_FOUND",t[t.MOD_NOT_FOUND=6]="MOD_NOT_FOUND",t[t.UNEXPECTED_FAILURE=7]="UNEXPECTED_FAILURE",t))(K||{}),Wn=(t=>(t.Info="info",t.Debug="debug",t.Warning="warn",t.Error="error",t.Fatal="fatal",t.Trace="trace",t))(Wn||{});class Mi{constructor(e,n){this._system=e;const r=Object.getOwnPropertyNames(Object.getPrototypeOf(n)).filter(i=>i.startsWith("$"));for(const i in n)n.hasOwnProperty(i)&&n[i]!==void 0&&(n[i]instanceof Function?this.addMethod(i,n[i]):this.addProperty(i,n[i]));for(const i of r)n[i]instanceof Function&&this.addMethod(i,n[i])}call(e,n=[]){return this[`$${e}`]instanceof Function?this[`$${e}`](...n):null}listen(e){return!this[`_${e}`]&&!(this[`_${e}_obs`]instanceof D)&&!this[e]&&this.addProperty(e,null),this[`_${e}_obs`]}addMethod(e,n){e[0]!=="$"&&(e=`$${e}`),this[e]=n}addProperty(e,n){e[0]==="$"&&(e=e.replace("$","")),this[`_${e}`]=new fe(n),this[`_${e}_obs`]=this[`_${e}`].asObservable(),Object.defineProperty(this,e,{get:()=>this[`_${e}`].getValue(),set:r=>this[`_${e}`].next(r)})}}class Ri{constructor(e){for(const n in e)e.hasOwnProperty(n)&&e[n]&&e[n]instanceof Array&&e[n].forEach(r=>{this.addModule(n,r)})}addModule(e,n){this[e]||(this[e]=[]),this[e].push(new Mi(this,n))}}const Nt={};function _l(t,e){return Nt[t]=new Ri(e),Nt[t]}function Di(t){return Nt[t]}function ml(t){delete Nt[t]}const qi=15;let St=0,V,Ui=0;const z={},Qn={},Ie={},yl={},ye=new fe(!1);Ie._place_os_status=ye.asObservable();const Ci=new fe([0,0]);Ie._place_os_sync=Ci.asObservable();let Ni=Date.now(),De,Ft=0,ce=null,Tt,Zn=0;const kt=10*1e3,Vn=new be;Ie._place_os_debug_events=Vn.asObservable();function Ot(){return X().indexOf("/control/")>=0?"/control/websocket":`${Mn()}/systems/control`}function Yn(){return ye.getValue()}function Fi(){return Ie._place_os_status}function gl(){return Ie._place_os_sync}function ji(t,e=Qn,n=Ie){const r=`${t.sys}|${t.mod}_${t.index}|${t.name}`;return e[r]||(e[r]=new fe(void 0),n[r]=e[r].asObservable()),n[r]}function Li(t,e=Qn){const n=`${t.sys}|${t.mod}_${t.index}|${t.name}`;if(e[n])return e[n].getValue()}function xn(t,e=0,n=ze){const r={id:++St,cmd:"bind",...t};return n(r,e)}function Hi(t,e=0,n=ze){const r={id:++St,cmd:"unbind",...t};return n(r,e)}function zi(t,e=kt,n=ze){const r={id:++St,cmd:"exec",...t};return n(r,e)}function vl(t,e=kt,n=ze){const r={id:++St,cmd:"debug",...t};return n(r,e)}function bl(t,e=kt,n=ze){const r={id:++St,cmd:"ignore",...t};return n(r,e)}function ze(t,e=kt,n=0){const r=`${t.cmd}|${t.sys}|${t.mod}${t.index}|${t.name}|${t.args}|${zr()}`;if(z[r])d("WS","Request already in progress. Waiting...",t);else{const i={...t,key:r};i.promise=new Promise((s,o)=>{const u=()=>{delete z[r],z[r]=null,ze(t,e,n).then(c=>s(c),c=>o(c))};if(V&&Yn()){zt()&&Pl(t,V,yl),i.resolve=s,i.reject=o;const c=`${t.sys}, ${t.mod}_${t.index}, ${t.name}`;d("WS",`[${t.cmd.toUpperCase()}](${t.id}) ${c}`,t.args),V.next(t),e>0&&re(`${r}`,()=>{o("Request timed out."),delete z[r],z[r]=null},e)}else ce?setTimeout(()=>u(),1e3):Jn().then(()=>u())}),z[r]=i}return z[r].promise}function Bi(t){if(t!=="pong"&&t instanceof Object){if(t.type==="notify"&&t.meta)Al(t.meta,t.value);else if(t.type==="success")Sl(t);else if(t.type==="debug"){d("WS",`[DEBUG] ${t.mod}${t.klass||""} →`,t.msg);const e=t.meta||{mod:"",index:""};Vn.next({mod_id:t.mod||"<empty>",module:`${e.mod}_${e.index}`,class_name:t.klass||"<empty>",message:t.msg||"<empty>",level:t.level||Wn.Debug,time:Math.floor(new Date().getTime()/1e3)})}else t.type==="error"?kl(t):t.cmd||d("WS","Invalid websocket message",t,"error");Ae(`${t.id}`)}else t==="pong"&&(Zn=Date.now(),d("WS","Pong!"))}function Sl(t){const e=Object.keys(z).map(n=>z[n]).find(n=>n?.id===t.id);d("WS",`[SUCCESS](${t.id})`),e&&e.resolve&&(e.resolve(t.value),delete z[e.key])}function kl(t){let e="UNEXPECTED FAILURE";switch(t.code){case K.ACCESS_DENIED:e="ACCESS DENIED";break;case K.BAD_REQUEST:e="BAD REQUEST";break;case K.MOD_NOT_FOUND:e="MODULE NOT FOUND";break;case K.SYS_NOT_FOUND:e="SYSTEM NOT FOUND";break;case K.PARSE_ERROR:e="PARSE ERROR";break;case K.REQUEST_FAILED:e="REQUEST FAILED";break;case K.UNKNOWN_CMD:e="UNKNOWN COMMAND";break}d("WS",`[ERROR] ${e}(${t.id}): ${t.msg}`,void 0,"error");const n=Object.keys(z).map(r=>z[r]).filter(r=>r).find(r=>r.id===t.id);n&&n.reject&&(n.reject(t),Ae(`${n.key}`),delete z[n.key])}function Al(t,e,n=Qn,r=Ie){const i=`${t.sys}|${t.mod}_${t.index}|${t.name}`;n[i]||(n[i]=new fe(null),r[i]=n[i].asObservable());const s=`${t.sys}, ${t.mod}_${t.index}, ${t.name}`;d("WS",`[NOTIFY] ${s} changed`,[n[i].getValue(),"→",e]),n[i].next(e)}function Jn(t=0){return ce==null&&(ce=new Promise(e=>{if(t>40)return location.reload();Ft++,Ni=Date.now(),V=zt()?wl():xl(),V?(d("WS(Debug)","Authority:",[Je()]),d("WS","Connecting to websocket..."),V.subscribe(n=>{ye.getValue()||(d("WS","Connection established."),e()),ye.next(!0),Ft=0,gn(),Bi(n)},n=>{V=void 0,ce=null,fr(),gn(),$l(n)},()=>{V=void 0,ce=null,fr(),d("WS","Connection closed by browser."),ye.next(!1),jt()}),De&&clearInterval(De),Zn=Date.now(),hr(),De=setInterval(()=>hr(),qi*1e3),gn(),Ui+=1,Tt=setTimeout(()=>{d("WS","Unhealthy connection. Reconnecting..."),ye.next(!1),ce=null,jt()},30*1e3)):(V?d("WS",`Waiting on auth(${t}). Retrying in ${1e3*Math.min(10,t+1)}ms...`,[!!Z(),!!Je()],"info"):d("WS",`Failed to create websocket(${t}). Retrying in ${1e3*Math.min(10,t+1)}ms...`,void 0,"error"),setTimeout(()=>{ce=null,Jn(t).then(n=>e(n))},1e3*Math.min(10,++t)))})),ce}function xl(){if(!Je()||!Z())return null;const t=Vr()||location.protocol.indexOf("https")>=0;let e=`ws${t?"s":""}://${Ut()}${Ot()}${Rn()?"?fixed_device=true":""}`;const n=Z();let r=n==="x-api-key"?`api-key=${Ge()}`:`bearer_token=${n}`;return!no()&&!Lr()?(d("WS","Authenticating through cookie..."),r+=`;max-age=120;path=${Ot()};`,r+=`${t?"secure;":""}samesite=strict`,document.cookie=r,d("WS","Cookies:",[document.cookie,r])):(d("WS","Authenticating through URL query parameter..."),e+=`${e.indexOf("?")>=0?"&":"?"}${r}`),d("WS",`Creating websocket connection to ws${t?"s":""}://${Ut()}${Ot()}`),pl({url:e,serializer:i=>typeof i=="object"?JSON.stringify(i):i,deserializer:i=>{let s=i.data;if(s==="pong")return s;try{return JSON.parse(i.data)}catch{return s}}})}function jt(){Ci.next([Ui,Date.now()-Ni]),V&&Yn()&&(V.complete(),De&&(clearInterval(De),De=void 0)),d("WS",`Reconnecting in ${Math.min(5e3,Ft*300||1e3)}ms...`),re("reconnect",()=>Jn(),Math.min(5e3,(Ft+1)*300||1e3))}function hr(){if(Date.now()-Zn>4*qi*1e3)return jt();V?.next("ping")}function $l(t){ye.next(!1),d("WS","Websocket error:",t,void 0,"error"),t.status===401&&Wt(),Dn(),jt()}function gn(){Tt&&(clearTimeout(Tt),Tt=void 0)}function wl(){const t=new be;return t.subscribe(e=>Bi(e)),t}function Pl(t,e,n){const r=`${t.sys}|${t.mod}_${t.index}|${t.name}`,i=Di(t.sys),s=i&&i[t.mod]?i[t.mod][t.index-1||0]:null;if(s){switch(t.cmd){case"bind":n[r]=s.listen(t.name).subscribe(o=>{setTimeout(()=>{e.next({type:"notify",value:o,meta:t})},Math.floor(Math.random()*100+50))});break;case"unbind":n[r]&&(n[r].unsubscribe(),delete n[r],Ae(`${r}`));break}re(`${t.id}-response`,()=>{const o={id:t.id,type:"success",value:t.cmd==="exec"?s.call(t.name,t.args):null};e.next(o)},10)}else re(`${t.id}-error`,()=>e.next({id:t.id,type:"error",code:i?K.SYS_NOT_FOUND:K.MOD_NOT_FOUND}),10)}function fr(){for(const t in z)z[t]&&delete z[t]}class $n{constructor(e,n){this._module=e,this.name=n,Fi().pipe(qs()).subscribe(r=>{r&&(this._stale_bindings||this._pending===1)?(d("VAR","Re-binding to status variable",this.binding()),this.rebind()):r||(Ae(`rebind:${JSON.stringify(this.binding())}`),d("VAR","Binding dropped due to disconnection, re-binding when possible.",this.binding()),this._stale_bindings=this._binding_count||this._stale_bindings,this._binding_count=0)})}name;_pending=0;_binding_count=0;_stale_bindings=0;get count(){return this._binding_count}get value(){return Li(this.binding())}listen(){return ji(this.binding())}subscribe(e){return this.listen().subscribe(e)}bindThenSubscribe(e){const n=this.bind();return this.listen().subscribe({next:e,complete:()=>n(),error:()=>n()})}bind(){return(this._binding_count<=0&&this._stale_bindings<=0||this._pending===2)&&(this._pending=1,xn(this.binding()).then(()=>{this._binding_count++,this._pending=0}).catch(()=>null)),()=>this.unbind()}unbind(){this._binding_count===1&&this._pending===0?(this._pending=2,Hi(this.binding()).then(()=>{this._pending===2&&(this._pending=0),this._binding_count--})):this._binding_count=Math.max(this._binding_count-1,0)}async rebind(){!this._stale_bindings&&this._pending!==1||re(`rebind:${JSON.stringify(this.binding())}`,async()=>{await xn(this.binding()),this._binding_count=this._stale_bindings||1,this._stale_bindings=0},100)}binding(){return{sys:this._module.system.id,mod:this._module.name,index:this._module.index,name:this.name}}}class Wi{constructor(e,n){this._system=e,this._id=n}_bindings={};get id(){return`${this.name}_${this.index}`}get system(){return this._system}get index(){const n=this._id.split("_").pop();return parseInt(n||"",10)||1}get name(){const e=this._id.split("_");return e.pop(),e.join("_")}binding(e){return this._bindings[e]||(this._bindings[e]=new $n(this,e)),this._bindings[e]}variable(e){return this._bindings[e]||(this._bindings[e]=new $n(this,e)),this._bindings[e]}execute(e,n,r=kt){return zi({sys:this._system.id,mod:this.name,index:this.index,name:e,args:n},r)}}class Qi{id;_module_list={};constructor(e){this.id=e}module(e,n=1){if(!e)throw new Error("Invalid module ID");const r=e.split("_");r.length>1&&Number.isInteger(+r[r.length-1])&&(n=+r[r.length-1],r.pop()),n<1&&(n=1);const i=r.join("_");for(this._module_list[i]||(this._module_list[i]=[]);this._module_list[i].length<n;)this._module_list[i].push(new Wi(this,`${i}_${this._module_list[i].length+1}`));return this._module_list[i][n-1]}}const vn={};function Zi(t){return vn[t]||(vn[t]=new Qi(t)),vn[t]}function Tl(t,e,n=1){return Zi(t).module(e,n)}exports.AuthType=ci;exports.EncryptionLevel=we;exports.MediaAnimation=zn;exports.MockPlaceWebsocketModule=Mi;exports.MockPlaceWebsocketSystem=Ri;exports.PlaceAlert=ri;exports.PlaceAlertDashboard=ii;exports.PlaceApplication=si;exports.PlaceAsset=Ii;exports.PlaceAssetCategory=Ti;exports.PlaceAssetPurchaseOrder=Oi;exports.PlaceAssetType=Ei;exports.PlaceCluster=li;exports.PlaceDomain=di;exports.PlaceDriver=Nn;exports.PlaceDriverRole=Ke;exports.PlaceEdge=pi;exports.PlaceErrorCodes=K;exports.PlaceLDAPSource=_i;exports.PlaceLogLevel=Wn;exports.PlaceMQTTBroker=ai;exports.PlaceMetadata=Fn;exports.PlaceModule=Ln;exports.PlaceModuleBinding=Wi;exports.PlaceOAuthSource=yi;exports.PlaceProcess=hi;exports.PlaceRepository=gi;exports.PlaceRepositoryType=Hn;exports.PlaceResource=j;exports.PlaceSAMLSource=vi;exports.PlaceSettings=pe;exports.PlaceSystem=jn;exports.PlaceSystemBinding=Qi;exports.PlaceTrigger=Pe;exports.PlaceUser=Ai;exports.PlaceVariableBinding=$n;exports.PlaceZone=nn;exports.PlaceZoneMetadata=mi;exports.SignageMedia=xi;exports.SignagePlaylist=$i;exports.SignagePlaylistMedia=ln;exports.Survey=mt;exports.SurveyAnswer=Bn;exports.SurveyInvitation=ft;exports.SurveyQuestion=pt;exports.TriggerConditionOperator=bi;exports.TriggerTimeConditionType=Si;exports.TriggerWebhookType=ki;exports.addAlert=Co;exports.addAlertDashboard=Io;exports.addAnswer=wa;exports.addApplication=Wo;exports.addAsset=Wa;exports.addAssetCategory=il;exports.addAssetPurchaseOrder=al;exports.addAssetType=Xa;exports.addAssets=Za;exports.addBroker=Jo;exports.addDomain=su;exports.addDriver=lu;exports.addEdge=vu;exports.addInvitation=Ea;exports.addLDAPSource=$u;exports.addMetadata=Mu;exports.addModule=Nu;exports.addOAuthSource=Ju;exports.addQuestion=Da;exports.addRepository=tc;exports.addSAMLSource=mc;exports.addSettings=Sc;exports.addSignageMedia=pa;exports.addSignagePlaylist=va;exports.addSurvey=ja;exports.addSystem=Tc;exports.addSystemModule=Ec;exports.addSystemTrigger=jc;exports.addTrigger=Qc;exports.addUser=Xc;exports.addZone=sa;exports.apiEndpoint=X;exports.apiKey=Ge;exports.approveSignagePlaylist=Aa;exports.authorise=qn;exports.authority=Je;exports.bind=xn;exports.cleanObject=jr;exports.cleanupAuth=co;exports.clientId=Br;exports.connectionState=gl;exports.consoleHasColours=An;exports.convertPairStringToMap=Re;exports.create=E;exports.currentUser=Kc;exports.debug=vl;exports.debug_events=Vn;exports.del=$e;exports.deregisterMockEndpoint=Xr;exports.deregisterSystem=ml;exports.driverReadme=_u;exports.execute=zi;exports.executeOnSystem=Dc;exports.executeOnZone=ca;exports.functionList=Cc;exports.generateNonce=Nr;exports.get=ee;exports.getFragments=En;exports.getModule=Tl;exports.getSystem=Zi;exports.hasToken=Qr;exports.host=Ut;exports.httpRoute=Mn;exports.humanReadableByteCount=Ye;exports.ignore=bl;exports.invalidateToken=Wt;exports.isDriverCompiled=pu;exports.isFixedDevice=Rn;exports.isMobileSafari=Lr;exports.isMock=zt;exports.isNestedFrame=Hr;exports.isOnline=so;exports.isSecure=Vr;exports.isTrusted=Bt;exports.is_connected=Yn;exports.lastRequestTotal=jo;exports.listChildMetadata=Du;exports.listDashboardAlerts=Ro;exports.listInterfaceRepositories=rc;exports.listMetadata=Pu;exports.listMetadataHistory=Ou;exports.listRemoteRepositoryBranches=sc;exports.listRemoteRepositoryCommits=oc;exports.listRemoteRepositoryDefaultBranch=ic;exports.listRepositoryBranches=ac;exports.listRepositoryCommits=cc;exports.listRepositoryDefaultBranch=lc;exports.listRepositoryDriverDetails=hc;exports.listRepositoryDrivers=uc;exports.listSignagePlaylistMedia=Sa;exports.listSignagePlaylistMediaRevisions=ka;exports.listSystemTriggers=Fc;exports.listSystemZones=Nc;exports.listTriggerInstances=Vc;exports.listZoneTags=na;exports.listZoneTriggers=ua;exports.listen=ji;exports.listenForToken=Zr;exports.loadModule=Bu;exports.log=d;exports.logout=ao;exports.lookupModuleState=zu;exports.lookupSystemModuleState=Uc;exports.mockSystem=Di;exports.moduleRuntimeError=Qu;exports.moduleSettings=Wu;exports.moduleState=Hu;exports.onlineState=oo;exports.parseLinkHeader=Fr;exports.patch=Ce;exports.post=de;exports.pullRepositoryChanges=fc;exports.put=xe;exports.query=$;exports.queryAlertDashboards=To;exports.queryAlerts=Do;exports.queryAnswers=$a;exports.queryApplications=Ho;exports.queryAssetCategories=tl;exports.queryAssetPurchaseOrders=ol;exports.queryAssetTypes=Ja;exports.queryAssets=Ha;exports.queryBrokers=Zo;exports.queryClusters=Go;exports.queryDomains=nu;exports.queryDrivers=uu;exports.queryEdges=mu;exports.queryInvitations=Pa;exports.queryLDAPSources=ku;exports.queryModules=qu;exports.queryOAuthSources=Zu;exports.queryProcesses=eu;exports.queryQuestions=Ma;exports.queryRepositories=Gu;exports.querySAMLSources=dc;exports.querySettings=gc;exports.querySignageMedia=ha;exports.querySignagePlaylists=ma;exports.querySurveys=Ca;exports.querySystems=xc;exports.querySystemsWithEmails=$c;exports.queryTriggers=zc;exports.queryUsers=Yc;exports.queryZones=ta;exports.recompileDriver=fu;exports.redirectUri=ro;exports.refreshAuthority=Dn;exports.refreshToken=qt;exports.registerMockEndpoint=ko;exports.registerSystem=_l;exports.reloadDriver=du;exports.remove=w;exports.removeAlert=No;exports.removeAlertDashboard=Mo;exports.removeApplication=Qo;exports.removeAsset=Qa;exports.removeAssetCategory=sl;exports.removeAssetPurchaseOrder=ll;exports.removeAssetType=el;exports.removeAssets=Ya;exports.removeBroker=Ko;exports.removeDomain=ou;exports.removeDriver=hu;exports.removeEdge=bu;exports.removeFragment=le;exports.removeInvitation=Ia;exports.removeLDAPSource=wu;exports.removeMetadata=Ru;exports.removeModule=Fu;exports.removeOAuthSource=Ku;exports.removeQuestion=Ua;exports.removeRepository=nc;exports.removeSAMLSource=yc;exports.removeSettings=kc;exports.removeSignageMedia=_a;exports.removeSignagePlaylist=ba;exports.removeSurvey=La;exports.removeSystem=Oc;exports.removeSystemModule=Ic;exports.removeSystemTrigger=Lc;exports.removeTrigger=Zc;exports.removeUser=ea;exports.removeZone=oa;exports.requestTotal=Fo;exports.responseHeaders=ti;exports.retrieveEdgeToken=Su;exports.setAPI_Key=io;exports.setMockNotFoundHandler=So;exports.setToken=Wr;exports.settingsHistory=Ac;exports.setup=uo;exports.show=k;exports.showAlert=qo;exports.showAlertDashboard=Oo;exports.showApplication=zo;exports.showAsset=za;exports.showAssetCategory=nl;exports.showAssetPurchaseOrder=ul;exports.showAssetType=Ka;exports.showBroker=Vo;exports.showCluster=Xo;exports.showDomain=ru;exports.showDriver=cu;exports.showEdge=yu;exports.showInvitation=Ta;exports.showLDAPSource=Au;exports.showMetadata=Eu;exports.showModule=Uu;exports.showOAuthSource=Vu;exports.showQuestion=Ra;exports.showRepository=Xu;exports.showSAMLSource=pc;exports.showSettings=vc;exports.showSignage=aa;exports.showSignageMedia=fa;exports.showSignageMetrics=la;exports.showSignagePlaylist=ya;exports.showSurvey=Na;exports.showSystem=wc;exports.showTrigger=Bc;exports.showUser=Jc;exports.showZone=ra;exports.simplifiedTime=zr;exports.startModule=ju;exports.startSystem=Mc;exports.status=Fi;exports.stopModule=Lu;exports.stopSystem=Rc;exports.systemModuleState=qc;exports.systemSettings=Hc;exports.terminateProcess=tu;exports.token=Z;exports.unbind=Hi;exports.update=I;exports.updateAlert=Uo;exports.updateAlertDashboard=Eo;exports.updateApplication=Bo;exports.updateAsset=Ba;exports.updateAssetCategory=rl;exports.updateAssetPurchaseOrder=cl;exports.updateAssetType=Ga;exports.updateAssets=Va;exports.updateBroker=Yo;exports.updateDomain=iu;exports.updateDriver=au;exports.updateEdge=gu;exports.updateInvitation=Oa;exports.updateLDAPSource=xu;exports.updateMetadata=Iu;exports.updateModule=Cu;exports.updateOAuthSource=Yu;exports.updateQuestion=qa;exports.updateRepository=ec;exports.updateSAMLSource=_c;exports.updateSettings=bc;exports.updateSignageMedia=da;exports.updateSignagePlaylist=ga;exports.updateSignagePlaylistMedia=xa;exports.updateSurvey=Fa;exports.updateSystem=Pc;exports.updateTrigger=Wc;exports.updateUser=Gc;exports.updateZone=ia;exports.value=Li;exports.websocketRoute=Ot;
3
+ `):"",this.name="UnsubscriptionError",this.errors=n}});function Ct(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Pe=function(){function t(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var e,n,r,i,s;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var u=Fe(o),c=u.next();!c.done;c=u.next()){var l=c.value;l.remove(this)}}catch(h){e={error:h}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}else o.remove(this);var _=this.initialTeardown;if(D(_))try{_()}catch(h){s=h instanceof Sn?h.errors:[h]}var y=this._finalizers;if(y){this._finalizers=null;try{for(var p=Fe(y),a=p.next();!a.done;a=p.next()){var f=a.value;try{nr(f)}catch(h){s=s??[],h instanceof Sn?s=Dt(Dt([],Ut(s)),Ut(h.errors)):s.push(h)}}}catch(h){r={error:h}}finally{try{a&&!a.done&&(i=p.return)&&i.call(p)}finally{if(r)throw r.error}}}if(s)throw new Sn(s)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)nr(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(e)}},t.prototype._hasParent=function(e){var n=this._parentage;return n===e||Array.isArray(n)&&n.includes(e)},t.prototype._addParent=function(e){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(e),n):n?[n,e]:e},t.prototype._removeParent=function(e){var n=this._parentage;n===e?this._parentage=null:Array.isArray(n)&&Ct(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Ct(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),br=Pe.EMPTY;function Sr(t){return t instanceof Pe||t&&"closed"in t&&D(t.remove)&&D(t.add)&&D(t.unsubscribe)}function nr(t){D(t)?t():t.unsubscribe()}var ss={Promise:void 0},os={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,Dt([t,e],Ut(n)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function kr(t){os.setTimeout(function(){throw t})}function rr(){}function It(t){t()}var Qt=function(t){ne(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,Sr(n)&&n.add(r)):r.destination=as,r}return e.create=function(n,r,i){return new wn(n,r,i)},e.prototype.next=function(n){this.isStopped||this._next(n)},e.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(n){this.destination.next(n)},e.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Pe),us=function(){function t(e){this.partialObserver=e}return t.prototype.next=function(e){var n=this.partialObserver;if(n.next)try{n.next(e)}catch(r){Ot(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){Ot(r)}else Ot(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){Ot(n)}},t}(),wn=function(t){ne(e,t);function e(n,r,i){var s=t.call(this)||this,o;return D(n)||!n?o={next:n??void 0,error:r??void 0,complete:i??void 0}:o=n,s.destination=new us(o),s}return e}(Qt);function Ot(t){kr(t)}function cs(t){throw t}var as={closed:!0,next:rr,error:cs,complete:rr},In=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function qn(t){return t}function ls(t){return t.length===0?qn:t.length===1?t[0]:function(n){return t.reduce(function(r,i){return i(r)},n)}}var N=function(){function t(e){e&&(this._subscribe=e)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(e,n,r){var i=this,s=fs(e)?e:new wn(e,n,r);return It(function(){var o=i,u=o.operator,c=o.source;s.add(u?u.call(s,c):c?i._subscribe(s):i._trySubscribe(s))}),s},t.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(n){e.error(n)}},t.prototype.forEach=function(e,n){var r=this;return n=ir(n),new n(function(i,s){var o=new wn({next:function(u){try{e(u)}catch(c){s(c),o.unsubscribe()}},error:s,complete:i});r.subscribe(o)})},t.prototype._subscribe=function(e){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(e)},t.prototype[In]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return ls(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=ir(e),new e(function(r,i){var s;n.subscribe(function(o){return s=o},function(o){return i(o)},function(){return r(s)})})},t.create=function(e){return new t(e)},t}();function ir(t){var e;return(e=t??ss.Promise)!==null&&e!==void 0?e:Promise}function hs(t){return t&&D(t.next)&&D(t.error)&&D(t.complete)}function fs(t){return t&&t instanceof Qt||hs(t)&&Sr(t)}function ds(t){return D(t?.lift)}function ue(t){return function(e){if(ds(e))return e.lift(function(n){try{return t(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function ee(t,e,n,r,i){return new ps(t,e,n,r,i)}var ps=function(t){ne(e,t);function e(n,r,i,s,o,u){var c=t.call(this,n)||this;return c.onFinalize=o,c.shouldUnsubscribe=u,c._next=r?function(l){try{r(l)}catch(_){n.error(_)}}:t.prototype._next,c._error=s?function(l){try{s(l)}catch(_){n.error(_)}finally{this.unsubscribe()}}:t.prototype._error,c._complete=i?function(){try{i()}catch(l){n.error(l)}finally{this.unsubscribe()}}:t.prototype._complete,c}return e.prototype.unsubscribe=function(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&((n=this.onFinalize)===null||n===void 0||n.call(this))}},e}(Qt),_s=vr(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),xe=function(t){ne(e,t);function e(){var n=t.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return e.prototype.lift=function(n){var r=new Pn(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new _s},e.prototype.next=function(n){var r=this;It(function(){var i,s;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Fe(r.currentObservers),u=o.next();!u.done;u=o.next()){var c=u.value;c.next(n)}}catch(l){i={error:l}}finally{try{u&&!u.done&&(s=o.return)&&s.call(o)}finally{if(i)throw i.error}}}})},e.prototype.error=function(n){var r=this;It(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},e.prototype.complete=function(){var n=this;It(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},e.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},e.prototype._innerSubscribe=function(n){var r=this,i=this,s=i.hasError,o=i.isStopped,u=i.observers;return s||o?br:(this.currentObservers=null,u.push(n),new Pe(function(){r.currentObservers=null,Ct(u,n)}))},e.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,s=r.thrownError,o=r.isStopped;i?n.error(s):o&&n.complete()},e.prototype.asObservable=function(){var n=new N;return n.source=this,n},e.create=function(n,r){return new Pn(n,r)},e}(N),Pn=function(t){ne(e,t);function e(n,r){var i=t.call(this)||this;return i.destination=n,i.source=r,i}return e.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},e.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},e.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},e.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:br},e}(xe),ye=function(t){ne(e,t);function e(n){var r=t.call(this)||this;return r._value=n,r}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(n){var r=t.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},e.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,s=n._value;if(r)throw i;return this._throwIfClosed(),s},e.prototype.next=function(n){t.prototype.next.call(this,this._value=n)},e}(xe),Mn={now:function(){return(Mn.delegate||Date).now()},delegate:void 0},kn=function(t){ne(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=Mn);var s=t.call(this)||this;return s._bufferSize=n,s._windowTime=r,s._timestampProvider=i,s._buffer=[],s._infiniteTimeWindow=!0,s._infiniteTimeWindow=r===1/0,s._bufferSize=Math.max(1,n),s._windowTime=Math.max(1,r),s}return e.prototype.next=function(n){var r=this,i=r.isStopped,s=r._buffer,o=r._infiniteTimeWindow,u=r._timestampProvider,c=r._windowTime;i||(s.push(n),!o&&s.push(u.now()+c)),this._trimBuffer(),t.prototype.next.call(this,n)},e.prototype._subscribe=function(n){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(n),i=this,s=i._infiniteTimeWindow,o=i._buffer,u=o.slice(),c=0;c<u.length&&!n.closed;c+=s?1:2)n.next(u[c]);return this._checkFinalizedStatuses(n),r},e.prototype._trimBuffer=function(){var n=this,r=n._bufferSize,i=n._timestampProvider,s=n._buffer,o=n._infiniteTimeWindow,u=(o?1:2)*r;if(r<1/0&&u<s.length&&s.splice(0,s.length-u),!o){for(var c=i.now(),l=0,_=1;_<s.length&&s[_]<=c;_+=2)l=_;l&&s.splice(0,l+1)}},e}(xe),ms=function(t){ne(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(Pe),sr={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,Dt([t,e],Ut(n)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},ys=function(t){ne(e,t);function e(n,r){var i=t.call(this,n,r)||this;return i.scheduler=n,i.work=r,i.pending=!1,i}return e.prototype.schedule=function(n,r){var i;if(r===void 0&&(r=0),this.closed)return this;this.state=n;var s=this.id,o=this.scheduler;return s!=null&&(this.id=this.recycleAsyncId(o,s,r)),this.pending=!0,this.delay=r,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(o,this.id,r),this},e.prototype.requestAsyncId=function(n,r,i){return i===void 0&&(i=0),sr.setInterval(n.flush.bind(n,this),i)},e.prototype.recycleAsyncId=function(n,r,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return r;r!=null&&sr.clearInterval(r)},e.prototype.execute=function(n,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,r);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(n,r){var i=!1,s;try{this.work(n)}catch(o){i=!0,s=o||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),s},e.prototype.unsubscribe=function(){if(!this.closed){var n=this,r=n.id,i=n.scheduler,s=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Ct(s,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(ms),or=function(){function t(e,n){n===void 0&&(n=t.now),this.schedulerActionCtor=e,this.now=n}return t.prototype.schedule=function(e,n,r){return n===void 0&&(n=0),new this.schedulerActionCtor(this,e).schedule(r,n)},t.now=Mn.now,t}(),gs=function(t){ne(e,t);function e(n,r){r===void 0&&(r=or.now);var i=t.call(this,n,r)||this;return i.actions=[],i._active=!1,i}return e.prototype.flush=function(n){var r=this.actions;if(this._active){r.push(n);return}var i;this._active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=r.shift());if(this._active=!1,i){for(;n=r.shift();)n.unsubscribe();throw i}},e}(or),$r=new gs(ys),vs=$r,bs=new N(function(t){return t.complete()});function Ss(t){return t&&D(t.schedule)}var Ar=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function xr(t){return D(t?.then)}function wr(t){return D(t[In])}function Pr(t){return Symbol.asyncIterator&&D(t?.[Symbol.asyncIterator])}function Tr(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function ks(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Or=ks();function Er(t){return D(t?.[Or])}function Ir(t){return rs(this,arguments,function(){var n,r,i,s;return gr(this,function(o){switch(o.label){case 0:n=t.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,De(n.read())];case 3:return r=o.sent(),i=r.value,s=r.done,s?[4,De(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,De(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return n.releaseLock(),[7];case 10:return[2]}})})}function qr(t){return D(t?.getReader)}function ce(t){if(t instanceof N)return t;if(t!=null){if(wr(t))return $s(t);if(Ar(t))return As(t);if(xr(t))return xs(t);if(Pr(t))return Mr(t);if(Er(t))return ws(t);if(qr(t))return Ps(t)}throw Tr(t)}function $s(t){return new N(function(e){var n=t[In]();if(D(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function As(t){return new N(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function xs(t){return new N(function(e){t.then(function(n){e.closed||(e.next(n),e.complete())},function(n){return e.error(n)}).then(null,kr)})}function ws(t){return new N(function(e){var n,r;try{for(var i=Fe(t),s=i.next();!s.done;s=i.next()){var o=s.value;if(e.next(o),e.closed)return}}catch(u){n={error:u}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}e.complete()})}function Mr(t){return new N(function(e){Ts(t,e).catch(function(n){return e.error(n)})})}function Ps(t){return Mr(Ir(t))}function Ts(t,e){var n,r,i,s;return ns(this,void 0,void 0,function(){var o,u;return gr(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),n=is(t),c.label=1;case 1:return[4,n.next()];case 2:if(r=c.sent(),!!r.done)return[3,4];if(o=r.value,e.next(o),e.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return u=c.sent(),i={error:u},[3,11];case 6:return c.trys.push([6,,9,10]),r&&!r.done&&(s=n.return)?[4,s.call(n)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function $e(t,e,n,r,i){r===void 0&&(r=0),i===void 0&&(i=!1);var s=e.schedule(function(){n(),i?t.add(this.schedule(null,r)):this.unsubscribe()},r);if(t.add(s),!i)return s}function Rr(t,e){return e===void 0&&(e=0),ue(function(n,r){n.subscribe(ee(r,function(i){return $e(r,t,function(){return r.next(i)},e)},function(){return $e(r,t,function(){return r.complete()},e)},function(i){return $e(r,t,function(){return r.error(i)},e)}))})}function Ur(t,e){return e===void 0&&(e=0),ue(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function Os(t,e){return ce(t).pipe(Ur(e),Rr(e))}function Es(t,e){return ce(t).pipe(Ur(e),Rr(e))}function Is(t,e){return new N(function(n){var r=0;return e.schedule(function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())})})}function qs(t,e){return new N(function(n){var r;return $e(n,e,function(){r=t[Or](),$e(n,e,function(){var i,s,o;try{i=r.next(),s=i.value,o=i.done}catch(u){n.error(u);return}o?n.complete():n.next(s)},0,!0)}),function(){return D(r?.return)&&r.return()}})}function Dr(t,e){if(!t)throw new Error("Iterable cannot be null");return new N(function(n){$e(n,e,function(){var r=t[Symbol.asyncIterator]();$e(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function Ms(t,e){return Dr(Ir(t),e)}function Rs(t,e){if(t!=null){if(wr(t))return Os(t,e);if(Ar(t))return Is(t,e);if(xr(t))return Es(t,e);if(Pr(t))return Dr(t,e);if(Er(t))return qs(t,e);if(qr(t))return Ms(t,e)}throw Tr(t)}function Us(t,e){return e?Rs(t,e):ce(t)}function Cr(t,e){var n=D(t)?t:function(){return t},r=function(i){return i.error(n())};return new N(r)}function Ds(t){return t instanceof Date&&!isNaN(t)}function g(t,e){return ue(function(n,r){var i=0;n.subscribe(ee(r,function(s){r.next(t.call(e,s,i++))}))})}function Cs(t,e,n,r,i,s,o,u){var c=[],l=0,_=0,y=!1,p=function(){y&&!c.length&&!l&&e.complete()},a=function(h){return l<r?f(h):c.push(h)},f=function(h){l++;var $=!1;ce(n(h,_++)).subscribe(ee(e,function(v){e.next(v)},function(){$=!0},void 0,function(){if($)try{l--;for(var v=function(){var w=c.shift();o||f(w)};c.length&&l<r;)v();p()}catch(w){e.error(w)}}))};return t.subscribe(ee(e,a,function(){y=!0,p()})),function(){}}function Nr(t,e,n){return n===void 0&&(n=1/0),D(e)?Nr(function(r,i){return g(function(s,o){return e(r,s,i,o)})(ce(t(r,i)))},n):(typeof e=="number"&&(n=e),ue(function(r,i){return Cs(r,i,t,n)}))}function Fr(t,e,n){t===void 0&&(t=0),n===void 0&&(n=vs);var r=-1;return e!=null&&(Ss(e)?n=e:r=e),new N(function(i){var s=Ds(t)?+t-n.now():t;s<0&&(s=0);var o=0;return n.schedule(function(){i.closed||(i.next(o++),0<=r?this.schedule(void 0,r):i.complete())},s)})}function Ns(t,e){return ue(function(n,r){var i=0;n.subscribe(ee(r,function(s){return t.call(e,s,i++)&&r.next(s)}))})}function jr(t){return t<=0?function(){return bs}:ue(function(e,n){var r=0;e.subscribe(ee(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function Fs(t){return g(function(){return t})}function js(t,e){return Nr(function(n,r){return ce(t(n,r)).pipe(jr(1),Fs(n))})}function Ls(t,e){e===void 0&&(e=$r);var n=Fr(t,e);return js(function(){return n})}function Hs(t,e){return e===void 0&&(e=qn),t=t??zs,ue(function(n,r){var i,s=!0;n.subscribe(ee(r,function(o){var u=e(o);(s||!t(i,u))&&(s=!1,i=u,r.next(o))}))})}function zs(t,e){return t===e}function Ws(t){t===void 0&&(t=1/0);var e;t&&typeof t=="object"?e=t:e={count:t};var n=e.count,r=n===void 0?1/0:n,i=e.delay,s=e.resetOnSuccess,o=s===void 0?!1:s;return r<=0?qn:ue(function(u,c){var l=0,_,y=function(){var p=!1;_=u.subscribe(ee(c,function(a){o&&(l=0),c.next(a)},void 0,function(a){if(l++<r){var f=function(){_?(_.unsubscribe(),_=null,y()):p=!0};if(i!=null){var h=typeof i=="number"?Fr(i):ce(i(a,l)),$=ee(c,function(){$.unsubscribe(),f()},function(){c.complete()});h.subscribe($)}else f()}else c.error(a)})),p&&(_.unsubscribe(),_=null,y())};y()})}function ur(t,e){return ue(function(n,r){var i=null,s=0,o=!1,u=function(){return o&&!i&&r.complete()};n.subscribe(ee(r,function(c){i?.unsubscribe();var l=0,_=s++;ce(t(c,_)).subscribe(i=ee(r,function(y){return r.next(e?e(c,y,_,l++):y)},function(){i=null,u()}))},function(){o=!0,u()}))})}function Rn(t,e){e===void 0&&(e={});var n=e.selector,r=ts(e,["selector"]);return new N(function(i){var s=new AbortController,o=s.signal,u=!0,c=r.signal;if(c)if(c.aborted)s.abort();else{var l=function(){o.aborted||s.abort()};c.addEventListener("abort",l),i.add(function(){return c.removeEventListener("abort",l)})}var _=Je(Je({},r),{signal:o}),y=function(p){u=!1,i.error(p)};return fetch(t,_).then(function(p){n?ce(n(p)).subscribe(ee(i,void 0,function(){u=!1,i.complete()},y)):(u=!1,i.next(p),i.complete())}).catch(y),function(){u&&s.abort()}})}const se=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],cr=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,62,255,255,255,63,52,53,54,55,56,57,58,59,60,61,255,255,255,0,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];function Et(t){if(t>=cr.length)throw new Error("Unable to parse base64 string.");const e=cr[t];if(e===255)throw new Error("Unable to parse base64 string.");return e}function Lr(t){let e="",n,r=t.length;for(n=2;n<r;n+=3)e+=se[t[n-2]>>2],e+=se[(t[n-2]&3)<<4|t[n-1]>>4],e+=se[(t[n-1]&15)<<2|t[n]>>6],e+=se[t[n]&63];return n===r+1&&(e+=se[t[n-2]>>2],e+=se[(t[n-2]&3)<<4],e+="=="),n===r&&(e+=se[t[n-2]>>2],e+=se[(t[n-2]&3)<<4|t[n-1]>>4],e+=se[(t[n-1]&15)<<2],e+="="),e}function Bs(t){if(t.length%4!==0)throw new Error("Unable to parse base64 string.");const e=t.indexOf("=");if(e!==-1&&e<t.length-2)throw new Error("Unable to parse base64 string.");let n=t.endsWith("==")?2:t.endsWith("=")?1:0,r=t.length,i=new Uint8Array(3*(r/4)),s;for(let o=0,u=0;o<r;o+=4,u+=3)s=Et(t.charCodeAt(o))<<18|Et(t.charCodeAt(o+1))<<12|Et(t.charCodeAt(o+2))<<6|Et(t.charCodeAt(o+3)),i[u]=s>>16,i[u+1]=s>>8&255,i[u+2]=s&255;return i.subarray(0,i.length-n)}function Qs(t,e=new TextEncoder){return Lr(e.encode(t))}var qt={exports:{}},Vs=qt.exports,ar;function Zs(){return ar||(ar=1,function(t){(function(e,n){var r={};n(r);var i=r.default;for(var s in r)i[s]=r[s];t.exports=i})(Vs,function(e){e.__esModule=!0,e.digestLength=32,e.blockSize=64;var n=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function r(p,a,f,h,$){for(var v,w,P,V,F,M,re,j,z,L,Ge,Ke,Tt;$>=64;){for(v=a[0],w=a[1],P=a[2],V=a[3],F=a[4],M=a[5],re=a[6],j=a[7],L=0;L<16;L++)Ge=h+L*4,p[L]=(f[Ge]&255)<<24|(f[Ge+1]&255)<<16|(f[Ge+2]&255)<<8|f[Ge+3]&255;for(L=16;L<64;L++)z=p[L-2],Ke=(z>>>17|z<<15)^(z>>>19|z<<13)^z>>>10,z=p[L-15],Tt=(z>>>7|z<<25)^(z>>>18|z<<14)^z>>>3,p[L]=(Ke+p[L-7]|0)+(Tt+p[L-16]|0);for(L=0;L<64;L++)Ke=(((F>>>6|F<<26)^(F>>>11|F<<21)^(F>>>25|F<<7))+(F&M^~F&re)|0)+(j+(n[L]+p[L]|0)|0)|0,Tt=((v>>>2|v<<30)^(v>>>13|v<<19)^(v>>>22|v<<10))+(v&w^v&P^w&P)|0,j=re,re=M,M=F,F=V+Ke|0,V=P,P=w,w=v,v=Ke+Tt|0;a[0]+=v,a[1]+=w,a[2]+=P,a[3]+=V,a[4]+=F,a[5]+=M,a[6]+=re,a[7]+=j,h+=64,$-=64}return h}var i=function(){function p(){this.digestLength=e.digestLength,this.blockSize=e.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return p.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},p.prototype.clean=function(){for(var a=0;a<this.buffer.length;a++)this.buffer[a]=0;for(var a=0;a<this.temp.length;a++)this.temp[a]=0;this.reset()},p.prototype.update=function(a,f){if(f===void 0&&(f=a.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var h=0;if(this.bytesHashed+=f,this.bufferLength>0){for(;this.bufferLength<64&&f>0;)this.buffer[this.bufferLength++]=a[h++],f--;this.bufferLength===64&&(r(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(f>=64&&(h=r(this.temp,this.state,a,h,f),f%=64);f>0;)this.buffer[this.bufferLength++]=a[h++],f--;return this},p.prototype.finish=function(a){if(!this.finished){var f=this.bytesHashed,h=this.bufferLength,$=f/536870912|0,v=f<<3,w=f%64<56?64:128;this.buffer[h]=128;for(var P=h+1;P<w-8;P++)this.buffer[P]=0;this.buffer[w-8]=$>>>24&255,this.buffer[w-7]=$>>>16&255,this.buffer[w-6]=$>>>8&255,this.buffer[w-5]=$>>>0&255,this.buffer[w-4]=v>>>24&255,this.buffer[w-3]=v>>>16&255,this.buffer[w-2]=v>>>8&255,this.buffer[w-1]=v>>>0&255,r(this.temp,this.state,this.buffer,0,w),this.finished=!0}for(var P=0;P<8;P++)a[P*4+0]=this.state[P]>>>24&255,a[P*4+1]=this.state[P]>>>16&255,a[P*4+2]=this.state[P]>>>8&255,a[P*4+3]=this.state[P]>>>0&255;return this},p.prototype.digest=function(){var a=new Uint8Array(this.digestLength);return this.finish(a),a},p.prototype._saveState=function(a){for(var f=0;f<this.state.length;f++)a[f]=this.state[f]},p.prototype._restoreState=function(a,f){for(var h=0;h<this.state.length;h++)this.state[h]=a[h];this.bytesHashed=f,this.finished=!1,this.bufferLength=0},p}();e.Hash=i;var s=function(){function p(a){this.inner=new i,this.outer=new i,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var f=new Uint8Array(this.blockSize);if(a.length>this.blockSize)new i().update(a).finish(f).clean();else for(var h=0;h<a.length;h++)f[h]=a[h];for(var h=0;h<f.length;h++)f[h]^=54;this.inner.update(f);for(var h=0;h<f.length;h++)f[h]^=106;this.outer.update(f),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate);for(var h=0;h<f.length;h++)f[h]=0}return p.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},p.prototype.clean=function(){for(var a=0;a<this.istate.length;a++)this.ostate[a]=this.istate[a]=0;this.inner.clean(),this.outer.clean()},p.prototype.update=function(a){return this.inner.update(a),this},p.prototype.finish=function(a){return this.outer.finished?this.outer.finish(a):(this.inner.finish(a),this.outer.update(a,this.digestLength).finish(a)),this},p.prototype.digest=function(){var a=new Uint8Array(this.digestLength);return this.finish(a),a},p}();e.HMAC=s;function o(p){var a=new i().update(p),f=a.digest();return a.clean(),f}e.hash=o,e.default=o;function u(p,a){var f=new s(p).update(a),h=f.digest();return f.clean(),h}e.hmac=u;function c(p,a,f,h){var $=h[0];if($===0)throw new Error("hkdf: cannot expand more");a.reset(),$>1&&a.update(p),f&&a.update(f),a.update(h),a.finish(p),h[0]++}var l=new Uint8Array(e.digestLength);function _(p,a,f,h){a===void 0&&(a=l),h===void 0&&(h=32);for(var $=new Uint8Array([1]),v=u(a,p),w=new s(v),P=new Uint8Array(w.digestLength),V=P.length,F=new Uint8Array(h),M=0;M<h;M++)V===P.length&&(c(P,w,f,$),V=0),F[M]=P[V++];return w.clean(),P.fill(0),$.fill(0),F}e.hkdf=_;function y(p,a,f,h){for(var $=new s(p),v=$.digestLength,w=new Uint8Array(4),P=new Uint8Array(v),V=new Uint8Array(v),F=new Uint8Array(h),M=0;M*v<h;M++){var re=M+1;w[0]=re>>>24&255,w[1]=re>>>16&255,w[2]=re>>>8&255,w[3]=re>>>0&255,$.reset(),$.update(a),$.update(w),$.finish(V);for(var j=0;j<v;j++)P[j]=V[j];for(var j=2;j<=f;j++){$.reset(),$.update(V).finish(V);for(var z=0;z<v;z++)P[z]^=V[z]}for(var j=0;j<v&&M*v+j<h;j++)F[M*v+j]=P[j]}for(var M=0;M<v;M++)P[M]=V[M]=0;for(var M=0;M<4;M++)w[M]=0;return $.clean(),F}e.pbkdf2=y})}(qt)),qt.exports}var Gs=Zs();const Ks=new Int32Array(4);class Z{static hashStr(e,n=!1){return this.onePassHasher.start().appendStr(e).end(n)}static hashAsciiStr(e,n=!1){return this.onePassHasher.start().appendAsciiStr(e).end(n)}static stateIdentity=new Int32Array([1732584193,-271733879,-1732584194,271733878]);static buffer32Identity=new Int32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);static hexChars="0123456789abcdef";static hexOut=[];static onePassHasher=new Z;static _hex(e){const n=Z.hexChars,r=Z.hexOut;let i,s,o,u;for(u=0;u<4;u+=1)for(s=u*8,i=e[u],o=0;o<8;o+=2)r[s+1+o]=n.charAt(i&15),i>>>=4,r[s+0+o]=n.charAt(i&15),i>>>=4;return r.join("")}static _md5cycle(e,n){let r=e[0],i=e[1],s=e[2],o=e[3];r+=(i&s|~i&o)+n[0]-680876936|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[1]-389564586|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[2]+606105819|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[3]-1044525330|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[4]-176418897|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[5]+1200080426|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[6]-1473231341|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[7]-45705983|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[8]+1770035416|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[9]-1958414417|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[10]-42063|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[11]-1990404162|0,i=(i<<22|i>>>10)+s|0,r+=(i&s|~i&o)+n[12]+1804603682|0,r=(r<<7|r>>>25)+i|0,o+=(r&i|~r&s)+n[13]-40341101|0,o=(o<<12|o>>>20)+r|0,s+=(o&r|~o&i)+n[14]-1502002290|0,s=(s<<17|s>>>15)+o|0,i+=(s&o|~s&r)+n[15]+1236535329|0,i=(i<<22|i>>>10)+s|0,r+=(i&o|s&~o)+n[1]-165796510|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[6]-1069501632|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[11]+643717713|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[0]-373897302|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[5]-701558691|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[10]+38016083|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[15]-660478335|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[4]-405537848|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[9]+568446438|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[14]-1019803690|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[3]-187363961|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[8]+1163531501|0,i=(i<<20|i>>>12)+s|0,r+=(i&o|s&~o)+n[13]-1444681467|0,r=(r<<5|r>>>27)+i|0,o+=(r&s|i&~s)+n[2]-51403784|0,o=(o<<9|o>>>23)+r|0,s+=(o&i|r&~i)+n[7]+1735328473|0,s=(s<<14|s>>>18)+o|0,i+=(s&r|o&~r)+n[12]-1926607734|0,i=(i<<20|i>>>12)+s|0,r+=(i^s^o)+n[5]-378558|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[8]-2022574463|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[11]+1839030562|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[14]-35309556|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[1]-1530992060|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[4]+1272893353|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[7]-155497632|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[10]-1094730640|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[13]+681279174|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[0]-358537222|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[3]-722521979|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[6]+76029189|0,i=(i<<23|i>>>9)+s|0,r+=(i^s^o)+n[9]-640364487|0,r=(r<<4|r>>>28)+i|0,o+=(r^i^s)+n[12]-421815835|0,o=(o<<11|o>>>21)+r|0,s+=(o^r^i)+n[15]+530742520|0,s=(s<<16|s>>>16)+o|0,i+=(s^o^r)+n[2]-995338651|0,i=(i<<23|i>>>9)+s|0,r+=(s^(i|~o))+n[0]-198630844|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[7]+1126891415|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[14]-1416354905|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[5]-57434055|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[12]+1700485571|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[3]-1894986606|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[10]-1051523|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[1]-2054922799|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[8]+1873313359|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[15]-30611744|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[6]-1560198380|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[13]+1309151649|0,i=(i<<21|i>>>11)+s|0,r+=(s^(i|~o))+n[4]-145523070|0,r=(r<<6|r>>>26)+i|0,o+=(i^(r|~s))+n[11]-1120210379|0,o=(o<<10|o>>>22)+r|0,s+=(r^(o|~i))+n[2]+718787259|0,s=(s<<15|s>>>17)+o|0,i+=(o^(s|~r))+n[9]-343485551|0,i=(i<<21|i>>>11)+s|0,e[0]=r+e[0]|0,e[1]=i+e[1]|0,e[2]=s+e[2]|0,e[3]=o+e[3]|0}_dataLength=0;_bufferLength=0;_state=new Int32Array(4);_buffer=new ArrayBuffer(68);_buffer8;_buffer32;constructor(){this._buffer8=new Uint8Array(this._buffer,0,68),this._buffer32=new Uint32Array(this._buffer,0,17),this.start()}start(){return this._dataLength=0,this._bufferLength=0,this._state.set(Z.stateIdentity),this}appendStr(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o;for(o=0;o<e.length;o+=1){if(s=e.charCodeAt(o),s<128)n[i++]=s;else if(s<2048)n[i++]=(s>>>6)+192,n[i++]=s&63|128;else if(s<55296||s>56319)n[i++]=(s>>>12)+224,n[i++]=s>>>6&63|128,n[i++]=s&63|128;else{if(s=(s-55296)*1024+(e.charCodeAt(++o)-56320)+65536,s>1114111)throw new Error("Unicode standard supports code points up to U+10FFFF");n[i++]=(s>>>18)+240,n[i++]=s>>>12&63|128,n[i++]=s>>>6&63|128,n[i++]=s&63|128}i>=64&&(this._dataLength+=64,Z._md5cycle(this._state,r),i-=64,r[0]=r[16])}return this._bufferLength=i,this}appendAsciiStr(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o=0;for(;;){for(s=Math.min(e.length-o,64-i);s--;)n[i++]=e.charCodeAt(o++);if(i<64)break;this._dataLength+=64,Z._md5cycle(this._state,r),i=0}return this._bufferLength=i,this}appendByteArray(e){const n=this._buffer8,r=this._buffer32;let i=this._bufferLength,s,o=0;for(;;){for(s=Math.min(e.length-o,64-i);s--;)n[i++]=e[o++];if(i<64)break;this._dataLength+=64,Z._md5cycle(this._state,r),i=0}return this._bufferLength=i,this}getState(){const e=this._state;return{buffer:String.fromCharCode.apply(null,Array.from(this._buffer8)),buflen:this._bufferLength,length:this._dataLength,state:[e[0],e[1],e[2],e[3]]}}setState(e){const n=e.buffer,r=e.state,i=this._state;let s;for(this._dataLength=e.length,this._bufferLength=e.buflen,i[0]=r[0],i[1]=r[1],i[2]=r[2],i[3]=r[3],s=0;s<n.length;s+=1)this._buffer8[s]=n.charCodeAt(s)}end(e=!1){const n=this._bufferLength,r=this._buffer8,i=this._buffer32,s=(n>>2)+1;this._dataLength+=n;const o=this._dataLength*8;if(r[n]=128,r[n+1]=r[n+2]=r[n+3]=0,i.set(Z.buffer32Identity.subarray(s),s),n>55&&(Z._md5cycle(this._state,i),i.set(Z.buffer32Identity)),o<=4294967295)i[14]=o;else{const u=o.toString(16).match(/(.*?)(.{0,8})$/);if(u===null)return e?Ks:"";const c=parseInt(u[2],16),l=parseInt(u[1],16)||0;i[14]=c,i[15]=l}return Z._md5cycle(this._state,i),e?this._state:Z._hex(this._state)}}if(Z.hashStr("hello")!=="5d41402abc4b2a76b9719d911017c592")throw new Error("Md5 self test failed.");const Ys=36e5,lr=Symbol.for("constructDateFrom");function Nt(t,e){return typeof t=="function"?t(e):t&&typeof t=="object"&&lr in t?t[lr](e):t instanceof Date?new t.constructor(e):new Date(e)}function Xe(t,e){return Nt(t,t)}function Js(t,e,n){const r=Xe(t);if(isNaN(e))return Nt(t,NaN);const i=r.getDate(),s=Nt(t,r.getTime());s.setMonth(r.getMonth()+e+1,0);const o=s.getDate();return i>=o?s:(r.setFullYear(s.getFullYear(),s.getMonth(),i),r)}function Hr(t,e,n){return Nt(t,+Xe(t)+e)}function Xs(t,e,n){return Hr(t,e*Ys)}function eo(t,e,n){return Hr(t,e*1e3)}function to(t,e,n){return Js(t,e*12)}function hr(t){return Math.trunc(+Xe(t)/1e3)}function no(t,e){return+Xe(t)<+Xe(e)}function d(t,e,n,r="debug",i){if(window.debug){const o=["color: #0288D1",`color:${i||"#009688"}`,"color: default"];n?Tn()?console[r](`%c[PlaceOS]%c[${t}] %c${e}`,...o,n):console[r](`[PlaceOS][${t}] ${e}`,n):Tn()?console[r](`%c[PlaceOS]%c[${t}] %c${e}`,...o):console[r](`[PlaceOS][${t}] ${e}`)}}function Tn(){return!(document.documentMode||/Edge/.test(navigator.userAgent))}function Un(){const t=window.location?.hash?window.location?.hash.slice(1):window.location?.href.split("#")[1]||"";let e=window.location?.search?window.location?.search.slice(1):window.location?.href.split("?")[1]||"",n={};if(t)if(t.indexOf("?")>=0){const i=t.split("?");n=Ce(i[0]),e||(e=i[1])}else n=Ce(t);let r={};return e&&(r=Ce(e)),{...n,...r}}function Ce(t){const e={},n=t.split("&");for(const r of n){const i=r.split("=");i[1]&&(e[decodeURIComponent(i[0])]=decodeURIComponent(i[1]))}return e}const fr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";function zr(t=40){let e="";for(let n=0;n<t;n++)e+=fr.charAt(Math.floor(Math.random()*fr.length));return e}function _e(t){const e=(window.location?.hash||"").replace(new RegExp(`${t}[a-zA-Z0-9_+-.%=]*&?`,"g"),"").replace(/&&/g,"&").replace(/#&/g,"#").replace(/&$/g,"#"),n=(window.location?.search||"").replace(new RegExp(`${t}[a-zA-Z0-9_+-.%=]*&?`,"g"),"").replace(/&&/g,"&").replace(/\?&/g,"#").replace(/&$/g,"#");window.history?.replaceState&&window.history?.replaceState(null,"",`${window.location?.pathname}${e}${n}`)}function et(t,e=!1){const n=e?1e3:1024;if(t<n)return t+(e?" iB":" B");const r=Math.floor(Math.log(t)/Math.log(n)),i=(e?"kMGTPE":"KMGTPE").charAt(r-1)+(e?"iB":"B");return(t/Math.pow(n,r)).toFixed(2)+" "+i}function Wr(t){if(t.length===0)throw new Error("Input must not be of zero length");const e=t.split(","),n={};for(const r of e){const i=r.split(";");if(i.length!==2)throw new Error("Section could not be split on ';'");const s=i[0].replace(/<(.*)>/,"$1").trim(),o=i[1].replace(/rel="(.*)"/,"$1").trim();n[o]=s}return n}function Br(t,e){for(const n in t)t.hasOwnProperty(n)&&e.indexOf(t[n])>=0&&delete t[n];return t}function Qr(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}function Vr(){return window.location!==window.parent.location}function Zr(t=Date.now(),e=60*1e3){return Math.floor(t/e)}class ro{abort(){d("Stub","Aborted")}}function R(t){let e="";if(t)for(const n in t)t.hasOwnProperty(n)&&t[n]!==void 0&&t[n]!==null&&(e+=`${e?"&":""}${n}=${encodeURIComponent(t[n])}`);return e}const Ae={},Ye={},pe={};function io(){for(const t in Ae)Ae.hasOwnProperty(t)&&Te(t);for(const t in Ye)Ye.hasOwnProperty(t)&&so(t);for(const t in pe)pe.hasOwnProperty(t)&&oo(t)}function oe(t,e,n=300){if(t&&e&&e instanceof Function)Te(t),Ae[t]=setTimeout(()=>{e(),delete Ae[t]},n);else throw new Error(t?"Cannot create named timeout without a name":"Cannot create a timeout without a callback")}function Te(t){Ae[t]&&(clearTimeout(Ae[t]),delete Ae[t])}function so(t){Ye[t]&&(clearInterval(Ye[t]),delete Ye[t])}function oo(t){pe&&pe[t]&&(pe[t]instanceof Pe?pe[t].unsubscribe():pe[t](),delete pe[t])}const uo={id:"mock-authority",name:"localhost:4200",description:"",domain:"localhost:4200",login_url:"/login?continue={{url}}",logout_url:"/logout",session:!0,production:!1,config:{},version:"2.0.0"};let S={},I,W;const k={};let q="",we="";const je=new ye(""),Vt=new ye("");let Dn="/api/engine/v2";const me=new ye(!1),co=me.asObservable();let Ft=0;function A(){return`${`${S.secure||window.location?.protocol.indexOf("https")>=0?"https:":"http:"}//${S.host||window.location?.host}`}${Cn()}`}function Cn(){return S.version==="ACA Engine"?"/control/api":Dn}function ao(){return!!S.token_header}function Gr(){return q}function lo(){return S.redirect_uri}function ho(t,e=!0){I.setItem(`${q}_x-api-key`,`${t}`),I.setItem("trusted",`${e}`),Kr("x-api-key",to(new Date,5).valueOf())}function rt(){return Ht("x-api-key",!1)||""}function Kr(t,e=Xs(new Date,2).valueOf()){S.ignore_api_key&&t==="x-api-key"||(I.setItem(`${q}_expires_at`,`${e}`),I.setItem(`${q}_access_token`,t))}function K(t=!0){if(S.mock)return"mock-token";if(!I)return"";if(rt()&&!S.ignore_api_key)return"x-api-key";const e=I.getItem(`${q}_expires_at`)||"",n=je.getValue();return no(+e,new Date)&&(d("Auth","Token expired. Requesting new token..."),Kt(),k.load_authority||(Ft+=1,oe("re-authorise",()=>jn().catch(r=>d("Auth",`Failed to get token: ${r}`)),200*Math.min(20,Ft))),!t)?"":n||I.getItem(`${q}_access_token`)||""}function jt(){return Vt.getValue()||I.getItem(`${q}_refresh_token`)||""}function Lt(){return S.host||window.location?.host}function Yr(){return!!K()}function Jr(){return je.pipe(g(t=>!!Yr()))}function tt(){return W}function fo(){return me.getValue()}function Zt(){return!!S.mock}function Xr(){return!!S.secure}function po(){return co}function Gt(){return Ht("trust")==="true"||Ht("trusted")==="true"}function Nn(){return!!rt()&&!S.ignore_api_key||Ht("fixed_device")==="true"}function Ht(t,e=!0){let r=Un()[t];if(I){const i=`${Gr()}_${t}`;r=r||I.getItem(i)||I.getItem(t)||"",e&&I.setItem(i,`${r}`)}return r}function _o(t){return S=t||S,S.token_header=S.token_header??Vr(),window.AbortController||(window.AbortController=ro),I=S.storage==="session"?sessionStorage:localStorage,q=Z.hashStr(S.redirect_uri,!1),Ln()}function mo(){S={},W=void 0,je.next(""),Vt.next(""),me.next(!1),q="",we="",Dn="/api/engine/v2";for(const t in k)t in k&&delete k[t];io()}function Fn(){return d("Auth","Refreshing authorty."),W=void 0,Ln()}function Kt(){d("Auth","Invalidating tokens."),I.removeItem(`${q}_access_token`),I.removeItem(`${q}_expires_at`),je.getValue()&&je.next("")}function jn(t,e=W){return k.authorise||(k.authorise=new Promise((n,r)=>{if(!e)return delete k.authorise,r("Authority is not loaded");d("Auth","Authorising user...");const i=()=>{if(K(!1))d("Auth","Valid token found."),delete k.authorise,n(K());else{const s=[()=>{d("Auth","Successfully generated token."),n(K()),delete k.authorise},()=>{d("Auth","Failed to generate token."),r("Failed to generate token"),setTimeout(()=>delete k.authorise,200)}];S&&S.auth_type==="password"?(d("Auth","Logging in with credentials."),wo(S).then(...s),Ft=0):we||jt()?(d("Auth",`Generating token with ${we?"code":"refresh token"}`),ti().then(...s),Ft=0):e.session?(d("Auth","Users has session. Authorising application..."),go(t).then(...s)):(d("Auth","No user session"),ei(e),r("No user session"),setTimeout(()=>delete k.authorise,200))}};bo().then(i,i)})),k.authorise}function yo(){const t=W?W.logout_url:"/logout";fetch(t,{method:"GET",redirect:"manual",headers:{Authorization:"Bearer "+K()}}).then(e=>{const n=e.headers.get("Location")||t;for(let r=0;r<I.length;r++){const i=I.key(r);i&&i.indexOf(q)>=0&&I.removeItem(i)}window.location?.assign(n)})}function Ln(t=0){return k.load_authority||(k.load_authority=new Promise(e=>{if(me.next(!1),S.mock){W=uo,d("Auth","System in mock mode"),me.next(!0),e();return}d("Auth",`Fixed: ${Nn()} | Trusted: ${Gt()}`),d("Auth","Loading authority...");const n=S.secure||window.location?.protocol.indexOf("https")>=0,r=i=>{d("Auth",`Failed to load authority(${i})`),me.next(!1),oe("load_authority",()=>{delete k.load_authority,Ln(t).then(s=>e())},300*Math.min(20,++t))};Rn(`${n?"https:":"http:"}//${Lt()}/auth/authority`,{credentials:"same-origin"}).subscribe(async i=>{if(!i.ok)return r(await i.text().catch(o=>o));W=await i.json(),Dn=/[2-9]\.[0-9]+\.[0-9]+/g.test(W.version||"")?"/api/engine/v2":"/control/api",d("Auth","Loaded authority.",[],"group"),W&&(d("Auth",`Name: ${W.name}`),d("Auth",`Version: ${W.version}`),d("Auth",`Domain: ${W.domain}`),d("Auth",`Session: ${W.session}`),d("Auth",`Production: ${W.production}`),d("Auth",`Config Keys: ${Object.keys(W.config||{}).length}`)),d("Auth","",[],"groupEnd");const s=()=>{me.next(!0),d("Auth","Application set online."),e()};delete k.load_authority,jn("").then(s,s)},r)})),k.load_authority}async function go(t){const e=ko(t);if(S.use_iframe)return vo(e);window.location?.assign(e)}function vo(t){return k.iframe_auth||(k.iframe_auth=new Promise((e,n)=>{d("Auth","Authorizing in an iFrame...");const r=document.createElement("iframe");r.style.position="absolute",r.style.top="0",r.style.left="0",r.style.height="1px",r.style.width="1px",r.style.zIndex="-1",r.id="place-authorize",r.src=`${t}`;const i=s=>{if(s.origin===window.location?.origin&&s.data.type==="place-os"){const o=s.data;if(d("Auth","Received credentials from iFrame..."),document.body.removeChild(r),Te("iframe_auth"),window.removeEventListener("message",i),delete k.iframe_auth,o.token)return e(),Hn({access_token:o.token,...o});we=o.code||"",ti().then(u=>e(u),u=>n(u))}};oe("iframe_auth",()=>{d("Auth","Unable to resolve iFrame after 15 seconds..."),n()},15*1e3),window.addEventListener("message",i),r.onerror=s=>{d("Auth","iFrame error.",s),delete k.iframe_auth,n()},document.body.appendChild(r)})),k.iframe_auth}let dr=!1;function ei(t){if(S.handle_login!==!1&&!dr){d("Auth","Redirecting to login page...");const e=t.login_url?.replace("{{url}}",encodeURIComponent(window.location?.href));throw setTimeout(()=>window.location?.assign(e),300),dr=!0,new Error("Redirecting to login page...")}else d("Auth","Login being handled locally.");delete k.authorise}function bo(){return k.check_token||(k.check_token=new Promise(async(t,e)=>{K()?(d("Auth","Valid token found."),t(K())):(d("Auth","No token. Checking URL for auth credentials..."),await So()?t(!0):e()),delete k.check_token})),k.check_token}function So(){return k.check_params||(k.check_params=new Promise(t=>{d("Auth","Checking for auth parameters...");let e=Un();if((!e||Object.keys(e).length<=0)&&sessionStorage&&(e=JSON.parse(sessionStorage.getItem("ENGINE.auth.params")||"{}")),e&&(e.code||e.access_token||e.refresh_token)){e.code&&(we=e.code,_e("code")),e.refresh_token&&(I.setItem(`${q}_refresh_token`,e.refresh_token),_e("refresh_token"));const n=I.getItem(`${q}_nonce`)||"",r=(e.state||"").split(";");_e("state"),_e("token_type");const i=r[0];n===i?(Hn(e),t(!!e.access_token)):t(!1)}else t(!1);oe("check_params_promise",()=>delete k.check_params,50)})),k.check_params}function ko(t){const e=Po();t=t?`${e};${t}`:e;const n=S?(S.auth_uri||"").indexOf("?")>=0:!1,r=(S?S.auth_uri:null)||"/auth/oauth/authorize",i=Gt()||S.auth_type==="auth_code"?"code":"token";let s=`${r}${n?"&":"?"}response_type=${encodeURIComponent(i)}&client_id=${encodeURIComponent(q)}&state=${encodeURIComponent(t)}&redirect_uri=${encodeURIComponent(S.redirect_uri)}&scope=${encodeURIComponent(S.scope)}`;if(S.auth_type==="auth_code"){const{challenge:o,verify:u}=$o();sessionStorage.setItem(`${q}_challenge`,o),s+="&code_challenge_method=S256",s+=`&code_challenge=${u}`}return s}const pr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".split("");function $o(t=43){const e=new Array(t).fill(0).map(()=>pr[Math.floor(Math.random()*pr.length)]).join(""),n=Bs(Qs(e)),r=Lr(Gs.hash(n)).split("=")[0].replace(/\//g,"_").replace(/\+/g,"-");return{challenge:e,verify:r}}function Ao(){let e=(S.token_uri||"/auth/token")+`?client_id=${encodeURIComponent(q)}`,n="";if(e+=`&redirect_uri=${encodeURIComponent(S.redirect_uri)}`,jt()){e+=`&refresh_token=${encodeURIComponent(jt())}`,e+="&grant_type=refresh_token";const r=e.split("?");e=r[0],n=r[1]}else{e+=`&code=${encodeURIComponent(we)}`,e+="&grant_type=authorization_code";const r=sessionStorage.getItem(`${q}_challenge`);r&&(e+=`&code_verifier=${r}`,sessionStorage.removeItem(`${q}_challenge`)),we=""}return[e,n]}function xo(t){const e=t.token_uri||"/auth/token",n=R({grant_type:"password",client_id:q,client_secret:t.client_secret,redirect_uri:t.redirect_uri,authority:W?.id,scope:t.scope,username:t.username,password:t.password});return`${e}?${n}`}function ti(){return ni(...Ao())}function wo(t){return ni(xo(t))}function ni(t,e=""){return k.generate_tokens||(k.generate_tokens=new Promise((n,r)=>{d("Auth","Generating new token...");const i=s=>{d("Auth","Error generating new tokens.",s),I.removeItem(`${q}_refresh_token`),Vt.next(""),r(),delete k.generate_tokens};Rn(t,{method:"POST",body:e,headers:{"Content-Type":"application/x-www-form-urlencoded"}}).subscribe(async s=>{if(!s.ok)return i(s);const o=await s.json();Hn(o),n(),delete k.generate_tokens},i)})),k.generate_tokens}function Hn(t){const e=eo(new Date,Math.max(60,parseInt(t.expires_in,10)-300));d("Auth","Tokens generated storing..."),Gt()&&(t.access_token&&(I.setItem(`${q}_access_token`,t.access_token),_e("access_token")),t.refresh_token&&(I.setItem(`${q}_refresh_token`,t.refresh_token),_e("refresh_token"))),t.expires_in&&(I.setItem(`${q}_expires_at`,`${e.valueOf()}`),_e("expires_in")),me.next(!0),je.next(t.access_token||""),Vt.next(t.refresh_token||"")}function Po(){const t=zr();return I.setItem(`${q}_nonce`,t),t}const Yt={};let ri=(t,e)=>{const n=new Error(`Mock endpoint not found: ${t} ${e}`);return n.status=404,d("HTTP(M)",`404 ${t}:`,e),Cr(n)};function To(t){ri=t}function Oo(t,e=Yt){ii(t.method,t.path,e);const n=`${t.method}|${t.path}`,r=t.path.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").replace(/^\//,"").split("/"),i={...t,path_parts:r,path_structure:r.map(s=>s[0]===":"?s.replace(":",""):"")};e[n]=i,d("HTTP(M)",`+ ${t.method} ${t.path}`)}function ii(t,e,n=Yt){const r=`${t}|${e}`;n[r]&&(delete n[r],d("HTTP(M)",`- ${t} ${e}`))}function Eo(t,e,n,r=Yt){const i=Io(t,e,r);if(i){const s=qo(e,i,n);return Mo(i,s)}return ri(t,e)}function Io(t,e,n=Yt){const i=e.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").replace(/^\//,"").split("?")[0].split("/"),s=Object.keys(n).reduce((o,u)=>(u.indexOf(`${t}|`)===0&&o.push(n[u]),o),[]);for(const o of s)if(o.path_structure.length===i.length){let u=!0;for(let c=0;c<o.path_structure.length;c++)if(!o.path_structure[c]&&o.path_parts[c]!==i[c]){u=!1;break}if(u)return o}return null}function qo(t,e,n){const r=t.replace(/(http|https):\/\/[a-zA-Z0-9.-]*:?([0-9]*)?/g,"").split("?"),i=r[0].replace(/^\//,""),s=r[1]||"",o=Ce(s),u=i.split("/"),c={};for(let _=0;_<e.path_structure.length;_++){const y=e.path_structure[_];y&&(c[y]=u[_])}const l={url:t,path:e.path,method:e.method,metadata:e.metadata,route_params:c,query_params:o,body:n};return d("HTTP(M)",`MATCHED ${l.method}:`,l),l}function Mo(t,e){let n;try{n=t.callback?t.callback(e):t.metadata}catch(o){throw d("HTTP(M)",`ERROR ${e.method}:`,[e.url,o]),o}const r=t.delay_variance||100,i=t.delay||300,s=Math.floor(Math.random()*r-r/2)+i;return d("HTTP(M)",`RESP ${e.method}:`,[e.url,n]),Us([n]).pipe(Ls(Math.max(200,s)))}const si={};function oi(t,e=si){return e[t]||{}}function C(t,e,n=it){return e||(e={response_type:"json"}),n("GET",t,{response_type:"json",...e})}function G(t,e,n,r=it){return n||(n={response_type:"json"}),r("POST",t,{body:e,response_type:"json",...n})}function Oe(t,e,n,r=it){return n||(n={response_type:"json"}),r("PUT",t,{body:e,response_type:"json",...n})}function Le(t,e,n,r=it){return n||(n={response_type:"json"}),r("PATCH",t,{body:e,response_type:"json",...n})}function ge(t,e,n=it){return e||(e={response_type:"void"}),n("DELETE",t,{response_type:"void",...e})}async function Ro(t,e,n=si){if(t.headers){const r={};t.headers.forEach?t.headers.forEach((i,s)=>r[s.toLowerCase()]=i):Object.keys(t.headers).forEach(i=>r[i.toLowerCase()]=t.headers[i]),n[t.url||""]=r}switch(e){case"json":return await t.json().catch(()=>({}));case"text":return await t.text();case"void":return;default:return await t.json().catch(()=>({}))}}const ui=()=>(Kt(),Fn().then(()=>Promise.resolve(),()=>new Promise(t=>{setTimeout(()=>{ui().then(()=>t())},1e3)})));function it(t,e,n,r=Zt,i=Eo,s=Ro){if(r()){const o=i(t,e,n?.body);if(o)return o}return n.headers=n.headers||{},!n.headers["Content-Type"]&&!n.headers["content-type"]&&(n.headers["Content-Type"]="application/json"),Jr().pipe(Ns(o=>o),jr(1),ur(o=>{K()==="x-api-key"?n.headers["X-API-Key"]=rt():n.headers.Authorization=`Bearer ${K()}`;const u={...n,method:t,credentials:"same-origin"};return["POST","PUT","PATCH"].includes(t)&&n.body!==void 0&&(u.body=typeof n.body=="string"?n.body:JSON.stringify(n.body)),Rn(e,u)}),ur(o=>o.ok?s(o,n.response_type):Cr(o)),Ws({count:4,delay:(o,u)=>new N(c=>{if(o.status===511){ei(tt()),c.error(o);return}if(o.status!==401){c.error(o||{});return}d("HTTP","Auth error",o);const l=Math.pow(2,u-1)*1e3;ui().then(()=>{c.next(l),c.complete()}).catch(()=>{c.error(o)})})}))}class H{id;name;created_at;updated_at;version;constructor(e={}){this.id=e.id||"",this.name=e.name||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.version=e.version||0}toJSON(){const e={...this};return e.version=this.version,delete e.created_at,Br(e,[void 0,null,""])}}class ci extends H{alert_dashboard_id;alert_dashboard_details;authority_id;description;enabled;conditions;severity;alert_type;debounce_period;constructor(e){super(e),this.authority_id=e.authority_id||"",this.description=e.description||"",this.enabled=e.enabled||!1,this.conditions=e.conditions||{time_dependents:[],comparisons:[]},this.severity=e.severity||"low",this.alert_type=e.alert_type||"threshold",this.debounce_period=e.debounce_period||0,this.alert_dashboard_id=e.alert_dashboard_id||"",this.alert_dashboard_details=e.alert_dashboard_details||void 0}}class ai extends H{authority_id;description;enabled;constructor(e){super(e),this.authority_id=e.authority_id||"",this.description=e.description||"",this.enabled=e.enabled||!1}}const He="alert_dashboards";function Jt(t){return new ai(t)}function Uo(t={}){return x({query_params:t,fn:Jt,path:He})}function Do(t){return b({id:t,query_params:{},fn:Jt,path:He})}function Co(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:Jt,path:He})}function No(t){return O({form_data:t,query_params:{},fn:Jt,path:He})}function Fo(t){return T({id:t,query_params:{},path:He})}function jo(t){return x({query_params:{},fn:ot,path:`${He}/${t}/alerts`})}const st="alerts";function ot(t){return new ci(t)}function Lo(t={}){return x({query_params:t,fn:ot,path:st})}function Ho(t,e={}){return b({id:t,query_params:e,fn:ot,path:st})}function zo(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:ot,path:st})}function Wo(t){return O({form_data:t,query_params:{},fn:ot,path:st})}function Bo(t){return T({id:t,query_params:{},path:st})}class li extends H{uid;secret;owner_id;scopes;redirect_uri;skip_authorization;preserve_client_id;constructor(e={}){super(e),this.uid=e.uid||"",this.secret=e.secret||"",this.owner_id=e.owner_id||"",this.scopes=e.scopes||"",this.redirect_uri=e.redirect_uri||"",this.skip_authorization=e.skip_authorization||!1,this.preserve_client_id=e.preserve_client_id||!1}}function Qo(t){return hi[t]||0}function Vo(t){return fi[t]||0}let hi={},fi={},_r="";const Xt=t=>t;function x(t){const{query_params:e,fn:n,path:r,endpoint:i}=t,s=R(e),o=`${i||A()}${r?"/"+r:""}${s?"?"+s:""}`;return C(o).pipe(g(u=>{const c=Zo(o,s,r);return{total:c.total||0,next:c.next?()=>x({query_params:c.next,fn:n,endpoint:i,path:r}):null,data:u&&u instanceof Array?u.map(l=>(n||Xt)(l)):u&&!(u instanceof Array)&&u.results?u.results.map(l=>l):[]}}))}function b(t){const{query_params:e,id:n,path:r,fn:i,options:s}=t,o=R(e),u=`${A()}/${r}/${n}${o?"?"+o:""}`;return C(u,s).pipe(g(c=>(i||Xt)(c)))}function O(t){const{query_params:e,form_data:n,path:r,fn:i}=t,s=R(e),o=`${A()}/${r}${s?"?"+s:""}`;return G(o,n).pipe(g(c=>(i||Xt)(c)))}function m(t){const{id:e,task_name:n,form_data:r,method:i,path:s,callback:o}=t,u=R(r),c=`${A()}/${s}/${e}/${n}`;return(i==="post"||i==="put"||!i?(i==="put"?Oe:G)(c,r):(i==="del"?ge:C)(`${c}${u?"?"+u:""}`,{response_type:"json"})).pipe(g(_=>(o||(y=>y))(_)))}function E(t){const{id:e,query_params:n,form_data:r,method:i,path:s,fn:o}=t,u=R({...n,version:r.version||0}),c=`${A()}/${s}/${e}${u?"?"+u:""}`;return(i==="put"?Oe:Le)(c,r).pipe(g(l=>(o||Xt)(l)))}function T(t){const{id:e,query_params:n,path:r}=t,i=R(n),s=`${A()}/${r}/${e}${i?"?"+i:""}`;return ge(s)}function Zo(t,e,n){const r=oi(t[0]==="/"?`${location.origin}${t}`:t),i={total:0,next:null};if(r&&r["x-total-count"]){const s=+(r["x-total-count"]||0);(e.length<2||e.length<12&&e.indexOf("offset=")>=0)&&(hi[n]=s),fi[n]=s,i.total=s}return r&&r.link&&(_r=Wr(r.link||"").next,i.next=Ce(_r.split("?")[1])),i}const ut="oauth_apps";function en(t){return new li(t)}function Go(t={}){return x({query_params:t,fn:en,path:ut})}function Ko(t){return b({id:t,query_params:{},fn:en,path:ut})}function Yo(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:en,path:ut})}function Jo(t){return O({form_data:t,query_params:{},fn:en,path:ut})}function Xo(t){return T({id:t,query_params:{},path:ut})}var di=(t=>(t[t.Certificate=0]="Certificate",t[t.NoAuth=1]="NoAuth",t[t.UserPassword=2]="UserPassword",t))(di||{});class pi extends H{id;name;auth_type;description;host;port;tls;username;password;certificate;secret;filters;constructor(e={}){super(),this.id=e.id||"",this.name=e.name||"",this.auth_type=e.auth_type||2,this.description=e.description||"",this.host=e.host||"",this.port=e.port||1883,this.tls=e.tls||!1,this.username=e.username||"",this.password=e.password||"",this.certificate=e.certificate||"",this.secret=e.secret||"",this.filters=e.filters||[]}}const ct="brokers";function tn(t){return new pi(t)}function eu(t={}){return x({query_params:t,fn:tn,path:ct})}function tu(t,e={}){return b({id:t,query_params:e,fn:tn,path:ct})}function nu(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:tn,path:ct})}function ru(t){return O({form_data:t,query_params:{},fn:tn,path:ct})}function iu(t,e={}){return T({id:t,query_params:e,path:ct})}class _i{id;compiled_drivers;available_repositories;running_drivers;module_instances;unavailable_repositories;unavailable_drivers;hostname;cpu_count;core_cpu;total_cpu;memory_total;memory_usage;core_memory;memory_percentage;used_memory;total_memory;edge_nodes;run_counts;constructor(e={}){this.id=e.id||e.core_id||"",this.compiled_drivers=e.compiled_drivers||[],this.available_repositories=e.available_repositories||e.status?.available_repositories||[],this.running_drivers=e.running_drivers||e.status?.running_drivers||0,this.module_instances=e.module_instances||e.status?.module_instances||0,this.unavailable_repositories=e.unavailable_repositories||e.status?.unavailable_repositories||[],this.unavailable_drivers=e.unavailable_drivers||e.status?.unavailable_drivers||[],this.hostname=e.hostname||e.load?.local.hostname||"",this.cpu_count=e.cpu_count||e.load?.local.cpu_count||0,this.core_cpu=e.core_cpu||e.load?.local.core_cpu||0,this.total_cpu=e.total_cpu||e.load?.local.total_cpu||0,this.memory_total=e.memory_total||e.load?.local.memory_total||0,this.memory_usage=e.memory_usage||e.load?.local.memory_usage||0,this.core_memory=e.core_memory||e.load?.local.core_memory||0,this.run_counts=e.run_counts||e.status?.run_counts?.local||{modules:0,drivers:0},this.memory_percentage=+(this.memory_usage/this.memory_total*100).toFixed(4),this.used_memory=et(this.memory_usage*1024),this.total_memory=et(this.memory_total*1024);const n=e.load?.edge||{};this.edge_nodes=e.edge_nodes||Object.keys(n).map(r=>({id:r,...n[r],run_count:e.status?.run_count?.edge[r]||{}}))||[]}}class mi{cluster_id;id;modules;running;module_instances;last_exit_code;launch_count;launch_time;cpu_usage;memory_total;memory_usage;used_memory;total_memory;constructor(e,n={}){this.cluster_id=e,this.id=n.id||n.driver||"",this.modules=n.modules||[],this.running=n.running||!1,this.module_instances=n.module_instances||n.edge?.status?.module_instances||n.local?.status?.module_instances||0,this.last_exit_code=n.last_exit_code||n.edge?.status?.last_exit_code||n.local?.status?.last_exit_code||0,this.launch_count=n.launch_count||n.edge?.status?.launch_count||n.local?.status?.launch_count||0,this.launch_time=n.launch_time||n.edge?.status?.launch_time||n.local?.status?.launch_time||0,this.cpu_usage=n.cpu_usage||n.percentage_cpu||n.edge?.status?.percentage_cpu||n.local?.status?.percentage_cpu||0,this.memory_total=n.memory_total||n.edge?.status?.memory_total||n.local?.status?.memory_total||0,this.memory_usage=n.memory_usage||n.edge?.status?.memory_usage||n.local?.status?.memory_usage||0,this.used_memory=et(this.memory_usage*1024),this.total_memory=et(this.memory_total*1024)}}const ze="cluster";function yi(t){return new _i(t)}function su(t={}){return x({query_params:t,fn:yi,path:ze})}function ou(t,e={}){return b({id:t,query_params:e,fn:yi,path:ze})}function uu(t,e={}){return b({id:t,query_params:e,fn:n=>n.map(r=>new mi(t,r)),path:ze})}function cu(t,e){return T({id:t,query_params:e,path:ze})}function au(){const t=`${A()}${ze}/rebalance`;return G(t,{}).pipe(g(()=>{}))}function lu(){const t=`${A()}${ze}/versions`;return C(t).pipe(g(e=>e))}class gi extends H{domain;login_url;logout_url;description;config;internals;email_domains;constructor(e={}){super(e),this.description=e.description||"",this.domain=e.domain||"",this.login_url=e.login_url||"",this.logout_url=e.logout_url||"",this.config=e.config||{},this.internals=e.internals||{},this.email_domains=e.email_domains||[]}}const We="domains";function at(t){return new gi(t)}function hu(t={}){return x({query_params:t,fn:at,path:We})}function fu(t){return b({id:t,query_params:{},fn:at,path:We})}function du(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:at,path:We})}function pu(t){return O({form_data:t,query_params:{},fn:at,path:We})}function _u(t){return T({id:t,query_params:{},path:We})}function mu(t){const e=`${A()}${We}/lookup/${encodeURIComponent(t)}`;return C(e).pipe(g(n=>at(n)))}var Ee=(t=>(t[t.None=0]="None",t[t.Support=1]="Support",t[t.Admin=2]="Admin",t[t.NeverDisplay=3]="NeverDisplay",t))(Ee||{});class ve extends H{parent_id;updated_at;encryption_level;settings_string;keys;modified_by_id;get value(){return this.settings_string}constructor(e={}){super(e),this.parent_id=e.parent_id||"",this.updated_at=e.updated_at||Math.floor(new Date().getTime()/1e3),this.settings_string=e.settings_string||"",this.encryption_level=e.encryption_level||Ee.None,this.keys=e.keys||[],this.modified_by_id=e.modified_by_id||""}}var nt=(t=>(t[t.SSH=0]="SSH",t[t.Device=1]="Device",t[t.Service=2]="Service",t[t.Websocket=3]="Websocket",t[t.Logic=99]="Logic",t))(nt||{});class zn extends H{class_name;description;module_name;role;default_uri;default_port;repository_id;file_name;commit;ignore_connected;update_available;update_info;settings;constructor(e={}){super(e),this.description=e.description||"",this.module_name=e.module_name||"",this.role=e.role??nt.Logic,this.default_uri=e.default_uri||"",this.default_port=e.default_port||1,this.ignore_connected=e.ignore_connected||!1,this.class_name=e.class_name||"",this.repository_id=e.repository_id||"",this.file_name=e.file_name||"",this.commit=e.commit||"",this.update_available=e.update_available||!1,this.update_info=e.update_info,this.settings=e.settings||[null,null,null,null],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in Ee)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new ve({parent_id:this.id,encryption_level:+n}))}}const ae="drivers";function nn(t){return new zn(t)}function yu(t={}){return x({query_params:t,fn:nn,path:ae})}function gu(t,e={}){return b({id:t,query_params:e,fn:nn,path:ae})}function vu(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:nn,path:ae})}function bu(t){return O({form_data:t,query_params:{},fn:nn,path:ae})}function Su(t){return T({id:t,query_params:{},path:ae})}function ku(t){return m({id:t,task_name:"recompile",path:ae})}function $u(t){return m({id:t,task_name:"reload",path:ae})}function Au(t){return m({id:t,task_name:"compiled",method:"get",path:ae})}function xu(t){return m({id:t,task_name:"readme",method:"get",path:ae})}class vi extends H{description;secret;x_api_key;online;last_seen;constructor(e={}){super(e),this.description=e.description||"",this.secret=e.secret||"",this.x_api_key=e.x_api_key||"",this.last_seen=(e.last_seen||0)*1e3||Date.now(),this.online=e.online||!1}toJSON(){const e=super.toJSON();return delete e.last_seen,e}}const Ie="edges";function rn(t){return new vi(t)}function wu(t={}){return x({query_params:t,fn:rn,path:Ie})}function Pu(t){return b({id:t,query_params:{},fn:rn,path:Ie})}function Tu(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:rn,path:Ie})}function Ou(t){return O({form_data:t,query_params:{},fn:rn,path:Ie})}function Eu(t){return T({id:t,query_params:{},path:Ie})}function Iu(t){return m({id:t,task_name:"token",form_data:{},method:"get",path:Ie})}function qu(){const t=A(),e=t.startsWith("https")?"wss:":"ws:",n=t.startsWith("https")?"https:":"http:";return t.replace(n,e)+`${Ie}/control`}class bi extends H{type="ldap";authority_id;host;port;auth_method;uid;base;bind_dn;password;filter;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.host=e.host||"",this.port=e.port||636,this.auth_method=e.auth_method||"ssl",this.uid=e.uid||"",this.base=e.base||"",this.bind_dn=e.bind_dn||"",this.password=e.password||"",this.filter=e.filter||""}}const lt="ldap_auths";function sn(t){return new bi(t)}function Mu(t={}){return x({query_params:t,fn:sn,path:lt})}function Ru(t){return b({id:t,query_params:{},fn:sn,path:lt})}function Uu(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:sn,path:lt})}function Du(t){return O({form_data:t,query_params:{},fn:sn,path:lt})}function Cu(t){return T({id:t,query_params:{},path:lt})}class Wn{id;name;description;details;editors;schema;updated_at;modified_by_id;version;constructor(e={}){this.id=e.id||e.parent_id||"",this.name=e.name||"",this.description=e.description||"";try{this.details=(typeof e.details=="string"?JSON.parse(e.details):e.details)||{}}catch{this.details=e.details||{}}this.editors=e.editors||[],this.schema=e.schema||"",this.updated_at=(e.updated_at||0)*1e3||Date.now(),this.modified_by_id=e.modified_by_id||"",this.version=e.version||0}}class le extends H{system_name;activated_count;description;debounce_period;important;enabled;enable_webhook;exec_enabled;webhook_secret;supported_methods;control_system_id;zone_id;trigger_id;playlists;get system_id(){return this.control_system_id}get actions(){const e=this._actions,n=(e.functions||[]).map(i=>({...i,args:{...i.args}})),r=(e.mailers||[]).map(i=>({...i,emails:[...i.emails]}));return{functions:n,mailers:r}}get conditions(){const e=this._conditions,n=(e.comparisons||[]).map(i=>({...i,left:typeof i.left=="object"?{...i.left}:i.left,right:typeof i.right=="object"?{...i.right}:i.right})),r=(e.time_dependents||[]).map(i=>({...i}));return{comparisons:n,time_dependents:r}}_actions;_conditions;constructor(e={}){super(e),this.description=e.description||"",this._actions=e.actions||{functions:[],mailers:[]},this._conditions=e.conditions||{comparisons:[],time_dependents:[]},this.debounce_period=e.debounce_period||0,this.important=e.important||!1,this.enabled=e.enabled||!1,this.webhook_secret=e.webhook_secret||"",this.control_system_id=e.system_id||e.control_system_id||"",this.zone_id=e.zone_id||"",this.system_name=e.system_name||(e.control_system?e.control_system.name:""),this.enable_webhook=e.enable_webhook||!1,this.exec_enabled=e.exec_enabled||!1,this.supported_methods=e.supported_methods||["POST"],this.activated_count=e.activated_count||e.trigger_count||0,this.playlists=e.playlists||[],this.trigger_id=e.trigger_id||""}}class on extends H{settings=[null,null,null,null];description;parent_id;triggers;tags;location;display_name;code;type;count;capacity;map_id;images;timezone;playlists;trigger_list=[];constructor(e={}){super(e),this.description=e.description||"",this.tags=e.tags||[],this.triggers=e.triggers||[],this.settings=e.settings||[null,null,null,null],this.parent_id=e.parent_id||"",this.location=e.location||"",this.display_name=e.display_name||"",this.code=e.code||"",this.type=e.type||"",this.count=e.count||0,this.capacity=e.capacity||0,this.map_id=e.map_id||"",this.timezone=e.timezone||"",this.images=e.images||[],this.playlists=e.playlists||[],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in Ee)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new ve({parent_id:this.id,encryption_level:+n}));e.trigger_data&&e.trigger_data instanceof Array&&(this.trigger_list=e.trigger_data.map(n=>new le(n)))}}class Si{zone;metadata;keys;constructor(e={}){this.zone=new on(e.zone),this.keys=e.keys||[],this.metadata={};const n=e.metadata||{};for(const r of this.keys)this.metadata[r]=new Wn(n[r])}}const qe="metadata";function ht(t){return new Wn(t)}function Nu(t,e={}){return b({id:t,query_params:e,fn:n=>Object.keys(n).map(r=>ht(n[r])),path:qe})}function Fu(t){const e=[...t],n=[];for(;e.length;){const r=e.pop();Array.isArray(r)?e.push(...r):n.push(r)}return n.reverse()}function ju(t,e={}){return m({id:t,task_name:"history",form_data:e,method:"get",callback:n=>Fu(Object.keys(n).map(r=>n[r].map(i=>ht(i)))),path:qe})}function Lu(t,e){return b({id:t,query_params:{name:e},fn:n=>ht(n[e]),path:qe})}function Hu(t,e,n="put"){return E({id:t,form_data:e,query_params:{},method:n,fn:ht,path:qe})}function zu(t){return O({form_data:t,query_params:{},fn:ht,path:qe})}function Wu(t,e){return T({id:t,query_params:e,path:qe})}function Bu(t,e){return m({id:t,task_name:"children",form_data:e,method:"get",callback:n=>n.map(r=>new Si({...r,keys:Object.keys(r.metadata)})),path:qe})}class Bn extends H{settings=[null,null,null,null];display_name;description;email;code;capacity;features;bookable;public;installed_ui_devices;support_url;timetable_url;camera_snapshot_url;camera_url;room_booking_url;map_id;modules;images;zones;timezone;module_list=[];signage;playlists;approval;orientation;constructor(e={}){super(e),this.display_name=e.display_name||"",this.description=e.description||"",this.email=e.email||"",this.code=e.code||"",this.capacity=e.capacity||0,this.features=e.features||[],this.bookable=e.bookable||!1,this.public=e.public??!1,this.installed_ui_devices=e.installed_ui_devices||0,this.support_url=e.support_url||"",this.camera_snapshot_url=e.camera_snapshot_url||"",this.camera_url=e.camera_url||"",this.timetable_url=e.timetable_url||"",this.room_booking_url=e.room_booking_url||"",this.map_id=e.map_id||"",this.modules=e.modules||[],this.images=e.images||[],this.zones=e.zones||[],this.settings=e.settings||[null,null,null,null],this.timezone=e.timezone||"",this.signage=e.signage||!1,this.playlists=e.playlists||[],this.orientation=e.orientation||"unspecified",this.approval=e.approval||!1,typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in Ee)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new ve({parent_id:this.id,encryption_level:+n}));e.module_data&&e.module_data instanceof Array&&(this.module_list=e.module_data.map(n=>new Qn(n)))}}class Qn extends H{connected;running;updated_at;edge_id;driver_id;driver;control_system_id;system;ip;tls;udp;port;makebreak;uri;custom_name;role;notes;ignore_connected;settings=[null,null,null,null];has_runtime_error;error_timestamp;get system_id(){return this.control_system_id}constructor(e={}){super(e),this.driver_id=e.driver_id||e.dependency_id||"",this.control_system_id=e.control_system_id||"",this.edge_id=e.edge_id||"",this.ip=e.ip||"",this.tls=e.tls||!1,this.udp=e.udp||!1,this.port=e.port||1,this.makebreak=e.makebreak||!1,this.uri=e.uri||"",this.custom_name=e.custom_name||"",this.role=e.role??nt.Logic,this.notes=e.notes||"",this.ignore_connected=e.ignore_connected||!1,this.connected=e.connected,this.running=e.running||!1,this.updated_at=e.updated_at||0,this.system=new Bn(e.control_system||e.system),this.has_runtime_error=e.has_runtime_error||!1,this.error_timestamp=e.error_timestamp||0,this.driver=new zn(e.dependency||e.driver),this.settings=e.settings||[null,null,null,null],typeof this.settings!="object"&&(this.settings=[null,null,null,null]);for(const n in Ee)!isNaN(Number(n))&&!this.settings[n]&&(this.settings[n]=new ve({parent_id:this.id,encryption_level:+n}))}toJSON(e=!1){const n=super.toJSON();return(n.role!==nt.Logic&&!e||!n.control_system_id)&&delete n.control_system_id,delete n.driver,delete n.system,delete n.error_timestamp,delete n.has_runtime_error,n}}const Y="modules";function un(t){return new Qn(t)}function Qu(t={}){return x({query_params:t,fn:un,path:Y})}function Vu(t,e={}){return b({id:t,query_params:e,fn:un,path:Y})}function Zu(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:un,path:Y})}function Gu(t){return O({form_data:t,query_params:{},fn:un,path:Y})}function Ku(t){return T({id:t,query_params:{},path:Y})}function Yu(t){return m({id:t,task_name:"start",path:Y})}function Ju(t){return m({id:t,task_name:"stop",path:Y})}function Xu(t){return m({id:t,task_name:"state",method:"get",path:Y})}function ec(t,e){return m({id:t,task_name:`state/${e}`,method:"get",path:Y})}function tc(t){return m({id:t,task_name:"load",method:"post",path:Y})}function nc(t){return m({id:t,task_name:"settings",method:"get",callback:e=>e.map(n=>new ve(n)),path:Y})}function rc(t){return m({id:t,task_name:"error",method:"get",path:Y})}function ic(t,e,n=[]){return m({id:t,task_name:`exec/${encodeURIComponent(e)}`,form_data:n,path:Y})}class ki extends H{type="oauth";authority_id;client_id;client_secret;info_mappings;site;authorize_url;token_method;token_url;auth_scheme;scope;raw_info_url;authorize_params;ensure_matching;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.client_id=e.client_id||"",this.client_secret=e.client_secret||"",this.info_mappings=e.info_mappings||{},this.authorize_params=e.authorize_params||{},this.ensure_matching=e.ensure_matching||{},this.site=e.site||"",this.authorize_url=e.authorize_url||"oauth/authorize",this.token_method=e.token_method||"post",this.token_url=e.token_url||"oauth/token",this.auth_scheme=e.auth_scheme||"request_body",this.scope=e.scope||"",this.raw_info_url=e.raw_info_url||"",this.authorize_params=e.authorize_params||{},this.ensure_matching=e.ensure_matching||{}}}const ft="oauth_auths";function cn(t){return new ki(t)}function sc(t={}){return x({query_params:t,fn:cn,path:ft})}function oc(t){return b({id:t,query_params:{},fn:cn,path:ft})}function uc(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:cn,path:ft})}function cc(t){return O({form_data:t,query_params:{},fn:cn,path:ft})}function ac(t){return T({id:t,query_params:{},path:ft})}var Vn=(t=>(t.Driver="driver",t.Interface="interface",t))(Vn||{});class $i extends H{folder_name;description;uri;branch;commit_hash;repo_type;username;password;root_path;get type(){return this.repo_type}constructor(e={}){super(e),this.folder_name=e.folder_name||"",this.description=e.description||"",this.uri=e.uri||"",this.branch=e.branch||"",this.commit_hash=e.commit_hash||"",this.repo_type=e.repo_type||Vn.Driver,this.username=e.username||"",this.password=e.password||"",this.root_path=e.root_path||""}}const Q="repositories";function an(t){return new $i(t)}function lc(t={}){return x({query_params:t,fn:an,path:Q})}function hc(t){return b({id:t,query_params:{},fn:an,path:Q})}function fc(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:an,path:Q})}function dc(t){return O({form_data:t,query_params:{},fn:an,path:Q})}function pc(t){return T({id:t,query_params:{},path:Q})}function _c(){return b({id:"interfaces",query_params:{},path:Q})}function mc(t){return b({id:"remote_default_branch",query_params:t,path:Q})}function yc(t){return b({id:"remote_branches",query_params:t,path:Q})}function gc(t){return b({id:"remote_commits",query_params:t,path:Q})}function vc(t,e){return m({id:t,task_name:"drivers",form_data:e,method:"get",path:Q})}function bc(t,e){return m({id:t,task_name:"commits",form_data:e,method:"get",path:Q})}function Sc(t){return m({id:t,task_name:"branches",method:"get",path:Q})}function kc(t){return m({id:t,task_name:"default_branch",method:"get",path:Q})}function $c(t,e){return m({id:t,task_name:"details",form_data:e,method:"get",path:Q})}function Ac(t,e){return m({id:t,task_name:"pull",form_data:e,method:"post",path:Q})}function xc(t,e){return m({id:t,task_name:"folders",form_data:e,method:"get",path:Q})}class Ai extends H{type="saml";authority_id;issuer;idp_sso_target_url_runtime_params;name_identifier_format;uid_attribute;assertion_consumer_service_url;idp_sso_target_url;idp_cert;idp_cert_fingerprint;attribute_service_name;attribute_statements;request_attributes;idp_slo_target_url;slo_default_relay_state;constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.issuer=e.issuer||"",this.idp_sso_target_url_runtime_params=e.idp_sso_target_url_runtime_params||{},this.name_identifier_format=e.name_identifier_format||"",this.uid_attribute=e.uid_attribute||"",this.assertion_consumer_service_url=e.assertion_consumer_service_url||"",this.idp_sso_target_url=e.idp_sso_target_url||"",this.idp_cert=e.idp_cert||"",this.idp_cert_fingerprint=e.idp_cert_fingerprint||"",this.attribute_service_name=e.attribute_service_name||"",this.attribute_statements=e.attribute_statements||{},this.request_attributes=e.request_attributes||[],this.idp_slo_target_url=e.idp_slo_target_url||"",this.slo_default_relay_state=e.slo_default_relay_state||""}}const dt="saml_auths";function ln(t){return new Ai(t)}function wc(t={}){return x({query_params:t,fn:ln,path:dt})}function Pc(t){return b({id:t,query_params:{},fn:ln,path:dt})}function Tc(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:ln,path:dt})}function Oc(t){return O({form_data:t,query_params:{},fn:ln,path:dt})}function Ec(t){return T({id:t,query_params:{},path:dt})}const Be="settings";function pt(t){return new ve(t)}function Ic(t={}){return x({query_params:t,fn:pt,path:Be})}function qc(t){return b({id:t,query_params:{},fn:pt,path:Be})}function Mc(t,e,n={},r="patch"){return E({id:t,form_data:e,query_params:n,method:r,fn:pt,path:Be})}function Rc(t,e={}){return O({form_data:t,query_params:e,fn:pt,path:Be})}function Uc(t){return T({id:t,query_params:{},path:Be})}function Dc(t,e={}){return m({id:t,task_name:"history",form_data:e,method:"get",callback:n=>n.map(r=>pt(r)),path:Be})}const U="systems";function Me(t){return new Bn(t)}function Cc(t={}){return x({query_params:t,fn:Me,path:U})}function Nc(t){return x({query_params:t,fn:Me,path:`${U}/with_emails`})}function Fc(t,e={}){return b({id:t,query_params:e,fn:Me,path:U})}function jc(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:Me,path:U})}function Lc(t){return O({form_data:t,query_params:{},fn:Me,path:U})}function Hc(t){return T({id:t,query_params:{},path:U})}function zc(t,e,n={}){return m({id:t,task_name:`module/${e}`,form_data:n,method:"put",callback:r=>Me(r),path:U})}function Wc(t,e){return m({id:t,task_name:`module/${e}`,form_data:{},method:"del",callback:n=>Me(n),path:U})}function Bc(t,e={}){return m({id:t,task_name:"start",form_data:e,path:U})}function Qc(t,e={}){return m({id:t,task_name:"stop",form_data:e,path:U})}function Vc(t,e,n,r=1,i=[]){return m({id:t,task_name:`${n}_${r}/${encodeURIComponent(e)}`,form_data:i,path:U})}function Zc(t,e,n=1){return m({id:t,task_name:`${e}_${n}`,method:"get",path:U})}function Gc(t,e,n=1,r){return m({id:t,task_name:`${e}_${n}/${r}`,method:"get",path:U})}function Kc(t,e,n=1){return m({id:t,task_name:`functions/${e}_${n}`,method:"get",path:U})}function Yc(t){return x({query_params:{},fn:e=>new on(e),path:`${U}/${t}/zones`})}function Jc(t,e={}){return x({query_params:e,fn:n=>new le(n),path:`${U}/${t}/triggers`})}function Xc(t,e){return m({id:t,task_name:"triggers",form_data:e,method:"post",callback:n=>new le(n),path:U})}function ea(t,e){return m({id:t,task_name:`triggers/${e}`,method:"del",path:U})}function ta(t){return m({id:t,task_name:"settings",method:"get",callback:e=>e.map(n=>new ve(n)),path:U})}function na(t={}){const e=A(),n=e.startsWith("https")?"wss:":"ws:",r=e.startsWith("https")?"https:":"http:";let i=e.replace(r,n)+`${U}/control`;return t.fixed_device&&(i+=`?fixed_device=${encodeURIComponent(String(t.fixed_device))}`),i}function ra(t,e={}){return m({id:t,task_name:"metadata",form_data:e,method:"get",path:U})}function ia(t,e,n={}){return m({id:t,task_name:`triggers/${encodeURIComponent(e)}`,form_data:n,method:"get",callback:r=>new le(r),path:U})}function sa(t,e,n,r="patch"){return m({id:t,task_name:`triggers/${encodeURIComponent(e)}`,form_data:n,method:r,callback:i=>new le(i),path:U})}const Qe="triggers";function hn(t){return new le(t)}function oa(t={}){return x({query_params:t,fn:hn,path:Qe})}function ua(t,e={}){return b({id:t,query_params:e,fn:hn,path:Qe})}function ca(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:hn,path:Qe})}function aa(t){return O({form_data:t,query_params:{},fn:hn,path:Qe})}function la(t){return T({id:t,query_params:{},path:Qe})}function ha(t){return m({id:t,task_name:"instances",form_data:{},method:"get",callback:e=>e.map(n=>new le(n)),path:Qe})}var xi=(t=>(t.EQ="equal",t.NEQ="not_equal",t.GT="greater_than",t.GTE="greater_than_or_equal",t.LT="less_than",t.LTE="less_than_or_equal",t.AND="and",t.OR="or",t.XOR="exclusive_or",t))(xi||{}),wi=(t=>(t.AT="at",t.CRON="cron",t))(wi||{}),Pi=(t=>(t[t.ExecuteBefore=0]="ExecuteBefore",t[t.ExecuteAfter=1]="ExecuteAfter",t[t.PayloadOnly=2]="PayloadOnly",t[t.IgnorePayload=3]="IgnorePayload",t))(Pi||{});class Ti extends H{email_digest;authority_id;email;phone;country;building;groups;image;metadata;login_name;staff_id;first_name;last_name;support;sys_admin;ui_theme;card_number;department;work_preferences;work_overrides;photo_upload_id;locatable;password="";confirm_password="";constructor(e={}){super(e),this.authority_id=e.authority_id||"",this.email=e.email||"",this.email_digest=e.email_digest||"",this.phone=e.phone||"",this.country=e.country||"",this.building=e.building||"",this.image=e.image||"",this.metadata=e.metadata||"",this.login_name=e.login_name||"",this.staff_id=e.staff_id||"",this.first_name=e.first_name||"",this.last_name=e.last_name||"",this.support=!!e.support,this.sys_admin=!!e.sys_admin,this.ui_theme=e.ui_theme||"",this.card_number=e.card_number||"",this.groups=e.groups||[],this.department=e.department||"",this.photo_upload_id=e.photo_upload_id||"",this.work_preferences=e.work_preferences||[],this.work_overrides=e.work_overrides||{},this.locatable=e.locatable??!0}}const J="users";function Ve(t){return new Ti(t)}function fa(t={}){return x({query_params:t,fn:Ve,path:J})}function da(t,e={}){return b({id:t,query_params:e,fn:Ve,path:J})}function pa(t={}){return b({id:"current",query_params:t,fn:Ve,path:J})}function _a(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:Ve,path:J})}function ma(t){return O({form_data:t,query_params:{},fn:Ve,path:J})}function ya(t,e={}){return T({id:t,query_params:e,path:J})}function ga(t){const e=R(t),n=`${A()}${J}/groups${e?"?"+e:""}`;return C(n).pipe(g(r=>r))}function va(t){const e=R(t),n=`${A()}${J}/metadata/search${e?"?"+e:""}`;return C(n).pipe(g(r=>r))}function ba(){const t=`${A()}${J}/resource_token`;return G(t,{}).pipe(g(e=>e))}function Sa(t,e={}){return m({id:t,task_name:"metadata",form_data:e,method:"get",path:J})}function ka(t){const e=`${A()}${J}/${encodeURIComponent(t)}/resource_token`;return ge(e,{response_type:"void"})}function $a(t){const e=`${A()}${J}/${encodeURIComponent(t)}/resource_token`;return G(e,{}).pipe(g(n=>n))}function Aa(t){return m({id:t,task_name:"revive",form_data:{},method:"post",callback:e=>Ve(e),path:J})}const he="zones";function fn(t){return new on(t)}function xa(t={}){return x({query_params:t,fn,path:he})}function wa(t={}){return b({id:"tags",query_params:t,fn:e=>e,path:he})}function Pa(t,e={}){return b({id:t,query_params:e,fn,path:he})}function Ta(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn,path:he})}function Oa(t){return O({form_data:t,query_params:{},fn,path:he})}function Ea(t){return T({id:t,query_params:{},path:he})}function Ia(t,e={}){return x({query_params:e,fn:n=>new le(n),path:`${he}/${t}/triggers`})}function qa(t,e,n,r=1,i=[]){return m({id:t,task_name:`exec/${encodeURIComponent(n+"_"+r)}/${encodeURIComponent(e)}`,form_data:i,path:he})}function Ma(t,e={}){return m({id:t,task_name:"metadata",form_data:e,method:"get",path:he})}var Zn=(t=>(t[t.Default=0]="Default",t[t.Cut=1]="Cut",t[t.CrossFade=2]="CrossFade",t[t.SlideTop=3]="SlideTop",t[t.SlideLeft=4]="SlideLeft",t[t.SlideRight=5]="SlideRight",t[t.SlideBottom=6]="SlideBottom",t))(Zn||{});class Oi{id;created_at;updated_at;name;description;authority_id;start_time;play_time;video_length;animation;media_type;orientation;media_uri;media_id;thumbnail_id;play_count;valid_from;valid_until;get media_url(){return this.media_id?`/api/engine/v2/uploads/${this.media_id}/url`:this.media_uri}get thumbnail_url(){return`/api/engine/v2/uploads/${this.thumbnail_id}/url`}constructor(e){this.id=e.id||"",this.created_at=e.created_at||hr(Date.now()),this.updated_at=e.updated_at||hr(Date.now()),this.name=e.name||"",this.description=e.description||"",this.authority_id=e.authority_id||"",this.start_time=e.start_time||0,this.play_time=e.play_time||0,this.video_length=e.video_length||0,this.animation=e.animation,this.media_type=e.media_type||"unknown",this.orientation=e.orientation||"unspecified",this.media_uri=e.media_uri||"",this.media_id=e.media_id||"",this.thumbnail_id=e.thumbnail_id||"",this.play_count=e.play_count||0,this.valid_from=e.valid_from,this.valid_until=e.valid_until}}class dn{id;playlist_id;items;created_at;updated_at;user_id;user_name;user_email;approved;approved_by_id;approved_by_email;approved_by_name;constructor(e={}){this.id=e.id||"",this.playlist_id=e.playlist_id||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.items=e.items||[],this.approved=!!e.approved,this.approved_by_id=e.approved_by_id||"",this.approved_by_email=e.approved_by_email||"",this.approved_by_name=e.approved_by_name||"",this.user_id=e.user_id||"",this.user_name=e.user_name||"",this.user_email=e.user_email||""}}class Ei{id;created_at;updated_at;name;description;authority_id;orientation;play_count;play_through_count;default_animation;random;enabled;default_duration;play_hours;play_at;play_cron;valid_from;valid_until;constructor(e){this.id=e.id||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0,this.name=e.name||"",this.description=e.description||"",this.authority_id=e.authority_id||"",this.orientation=e.orientation||"",this.play_count=e.play_count||0,this.play_through_count=e.play_through_count||0,this.default_animation=e.default_animation||Zn.Cut,this.random=e.random||!1,this.enabled=e.enabled??!0,this.default_duration=e.default_duration??15*1e3,this.valid_from=e.valid_from,this.valid_until=e.valid_until,this.play_hours=e.play_hours||"",this.play_at=e.play_at||"",this.play_cron=e.play_cron||""}}const Ii="signage";function Ra(t,e={},n){return b({id:t,query_params:e,fn:r=>r,path:`${Ii}`,options:n})}function Ua(t){return m({id:t,task_name:"metrics",form_data:{},method:"post",callback:e=>e,path:Ii})}const _t="signage/media";function pn(t){return new Oi(t)}function Da(t={}){return x({query_params:t,fn:pn,path:_t})}function Ca(t,e={}){return b({id:t,query_params:e,fn:pn,path:_t})}function Na(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:pn,path:_t})}function Fa(t){return O({form_data:t,query_params:{},fn:pn,path:_t})}function ja(t,e={}){return T({id:t,query_params:e,path:_t})}const fe="signage/playlists";function _n(t){return new Ei(t)}function La(t={}){return x({query_params:t,fn:_n,path:fe})}function Ha(t,e={}){return b({id:t,query_params:e,fn:_n,path:fe})}function za(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:_n,path:fe})}function Wa(t){return O({form_data:t,query_params:{},fn:_n,path:fe})}function Ba(t,e={}){return T({id:t,query_params:e,path:fe})}function Qa(t,e={}){return m({id:t,task_name:"media",form_data:e,method:"get",callback:n=>new dn(n),path:fe})}function Va(t,e={}){return m({id:t,task_name:"media/revisions",form_data:e,method:"get",callback:n=>n.map(r=>new dn(r)),path:fe})}function Za(t){return m({id:t,task_name:"media/approve",method:"post",path:fe})}function Ga(t,e){return m({id:t,task_name:"media",form_data:e,method:"post",path:fe,callback:n=>new dn(n)})}class Gn{id;question_id;survey_id;type;answer_json;constructor(e){this.id=e.id||0,this.question_id=e.question_id||0,this.survey_id=e.survey_id||0,this.type=e.type||"",this.answer_json=e.answer_json||{}}}const qi="/api/staff/v1/surveys/answers";function Ka(t={}){const e=R(t);return C(`${qi}${e?"?"+e:""}`).pipe(g(n=>n.map(r=>new Gn(r))))}function Ya(t){return G(`${qi}`,t).pipe(g(e=>e.map(n=>new Gn(n))))}class mt{id;survey_id;token;email;sent;constructor(e){this.id=e.id||0,this.survey_id=e.survey_id||0,this.token=e.token||"",this.email=e.email||"",this.sent=e.sent??!1}}const yt="/api/staff/v1/surveys/invitations";function Ja(t={}){const e=R(t);return C(`${yt}${e?"?"+e:""}`).pipe(g(n=>n.map(r=>new mt(r))))}function Xa(t,e={}){const n=R(e);return C(`${yt}/${t}${n?"?"+n:""}`).pipe(g(r=>new mt(r)))}function el(t,e,n="patch"){return(n==="put"?Oe:Le)(`${yt}/${t}`,e).pipe(g(r=>new mt(r)))}function tl(t){return G(`${yt}`,t).pipe(g(e=>new mt(e)))}function nl(t,e={}){const n=R(e);return ge(`${yt}/${t}${n?"?"+n:""}`)}class gt{id;title;description;type;options;required;max_rating;choices;tags;deleted;constructor(e){this.id=e.id||0,this.title=e.title||"",this.description=e.description||"",this.type=e.type||"",this.options=e.options||{},this.required=e.required||!1,this.max_rating=e.max_rating||0,this.choices=e.choices||[],this.tags=e.tags||[],this.deleted=e.deleted||!1}}const vt="/api/staff/v1/surveys/questions";function rl(t={}){const e=R(t);return C(`${vt}${e?"?"+e:""}`).pipe(g(n=>n.map(r=>new gt(r))))}function il(t,e={}){const n=R(e);return C(`${vt}/${t}${n?"?"+n:""}`).pipe(g(r=>new gt(r)))}function sl(t){return G(`${vt}`,t).pipe(g(e=>new gt(e)))}function ol(t,e,n="patch"){return(n==="put"?Oe:Le)(`${vt}/${t}`,e).pipe(g(r=>new gt(r)))}function ul(t,e={}){const n=R(e);return ge(`${vt}/${t}${n?"?"+n:""}`)}class bt{id;title;description;trigger;building_id;zone_id;pages;constructor(e){this.id=e.id||0,this.title=e.title||"",this.description=e.description||"",this.building_id=e.building_id||"",this.zone_id=e.zone_id||"",this.pages=e.pages||[],this.trigger=e.trigger||"NONE"}}const St="/api/staff/v1/surveys";function cl(t={}){const e=R(t);return C(`${St}${e?"?"+e:""}`).pipe(g(n=>n.map(r=>new bt(r))))}function al(t,e={}){const n=R(e);return C(`${St}/${t}${n?"?"+n:""}`).pipe(g(r=>new bt(r)))}function ll(t,e,n="patch"){return(n==="put"?Oe:Le)(`${St}/${t}`,e).pipe(g(r=>new bt(r)))}function hl(t){return G(`${St}`,t).pipe(g(e=>new bt(e)))}function fl(t,e={}){const n=R(e);return ge(`${St}/${t}${n?"?"+n:""}`)}class Mi{id;parent_category_id;name;description;hidden;created_at;updated_at;constructor(e){this.id=e.id||"",this.parent_category_id=e.parent_category_id||"",this.name=e.name||"",this.description=e.description||"",this.hidden=e.hidden||!1,this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Ri{id;purchase_order_number;invoice_number;supplier_details;purchase_date;unit_price;expected_service_start_date;expected_service_end_date;created_at;updated_at;constructor(e){this.id=e.id||"",this.purchase_order_number=e.purchase_order_number||"",this.invoice_number=e.invoice_number||"",this.supplier_details=e.supplier_details||{},this.purchase_date=e.purchase_date||0,this.unit_price=e.unit_price||0,this.expected_service_start_date=e.expected_service_start_date||0,this.expected_service_end_date=e.expected_service_end_date||0,this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Ui{id;category_id;name;brand;description;model_number;images;created_at;updated_at;constructor(e){this.id=e.id||"",this.category_id=e.category_id||"",this.name=e.name||"",this.brand=e.brand||"",this.description=e.description||"",this.model_number=e.model_number||"",this.images=e.images||[],this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}class Di{id;parent_id;asset_type_id;purchase_order_id;zone_id;identifier;serial_number;other_data;barcode;name;client_ids;map_id;bookable;accessible;zones;place_groups;assigned_to;assigned_name;features;images;notes;security_system_groups;created_at;updated_at;constructor(e){this.id=e.id||"",this.parent_id=e.parent_id||"",this.asset_type_id=e.asset_type_id||"",this.purchase_order_id=e.purchase_order_id||"",this.zone_id=e.zone_id||"",this.identifier=e.identifier||"",this.serial_number=e.serial_number||"",this.other_data=e.other_data||{},this.barcode=e.barcode||"",this.name=e.name||"",this.client_ids=e.client_ids||{},this.map_id=e.map_id||"",this.bookable=e.bookable||!1,this.accessible=e.accessible||!1,this.zones=e.zones||[],this.place_groups=e.place_groups||[],this.assigned_to=e.assigned_to||"",this.assigned_name=e.assigned_name||"",this.features=e.features||[],this.images=e.images||[],this.notes=e.notes||"",this.security_system_groups=e.security_system_groups||[],this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}const be="assets";function Re(t){return new Di(t)}function dl(t={}){return x({query_params:t,fn:Re,path:be})}function pl(t,e={}){return b({id:t,query_params:e,fn:Re,path:be})}function _l(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:Re,path:be})}function ml(t){return O({form_data:t,query_params:{},fn:Re,path:be})}function yl(t,e={}){return T({id:t,query_params:e,path:be})}function gl(t){return G(`${A()}${be}/bulk`,JSON.stringify(t),{}).pipe(g(e=>e.map(n=>Re(n))))}function vl(t,e="patch"){return(e==="put"?Oe:Le)(`${A()}${be}/bulk`,JSON.stringify(t),{}).pipe(g(r=>r.map(i=>Re(i))))}function bl(t,e={}){const n=R(e);return ge(`${A()}${be}/bulk${n?"?"+n:""}`,{body:JSON.stringify(t)}).pipe(g(r=>r.map(i=>Re(i))))}const kt="asset_types";function mn(t){return new Ui(t)}function Sl(t={}){return x({query_params:t,fn:mn,path:kt})}function kl(t,e={}){return b({id:t,query_params:e,fn:mn,path:kt})}function $l(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:mn,path:kt})}function Al(t){return O({form_data:t,query_params:{},fn:mn,path:kt})}function xl(t,e={}){return T({id:t,query_params:e,path:kt})}const $t="asset_categories";function yn(t){return new Mi(t)}function wl(t={}){return x({query_params:t,fn:yn,path:$t})}function Pl(t,e={}){return b({id:t,query_params:e,fn:yn,path:$t})}function Tl(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:yn,path:$t})}function Ol(t){return O({form_data:t,query_params:{},fn:yn,path:$t})}function El(t,e={}){return T({id:t,query_params:e,path:$t})}const At="asset_purchase_orders";function gn(t){return new Ri(t)}function Il(t={}){return x({query_params:t,fn:gn,path:At})}function ql(t,e={}){return b({id:t,query_params:e,fn:gn,path:At})}function Ml(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:gn,path:At})}function Rl(t){return O({form_data:t,query_params:{},fn:gn,path:At})}function Ul(t,e={}){return T({id:t,query_params:e,path:At})}class Ci{id;name;uri;description;user_id;user_email;user_name;redirect_count;enabled;valid_from;valid_until;authority_id;created_at;updated_at;constructor(e){this.id=e.id||"",this.name=e.name||"",this.uri=e.uri||"",this.description=e.description||"",this.user_id=e.user_id||"",this.user_email=e.user_email||"",this.user_name=e.user_name||"",this.redirect_count=e.redirect_count||0,this.enabled=e.enabled??!0,this.valid_from=e.valid_from||"",this.valid_until=e.valid_until||"",this.authority_id=e.authority_id||"",this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}const ie="short_url";function vn(t){return new Ci(t)}function Dl(t={}){return x({query_params:t,fn:vn,path:ie})}function Cl(t,e={}){return b({id:t,query_params:e,fn:vn,path:ie})}function Nl(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:vn,path:ie})}function Fl(t){return O({form_data:t,query_params:{},fn:vn,path:ie})}function jl(t,e={}){return T({id:t,query_params:e,path:ie})}function Ll(t){return`${A()}${ie}/${encodeURIComponent(t)}/redirect`}function Hl(t){return C(`${A()}${ie}/${encodeURIComponent(t)}/qr_code.svg`,{response_type:"text"})}function zl(t,e={}){const n=R(e);return`${A()}${ie}/${encodeURIComponent(t)}/qr_code.png${n?"?"+n:""}`}function Wl(t){const{format:e="svg",...n}=t,r={...n,format:e},i=R(r);return`${A()}${ie}/qr_code${i?"?"+i:""}`}function Bl(t){const e={...t,format:"svg"},n=R(e);return C(`${A()}${ie}/qr_code${n?"?"+n:""}`,{response_type:"text"})}class Ni{id;storage_type;bucket_name;region;access_key;access_secret;authority_id;endpoint;is_default;ext_filter;mime_filter;created_at;updated_at;constructor(e){this.id=e.id||"",this.storage_type=e.storage_type||null,this.bucket_name=e.bucket_name||"",this.region=e.region||"",this.access_key=e.access_key||"",this.access_secret=e.access_secret||"",this.authority_id=e.authority_id||"",this.endpoint=e.endpoint||"",this.is_default=e.is_default??!1,this.ext_filter=e.ext_filter||[],this.mime_filter=e.mime_filter||[],this.created_at=e.created_at||0,this.updated_at=e.updated_at||0}}const xt="storages";function bn(t){return new Ni(t)}function Ql(t={}){return x({query_params:t,fn:bn,path:xt})}function Vl(t,e={}){return b({id:t,query_params:e,fn:bn,path:xt})}function Zl(t,e,n="patch"){return E({id:t,form_data:e,query_params:{},method:n,fn:bn,path:xt})}function Gl(t){return O({form_data:t,query_params:{},fn:bn,path:xt})}function Kl(t,e={}){return T({id:t,query_params:e,path:xt})}const Se="webrtc";function Yl(t={}){const e=R(t),n=`${A()}${Se}/rooms${e?"?"+e:""}`;return C(n).pipe(g(r=>r))}function Jl(t){const e=`${A()}${Se}/room/${encodeURIComponent(t)}`;return C(e).pipe(g(n=>n))}function Xl(t){const e=`${A()}${Se}/members/${encodeURIComponent(t)}`;return C(e).pipe(g(n=>n))}function eh(t,e){const n=`${A()}${Se}/guest_entry/${encodeURIComponent(t)}`;return G(n,e).pipe(g(()=>{}))}function th(){const t=`${A()}${Se}/guest/exit`;return G(t,{}).pipe(g(()=>{}))}function nh(t,e,n){const r=`${A()}${Se}/kick/${encodeURIComponent(t)}/${encodeURIComponent(e)}`;return G(r,n).pipe(g(()=>{}))}function rh(t,e,n){const r=`${A()}${Se}/transfer/${encodeURIComponent(t)}/${encodeURIComponent(e)}`;return G(r,n||{}).pipe(g(()=>{}))}function ih(){const t=A(),e=t.startsWith("https")?"wss:":"ws:",n=t.startsWith("https")?"https:":"http:";return t.replace(n,e)+`${Se}/signaller`}var sh={url:"",deserializer:function(t){return JSON.parse(t.data)},serializer:function(t){return JSON.stringify(t)}},oh="WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }",uh=function(t){ne(e,t);function e(n,r){var i=t.call(this)||this;if(i._socket=null,n instanceof N)i.destination=r,i.source=n;else{var s=i._config=Je({},sh);if(i._output=new xe,typeof n=="string")s.url=n;else for(var o in n)n.hasOwnProperty(o)&&(s[o]=n[o]);if(!s.WebSocketCtor&&WebSocket)s.WebSocketCtor=WebSocket;else if(!s.WebSocketCtor)throw new Error("no WebSocket constructor can be found");i.destination=new kn}return i}return e.prototype.lift=function(n){var r=new e(this._config,this.destination);return r.operator=n,r.source=this,r},e.prototype._resetState=function(){this._socket=null,this.source||(this.destination=new kn),this._output=new xe},e.prototype.multiplex=function(n,r,i){var s=this;return new N(function(o){try{s.next(n())}catch(c){o.error(c)}var u=s.subscribe({next:function(c){try{i(c)&&o.next(c)}catch(l){o.error(l)}},error:function(c){return o.error(c)},complete:function(){return o.complete()}});return function(){try{s.next(r())}catch(c){o.error(c)}u.unsubscribe()}})},e.prototype._connectSocket=function(){var n=this,r=this._config,i=r.WebSocketCtor,s=r.protocol,o=r.url,u=r.binaryType,c=this._output,l=null;try{l=s?new i(o,s):new i(o),this._socket=l,u&&(this._socket.binaryType=u)}catch(y){c.error(y);return}var _=new Pe(function(){n._socket=null,l&&l.readyState===1&&l.close()});l.onopen=function(y){var p=n._socket;if(!p){l.close(),n._resetState();return}var a=n._config.openObserver;a&&a.next(y);var f=n.destination;n.destination=Qt.create(function(h){if(l.readyState===1)try{var $=n._config.serializer;l.send($(h))}catch(v){n.destination.error(v)}},function(h){var $=n._config.closingObserver;$&&$.next(void 0),h&&h.code?l.close(h.code,h.reason):c.error(new TypeError(oh)),n._resetState()},function(){var h=n._config.closingObserver;h&&h.next(void 0),l.close(),n._resetState()}),f&&f instanceof kn&&_.add(f.subscribe(n.destination))},l.onerror=function(y){n._resetState(),c.error(y)},l.onclose=function(y){l===n._socket&&n._resetState();var p=n._config.closeObserver;p&&p.next(y),y.wasClean?c.complete():c.error(y)},l.onmessage=function(y){try{var p=n._config.deserializer;c.next(p(y))}catch(a){c.error(a)}}},e.prototype._subscribe=function(n){var r=this,i=this.source;return i?i.subscribe(n):(this._socket||this._connectSocket(),this._output.subscribe(n),n.add(function(){var s=r._socket;r._output.observers.length===0&&(s&&(s.readyState===1||s.readyState===0)&&s.close(),r._resetState())}),n)},e.prototype.unsubscribe=function(){var n=this._socket;n&&(n.readyState===1||n.readyState===0)&&n.close(),this._resetState(),t.prototype.unsubscribe.call(this)},e}(Pn);function ch(t){return new uh(t)}var te=(t=>(t[t.PARSE_ERROR=0]="PARSE_ERROR",t[t.BAD_REQUEST=1]="BAD_REQUEST",t[t.ACCESS_DENIED=2]="ACCESS_DENIED",t[t.REQUEST_FAILED=3]="REQUEST_FAILED",t[t.UNKNOWN_CMD=4]="UNKNOWN_CMD",t[t.SYS_NOT_FOUND=5]="SYS_NOT_FOUND",t[t.MOD_NOT_FOUND=6]="MOD_NOT_FOUND",t[t.UNEXPECTED_FAILURE=7]="UNEXPECTED_FAILURE",t))(te||{}),Kn=(t=>(t.Info="info",t.Debug="debug",t.Warning="warn",t.Error="error",t.Fatal="fatal",t.Trace="trace",t))(Kn||{});class Fi{constructor(e,n){this._system=e;const r=Object.getOwnPropertyNames(Object.getPrototypeOf(n)).filter(i=>i.startsWith("$"));for(const i in n)n.hasOwnProperty(i)&&n[i]!==void 0&&(n[i]instanceof Function?this.addMethod(i,n[i]):this.addProperty(i,n[i]));for(const i of r)n[i]instanceof Function&&this.addMethod(i,n[i])}call(e,n=[]){return this[`$${e}`]instanceof Function?this[`$${e}`](...n):null}listen(e){return!this[`_${e}`]&&!(this[`_${e}_obs`]instanceof N)&&!this[e]&&this.addProperty(e,null),this[`_${e}_obs`]}addMethod(e,n){e[0]!=="$"&&(e=`$${e}`),this[e]=n}addProperty(e,n){e[0]==="$"&&(e=e.replace("$","")),this[`_${e}`]=new ye(n),this[`_${e}_obs`]=this[`_${e}`].asObservable(),Object.defineProperty(this,e,{get:()=>this[`_${e}`].getValue(),set:r=>this[`_${e}`].next(r)})}}class ji{constructor(e){for(const n in e)e.hasOwnProperty(n)&&e[n]&&e[n]instanceof Array&&e[n].forEach(r=>{this.addModule(n,r)})}addModule(e,n){this[e]||(this[e]=[]),this[e].push(new Fi(this,n))}}const zt={};function ah(t,e){return zt[t]=new ji(e),zt[t]}function Li(t){return zt[t]}function lh(t){delete zt[t]}const Hi=15;let wt=0,X,zi=0;const B={},Yn={},Ue={},hh={},ke=new ye(!1);Ue._place_os_status=ke.asObservable();const Wi=new ye([0,0]);Ue._place_os_sync=Wi.asObservable();let Bi=Date.now(),Ne,Wt=0,de=null,Mt,Jn=0;const Pt=10*1e3,Xn=new xe;Ue._place_os_debug_events=Xn.asObservable();function Rt(){return A().indexOf("/control/")>=0?"/control/websocket":`${Cn()}/systems/control`}function er(){return ke.getValue()}function Qi(){return Ue._place_os_status}function fh(){return Ue._place_os_sync}function Vi(t,e=Yn,n=Ue){const r=`${t.sys}|${t.mod}_${t.index}|${t.name}`;return e[r]||(e[r]=new ye(void 0),n[r]=e[r].asObservable()),n[r]}function Zi(t,e=Yn){const n=`${t.sys}|${t.mod}_${t.index}|${t.name}`;if(e[n])return e[n].getValue()}function On(t,e=0,n=Ze){const r={id:++wt,cmd:"bind",...t};return n(r,e)}function Gi(t,e=0,n=Ze){const r={id:++wt,cmd:"unbind",...t};return n(r,e)}function Ki(t,e=Pt,n=Ze){const r={id:++wt,cmd:"exec",...t};return n(r,e)}function dh(t,e=Pt,n=Ze){const r={id:++wt,cmd:"debug",...t};return n(r,e)}function ph(t,e=Pt,n=Ze){const r={id:++wt,cmd:"ignore",...t};return n(r,e)}function Ze(t,e=Pt,n=0){const r=`${t.cmd}|${t.sys}|${t.mod}${t.index}|${t.name}|${t.args}|${Zr()}`;if(B[r])d("WS","Request already in progress. Waiting...",t);else{const i={...t,key:r};i.promise=new Promise((s,o)=>{const u=()=>{delete B[r],B[r]=null,Ze(t,e,n).then(c=>s(c),c=>o(c))};if(X&&er()){Zt()&&Sh(t,X,hh),i.resolve=s,i.reject=o;const c=`${t.sys}, ${t.mod}_${t.index}, ${t.name}`;d("WS",`[${t.cmd.toUpperCase()}](${t.id}) ${c}`,t.args),X.next(t),e>0&&oe(`${r}`,()=>{o("Request timed out."),delete B[r],B[r]=null},e)}else de?setTimeout(()=>u(),1e3):tr().then(()=>u())}),B[r]=i}return B[r].promise}function Yi(t){if(t!=="pong"&&t instanceof Object){if(t.type==="notify"&&t.meta)yh(t.meta,t.value);else if(t.type==="success")_h(t);else if(t.type==="debug"){d("WS",`[DEBUG] ${t.mod}${t.klass||""} →`,t.msg);const e=t.meta||{mod:"",index:""};Xn.next({mod_id:t.mod||"<empty>",module:`${e.mod}_${e.index}`,class_name:t.klass||"<empty>",message:t.msg||"<empty>",level:t.level||Kn.Debug,time:Math.floor(new Date().getTime()/1e3)})}else t.type==="error"?mh(t):t.cmd||d("WS","Invalid websocket message",t,"error");Te(`${t.id}`)}else t==="pong"&&(Jn=Date.now(),d("WS","Pong!"))}function _h(t){const e=Object.keys(B).map(n=>B[n]).find(n=>n?.id===t.id);d("WS",`[SUCCESS](${t.id})`),e&&e.resolve&&(e.resolve(t.value),delete B[e.key])}function mh(t){let e="UNEXPECTED FAILURE";switch(t.code){case te.ACCESS_DENIED:e="ACCESS DENIED";break;case te.BAD_REQUEST:e="BAD REQUEST";break;case te.MOD_NOT_FOUND:e="MODULE NOT FOUND";break;case te.SYS_NOT_FOUND:e="SYSTEM NOT FOUND";break;case te.PARSE_ERROR:e="PARSE ERROR";break;case te.REQUEST_FAILED:e="REQUEST FAILED";break;case te.UNKNOWN_CMD:e="UNKNOWN COMMAND";break}d("WS",`[ERROR] ${e}(${t.id}): ${t.msg}`,void 0,"error");const n=Object.keys(B).map(r=>B[r]).filter(r=>r).find(r=>r.id===t.id);n&&n.reject&&(n.reject(t),Te(`${n.key}`),delete B[n.key])}function yh(t,e,n=Yn,r=Ue){const i=`${t.sys}|${t.mod}_${t.index}|${t.name}`;n[i]||(n[i]=new ye(null),r[i]=n[i].asObservable());const s=`${t.sys}, ${t.mod}_${t.index}, ${t.name}`;d("WS",`[NOTIFY] ${s} changed`,[n[i].getValue(),"→",e]),n[i].next(e)}function tr(t=0){return de==null&&(de=new Promise(e=>{if(t>40)return location.reload();Wt++,Bi=Date.now(),X=Zt()?bh():gh(),X?(d("WS(Debug)","Authority:",[tt()]),d("WS","Connecting to websocket..."),X.subscribe(n=>{ke.getValue()||(d("WS","Connection established."),e()),ke.next(!0),Wt=0,$n(),Yi(n)},n=>{X=void 0,de=null,yr(),$n(),vh(n)},()=>{X=void 0,de=null,yr(),d("WS","Connection closed by browser."),ke.next(!1),Bt()}),Ne&&clearInterval(Ne),Jn=Date.now(),mr(),Ne=setInterval(()=>mr(),Hi*1e3),$n(),zi+=1,Mt=setTimeout(()=>{d("WS","Unhealthy connection. Reconnecting..."),ke.next(!1),de=null,Bt()},30*1e3)):(X?d("WS",`Waiting on auth(${t}). Retrying in ${1e3*Math.min(10,t+1)}ms...`,[!!K(),!!tt()],"info"):d("WS",`Failed to create websocket(${t}). Retrying in ${1e3*Math.min(10,t+1)}ms...`,void 0,"error"),setTimeout(()=>{de=null,tr(t).then(n=>e(n))},1e3*Math.min(10,++t)))})),de}function gh(){if(!tt()||!K())return null;const t=Xr()||location.protocol.indexOf("https")>=0;let e=`ws${t?"s":""}://${Lt()}${Rt()}${Nn()?"?fixed_device=true":""}`;const n=K();let r=n==="x-api-key"?`api-key=${rt()}`:`bearer_token=${n}`;return!ao()&&!Qr()?(d("WS","Authenticating through cookie..."),r+=`;max-age=120;path=${Rt()};`,r+=`${t?"secure;":""}samesite=strict`,document.cookie=r,d("WS","Cookies:",[document.cookie,r])):(d("WS","Authenticating through URL query parameter..."),e+=`${e.indexOf("?")>=0?"&":"?"}${r}`),d("WS",`Creating websocket connection to ws${t?"s":""}://${Lt()}${Rt()}`),ch({url:e,serializer:i=>typeof i=="object"?JSON.stringify(i):i,deserializer:i=>{let s=i.data;if(s==="pong")return s;try{return JSON.parse(i.data)}catch{return s}}})}function Bt(){Wi.next([zi,Date.now()-Bi]),X&&er()&&(X.complete(),Ne&&(clearInterval(Ne),Ne=void 0)),d("WS",`Reconnecting in ${Math.min(5e3,Wt*300||1e3)}ms...`),oe("reconnect",()=>tr(),Math.min(5e3,(Wt+1)*300||1e3))}function mr(){if(Date.now()-Jn>4*Hi*1e3)return Bt();X?.next("ping")}function vh(t){ke.next(!1),d("WS","Websocket error:",t,void 0,"error"),t.status===401&&Kt(),Fn(),Bt()}function $n(){Mt&&(clearTimeout(Mt),Mt=void 0)}function bh(){const t=new xe;return t.subscribe(e=>Yi(e)),t}function Sh(t,e,n){const r=`${t.sys}|${t.mod}_${t.index}|${t.name}`,i=Li(t.sys),s=i&&i[t.mod]?i[t.mod][t.index-1||0]:null;if(s){switch(t.cmd){case"bind":n[r]=s.listen(t.name).subscribe(o=>{setTimeout(()=>{e.next({type:"notify",value:o,meta:t})},Math.floor(Math.random()*100+50))});break;case"unbind":n[r]&&(n[r].unsubscribe(),delete n[r],Te(`${r}`));break}oe(`${t.id}-response`,()=>{const o={id:t.id,type:"success",value:t.cmd==="exec"?s.call(t.name,t.args):null};e.next(o)},10)}else oe(`${t.id}-error`,()=>e.next({id:t.id,type:"error",code:i?te.SYS_NOT_FOUND:te.MOD_NOT_FOUND}),10)}function yr(){for(const t in B)B[t]&&delete B[t]}class En{constructor(e,n){this._module=e,this.name=n,Qi().pipe(Hs()).subscribe(r=>{r&&(this._stale_bindings||this._pending===1)?(d("VAR","Re-binding to status variable",this.binding()),this.rebind()):r||(Te(`rebind:${JSON.stringify(this.binding())}`),d("VAR","Binding dropped due to disconnection, re-binding when possible.",this.binding()),this._stale_bindings=this._binding_count||this._stale_bindings,this._binding_count=0)})}name;_pending=0;_binding_count=0;_stale_bindings=0;get count(){return this._binding_count}get value(){return Zi(this.binding())}listen(){return Vi(this.binding())}subscribe(e){return this.listen().subscribe(e)}bindThenSubscribe(e){const n=this.bind();return this.listen().subscribe({next:e,complete:()=>n(),error:()=>n()})}bind(){return(this._binding_count<=0&&this._stale_bindings<=0||this._pending===2)&&(this._pending=1,On(this.binding()).then(()=>{this._binding_count++,this._pending=0}).catch(()=>null)),()=>this.unbind()}unbind(){this._binding_count===1&&this._pending===0?(this._pending=2,Gi(this.binding()).then(()=>{this._pending===2&&(this._pending=0),this._binding_count--})):this._binding_count=Math.max(this._binding_count-1,0)}async rebind(){!this._stale_bindings&&this._pending!==1||oe(`rebind:${JSON.stringify(this.binding())}`,async()=>{await On(this.binding()),this._binding_count=this._stale_bindings||1,this._stale_bindings=0},100)}binding(){return{sys:this._module.system.id,mod:this._module.name,index:this._module.index,name:this.name}}}class Ji{constructor(e,n){this._system=e,this._id=n}_bindings={};get id(){return`${this.name}_${this.index}`}get system(){return this._system}get index(){const n=this._id.split("_").pop();return parseInt(n||"",10)||1}get name(){const e=this._id.split("_");return e.pop(),e.join("_")}binding(e){return this._bindings[e]||(this._bindings[e]=new En(this,e)),this._bindings[e]}variable(e){return this._bindings[e]||(this._bindings[e]=new En(this,e)),this._bindings[e]}execute(e,n,r=Pt){return Ki({sys:this._system.id,mod:this.name,index:this.index,name:e,args:n},r)}}class Xi{id;_module_list={};constructor(e){this.id=e}module(e,n=1){if(!e)throw new Error("Invalid module ID");const r=e.split("_");r.length>1&&Number.isInteger(+r[r.length-1])&&(n=+r[r.length-1],r.pop()),n<1&&(n=1);const i=r.join("_");for(this._module_list[i]||(this._module_list[i]=[]);this._module_list[i].length<n;)this._module_list[i].push(new Ji(this,`${i}_${this._module_list[i].length+1}`));return this._module_list[i][n-1]}}const An={};function es(t){return An[t]||(An[t]=new Xi(t)),An[t]}function kh(t,e,n=1){return es(t).module(e,n)}exports.AuthType=di;exports.EncryptionLevel=Ee;exports.MediaAnimation=Zn;exports.MockPlaceWebsocketModule=Fi;exports.MockPlaceWebsocketSystem=ji;exports.PlaceAlert=ci;exports.PlaceAlertDashboard=ai;exports.PlaceApplication=li;exports.PlaceAsset=Di;exports.PlaceAssetCategory=Mi;exports.PlaceAssetPurchaseOrder=Ri;exports.PlaceAssetType=Ui;exports.PlaceCluster=_i;exports.PlaceDomain=gi;exports.PlaceDriver=zn;exports.PlaceDriverRole=nt;exports.PlaceEdge=vi;exports.PlaceErrorCodes=te;exports.PlaceLDAPSource=bi;exports.PlaceLogLevel=Kn;exports.PlaceMQTTBroker=pi;exports.PlaceMetadata=Wn;exports.PlaceModule=Qn;exports.PlaceModuleBinding=Ji;exports.PlaceOAuthSource=ki;exports.PlaceProcess=mi;exports.PlaceRepository=$i;exports.PlaceRepositoryType=Vn;exports.PlaceResource=H;exports.PlaceSAMLSource=Ai;exports.PlaceSettings=ve;exports.PlaceShortUrl=Ci;exports.PlaceStorage=Ni;exports.PlaceSystem=Bn;exports.PlaceSystemBinding=Xi;exports.PlaceTrigger=le;exports.PlaceUser=Ti;exports.PlaceVariableBinding=En;exports.PlaceZone=on;exports.PlaceZoneMetadata=Si;exports.SignageMedia=Oi;exports.SignagePlaylist=Ei;exports.SignagePlaylistMedia=dn;exports.Survey=bt;exports.SurveyAnswer=Gn;exports.SurveyInvitation=mt;exports.SurveyQuestion=gt;exports.TriggerConditionOperator=xi;exports.TriggerTimeConditionType=wi;exports.TriggerWebhookType=Pi;exports.addAlert=Wo;exports.addAlertDashboard=No;exports.addAnswer=Ya;exports.addApplication=Jo;exports.addAsset=ml;exports.addAssetCategory=Ol;exports.addAssetPurchaseOrder=Rl;exports.addAssetType=Al;exports.addAssets=gl;exports.addBroker=ru;exports.addDomain=pu;exports.addDriver=bu;exports.addEdge=Ou;exports.addInvitation=tl;exports.addLDAPSource=Du;exports.addMetadata=zu;exports.addModule=Gu;exports.addOAuthSource=cc;exports.addQuestion=sl;exports.addRepository=dc;exports.addSAMLSource=Oc;exports.addSettings=Rc;exports.addShortUrl=Fl;exports.addSignageMedia=Fa;exports.addSignagePlaylist=Wa;exports.addStorage=Gl;exports.addSurvey=hl;exports.addSystem=Lc;exports.addSystemModule=zc;exports.addSystemTrigger=Xc;exports.addTrigger=aa;exports.addUser=ma;exports.addZone=Oa;exports.apiEndpoint=A;exports.apiKey=rt;exports.approveSignagePlaylist=Za;exports.authorise=jn;exports.authority=tt;exports.bind=On;exports.cleanObject=Br;exports.cleanupAuth=mo;exports.clientId=Gr;exports.clusterRebalance=au;exports.clusterVersions=lu;exports.connectionState=fh;exports.consoleHasColours=Tn;exports.convertPairStringToMap=Ce;exports.create=O;exports.currentUser=pa;exports.currentUserResourceToken=ba;exports.debug=dh;exports.debug_events=Xn;exports.del=ge;exports.deregisterMockEndpoint=ii;exports.deregisterSystem=lh;exports.driverReadme=xu;exports.edgeControlUrl=qu;exports.execute=Ki;exports.executeOnModule=ic;exports.executeOnSystem=Vc;exports.executeOnZone=qa;exports.functionList=Kc;exports.generateNonce=zr;exports.generateQrCode=Bl;exports.get=C;exports.getFragments=Un;exports.getModule=kh;exports.getShortUrlQrCodeSvg=Hl;exports.getSystem=es;exports.hasToken=Yr;exports.host=Lt;exports.httpRoute=Cn;exports.humanReadableByteCount=et;exports.ignore=ph;exports.invalidateToken=Kt;exports.isDriverCompiled=Au;exports.isFixedDevice=Nn;exports.isMobileSafari=Qr;exports.isMock=Zt;exports.isNestedFrame=Vr;exports.isOnline=fo;exports.isSecure=Xr;exports.isTrusted=Gt;exports.is_connected=er;exports.lastRequestTotal=Vo;exports.listChildMetadata=Bu;exports.listDashboardAlerts=jo;exports.listInterfaceRepositories=_c;exports.listMetadata=Nu;exports.listMetadataHistory=ju;exports.listRemoteRepositoryBranches=yc;exports.listRemoteRepositoryCommits=gc;exports.listRemoteRepositoryDefaultBranch=mc;exports.listRepositoryBranches=Sc;exports.listRepositoryCommits=bc;exports.listRepositoryDefaultBranch=kc;exports.listRepositoryDriverDetails=$c;exports.listRepositoryDrivers=vc;exports.listRepositoryFolders=xc;exports.listSignagePlaylistMedia=Qa;exports.listSignagePlaylistMediaRevisions=Va;exports.listSystemTriggers=Jc;exports.listSystemZones=Yc;exports.listTriggerInstances=ha;exports.listZoneTags=wa;exports.listZoneTriggers=Ia;exports.listen=Vi;exports.listenForToken=Jr;exports.loadModule=tc;exports.log=d;exports.logout=yo;exports.lookupDomainByEmail=mu;exports.lookupModuleState=ec;exports.lookupSystemModuleState=Gc;exports.mockSystem=Li;exports.moduleRuntimeError=rc;exports.moduleSettings=nc;exports.moduleState=Xu;exports.onlineState=po;exports.parseLinkHeader=Wr;exports.patch=Le;exports.post=G;exports.pullRepositoryChanges=Ac;exports.put=Oe;exports.qrCodeUrl=Wl;exports.query=x;exports.queryAlertDashboards=Uo;exports.queryAlerts=Lo;exports.queryAnswers=Ka;exports.queryApplications=Go;exports.queryAssetCategories=wl;exports.queryAssetPurchaseOrders=Il;exports.queryAssetTypes=Sl;exports.queryAssets=dl;exports.queryBrokers=eu;exports.queryClusters=su;exports.queryDomains=hu;exports.queryDrivers=yu;exports.queryEdges=wu;exports.queryInvitations=Ja;exports.queryLDAPSources=Mu;exports.queryModules=Qu;exports.queryOAuthSources=sc;exports.queryProcesses=uu;exports.queryQuestions=rl;exports.queryRepositories=lc;exports.querySAMLSources=wc;exports.querySettings=Ic;exports.queryShortUrls=Dl;exports.querySignageMedia=Da;exports.querySignagePlaylists=La;exports.queryStorages=Ql;exports.querySurveys=cl;exports.querySystems=Cc;exports.querySystemsWithEmails=Nc;exports.queryTriggers=oa;exports.queryUserGroups=ga;exports.queryUsers=fa;exports.queryWebrtcRooms=Yl;exports.queryZones=xa;exports.recompileDriver=ku;exports.redirectUri=lo;exports.refreshAuthority=Fn;exports.refreshToken=jt;exports.registerMockEndpoint=Oo;exports.registerSystem=ah;exports.reloadDriver=$u;exports.remove=T;exports.removeAlert=Bo;exports.removeAlertDashboard=Fo;exports.removeApplication=Xo;exports.removeAsset=yl;exports.removeAssetCategory=El;exports.removeAssetPurchaseOrder=Ul;exports.removeAssetType=xl;exports.removeAssets=bl;exports.removeBroker=iu;exports.removeDomain=_u;exports.removeDriver=Su;exports.removeEdge=Eu;exports.removeFragment=_e;exports.removeInvitation=nl;exports.removeLDAPSource=Cu;exports.removeMetadata=Wu;exports.removeModule=Ku;exports.removeOAuthSource=ac;exports.removeQuestion=ul;exports.removeRepository=pc;exports.removeSAMLSource=Ec;exports.removeSettings=Uc;exports.removeShortUrl=jl;exports.removeSignageMedia=ja;exports.removeSignagePlaylist=Ba;exports.removeStorage=Kl;exports.removeSurvey=fl;exports.removeSystem=Hc;exports.removeSystemModule=Wc;exports.removeSystemTrigger=ea;exports.removeTrigger=la;exports.removeUser=ya;exports.removeUserResourceToken=ka;exports.removeZone=Ea;exports.requestTotal=Qo;exports.responseHeaders=oi;exports.retrieveEdgeToken=Iu;exports.reviveUser=Aa;exports.searchUserMetadata=va;exports.setAPI_Key=ho;exports.setMockNotFoundHandler=To;exports.setToken=Kr;exports.settingsHistory=Dc;exports.setup=_o;exports.shortUrlQrCodePngUrl=zl;exports.shortUrlRedirectUrl=Ll;exports.show=b;exports.showAlert=Ho;exports.showAlertDashboard=Do;exports.showApplication=Ko;exports.showAsset=pl;exports.showAssetCategory=Pl;exports.showAssetPurchaseOrder=ql;exports.showAssetType=kl;exports.showBroker=tu;exports.showCluster=ou;exports.showDomain=fu;exports.showDriver=gu;exports.showEdge=Pu;exports.showInvitation=Xa;exports.showLDAPSource=Ru;exports.showMetadata=Lu;exports.showModule=Vu;exports.showOAuthSource=oc;exports.showQuestion=il;exports.showRepository=hc;exports.showSAMLSource=Pc;exports.showSettings=qc;exports.showShortUrl=Cl;exports.showSignage=Ra;exports.showSignageMedia=Ca;exports.showSignageMetrics=Ua;exports.showSignagePlaylist=Ha;exports.showStorage=Vl;exports.showSurvey=al;exports.showSystem=Fc;exports.showSystemTrigger=ia;exports.showTrigger=ua;exports.showUser=da;exports.showWebrtcRoom=Jl;exports.showZone=Pa;exports.simplifiedTime=Zr;exports.startModule=Yu;exports.startSystem=Bc;exports.status=Qi;exports.stopModule=Ju;exports.stopSystem=Qc;exports.systemControlUrl=na;exports.systemMetadata=ra;exports.systemModuleState=Zc;exports.systemSettings=ta;exports.terminateProcess=cu;exports.token=K;exports.unbind=Gi;exports.update=E;exports.updateAlert=zo;exports.updateAlertDashboard=Co;exports.updateApplication=Yo;exports.updateAsset=_l;exports.updateAssetCategory=Tl;exports.updateAssetPurchaseOrder=Ml;exports.updateAssetType=$l;exports.updateAssets=vl;exports.updateBroker=nu;exports.updateDomain=du;exports.updateDriver=vu;exports.updateEdge=Tu;exports.updateInvitation=el;exports.updateLDAPSource=Uu;exports.updateMetadata=Hu;exports.updateModule=Zu;exports.updateOAuthSource=uc;exports.updateQuestion=ol;exports.updateRepository=fc;exports.updateSAMLSource=Tc;exports.updateSettings=Mc;exports.updateShortUrl=Nl;exports.updateSignageMedia=Na;exports.updateSignagePlaylist=za;exports.updateSignagePlaylistMedia=Ga;exports.updateStorage=Zl;exports.updateSurvey=ll;exports.updateSystem=jc;exports.updateSystemTrigger=sa;exports.updateTrigger=ca;exports.updateUser=_a;exports.updateZone=Ta;exports.userMetadata=Sa;exports.userResourceToken=$a;exports.value=Zi;exports.webrtcGuestEntry=eh;exports.webrtcGuestExit=th;exports.webrtcKickUser=nh;exports.webrtcSessionMembers=Xl;exports.webrtcSignallerUrl=ih;exports.webrtcTransferUser=rh;exports.websocketRoute=Rt;exports.zoneMetadata=Ma;
4
4
  //# sourceMappingURL=index.cjs.js.map